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>
Tue, 3 Mar 2020 15:53:15 +0000 (10:53 -0500)
commit41564e997a31de615ecf3295d8d9a6a77e18379b
tree1be990c039edccb0599545dcc1f71e99529ff56a
parentb50528f4b0a66f9f6b72e3a1de4a7e6d920908a6
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