]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/aged-bills-and-payments.adoc
6181761b29f0748704dbd3667e5fb4cfc70a3298
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / aged-bills-and-payments.adoc
1 Aged Billings and Payments
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 Two new database tables are added for tracking aged billings and payments:
5 money.aged_billing and money.aged_payment.
6
7 Two new database views are added, money.all_billings and money.all_payments
8 for aggregating data across the active and aged tables.
9
10 When a circulation is aged, billings and payments linked to the circulation
11 are migrated from the active billing and payment tables to the new aged 
12 tables.
13
14 The new tables are accessible to the reporter.
15