Netsuite offers AP Aging Report. However, you might not be able to expose the field that you wish to expose. You can create a saved search to reflect the A/P Aging Summary Report.
- Navigate to Reports > Saved Searches > All Saved Searches > New Click TransactionSearch Title: Enter TitleClick Criteria tabClick Standard subtabFilter:
- Select Account Type
- Account Type: Select any of Select Accounts PayableClick Set
- Status: Select none ofSelect Bill:Paid in FullClick Set
- Posting: Select YesClick Set
Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed.- Select Formula (Currency)
- Summary Type: Select SumFormula: Enter case when ({today})-{duedate} between 1 and 30 then {amountremaining} endSummary Label: Enter 1-30
- Summary Type: Select SumFormula: Enter case when ({today})-{duedate} between 31 and 60 then {amountremaining} endSummary Label: Enter 31-60
- Summary Type: Select SumFormula: Enter case when ({today})-{duedate} between 61 and 90 then {amountremaining} endSummary Label: Enter 61-90
- Summary Type: Select SumFormula: Enter case when ({today})-{duedate} > 90 then {amountremaining} endSummary Label: Enter Over 91
- Summary Type: Select SumFormula: Enter NVL (case when trunc({today})-{duedate} between 1 and 30 then {amountremaining} end, 0) + NVL (case when trunc({today})-{duedate} between 31 and 60 then {amountremaining} end, 0) + NVL (case when trunc({today})-{duedate} between 61 and 90 then {amountremaining} end, 0) + NVL (case when trunc({today})-{duedate} >90 then {amountremaining} end, 0) Summary Label: Enter Total Outstanding
- Select Account Type
- Saved Search $300 (as the remaining amount to be paid for this bill are $300, cause the in-transit and the accepted in-transit. <BillAmount – PaymentAmount posting – PaymentAmount no-posting>)AP Aging report $800 (As the in-transit payment is still not impacting the GL <BillAmount – PaymentAmount posting>)If payment in-transit is confirmed or declined the Saved Search and the AP Aging report will match again.

