Commit graph

6 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
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
Guillaume Bertholon
ccd8ee9cc9 Add game comments and rework game models
Models are now more structured for number of players, and durations can
be omitted.
2020-12-13 00:12:06 +01:00
Guillaume Bertholon
1850746975 Add inventory search with haystack
Also give a coherent look to all inventory lists
2020-11-28 00:41:11 +01:00
Guillaume Bertholon
68dea4002c Add category and tag pages 2020-11-22 19:01:21 +01:00
Guillaume Bertholon
8843c07a6a Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00