LPXXX Patron UI WIP
authorBill Erickson <berickxx@gmail.com>
Wed, 12 Aug 2020 16:50:59 +0000 (12:50 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 21 Aug 2020 20:41:27 +0000 (16:41 -0400)
commitfc9311a1b9b7579d1e1e89a099e1d48e2e797fe1
tree8733ab12fc3c9426419666ea7e5b243ee6f6deca
parentd5481c392f41982143325d2ccd611c93bbb4f72e
LPXXX Patron UI WIP

Signed-off-by: Bill Erickson <berickxx@gmail.com>
16 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/patron-context.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patrons.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patrons.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patrons.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/patrons.module.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.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/patron/patron.service.ts