ODT
/
rero-ils-graphs
Archived
1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Olivier DOSSMANN ee9488ab7e by_json: simplify way to change RERO-ils directory 3 years ago
..
filters by_json: add description on patron types 3 years ago
templates by_json: Add a separator between lines in Graphviz 3 years ago
.gitignore Structure: make it more generic 3 years ago
Makefile by_json: Add a date on SVG result files 3 years ago
README.md by_json: simplify way to change RERO-ils directory 3 years ago
TODO Structure: make it more generic 3 years ago
commons.sh by_json: simplify way to change RERO-ils directory 3 years ago
gen_orgas.sh by_json: simplify way to change RERO-ils directory 3 years ago
gen_policies.sh by_json: simplify way to change RERO-ils directory 3 years ago
process_cp.sh by_json: Generate circulation policies 3 years ago
process_it.sh by_json: Generate circulation policies 3 years ago
process_lib.sh by_json: gen_orgas.sh refactorisation 3 years ago
process_orgas.sh by_json: gen_orgas.sh refactorisation 3 years ago
process_pt.sh by_json: add description on patron types 3 years ago
process_users.sh by_json: gen_orgas.sh refactorisation 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).