]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Allow propagation of encumbrances without funds
authorMike Rylander <mrylander@gmail.com>
Thu, 26 Jul 2012 13:35:01 +0000 (09:35 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 31 Jul 2012 13:53:24 +0000 (09:53 -0400)
commitc25e5a3a9a5de07a6c0614093eaac83d4cc37fc3
treed02d34e089bfb86389e5b4f6d179a1d78404ea97
parent4fee07d5c7be39a21fa6df602c9b6855d3315fb1
Allow propagation of encumbrances without funds

Some libraries must return all unspent money to some funding agencies at the
end of the year.  To support this, we give the year-end close-out operation
the ability to dump the money from rollover-enabled funds into the void. Funds
are still created for the next year, and encumbrances are moved to theses
analogous funds.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Financials.pm
Open-ILS/src/sql/Pg/200.schema.acq.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.acq-function-dedup.sql [new file with mode: 0644]
Open-ILS/src/templates/acq/fund/list.tt2
Open-ILS/web/js/ui/default/acq/financial/list_funds.js