Can you help me? The closed invoices should no longer appear in the template, as the payments have already been applied. Also, the aging report appears to be incorrect — all entries are showing under 'Current,' which shouldn’t be the case. I’ve already set the 'Period From' and 'To' in the template,
Solved
AR Aged Period Sensitive by Date
Best answer by saintsin
Fixed
change $Docbal to
= IIF(
[ARRegister.DocType] = 'PMT'
OR [ARRegister.DocType] = 'CRM',
-1 * [ARRegister.CuryDocUnpaidBal],
[ARRegister.CuryDocUnpaidBal]
)
Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.