Add 'cancelled' status to invoices
This commit is contained in:
Vendored
+1
-1
@@ -139,7 +139,7 @@ export interface Invoice {
|
||||
isRecurring: boolean;
|
||||
isPartialService: boolean;
|
||||
customer?: Customer | null;
|
||||
paymentStatus: 'draft' | 'issued' | 'paid' | 'due' | 'reminded';
|
||||
paymentStatus: 'draft' | 'issued' | 'paid' | 'due' | 'reminded' | 'cancelled';
|
||||
totalAmount: number;
|
||||
title: string;
|
||||
text: string;
|
||||
|
||||
Reference in New Issue
Block a user