LP 1855781 Circulation Policy Configuration
authorZavier Banks <zbanks@catalyte.io>
Mon, 9 Dec 2019 20:20:06 +0000 (20:20 +0000)
committerJane Sandberg <js7389@princeton.edu>
Wed, 3 May 2023 12:50:40 +0000 (05:50 -0700)
commit6fec74cb44864c102aaf17f9bdf227df09307e1a
treed75ced9d325d9005ace53713fc95673c2a5473c3
parent9e98ef97bfa5c1d0c4d01a00bfd2221adfa27f77
LP 1855781 Circulation Policy Configuration

I have ported over the circulation policy configuration
from dojo to Angular2. Implementing, not only CRUD functionality, but
a a componenet for linking sets to specified cirulation policy matchpoints.

Signed-off-by: Zavier Banks <zbanks@catalyte.io>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts