LP#1850547: Angular Acquistions Search
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 22 Oct 2019 19:29:40 +0000 (15:29 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Aug 2020 17:26:38 +0000 (13:26 -0400)
commit768edb47d464ecc468db4eaa123499b12a8be37f
tree0e28f289d8a1b2b9cf2a20da0983bf418ad7c226
parentecb96df9386e1945c89238948397ea1da6ce5f08
LP#1850547: Angular Acquistions Search

This patch adds the Angular application for acquisitions search
and links the Angular and AngularJS navbars to it.

Includes contributions by Mike Rylander and Jason Etheridge.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
34 files changed:
Open-ILS/src/eg2/src/app/routing.module.ts
Open-ILS/src/eg2/src/app/staff/acq/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/attr-defs.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-clone-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-clone-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-create-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-create-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-delete-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-delete-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-merge-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-merge-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/purchase-order-results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/purchase-order-results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/eg2/src/app/staff/nav.component.ts
Open-ILS/src/eg2/src/app/staff/routing.module.ts
Open-ILS/src/eg2/src/styles.css
Open-ILS/src/templates/staff/navbar.tt2
Open-ILS/web/js/ui/default/staff/services/navbar.js