]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:14 +0000 (12:35 -0400)
commitec58bf759d734c312e8f45b5b4098e5eec492b1a
tree64e5d74e0a0392f32b3495eb16b8b9dac54e0d57
parent7f48513889098e47ee4a9d1b7cdbf5d5fe2ca8bb
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]