]> git.evergreen-ils.org Git - Evergreen.git/commit
Acq: more work on the claiming UI. It begins to be workable, but still rough.
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 23 Apr 2010 20:53:11 +0000 (20:53 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 23 Apr 2010 20:53:11 +0000 (20:53 +0000)
commit17065dfab6f8531ab8de02830886b3acaa433e9b
treeaa2dbd15c5a3fe889ba835a2c757173f07a99757
parentf9f1b3fe481e167eebe4c25b44ac2b93862e6687
Acq: more work on the claiming UI. It begins to be workable, but still rough.

Definitely still have to fix at least these things:

Changes to lineitems' claim policies and initiation of claims against LIs
aren't reflected in realtime in the LI table. You still need a reload for
that so far.

The "Consider individual copies for claiming" needs to take you to the
speicific lineitems' claim copies dialog, not just to the PO in general.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16290 dcc99617-32d9-48b4-a31d-7c20da2025e4
13 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/OpenILS/Application/Acq/Claims.pm
Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm
Open-ILS/web/css/skin/default/acq.css
Open-ILS/web/js/dojo/openils/acq/nls/acq.js
Open-ILS/web/js/ui/default/acq/common/claim_dialog.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/financial/claim_eligible.js
Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js [new file with mode: 0644]
Open-ILS/web/templates/default/acq/common/claim_dialog.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/acq/common/final_claim_dialog.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/acq/common/li_table.tt2
Open-ILS/web/templates/default/acq/financial/claim_eligible.tt2