Backend
Go to file
2026-03-11 23:42:44 +01:00
controller feat: add permission checks for subscription and implement user permission retrieval 2026-03-11 22:27:31 +01:00
database fix: update query method to use non-prepared statements for dynamic SQL compatibility 2026-03-11 23:42:44 +01:00
debug-pdf feat: dependecy fix + Abo Mailing Template 2026-02-18 10:24:04 +01:00
mailTemplates Initial Commit 2025-09-07 12:44:01 +02:00
middleware feat: implement guest user registration and company settings management 2026-03-09 22:07:12 +01:00
models feat: enhance pool management with subscription linking and inflow diagnostics 2026-02-17 18:13:27 +01:00
repositories feat: add deactivateOtherActiveInvoices method to manage invoice template states 2026-03-11 22:29:07 +01:00
routes feat: implement guest user registration and company settings management 2026-03-09 22:07:12 +01:00
scripts fix: temporarily return from createAdminUser function for debugging 2026-03-11 23:28:10 +01:00
services feat: update guest user status flags to mark all as completed during account creation 2026-03-11 22:32:31 +01:00
templates feat: add new invoice template with structured layout and styling 2026-03-11 22:35:05 +01:00
utils Initial Commit 2025-09-07 12:44:01 +02:00
.gitignore Initial Commit 2025-09-07 12:44:01 +02:00
package-lock.json package lock 2026-02-20 20:57:39 +01:00
package.json feat: dependecy fix + Abo Mailing Template 2026-02-18 10:24:04 +01:00
server.js feat: add user creation scripts for company and personal users 2025-11-30 13:32:25 +01:00