Archived
1
0

by_json: Generate circulation policies

* Generate a new circulation policies file: policies.svg
  * Parses Circulation policies
  * Parses Item Types
This commit is contained in:
2020-02-07 16:30:48 +01:00
parent 5cb48604c3
commit d2c7cda421
10 changed files with 143 additions and 2 deletions

View File

@ -1 +1 @@
\"${identifier}\" [shape=${shape} color=\"transparent\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]
\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]

View File

@ -0,0 +1,5 @@
<${name}<br/>${description}<br/>
Checkout: ${checkout} (duration: ${duration})<br/>
Requests: ${requests}<br/>
Policy library level: ${library_level}<br />
PID: ${pid}>

View File

@ -0,0 +1 @@
<${name}<br/>(type: ${itype})<br/>PID: ${pid}>

View File

@ -0,0 +1 @@
\"Patron type PID: ${pt_pid} | Item type PID: ${it_pid}\"