This commit is contained in:
Iliyan Angelov
2025-11-20 21:06:30 +02:00
parent 44e11520c5
commit a38ab4fa82
77 changed files with 7169 additions and 360 deletions

View File

@@ -42,6 +42,8 @@ export interface Invoice {
notes?: string;
terms_and_conditions?: string;
payment_instructions?: string;
is_proforma?: boolean;
promotion_code?: string;
items: InvoiceItem[];
created_at: string;
updated_at: string;