lp1857911 Statistical Categories UI port user/mrisher/lp1857911-stat-cat-v2
authorMike Risher <mrisher@catalyte.io>
Tue, 31 Dec 2019 19:51:37 +0000 (19:51 +0000)
committerMike Risher <mrisher@catalyte.io>
Thu, 1 Oct 2020 18:11:03 +0000 (18:11 +0000)
commit2037011a09ee9ad5ae6fd01398b9475f980a0f1a
tree41d66d4b1c0b4cc7f425fe991b43c1acf2851386
parent03287b80ff7d7e9522dc3d736d5ebfd97ba4442a
lp1857911 Statistical Categories UI port
This UI allows editing copy statistical categories (stat cats), patron
statistical categories, and their entries. They are filtered by location.
This port opens a new page when editing deleting or adding entries.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/examples/fm_IDL.xml
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_entries.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_entries.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_routing.module.ts
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_entries.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_entries.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat_routing.module.ts [new file with mode: 0644]