From 16063dffb9b038a5e4e273766f55ec22daa11cad Mon Sep 17 00:00:00 2001 From: VadKhar Date: Sat, 2 Nov 2024 12:13:10 +0200 Subject: [PATCH] Update index.md --- docs/site/index.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/site/index.md b/docs/site/index.md index a0cf2d8..9aeb9dc 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -1,5 +1,5 @@ -# [Django CRM Screenshot](https://github.com/DjangoCRM/django-crm/){target="_blank"} Welcome to Django-CRM +# [Django CRM Screenshot](https://github.com/DjangoCRM/django-crm/){target="_blank"} Welcome to Django-CRM Documentation [Django CRM](https://github.com/DjangoCRM/django-crm/){target="_blank"} (client relationship software) is an open source application with web interface. This CRM is based on the [Django Admin site](https://docs.djangoproject.com/en/dev/ref/contrib/admin/){target="_blank"} and is written in the [Python](https://www.python.org/){target="_blank"} programming language. @@ -21,21 +21,23 @@ The TASKS application does not require CRM configuration and allows individual u Each instance of these objects also has integration with: -- 💬 Chat -- 🏷 Tags -- Remainders -- 📎 Files +- [Chat icon Chat](tasks_section.md#chat-in-objects) +- alarm icon Tags +- alarm icon Remainders +- [paperclip icon Files](introduction.md#file-object) -Notifications within CRM and to Email are also available. + + +Notifications within CRM system and to Email are also available. All CRM users have access to this application by default. -Access to the rest of the Django CRM applications is only available to users with the appropriate [roles](adding_crm_users.md#user-groups-roles), such as sales managers, company executives, etc. -To use all the features of these applications, you need to set up CRM software integration: +Access to the rest of the Django CRM applications is only available to users with the appropriate [roles](adding_crm_users.md#user-groups-roles), such as [sales managers](guide_for_sales_manager.md), [company executives](guide_for_company_executives.md), etc. +To use all the features of these applications, you need to set up __CRM software integration__: - with your company's websites - with your company's mailboxes and sales managers' mailboxes - if necessary: - - with the service of receiving current exchange rates + - with the service of receiving [currency](currencies.md) exchange rates - with VoIP telephony service \ No newline at end of file