01 Tasks
Tasks track work tied to leads or customers.
- Create from Tasks menu or from a lead/customer detail page.
- On a lead, open the Tasks tab or use the Kanban card drawer — both link to the same lead tasks list.
- Assign an owner (staff), due date, priority, and description.
- Email notifications can alert assigned staff (requires SMTP + cron).
- Mark complete when done; filter open tasks from the list view.
02 Reminders
Reminders schedule future follow-ups on leads and customers.
- Set date/time and recipient staff.
- Reminders dispatch via the Laravel scheduler — cron is required on your Linux server.
- Queued reminder emails use the same mail configuration as other CRM emails.
03 Cron requirement
Add this cron entry on your server (adjust path):
* * * * * cd /path/to/devpremier-crm && php artisan schedule:run >> /dev/null 2>&1Without cron, reminders and queued emails will not send on time.
Thanks for reading DevPremier CRM docs
Browse all guides