1. Some accounts can be used in GL_Journal (like Advance, Other Receivables, Other Payable, etc) but I need to ensure that BPartner is entered on the Journal Lines. Currently I write a script callout for each account, but it takes too much work (image 100+ accounts). Is it possible to do like this:
- Create custom fields in Account Element: BP Mandatory (Y,N);
- Create script callout (or validator) in GL_JournalLine to check, if BP Mandatory of the Account is 'Y', raise error alert if user ignore to enter BPartner.
2. In Vietnam, we need to declare "against" or "counter" account, i.e.
DR 1111 $10
DR 1381 $5
CR 3381 $15
When you run report for account 1111, for amount $10, counter account is 3381, report for 3381 need to split $15 into ($10 counter account = 1111 and $5 counter account=$5)
Things are complicated in ADempiere since we can enter like this:
DR 1111 $10
DR 1381 $5
CR 3381 $7
CR 334 $8
I heard that Oracle EBS faces the same dilemma and there is proposal of a custom forms in this case, which require user to enter "counter account" manually for each lines. Our intention is "user cannot save journal line in this case". Again, can it be done in script callout?
3. At the start of 2010, we propose new way to enter GL_Journal:
http://sourceforge.net/projects/adempie ... ic/3510011
We like to have this features in the iDempiere version, is it possible (our developer can do all necessary things for the change).
Thanks
Anh Han