Jump to content

Aging charges on billing


angelo

This topic is 8640 days old. Please don't post here. Open a new topic instead.

Recommended Posts

quote:

Originally posted by angelo:

How can I calculate and show the age of charges on billing statements? I. e., the amount due that is less than 30 days old, over 30 days but less than 60 days, 60 to 90 day, and over 90 days.


It sounds like you want a three flag fields that are either true or false.

Create a calculation field and set it to have a number result. For the 30 day field, set it to:

Case( Status( CurrentDate ) - InvoiceDate > 30, 1, 0 )

And just create two other similar calculations for the 60 days and 90 days cases.

Create a value list with a single value of 1. Place the three fields on your layout, and use the field format to format them as check-boxes tied to the value list. Resize the fields on the layout so that the "1" of the value list doesn't show up, but the check boxes do.

Chuck

Link to comment
Share on other sites

This topic is 8640 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.