Commit Graph

14 Commits

Author SHA1 Message Date
hwinkel d582c748a2 feat: add financial transactions management for companies
- Implemented a new route for managing financial transactions (money) for companies, including creating, editing, and deleting transactions.
- Added a new model `Buchung` to represent transactions with fields for date, account type, transaction type, amount, and description.
- Updated the `companies` model to include a relation to the new `Buchung` model.
- Enhanced the company overview page to link to the new financial transactions page.
- Added migration scripts to create the necessary database tables and fields for the new functionality.
- Created utility scripts for resetting the admin password and setting up the initial admin user.
2026-03-24 19:25:48 +01:00
hwinkel 6d8c4b615f ADD: added einnahmen, ausgaben and bilanz 2026-03-24 14:48:32 +01:00
hwinkel 1bbeaf2c34 FIX: fixed erechnung error 2026-03-15 21:05:45 +01:00
hwinkel c6dc22c859 ADD: fixed e rechnung 2026-03-15 20:58:24 +01:00
hwinkel 5ac9e269e3 ADD: added e-rechnung 2026-03-15 20:21:48 +01:00
hwinkel 40a2764dd0 ADD: added some quiality of life features 2026-03-15 19:53:11 +01:00
hwinkel f5b259cae2 ADD: prisma fix 2026-03-13 14:20:07 +01:00
hwinkel cf66d914de ADD: fixed sime routing issues and docker file issues 2026-03-13 13:18:47 +01:00
hwinkel 71ff97f302 ADD: added inital scripts and password recovery scripts 2026-03-13 12:06:09 +01:00
hwinkel 3a2a94ec19 ADD: added admin panel and archiv mandates 2026-03-13 10:58:44 +01:00
hwinkel b8e981eaf3 ADD: adden rechnungne ohne ust id und logout button 2026-03-11 23:23:24 +01:00
hwinkel f9307d9f4a ADD: added dockerfile and docker-compose and k8s manifest 2026-03-11 22:37:38 +01:00
hwinkel 1ac4fae943 ADD: added first working version 2026-03-11 22:09:49 +01:00
hwinkel 4bc57b2c4e ADD: changed to rect router 2026-03-10 21:49:01 +01:00