I need to create a custom AR Aged Trial Balance Report in accpac 6.1 using Crystal reports and need to report using the optional fields
Which tables do i use ? and how do I join them ?
Maybe ARCUS. But I don't have the customer's requirements in front of me. You haven't said why the stock aging doesn't work.
FWIW, you're in for a complicated bit of Crystal to do this, you have to do a left-outer join to AROBP in case there are no payments, and exclude them when they are past the cut-off date.
Here's what I do for special AR aged reports:
I run a macro to generate the aging in the ARAGED table (easy to record). I then run an SQL update query to copy the relevant data (optional field or any other field) into the SORTVALUE1 field. My macro then prints the AR aged report sorted on field 1... voila! Friggin easy as pie, no need to reinvent the wheel thingy.
I almost facepalmed myself when I saw your solution, Ettienne. However, if you are using multiple payments, the aging routine doesn't break those down, nor does it allow you do to aging by jobs. So I don't feel so bad.
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.