CRM Module
CRM module works as the main business module active in ERP. Customer management, lead process, offer, opportunity and activity flows are under this module.
Access Path
- Web:
/crm/dashboard
Major Screens
/crm/dashboard/crm/leads,/crm/leads/:id/crm/customers,/crm/customers/:id/crm/opportunities,/crm/opportunities/:id/crm/quotes,/crm/quotes/:id/crm/contacts,/crm/contacts/:id/crm/activities/crm/salesreps/crm/settings/translations
API Terminals (Summary)
GET/POST/PUT/DELETE /api/crm/customersGET /api/crm/customers/:id/contacts|opportunities|activitiesGET/POST/PUT/DELETE /api/crm/leadsPOST /api/crm/leads/:id/convertGET/POST/PUT/DELETE /api/crm/quotesGET/POST/PUT/DELETE /api/crm/quotes/:id/linesGET/POST/PUT/DELETE /api/crm/opportunitiesGET/POST/PUT/DELETE /api/crm/activitiesGET/POST/PUT/DELETE /api/crm/contactsGET/POST/PUT/DELETE /api/crm/salesrepsGET /api/crm/activity-logs
Authority and Context
- CRM routes require auth.
- Tenant/company context is transferred to the dynamic DB connection via request.
:::info Manifest Code
erp:crm:view
:::