LP1865898 Scan Item as Missing Pieces Angular Port
authorBill Erickson <berickxx@gmail.com>
Mon, 2 Mar 2020 19:17:55 +0000 (14:17 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 23 Sep 2020 15:23:54 +0000 (11:23 -0400)
commit7a9dd69cc53e2b55b359166891d40c4d8811ad25
tree1b699b1ac9d9b4455e4a2102a3cac541e1764056
parent5a12f351487c8f616914043ce8450c2d2e2d1229
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>
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