fix invoice and request tstus

This commit is contained in:
hamid zarghami
2025-06-01 12:08:16 +03:30
parent 90124cb58e
commit 0169497f90
10 changed files with 650 additions and 302 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
export enum ReceiptTypeEnum {
DAILY = '1',
WEEKLY = '2',
MONTHLY = '3',
QUARTERLY = '4',
YEARLY = '5',
}
export enum RecurringPeriodEnum {
WEEKLY = 1, // هفتگی
MONTHLY = 2, // ماهانه
QUARTERLY = 3, // سه‌ماهه
SEMIANNUALLY = 4, // شش‌ماهه
ANNUALLY = 5, // سالانه
}