Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 958 Bytes

File metadata and controls

29 lines (18 loc) · 958 Bytes

Circulation

Invenio-circulation

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.

⚠️ See circulation documentation

The circulation module follows two state charts: Item state chart and Loan state chart. See below.

Item state chart

Implementation

It is implemented:

  • into the Class Item() of reroils-data/reroils_data/items/api.py for the back end.
  • into the item.ts file of the reroils-circulation-ui module for the front end.