LP1904036 Angular Patron UI initial structures
authorBill Erickson <berickxx@gmail.com>
Wed, 12 Aug 2020 16:50:59 +0000 (12:50 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 22 Apr 2021 21:17:49 +0000 (17:17 -0400)
commit5c06eb55c0b50da5f3d29b0bb9dfc33663109179
tree6c43be83373ed366abaed5ba111fe5bc350baf72
parent4a30e29f525ae33416cbca76af5ac48c9ba0b015
LP1904036 Angular Patron UI initial structures

Signed-off-by: Bill Erickson <berickxx@gmail.com>
29 files changed:
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.component.html [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/routing.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patron.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patron.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/routing.module.ts
Open-ILS/src/eg2/src/app/staff/circ/patron/summary.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts
Open-ILS/src/eg2/src/app/staff/share/patron/patron.service.ts
Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html
Open-ILS/src/eg2/src/app/staff/share/patron/search.component.ts
Open-ILS/src/eg2/src/styles.css
Open-ILS/src/sql/Pg/upgrade/XXXX.data.angular-patron.sql [new file with mode: 0644]