LP 1855781 Circulation Policy Configuration
authorZavier Banks <zbanks@catalyte.io>
Mon, 9 Dec 2019 20:20:06 +0000 (20:20 +0000)
committerJason Etheridge <jason@EquinoxOLI.org>
Fri, 14 Apr 2023 13:32:19 +0000 (09:32 -0400)
commita889e0580d3978d46c6ef9943599b003dc797ef5
tree1e8a20239d372723e990f3dfae5757477b688266
parente0d8247cb29b95b037c0c11aeaaaad9c1606e8a7
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>
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