× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

Routine EB.ACCOUNTING

More
16 years 8 months ago #797 by maidp
Routine EB.ACCOUNTING was created by maidp
Hi,

Have any one come accross this routine EB.ACCOUNTING?

CALL EB.ACCOUNTING('AC','SAO',V.RAISE.ENTRY,'')

What this actually used for?

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #798 by ironmaiden
Replied by ironmaiden on topic EB.ACCOUNTING
The routine is used to pass the accounting entries in GLOBUS, this is used in the local routines widely to cater to any local accounting to be done automatically.



V.RAISE.ENTRY - This will contain the accounting entries that are to be passed. Its an array of the entry that is to be passed.



for example, in your accouting there is 1 credit and 1 debit, then EB.ACCOUNTING is called twice 1 for credit and 1 for debit. Even if you call it only one time the system wont say error but you will have some kind of mismatch.









NJOY LIFE TO THE FULLEST

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #799 by malai
Replied by malai on topic 4 arguments
EB.ACCOUTING carries 4 arguments.



1 - Product name
2 - Action type, in your case SAO stands for input, authorize and store the overrides
3 - Dynamic array of entries
4 - Forward entry or not (1/0)



This is the interface routine to the accounting system.
This calls the respective routins to post the entries.






Keep posting and make this community active|Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.093 seconds