perfoama invoice

This commit is contained in:
hamid zarghami
2025-10-19 10:16:15 +03:30
parent 8ce42653cf
commit f3df4ccfc2
7 changed files with 127 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
export const enum ProformaInvoiceStatusEnum {
ALL = 'all',
NOT_CONFIRMED = 'not_confirmed',
CONFIRMED = 'confirmed',
}