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.py
for the back end. - into the
item.ts
file of thereroils-circulation-ui
module for the front end.