]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1402797 webstaff: add basic copy bucket management functionality
authorGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 22:12:49 +0000 (22:12 +0000)
committerBill Erickson <berickxx@gmail.com>
Wed, 25 Feb 2015 16:16:05 +0000 (11:16 -0500)
commit258b8e00578cd93fc7a4f9d5555f8167f96acd7c
tree504591e8874729bd857977e39df05cbdbbd38b7d
parent191c1426e8ac03cf00b02e995be51b32e313a665
LP#1402797 webstaff: add basic copy bucket management functionality

This adds an interface for managing copy buckets, including
adding and removing them, adding items to a pending list and to
copy buckets by barcode, and removing items from a bucket.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
13 files changed:
Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_bucket_create.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_bucket_delete.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_bucket_edit.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_bucket_info.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_bucket_selector.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_grid_menu.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_load_shared.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2
Open-ILS/src/templates/staff/t_splash.tt2
Open-ILS/web/js/ui/default/staff/cat/bucket/copy/app.js [new file with mode: 0644]