Commit graph

3 commits

Author SHA1 Message Date
Sylvain Gay
00148cd5ca Add loan tables
Add two views for loans :
- inventory:ongoing_loans
- inventory:all_loans (permission inventory.can_see_loan_details required)
2024-05-06 16:24:16 +02:00
Sylvain Gay
67c64c0d1c made cleaner migrations for loans 2024-05-02 11:31:34 +02:00
Sylvain Gay
474083dd38 Add minimal loans system
Functional loans system for users.
No manager interface yet.

See:
- app "loans"
- a few new views/templates in app "inventory"
2024-05-02 11:13:34 +02:00