webstaff: add basic copy bucket management functionality
authorGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 22:12:49 +0000 (22:12 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 22:12:49 +0000 (22:12 +0000)
commite2932c55fc9c205acbdb264599297712f1400516
treea5e374143fdcda9e41da21cff00342fe4bc25b67
parentddd9fa6c7104ac9ad0346d334aed252751681066
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>
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]