by_json: Generate circulation policies
* Generate a new circulation policies file: policies.svg * Parses Circulation policies * Parses Item Types
This commit is contained in:
@ -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}]
|
||||
|
5
by_json/templates/label_circulation_policies.tmpl
Normal file
5
by_json/templates/label_circulation_policies.tmpl
Normal 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}>
|
1
by_json/templates/label_item_types.tmpl
Normal file
1
by_json/templates/label_item_types.tmpl
Normal file
@ -0,0 +1 @@
|
||||
<${name}<br/>(type: ${itype})<br/>PID: ${pid}>
|
1
by_json/templates/label_settings.tmpl
Normal file
1
by_json/templates/label_settings.tmpl
Normal file
@ -0,0 +1 @@
|
||||
\"Patron type PID: ${pt_pid} | Item type PID: ${it_pid}\"
|
Reference in New Issue
Block a user