.. | ||
filters | ||
templates | ||
.gitignore | ||
commons.sh | ||
gen_orgas.sh | ||
gen_policies.sh | ||
Makefile | ||
process_cp.sh | ||
process_it.sh | ||
process_lib.sh | ||
process_orgas.sh | ||
process_pt.sh | ||
process_users.sh | ||
README.md | ||
TODO |
Presentation
gen_orgas.sh generates a diagram with graphviz with the link between organisations, libraries and users in rero-ils project.
gen_policies.sh do the same with link between organisations, libraries, circulation policies and patron_type/item_type couples.
Requirements
- graphviz
- jq
Usage
- change RERO_DIR variable to point your rero-ils directory
make clean && RERO_DIR="/home/moi/rero/rero-ils" make
Result: 2 files (orgas.svg and policies.svg) file (can be open with Gimp for example).