From e4084e896c7bb256106b26efb9f5046034aac636 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 21 Sep 2018 15:56:25 -0400 Subject: [PATCH] LP#1793802 Aged billings/payments release notes Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton --- .../Administration/aged-bills-and-payments.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/aged-bills-and-payments.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Administration/aged-bills-and-payments.adoc b/docs/RELEASE_NOTES_NEXT/Administration/aged-bills-and-payments.adoc new file mode 100644 index 0000000000..6181761b29 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/aged-bills-and-payments.adoc @@ -0,0 +1,15 @@ +Aged Billings and Payments +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Two new database tables are added for tracking aged billings and payments: +money.aged_billing and money.aged_payment. + +Two new database views are added, money.all_billings and money.all_payments +for aggregating data across the active and aged tables. + +When a circulation is aged, billings and payments linked to the circulation +are migrated from the active billing and payment tables to the new aged +tables. + +The new tables are accessible to the reporter. + -- 2.11.0