lp1857911 Statistical Categories UI port user/mrisher/lp1857911-stat-cat
authorMike Risher <mrisher@catalyte.io>
Tue, 31 Dec 2019 19:51:37 +0000 (19:51 +0000)
committerMike Risher <mrisher@catalyte.io>
Wed, 15 Jan 2020 00:10:50 +0000 (00:10 +0000)
commit52f7d297c6745426c92c54e32a6ce05132b44d6c
tree63412f1b55407465f42a9b21a043bddab77b8b14
parent2cd405314e31fdb6f2882b60b1224c47dce46d42
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]