|
enum | FrequencyType {
Today,
MonthStartDate,
MonthEndDate,
QuarterStartDate,
QuarterEndDate,
HalfStartDate,
HalfEndDate,
FiscalYearStartDate,
FiscalYearEndDate
} |
|
enum | SubTranBook {
Direct,
Quotation,
Order,
Delivery,
Receipt,
Invoice,
Payment,
Return,
Transfer,
Suspense
} |
|
enum | TranBook { Sales,
Purchase,
Inventory
} |
|
enum | TransactionTypeEnum { Debit,
Credit
} |
|
enum | VerificationType {
Rejected = -3,
Closed = -2,
Withdrawn = -1,
Unapproved = 0,
AutoApproved = 1,
Approved = 2
} |
|