]> 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:27:24 +0000 (09:27 -0400)
commit4c490dafe1126a116bf53f04ca19907d4270b1db
tree5b05d8f449917b0d0f78ffb81278b8da5099439d
parent61e59eaac68888ff2ebcc5d90c5ff8b63d7b3493
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