diff --git a/README.md b/README.md index 3e900aec..a7fe6885 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ - **Tasks:** Create tasks for leads and deals. - **Notes:** Add notes to leads and deals. - **Call Logs:** See the call logs with call details and recordings. -- **Twilio Integration:** Integrate Twilio to make and receive calls from the CRM. + +## Integrations + +- **Twilio:** Integrate Twilio to make and receive calls from the CRM. You can also record calls. It is a built-in integration. +- **WhatsApp:** Integrate WhatsApp to send and receive messages from the CRM. [Frappe WhatsApp](https://github.com/shridarpatil/frappe_whatsapp) is used for this integration. ## Getting Started diff --git a/crm/__init__.py b/crm/__init__.py index d2f5359f..3af1df46 100644 --- a/crm/__init__.py +++ b/crm/__init__.py @@ -1,3 +1,4 @@ -__version__ = '1.2.0' +__version__ = "2.0.0-dev" +__title__ = "Frappe CRM" diff --git a/frontend/src/components/Fields.vue b/frontend/src/components/Fields.vue new file mode 100644 index 00000000..cbb86b76 --- /dev/null +++ b/frontend/src/components/Fields.vue @@ -0,0 +1,147 @@ + + + + + diff --git a/frontend/src/components/Modals/ContactModal.vue b/frontend/src/components/Modals/ContactModal.vue index 4682ef58..335380b0 100644 --- a/frontend/src/components/Modals/ContactModal.vue +++ b/frontend/src/components/Modals/ContactModal.vue @@ -57,82 +57,7 @@
{{ field.value }}
-
-
-
- -
- - - - - -
- -
-
-
+
@@ -152,8 +77,7 @@ - - diff --git a/frontend/src/components/Modals/LeadModal.vue b/frontend/src/components/Modals/LeadModal.vue index a3f87769..25d21224 100644 --- a/frontend/src/components/Modals/LeadModal.vue +++ b/frontend/src/components/Modals/LeadModal.vue @@ -7,72 +7,7 @@ }" > - - diff --git a/frontend/src/components/Modals/OrganizationModal.vue b/frontend/src/components/Modals/OrganizationModal.vue index 59aad934..0816f7e7 100644 --- a/frontend/src/components/Modals/OrganizationModal.vue +++ b/frontend/src/components/Modals/OrganizationModal.vue @@ -35,78 +35,7 @@
{{ field.value }}
-
-
- -
- - -
- -
- - -
-
-
+
@@ -126,11 +55,11 @@