Newbies Denis Posted January 26, 2001 Newbies Posted January 26, 2001 I am having a prolbem with adding interstto my overdue accounts. I have an aging field and an orde total, but is there an easy way to automatically add interest to an invoie that is out 30 days and then keep updating the interst with each statement?
BobWeaver Posted January 26, 2001 Posted January 26, 2001 It's easy to add interest. The trick is figuring out when not to add interest. It depends how your database is set up. Here are a couple of ideas... If you are tracking the payment of individual invoices by applying payments to the oldest invoice and marking it paid (by setting a paid field), then use the paid field and the invoice date as a test to determine whether to accrue interest. If you are only keeping a customer balance owing, you will need a new charges field, and an existing balance field. Every month, add interest to the existing balance, then add the current charges to existing balance. Clear the current charges and calculate the new current charges.
Recommended Posts
This topic is 8707 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 accountSign in
Already have an account? Sign in here.
Sign In Now