lp1857911 Statistical Categories UI port user/mrisher/lp1857911-stat-cat-v3
authorMike Risher <mrisher@catalyte.io>
Fri, 9 Oct 2020 22:42:34 +0000 (22:42 +0000)
committerMike Risher <mrisher@catalyte.io>
Fri, 9 Oct 2020 22:42:34 +0000 (22:42 +0000)
commitad833567eaff11d13b6eb0a04f5de8e474d689ac
tree4ebcab741d137e49089584b23245f7ff9209257c
parentbfb7f58a44dbfc631a052700dbd97b83721e4dd8
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
and permissions are needed. A separate page is used 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

Signed-off-by: Mike Risher <mrisher@catalyte.io>
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.ts