Finance module - display the outstanding amount

  1. Can the Finance module display the outstanding amount to be paid when partial invoice payments are made?
    It displays just the Total Payment On This Invoice.

I would like to see the value of:
(Invoice Total) - (Total Payment On This Invoice) = Outstanding Amount

  1. Can I get a query for all invoices with outstanding payments?

Thanks

Hi Tieku,

This sounded like a quick and useful change, so I’ve added it to v25: https://github.com/GibbonEdu/core/commit/a4531751284770d7132312ab1e8a4bc2f8473d14

The changes worked thanks.
And what about:

2. Can I get a query for all invoices with outstanding payments?`

Should I just filter on Status = Paid - Partial?

For the time being, the filter is the best way to go. We can add your query request to our to-do list, but currently all capacity is focused on the upcoming v25 release.