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, 12 Nov 2020 16:51:42 +0000 (11:51 -0500)
commit5ebe599df3b96c724951e2c77009ce6751004fb7
treeaa1ddcd1acaeba241cb51d088437a48c0a908fc3
parent2eac3651d8b784cd8713f0774e2985563c505bbd
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]