wip: invoice reference generation

This commit is contained in:
2025-08-15 17:16:29 +01:00
parent 7f4da2f606
commit fdb4fb669a
7 changed files with 58 additions and 22 deletions
+2
View File
@@ -0,0 +1,2 @@
-- Add column "issued_invoices_this_year" to table: "users"
ALTER TABLE `users` ADD COLUMN `issued_invoices_this_year` integer NULL;