4 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 cf66d914de ADD: fixed sime routing issues and docker file issues 2026-03-13 13:18:47 +01:00
hwinkel 12d78f6532 ADD: startup reworked 2026-03-13 12:14:04 +01:00
hwinkel 71ff97f302 ADD: added inital scripts and password recovery scripts 2026-03-13 12:06:09 +01:00