Shariq Ansari 08c766c4cd fix: show sla details on lead page
fixed some time calculation logic and some more fixes
2023-12-11 11:34:58 +05:30
2023-09-13 21:48:52 +05:30
2023-12-11 11:34:58 +05:30
2023-08-01 16:11:13 +05:30
2023-08-03 16:11:11 +05:30
2023-09-13 21:26:52 +05:30
2023-11-29 14:32:14 +05:30
2023-11-27 23:49:19 +05:30

CRM logo

Modern, open-source, CRM solution to supercharge your sales operations.

issues license

Note: I am currently not expecting any contributions to this repository. But you can always open an issue if you find any bugs, feature requests, or have any suggestions.

Screenshot 2022-09-18 at 9 16 08 PM
Show more screenshots Screenshot 2022-09-18 at 9 18 17 PM Screenshot 2022-09-18 at 11 47 06 PM Screenshot 2022-09-18 at 9 18 47 PM Screenshot 2022-09-18 at 9 18 47 PM

Getting Started

Currently, this app depends on the develop branch of frappe.

  1. Setup frappe-bench by following this guide
  2. In the frappe-bench directory, run bench start and keep it running. Open a new terminal session and cd into frappe-bench directory.
  3. Run the following commands:
    bench new-site crm.test
    bench get-app crm
    bench --site crm.test install-app crm
    bench --site crm.test add-to-hosts
    bench --site crm.test browse --user Administrator
    
  4. Now, open a new terminal session and cd into frappe-bench/apps/crm, and run the following commands:
    yarn
    yarn dev
    
  5. Now, you can access the site on vite dev server at http://crm.test:8080
Languages
Vue 74.1%
Python 18.2%
JavaScript 6.5%
HTML 0.6%
TypeScript 0.5%
Other 0.1%