LP1868354 Angular catalog item/call number transfer
authorBill Erickson <berickxx@gmail.com>
Wed, 1 Apr 2020 14:47:08 +0000 (10:47 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:12:23 +0000 (11:12 -0400)
commit5f3c8ada1db2816bced5363ffc4ed019d56c546c
treeea15486aee7ad6a477b1d410de59eb692902349f
parent7dc93541d8d1779da8cea996e5a2fc49f194d8ac
LP1868354 Angular catalog item/call number transfer

Add support for 3 varieties of items and call number transfer in the
Angular staff catalog.

1. Transfer selected items to selected call number.

2. Transfer selected call numbers and attached items to selected bib
record.

3. Transfer selelected items to selected bib record and org unit ID
(owning library) creating new call numbers as needed.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/holdings.module.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/transfer-holdings.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/transfer-holdings.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/transfer-items.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/transfer-items.component.ts [new file with mode: 0644]