I was looking at the payment form, and for accounts is there a way to place a balance on an individual account. So that when someone makes a payment while logged in the system will keep a running total of what is owed?
Honestly, I do not really understand how it should work. However, when someone makes payment, the system will store the payment amount in a table, so if you want to show total payment amount of certain people, it is doable. Of course, it would require some custom coding here