You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
filters | 3 years ago | |
templates | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
TODO | 3 years ago | |
commons.sh | 3 years ago | |
gen_orgas.sh | 3 years ago | |
gen_policies.sh | 3 years ago | |
process_cp.sh | 3 years ago | |
process_it.sh | 3 years ago | |
process_lib.sh | 3 years ago | |
process_orgas.sh | 3 years ago | |
process_pt.sh | 3 years ago | |
process_users.sh | 3 years ago |
README.md
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).