Add platform invoices API with item templates and optional name.

Super admins can manage predefined invoice lines and issue invoices to businesses; schema is ready for future business-scoped use.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-07-24 20:59:35 +03:30
co-authored by Cursor
parent 136711dfb3
commit 426316d53c
10 changed files with 1094 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
-- Meshkee CMS — optional invoice name
ALTER TABLE invoices
ADD COLUMN IF NOT EXISTS name VARCHAR(255);