]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1772955: Only include xacts with balance in summary
authorMike Rylander <mrylander@gmail.com>
Thu, 30 Jul 2020 15:48:46 +0000 (11:48 -0400)
committerJason Boyer <JBoyer@EquinoxInitiative.org>
Mon, 15 Feb 2021 21:05:32 +0000 (16:05 -0500)
commit1492b6f109504d361e4b978d821fbee25118d7c2
treee8908e994d70279ca428960712ade96a27bede9f
parent92ae6a97cdffc19529321bba3356c9c6a566be55
LP#1772955: Only include xacts with balance in summary

This commit adds a new view and IDL definition that shows the total
owed/paid/balance for transactions that have a balance other than 0.
This new view is used in the patron summary bar, and access is provided
wherever the all-open-transactions version is available in case we want
to move to the new one elsewhere.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Jason Boyer <JBoyer@EquinoxInitiative.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Utils/Configure.pm
Open-ILS/src/sql/Pg/500.view.cross-schema.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.open_with_balance_usr_summary.sql [new file with mode: 0644]
Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js
Open-ILS/web/js/ui/default/staff/circ/patron/bills.js