lp1857911 Statistical Categories UI port user/mrisher/lp1857911-stat-cat-default
authorMike Risher <mrisher@catalyte.io>
Tue, 31 Dec 2019 19:51:37 +0000 (19:51 +0000)
committerMike Risher <mrisher@catalyte.io>
Fri, 21 Feb 2020 20:07:26 +0000 (20:07 +0000)
commit9866d057c354cc554731999fa28225118798a61c
tree0e3a91fb0f959a0221794babbc7690fc1094d23e
parentfa476eb059378248802c1120b643cb9e2d6660bd
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.

2/21/2020 update - New entries now have a default stat cat and
org setting that cannot be edited.

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]