b57dbba5d6minor: display payments on overview Payments are now displayed at the bottom of the lists. Also, receipts can now be uploaded without necessarily providing an image of the original.
v0.15.1
Lunaresk2024-02-18 17:37:06 +01:00
f41fdd076bmajor: add dynamic receipt item forms New: - Added the possibility to insert custom items on receipt upload in case the receipt couldn't be read. Changes: - Changed the display of the sum at the overview. You now see what you owe your establishment instead of just seeing how much you bought. - In addition the sum in the overview now accounts for membership time. You don't have to pay for something bought after you moved out for example.
v0.14.0
Lunaresk2023-11-26 23:16:05 +01:00
4d1e7eb944major: edit database and finish check_items New: - Removed the connection between tables 'receipt_item' and 'item'. Instead the position on the receipt will be stored as a primary key with the receipt.id. - Uploading a receipt and checking items for invoice is now working. - Uploading a receipt now redirects directly to the form where the items on the receipt can be marked for invoice. - Added pagination for candidates-page.
v0.13.0
Lunaresk2023-11-12 16:05:09 +01:00
6c0fa5a58bmajor: add receipt upload You can now upload receipts and check which ones should be accounted. Currently without function, needs to be implemented.Lunaresk2023-08-06 22:25:08 +02:00
8e17a2fb25minor: function for testing purposes Reinserted the testfunctionLunaresk2023-06-20 00:01:30 +02:00
dceda1446fmajor: refactoring Refactored most imports to relative paths and made some experimental changes to angular.Lunaresk2023-06-19 23:41:40 +02:00
b21284f640minor: add payment Admins can now add payments for their users.Lunaresk2023-05-28 09:07:54 +02:00
597725f46cminor: revert dockerfile and boot.sh Minor improvements, bugfixes and first experiments with angular.
v0.12.1
Lunaresk2023-04-16 16:27:46 +02:00
2e33f9b5a8major: improvements and functions Features: - Added page for an overview of establishments with a possibility to request a membership. - Added page for admins of an establishment to accept or deny those candidates. This is currently only usable via URL, the navigation to this site is not yet implemented in the HTML files. - Added page to add new establishments by providing a name.Lunaresk2023-03-19 12:31:10 +01:00
764738b20dmajor: upload and storage of recipes PDF-Recipes are uploadable and some basic functions are already implemented. Also minor bugfixes.Lunaresk2022-08-23 23:10:18 +02:00
Merge pull request #1 from Lunaresk/feature/S2K-11-passwort-recovery-erstellen
v0.11.2
Lunaresk2022-11-14 15:47:36 +01:00
c716c7c3bafeat: password recovery Implemented the "Forgot Password" field with functionalities. If you're self-hosting, you need to use some variables, which will be explained at a later point in the readme and on the docker page.Lunaresk2022-11-13 18:20:12 +01:00
6cf5a91c8cmajor: refactoring and creating api structure Moved the token-based functions in the new API folder and started commenting them. Changed the database_utils function to deal with the new format commented in api/routes.py. Minor adjustments in boot.sh function.Lunaresk2022-08-24 13:30:48 +02:00
4459000d4fdocker image and changes in models Made some convenience changes in models and created a Dockerfile for deployment. Also changed the configs to be compatible for custom variables in Docker
v0.11.0
Lunaresk2022-07-21 11:55:46 +02:00
b978e0da56refactoring, reorganizing Changed the folder structure for better maintenance and inserted Dockerfile for image building.Lunaresk2022-07-13 09:00:26 +02:00
f26dee5489minor: insert primitive possibility for invoice It's ugly. Future updates will make it more beautiful.
v0.10.0
Lunaresk2022-03-23 13:45:45 +01:00
Merge pull request #1 from Lunaresk:new_folder_structure
v0.5.0
Lunaresk2022-01-17 20:30:57 +01:00
fd75f419e8patch: better overview for datasLunaresk2022-01-17 20:19:19 +01:00
d52e5a63d5Working on better folder structure Trying to get a better maintainability by splitting the code in better folders.Lunaresk2022-01-17 12:54:24 +01:00
821b8161dffix: logs working correctly and previous_scan bug For debug purposes, configs and logs are now stored using semi-absolute paths, so you can start the script from anywhere. Also fixed a weird bug where items in the scans.json began to multiply every time items have been scanned.
v0.4.3
Lunaresk2021-12-20 11:58:45 +01:00
f137400399minor: fixed amount, amount increase and decrease Added the possibility to scan a fixed amount (1, 2, 5 or 10) so you don't have to scan the same item over and over again. Also, you can increase the amount by +x and -x, depending on what code you scan.
v0.4.0
Lunaresk2021-12-17 16:45:08 +01:00