]> 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:22:45 +0000 (16:22 -0500)
commit388608cd4d66581c886d7bd782ca3acf57458b69
tree4ca2d3d8209ade4f702dd27724c46f9acbc11d33
parenta098307f6bc4d509ca14840b1dc674d64fd966a4
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