task-ep.1.2

This commit is contained in:
phaichayon
2026-07-13 09:49:45 +07:00
parent 9ae4f31f28
commit e96320a24d
28 changed files with 1337 additions and 21 deletions

View File

@@ -11,14 +11,19 @@ export const CRM_ACTIVITY_ENTITY_TYPES = [
] as const;
export const CRM_ACTIVITY_TYPES = [
'follow_up',
'meeting',
'visit',
'phone_call',
'email_follow_up',
'email',
'site_survey',
'presentation',
'reminder',
'internal_task',
'follow_up',
'delivery_coordination',
'approval_action',
// Backward-compatible aliases kept while master options become the source of truth.
'email_follow_up',
'reminder_action',
'other'
] as const;