Warning
Next CRM is being archived. This repository is being archived effective immediately and will remain publicly accessible in a read-only state. You can continue to browse the code and reference the project history, but no new development, issues, or pull requests will be accepted.
Next CRM served its purpose well, but Frappe CRM has matured significantly over time with new features, improvements, and active maintenance.
Maintaining a fork and continuously syncing upstream changes has become increasingly difficult and inefficient. Additionally, with ERPNext CRM DocTypes planned for deprecation in the future, we do not want to carry the long-term maintenance burden of supporting legacy CRM structures.
Use Frappe CRM (the upstream app) for your CRM needs.
We have built a migration app (erpnext_crm_to_frappe_crm_migrator) that migrates data from ERPNext CRM and Next CRM DocTypes to Frappe CRM, including the required field mappings. Going forward, Frappe CRM will be the single source of truth for CRM data.
We built Frappe CRM XT, an extension app for features required by our sales team. We will continue adding custom functionality there and contribute generic improvements back to Frappe CRM whenever possible.
- Views: Create custom views which is a combination of filters, sort and columns.
- Pinned View: Pin important leads and opportunities in the sidebar.
- Public View: Share views with all users.
- Saved View: Save views for later use.
- Email Communication: Send and receive emails directly from the Lead/Opportunity Page.
- Email Templates: Create and use email templates for faster communication.
- Comments: Add comments to leads and opportunities to keep track of the conversation.
- Notifications: Get notified when someone mentions you in a comment.
- Service Level Agreement: Set SLA for leads and opportunities and get notified when the SLA is breached.
- Assignment Rule: Automatically assign leads and opportunities to users based on the criteria.
- ToDos: Create todos for leads and opportunity.
- Notes: Add notes to leads and opportunity.
- Call Logs: See the call logs with call details and recordings.
- Install Bench.
- Install ERPNext
- Get the Next CRM app:
$ bench get-app https://github.com/rtCamp/next-crm --branch next-develop
- Create a site with the crm app:
$ bench --site sitename.localhost install-app next_crm
- Open the site in the browser:
$ bench browse sitename.localhost --user Administrator
- Access the crm page at
sitename.localhost:8000/next-crmin your web browser.
- App renamed to Next CRM
- URL changed from /crm to /next-crm
- Lead is compulsory to create Opportunity (being reconsidered)
- ERPNext integration enabled by default
- CRM Invitation – Permissions from the ERPNext CRM module are used directly.
- Ability to link to ERPNext on a different site – Not required as this is tightly integrated with the ERPNext CRM module.
We’d love your feedback! Please check it out and share your thoughts on Discuss Forum.
