Merge pull request #88 from shariquerik/update-readme

chore: updated README.md
This commit is contained in:
Shariq Ansari 2024-03-27 20:39:24 +05:30 committed by GitHub
commit f4891f7326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 60 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

BIN
.github/screenshots/CallLogs.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
.github/screenshots/CallUI.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 KiB

BIN
.github/screenshots/DealsList.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
.github/screenshots/Emailtemplates.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 993 KiB

BIN
.github/screenshots/LeadPage.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

BIN
.github/screenshots/MainDealPage.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 KiB

View File

@ -1,7 +1,6 @@
<p align="center"> <div align="center">
<img src=".github/logo.png" alt="CRM logo" height="50" /> <img width="1402" alt="Screenshot 2022-09-18 at 9 16 08 PM" src=".github/screenshots/MainDealPage.png">
<p align="center" style="font-weight: bold;">Modern, open-source, CRM solution to supercharge your sales operations.</p> </div>
</p>
<p align="center"> <p align="center">
<a href="https://img.shields.io/github/issues/frappe/crm"> <a href="https://img.shields.io/github/issues/frappe/crm">
@ -12,40 +11,70 @@
</a> </a>
</p> </p>
> **Note:** We are currently not accepting any contributions to this repository, but you can always open an issue if you find any bugs, feature requests, or have any suggestions.
<img width="1402" alt="Screenshot 2022-09-18 at 9 16 08 PM" src=".github/screenshots/Deal.png">
<details> <details>
<summary>Show more screenshots</summary> <summary>Show more screenshots</summary>
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 17 PM" src=".github/screenshots/DealsList.png">
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 17 PM" src=".github/screenshots/Leads.png"> <img width="1402" alt="Screenshot 2022-09-18 at 11 47 06 PM" src=".github/screenshots/LeadPage.png">
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 47 PM" src=".github/screenshots/Emailtemplates.png">
<img width="1402" alt="Screenshot 2022-09-18 at 11 47 06 PM" src=".github/screenshots/Lead.png"> <img width="1402" alt="Screenshot 2022-09-18 at 9 18 47 PM" src=".github/screenshots/CallUI.png">
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 47 PM" src=".github/screenshots/CallLogs.png">
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 47 PM" src=".github/screenshots/Notes.png">
<img width="1402" alt="Screenshot 2022-09-18 at 9 18 47 PM" src=".github/screenshots/Call Logs.png">
</details> </details>
## Key Features
- **Views:** Create custom views which is a combination of filters, sort and columns.
- **Pinned View:** Pin important leads and deals in the sidebar.
- **Public View:** Share views to all users.
- **Saved View:** Save views for later use.
- **Email Communication:** Send and receive emails directly from the Lead/Deal Page.
- **Email Templates:** Create and use email templates for faster communication.
- **Comments:** Add comments to leads and deals to keep track of the conversation.
- **Notifications:** Get notified when someone mentions you in a comment.
- **Service Level Agreement:** Set SLA for leads and deals and get notified when the SLA is breached.
- **Assignment Rule:** Automatically assign leads and deals to users based on the criteria.
- **Tasks:** Create tasks for leads and deals.
- **Notes:** Add notes to leads and deals.
- **Call Logs:** See the call logs with call details and recording.
- **Twilio Ingegration:** Integrate Twilio to make and receive calls from the CRM.
## Getting Started ## Getting Started
Currently, this app depends on the `develop` branch of [frappe](https://github.com/frappe/frappe). ### Self-hosting
1. Setup frappe-bench by following [this guide](https://frappeframework.com/docs/v14/user/en/installation) If you prefer self-hosting, follow the official [Frappe Bench Installation](https://github.com/frappe/bench#installation) instructions.
1. In the frappe-bench directory, run `bench start` and keep it running. Open a new terminal session and cd into `frappe-bench` directory.
1. Run the following commands: ## Want to Just Try Out or Contribute?
### Codespaces
1. Open [this link](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=668199241&skip_quickstart=true&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=SoutheastAsia) and click on "Create Codespace".
2. Wait for initialization (~15 mins).
3. Run `bench start` from the terminal tab.
4. Click on the link beside "8000" port under "Ports" tab.
5. Log in with "Administrator" as the username and "admin" as the password.
6. Go to `<random-id>.github.dev/crm` to access the crm interface.
### Local Setup
1. [Install Bench](https://github.com/frappe/bench).
2. Install Frappe CRM app:
```sh ```sh
bench new-site crm.test $ bench get-app crm
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
``` ```
1. Now, open a new terminal session and cd into `frappe-bench/apps/crm`, and run the following commands: 3. Create a site with the crm app:
```sh
$ bench --site sitename.localhost install-app crm
``` ```
yarn 4. Open the site in the browser:
yarn dev ```sh
$ bench browse sitename.localhost --user Administrator
``` ```
1. Now, you can access the site on vite dev server at `http://crm.test:8080` 5. Access the crm page at `sitename.localhost:8000/crm` in your web browser.
## Need help?
Join our [telegram group](https://t.me/frappecrm) for instant help.
## License
[GNU Affero General Public License v3.0](LICENSE)