Commit Graph

5 Commits (cff41e5aa88d10b9e5384f1a45fd1fdf0f64e02c)

Author SHA1 Message Date
Graeme Gellatly cff41e5aa8 [FIX] Aging Buckets
In certain scenarios involving mutliple payments for multiple
invoices, where the reconciliation happens together and the debit
move is the smaller item the aging duplicates its value, making
the balance greater than it should be.

This fix works by preventing moves where different lines are both partial
reconciled being grouped together by adding the lines id
to the group by clause of _show_buckets_sql_q1
2022-04-01 10:21:41 +02:00
Graeme Gellatly 6a641a37be Lint for Travis 2022-04-01 10:21:41 +02:00
mreficent 42ead8d0cf [FIX] Wrong outstanding amounts for partial reconciliations 2022-04-01 10:21:41 +02:00
Graeme Gellatly 08c960111a [FIX] Make company_id a required field in statement wizard 2022-04-01 10:21:41 +02:00
Graeme Gellatly c1e0518e2d Initial Port of customer statements 2022-04-01 10:21:41 +02:00