drinks-manager/app
2025-09-07 22:37:53 +02:00
..
locales/de/LC_MESSAGES Added missing translations 2023-11-01 19:32:25 +01:00
migrations Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
templates Bump version to 22 2025-09-07 22:37:53 +02:00
__init__.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
admin.py Removed leftover print statements that were used for debugging 2023-04-17 20:13:34 +02:00
apps.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
context_processors.py Improved readability of python code by adding/removing newlines, identation, etc. 2023-02-11 22:14:01 +01:00
db_queries.py Added two new statistics about all users: 'order sum' visible for users having the 'view_order' permission and 'deposit sum' visible for users having the 'view_registertransaction' permission, improved the layout of the statistics page, updated translations 2023-11-01 19:07:07 +01:00
forms.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
models.py Added a small code warning and added more comments to models.py 2025-09-07 22:29:07 +02:00
urls.py Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
views.py Added two new statistics about all users: 'order sum' visible for users having the 'view_order' permission and 'deposit sum' visible for users having the 'view_registertransaction' permission, improved the layout of the statistics page, updated translations 2023-11-01 19:07:07 +01:00