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.