]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1175293 Use filtered fund dropdown in funding source interface
authorDan Wells <dbw2@calvin.edu>
Wed, 2 Nov 2016 18:35:16 +0000 (14:35 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 14 Mar 2017 13:31:00 +0000 (09:31 -0400)
commit81d53a8ba69e47d0addbe4586272451f3fdce9d7
tree8c9cacb273a224740ba5598b923785f748ffe6d5
parentb9cab5c6bcbb459cd9fc17bec0c12640cd42c9cc
LP#1175293 Use filtered fund dropdown in funding source interface

The exising interface for allocating to funds from a funding source
view lists all funds by code only.  Since many (most?) orgs reuse
fund codes year to year, you eventually end up with a bunch of
dupes you cannot tell apart.

Let's "borrow" an AutoFieldWidget to do the heavy lifting of creating
a filtered list of active funds, and include the year for further
user validation.

This is inspired by a few other fund dropdowns, but may not be the
best overall solution.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/acq/funding_source/view.tt2
Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js