Release Date: 5/19/25
Version: 8.5 and Above
This feature adds the Customer Order Processing order number to the CSV export file when printing the Expanded Aging Report. This column is only available if Customer Order Processing is enabled.
To explain the reason for this feature, you need to understand the following:
In the Elliott A/R Open Item file, there is an "Allocated Amount" field for records of the Payment or Credit type.
In the COP Order Payment Window, when a real-time payment is added (such as cash, check, credit card, or gift certificate), the corresponding A/R payment record is allocated by updating its "Allocated Amount" field. This allocation ensures that the payment is reserved for the specific order and cannot be applied to other orders or invoices.
The same principle applies to open payments or credits (i.e., A/R open item records where the Allocated Amount = 0). In such cases, the COP Payment Window may choose to apply the open payment or credit to the order.
While we can view corresponding A/R open payments or credits in the COP Payment Window, the A/R side only records the "Allocated Amount" without indicating which order it is allocated to.
Therefore, when printing the A/R Expanded Aging Report, payments or credits with an allocated amount are shown—but without the associated order number.
The primary purpose of this feature is to provide auditing information for payments or credits that have an allocated amount by displaying the corresponding COP order number.
For payments or credit memos with an allocated amount, we retrieve the associated order number from the CPORDPMT table (i.e., data from the COP Payment Window). For invoices, we attempt to retrieve the order number from the CPINVHDR table (i.e., COP Invoice History Header). There will not be order numbers for invoices not created from the COP module. Also, if the invoice has been purged from COP invoice history, the system will not be able to retrieve the order number.
Programs Modified: ARAGEEXT.CBL
CLS