chore: initial commit
This commit is contained in:
17
frontend/packages/lib-shared/enums/customerEnum.ts
Normal file
17
frontend/packages/lib-shared/enums/customerEnum.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export enum CustomerSearchTypeEnum {
|
||||
ALL = 'ALL',
|
||||
SELF = 'SELF',
|
||||
DEPARTMENT = 'DEPARTMENT',
|
||||
CUSTOMER_COLLABORATION = 'CUSTOMER_COLLABORATION',
|
||||
CUSTOMER_TRANSITION = 'CUSTOMER_TRANSITION',
|
||||
OPPORTUNITY_TRANSITION = 'OPPORTUNITY_TRANSITION',
|
||||
SELF_QUOTATION = 'SELF_QUOTATION',
|
||||
}
|
||||
|
||||
export enum CustomerFollowPlanStatusEnum {
|
||||
ALL = 'ALL',
|
||||
PREPARED = 'PREPARED',
|
||||
UNDERWAY = 'UNDERWAY',
|
||||
COMPLETED = 'COMPLETED',
|
||||
CANCELLED = 'CANCELLED',
|
||||
}
|
||||
Reference in New Issue
Block a user