Commit Graph

60 Commits

Author SHA1 Message Date
534f88c9c5 remove add 100€ button in production mode 2026-06-28 11:38:58 +02:00
128b34e257 Add users can see orders for their accounts 2026-06-28 11:33:36 +02:00
ce75c52abe Add prepare_prod_db target to justfile 2026-06-28 11:33:23 +02:00
912fa9d5c4 Reorganize fixtures 2026-06-28 11:19:17 +02:00
1719c0d519 Fix error in user import 2026-06-28 10:43:18 +02:00
79c348395c Automatic user adding when importing transactions 2026-06-28 10:28:00 +02:00
3c6857e615 Add user import 2026-06-28 10:11:38 +02:00
3591e0f33a Fix performance issue for users with many orders 2026-05-24 12:50:52 +02:00
7856123bc0 transactions now use their orders total_amount 2026-05-17 11:36:29 +02:00
d8ad5f4f0b Import: Handle deposits, withdrawals and expenses 2026-05-17 11:23:25 +02:00
a522a3b110 Add account details view for admin 2026-05-17 11:08:48 +02:00
3f97facd7c Add CLI interface and csv importer 2026-05-17 10:52:44 +02:00
ded6f42cba Update dependencies 2026-05-17 09:16:11 +02:00
3dc0031c20 Update fastapi and fix warnings 2026-05-17 09:15:06 +02:00
e8266ffdc1 Introduce product details table 2026-04-22 12:25:35 +02:00
6e6636e941 fix: Show all transactions 2026-03-14 15:55:39 +01:00
b43ade2c59 fix(show): Use correct timestamp for transactions 2026-03-14 15:39:19 +01:00
69fe261dc7 Add info about test suite to README 2026-03-14 15:35:40 +01:00
171f4a0b9c Add and fix tests 2026-03-14 15:34:33 +01:00
cb098cb139 Add Readme 2026-03-14 14:55:30 +01:00
517149e2ff Add db_fixtures and license 2026-03-14 14:48:08 +01:00
3da5e13c75 Make hamburger button more visible on mobile 2026-02-14 14:55:37 +01:00
be60fcef9d Some ui adjustments for mobile 2026-02-14 14:52:42 +01:00
bf682736e1 Add demo button to deposit money 2026-02-14 14:37:37 +01:00
f012e55427 Landing Page: Sort transactions newest first 2026-02-14 14:37:17 +01:00
c053b3b91e Improve transaction overview on landing page 2026-02-14 14:25:53 +01:00
b791c490b7 Demo mode: Add demo account 2026-02-14 14:15:51 +01:00
8cc9c77628 Remove product images 2026-02-14 14:07:56 +01:00
06b6faf2f3 Improve landing page.
It's possible to select which transactions to show
2026-02-14 13:41:48 +01:00
de4167728d Add multi account support to shpping cart 2026-02-14 11:44:34 +01:00
8daf064e4d accounts: Add new accounts and add users and balance to accounts
Close #5
2026-02-14 10:54:40 +01:00
f8c2727226 accounts: Add list view 2026-02-14 09:24:11 +01:00
006961ece8 Add info banner when not in production mode 2026-02-14 09:22:39 +01:00
01e926b140 Fix display name on yunohost installation 2026-01-23 10:54:38 +01:00
ab372f5d0c Add alembic dependency 2026-01-23 10:31:02 +01:00
de2d7c12cd Add Readme 2026-01-23 10:30:30 +01:00
dd996a78ca Add Makefile 2026-01-23 10:20:55 +01:00
cb95d6053d Initialize alembic 2026-01-23 10:15:38 +01:00
977dd30e5c Translate some text fragments into German 2026-01-23 10:00:35 +01:00
45bd37e26c Refactor user admin with Form() dependency 2026-01-17 12:35:31 +01:00
a451d2e532 Add product admin 2026-01-17 12:29:47 +01:00
a6e97c6170 feat(admin): Add group admin and test for admin views 2026-01-03 10:39:52 +01:00
927b4b0b4e feat(users): Add and remove user groups 2025-12-30 17:03:52 +01:00
bafca3c291 Start User management 2025-12-13 15:15:18 +01:00
a5ac52a387 Highlight current nav item 2025-12-13 14:42:05 +01:00
d1fc874c35 Modify cart items 2025-12-13 14:30:14 +01:00
5d2dfe37c1 View order 2025-12-13 12:25:00 +01:00
fd544fcebc feat(order): Add finalize order functionality 2025-12-13 11:53:41 +01:00
00246819cc Implement shopping cart 2025-12-05 11:39:51 +01:00
f4618f4d05 Add shopping cart and related models 2025-11-11 12:08:06 +01:00