]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1865898 Scan Item as Missing Pieces Angular Port
authorBill Erickson <berickxx@gmail.com>
Mon, 2 Mar 2020 19:17:55 +0000 (14:17 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 19:53:22 +0000 (14:53 -0500)
commite895aab613af5dffce45d7b1bd2796b053022e4d
treeaad2adfe78adfc6be295b9ccff8faa7500e38250
parentc48f9d6d9773440d97fbcd34586e7155b388da2a
LP1865898 Scan Item as Missing Pieces Angular Port

Port the 'Scan Item As Missing Pieces' staff client interface to
Angular.  Interface displays additional data (title/author/callnum)
during the staff confirmation step.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
14 files changed:
Open-ILS/src/eg2/src/app/staff/cat/item/item.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/item/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/routing.module.ts
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/holdings.service.ts
Open-ILS/src/eg2/src/app/staff/share/patron/patron.module.ts
Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2