Skip to content
forked from frappe/crm

Free and Open Source CRM Solution to supercharge your sales operations

License

Notifications You must be signed in to change notification settings

yello-genai/crm

This branch is 1157 commits behind frappe/crm:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e1b3d9 · Feb 7, 2024
Sep 13, 2023
Feb 6, 2024
Jan 13, 2024
Feb 7, 2024
Aug 1, 2023
Aug 3, 2023
Sep 13, 2023
Nov 29, 2023
Nov 3, 2023
Aug 22, 2023
Jan 7, 2024

Repository files navigation

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

About

Free and Open Source CRM Solution to supercharge your sales operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.4%
  • Python 16.9%
  • JavaScript 4.8%
  • Other 0.9%