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>
Tue, 21 Apr 2020 16:35:34 +0000 (12:35 -0400)
commit759106c71121d6bd876439dc67dd4bbf10d5efd1
tree64e5d74e0a0392f32b3495eb16b8b9dac54e0d57
parent0747dbaeebfe905220604c39623874fa4f8ed37a
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]