how to setup an amount remaining field using payments table?
I'm looking to add a Remaining Balance/Amount Remaining field to my payments table/form. Basically, the customer can choose the # of payments they'd like to make and we have set payment schedule. However, I have no remaining balance tally that shows or warns me how much is left on the total bill.
When you set up the relationships so each 'item; has many 'payments' you can then set up a summary field that will count the total paid. Then you can use that in a formula to calculate the balance due.