Add approved invoice status with lock after customer acceptance.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-07-28 11:54:16 +03:30
co-authored by Cursor
parent 9455cd9fab
commit 7244b70e90
7 changed files with 241 additions and 6 deletions
+1
View File
@@ -1141,6 +1141,7 @@ enum InvoiceOwnerScope {
enum InvoiceStatus {
draft
issued
approved
paid
cancelled