I have a credit memo and the invoice total shows a negative number, I want to get rid of the payment applied which is a positive number and invoice balance which is 0 (because the positive number and negative number made the balance 0)
I would really like for it to say CREDIT ON FILE if the payment applied comes out to a positive numnber. Right now I have my payment applied formulas as:
IF {INVOICE.TRANS_TYPE}='R' and {INVOICE.POSTADJ}>0 then {INVOICE.POSTADJ} else {INVOICE.REMITTED}
so that is showing a positive number because of the return and an invoice balance of 0 since the - and + = 0.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.