]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1929741 ACQ Selection List & PO Angluar Port
authorBill Erickson <berickxx@gmail.com>
Thu, 8 Oct 2020 22:22:12 +0000 (18:22 -0400)
committerJane Sandberg <js7389@princeton.edu>
Sun, 2 Oct 2022 15:02:49 +0000 (08:02 -0700)
commitab460435d42af8012278e5d2299846ca2f023a03
tree43a9429af94c8764e14ccdab4130ae417ce7ff1a
parentdef86272dc828fe449475d2c149cd69405c06224
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>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
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