invenio-circulation is a module used in RERO-ils to manage item loans.
RERO ILS uses a specific module to develop and enhance invenio-circulation module. You can find documentation on RERO circulation module.
The circulation module follows two state charts: Item state chart and Loan state chart. See below.
It is implemented:
- into the
Class Item()ofreroils-data/reroils_data/items/api.pyfor the back end. - into the
item.tsfile of thereroils-circulation-uimodule for the front end.