]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1904036 Angular Patron UI initial structures
authorBill Erickson <berickxx@gmail.com>
Wed, 12 Aug 2020 16:50:59 +0000 (12:50 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:22 +0000 (20:13 -0400)
commite61c285257d61057a6d1ffede0e54de7df2d6920
tree5848671c7a966a99a34f625d453120dd896748f3
parent108555f1adfce9ec0b20043ee1da9b406d4899c4
LP1904036 Angular Patron UI initial structures

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
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]