Commit Graph

12 Commits

Author SHA1 Message Date
ec4506fd2d tenant: add invites and join requests 2025-12-18 18:27:23 +08:00
1da84f2af3 feat: add TenantLedger model and query generation
- Introduced TenantLedger model with fields for managing tenant transactions, including ID, TenantID, UserID, OrderID, transaction Type, Amount, and balance details.
- Implemented CRUD operations for TenantLedger with methods for Create, Update, Delete, and Reload.
- Generated query methods for TenantLedger to facilitate database interactions, including filtering, pagination, and aggregation functions.
- Established relationships with Order model for foreign key references.
2025-12-18 13:12:26 +08:00
d1d67f5c9a updates 2025-12-18 11:00:37 +08:00
8fa05444df update consts 2025-12-18 10:53:10 +08:00
674c562831 feat: follow llm.txt 2025-12-18 10:27:40 +08:00
bfce71b56d feat: done 2025-12-18 00:21:49 +08:00
971c02fa07 feat: spec stage 1 2025-12-17 22:28:47 +08:00
14842d989c feat: add user_list 2025-12-17 13:24:32 +08:00
e8b2699104 feat: enhance tenant management with status description and improved UI components 2025-12-16 23:25:46 +08:00
4722eef72c feat: add user_tenant associations 2025-12-16 14:14:58 +08:00
d058b7ffda feat add tenant users 2025-12-16 11:20:40 +08:00
28ab17324d init 2025-12-15 17:55:32 +08:00