From: Bill Erickson Date: Fri, 21 Sep 2018 19:56:25 +0000 (-0400) Subject: LP#1793802 Aged billings/payments release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e4084e896c7bb256106b26efb9f5046034aac636;p=evergreen%2Ftadl.git LP#1793802 Aged billings/payments release notes Signed-off-by: Bill Erickson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton --- 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. +