Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Account Aging Report - how do I do mathematics?
Message
De
28/09/1999 18:17:29
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Account Aging Report - how do I do mathematics?
Divers
Thread ID:
00270271
Message ID:
00270271
Vues:
57
I need to add an account aging set of columns to an existing detail report. I believe I have the formulas but am not sure how to get the information into the cursor (or from the cursor) that is used to generate the report...

Here are the formulas - this assumes payments pay off oldest debt

KEY: Ax = Aging total due
Cx = Charges for that period
Px = Payments for that period
PT = Total of payments for all periods

90+ If PT > C90 then A90=0, PT=PT-C90 else A90=C90-PT, PT=0
60 If PT > C60 then A60=0, PT=PT-C60 else A60=C60-PT, PT=0
30 If PT > C30 then A30=0, PT=PT-C30 else A30=C30-PT, PT=0
Cur A30=C0-PT

I use SUM in the SELECT to get the Cx & Px totals. The problem I am having is that I am not sure how to handle the double "math" that is needed for each side of the IF so that I get the right amounts as I work through all the formulas.

Suggestions?
Peter Brama
West Pointe Enterprises

VFP is getting easier but STILL alot to learn!!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform