killbill / killbill-analytics-plugin

Kill Bill plugin for financial reporting
https://killbill.io
Apache License 2.0
11 stars 32 forks source link

invoice: fix inconsistency with non COMMITTED invoices #121

Closed pierre closed 3 years ago

pierre commented 3 years ago

Full refreshes are ignoring non COMMITTED invoices: ensure partial refreshes do the same for consistency.

DRAFT and VOID invoices are currently not present in the analytics tables. We could consider populating them eventually, although a new status column would need to be added for the related table(s).