webstaff: add basic copy bucket management functionality
authorGalen Charlton <gmc@esilibrary.com>
Thu, 15 Jan 2015 22:12:49 +0000 (22:12 +0000)
committerMike Rylander <mrylander@gmail.com>
Mon, 23 Feb 2015 17:04:01 +0000 (12:04 -0500)
commit21e4bba3bb170b69d453335b35abaa759a206eef
treedbecdecd29c6f06e48e25621d4d96446af41e203
parent86a71b8bd2595ace8ce3455bf2cfbdcf2e0f7a5f
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]