LP1929741 ACQ Selection List & PO Angluar Port
authorBill Erickson <berickxx@gmail.com>
Thu, 8 Oct 2020 22:22:12 +0000 (18:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 20 Sep 2021 14:01:18 +0000 (10:01 -0400)
commit0d1820a8106fe45e7b39b3cecf48471f770892d2
treed86a42e767b3e2f2266d4f14ff92cb161c5bcaeb
parent0c878c9e2621f7b4ed05a382c981767e408a1ce7
LP1929741 ACQ Selection List & PO Angluar Port

New selection list UI
New PO UI
New Lineitem worksheet UI with stub print template
New PO print UI with stub print template
New brief record UI

Signed-off-by: Bill Erickson <berickxx@gmail.com>
76 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/share/catalog/marc-html.component.ts
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.html
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.module.ts
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/org-select/org-select.component.ts
Open-ILS/src/eg2/src/app/share/print/print.component.ts
Open-ILS/src/eg2/src/app/share/print/print.service.ts
Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-copies.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/cancel-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/detail.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/detail.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/history.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/history.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/order-summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/order-summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/worksheet.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/lineitem/worksheet.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/picklist.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/picklist.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/picklist.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/picklist/summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/charges.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/charges.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/create.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/create.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/edi.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/edi.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/history.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/history.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/po.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/po.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/po.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/po.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/print.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/print.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/routing.module.ts
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor-context.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor-dialog.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/tagtable.service.ts
Open-ILS/src/eg2/src/styles.css
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Common.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm