S.K.Jala
10th January 2003, 08:36
Hi friends,
There is a session in accounts receivable (session no tfacr2240m000), which is used to write off the balances against invoices. Many times it so happens that the invoice balance is negative. This session doesnot accept negatibve amount in the filed "Maximun amount to be written off"
Is there any way to write off the credit balances in tfacr200.?
Thanks in advance
Moshe Almog
13th January 2003, 10:14
Hi,
I see from the program script that it checks against the absolute value of the invoice balance so it should be OK also for negative invoice balances.
Moshe Almog
S.K.Jala
13th January 2003, 11:18
Thanks for the reply
I have checked. It doesnot allow negative amount in the field "Maximum amount to be written off"
I get message "Negative amount not allowed"
We are on BaaNIVC4
The negative amount allowed field , the transaction type used for posting the write off amount, is set to "YES"
Moshe Almog
13th January 2003, 11:59
Hi,
You did not understand me.
You are allowed to write onle positive amounts on the screen, which is OK.
The program now takes the absolute value of the invoice balance which is always a positive value, since the function "abs" turns a negative value to positive, and now it compares it to the Maximum Amount which is also positive, so the comparisson is valid and works OK.
Moshe Almog
S.K.Jala
13th January 2003, 13:55
Dear Moshe Almog,
The solution works well. Thanks
However do you remember some session in baan to write off the balances against "Advances" recd from custopmers,
Say we reecive 100 from customer as advance and suibsequently we adjust the sales invoices against this advance,a dn suppose a balance of 0.15 remains for adjustment and now we want to write off this balance of 0.15 thru the session .
Thanks
Moshe Almog
13th January 2003, 15:53
Hi S.K.
I think that such a program does not exist.
The best way to deal with it is to create a fictitious Invoice document, (Only in Finance, you do not need a logistic invoice), and then close the advane against it.
You can also look at threadid = 7506 which discusses the matter and get some more details about good and documented procedure to do it.
Glad to help,
Moshe Almog