-
Forum
-
T24 Technical Discussions
-
T24 Development & Customization
-
Routine EB.ACCOUNTING
Routine EB.ACCOUNTING
-
maidp
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
17 years 2 months ago #797
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.
Less
More
-
Posts: 83
-
Thank you received: 0
-
-
17 years 2 months ago #798
by ironmaiden
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.
Less
More
-
Posts: 508
-
Thank you received: 11
-
-
-
17 years 2 months ago #799
by malai
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.
-
Forum
-
T24 Technical Discussions
-
T24 Development & Customization
-
Routine EB.ACCOUNTING
Time to create page: 0.074 seconds