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:15:04 +0000 (22:15 +0000)
commit4293ef199a151b02fdf9f296d038ee23db01a457
treec16ae7d4f1a01dd66c080672be438d37e93b1661
parent8cc894faa595d51027cf13bfed3532c196b46c81
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]