Link to home
Start Free TrialLog in
Avatar of Matthew2624
Matthew2624

asked on

Assistance with Paid To Date Calculation

Please see attached documents on my issue of calculating the Paid to date. The problem only occurs when a Rent Invoice is partly allocated by a Receipt.
I-need-to-make-the-Paid-to-Date-.doc
Receipt-Statement.rpt
Avatar of Mike McCracken
Mike McCracken

The problem is you don't know how many days have been paid.

To do this will require
1.  A redesign so the payments for each rental are gouped together - group by invoice rather than by date of payment
2.  Use some fancy arrays and variales to track the current paid through date.

The first is obviously easier to do and maintain.  It also doesn't have a problem with memory or array sizes.

Also by grouping by invoice it will be easier to see at a glance how far along the payment has gone and when the rental period is over.

mlmcc
Avatar of Matthew2624

ASKER

Unfortunately for Statutory reasons the report has to be by Payment. I probably should have mentioned that this report is actually a sub-report of a rental Statement. This is the payments section.
How does it fit into the main report?

How is it linked to the main report?

mlmcc
There is specific section in the report which will only include Payment Type transactions, it links to the main report via an account number and a payment reference number.

I have attached the main report
CRM-Tenant-Statement-2-Milestone.rpt
I revised the report

I changes the PaidThruDate formula to use an array

I added 2 formulas
1.  DeclareArrays - In main and sub report report headers
2.  DispCurrentIndex - used for debugging

mlmcc
CRM-Tenant-Statement-2-Milestone.rpt
Receipt-Statementwitharrays.rpt
That is so close it's not funny, only issue now is if there are receipts that don't have an allocation against an invoice they aren't showing up.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hmmmm a little hard to explain.

The sub-report should show all Payments of rent and then only the invoice allocations if there is an allocation. I have attached a pdf of the report to show where there is a blank and a 0 as the last field in the row.
CRM-Tenant-Statement-2-Milestone.pdf
CRM-Tenant-Statement-2-Milestone.rpt