{"id":19475710,"url":"https://github.com/iondv/crm-en","last_synced_at":"2025-02-25T15:47:57.067Z","repository":{"id":141057790,"uuid":"273152284","full_name":"iondv/crm-en","owner":"iondv","description":"IONDV. CRM is a software solution based on the IONDV. Framework, implemented for the organization of registration, accounting, storage and display of business data (incoming requests, calls, visitors, products, services). ","archived":false,"fork":false,"pushed_at":"2021-03-05T08:09:58.000Z","size":1475,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-08T06:33:13.312Z","etag":null,"topics":["iondv","iondv-app"],"latest_commit_sha":null,"homepage":"https://crm-en.iondv.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iondv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-18T05:46:40.000Z","updated_at":"2024-06-27T01:48:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"da020aeb-10d4-4b0e-b7a8-2a3e9eff3442","html_url":"https://github.com/iondv/crm-en","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iondv%2Fcrm-en","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iondv%2Fcrm-en/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iondv%2Fcrm-en/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iondv%2Fcrm-en/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iondv","download_url":"https://codeload.github.com/iondv/crm-en/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240699509,"owners_count":19843512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iondv","iondv-app"],"created_at":"2024-11-10T19:34:21.196Z","updated_at":"2025-02-25T15:47:57.012Z","avatar_url":"https://github.com/iondv.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IONDV. CRM\n## Description\n\nIONDV. CRM is a software solution based on the IONDV. Framework, implemented for the organization of registration, accounting, storage and display of business data (incoming requests, calls, visitors, products, services). The system allows you to organize scenarios for answering calls, keep records of emails and calls, conduct sales of products and activities based on them, keep track of marketing events, maintain a data base of individual and company clients, compile directories, make reports, etc.\n\nThe demo version shows an example of using the system to provide technical support – it allows you to register incoming requests from users in various forms (letters, calls, meetings, e-mail). In this case, the demo version shows an example of using the system for a store that is selling recreation goods and tourist equipment. The system allows to register incoming requests (calls) and at the same time to show prompts/scripts to the operator registering the request or call on the specified request topic. \n\n\u003ch1 align=\"center\"\u003e \u003cimg src=\"/iondv-crm-en.jpg\" alt=\"IONDV. CRM\" align=\"center\"\u003e\u003c/h1\u003e  \n\n## Demo\n\nDemo access to view the system without registration: https://crm-en.iondv.com\n\nLogin: **demo**, password: **ion-demo**.\n\nAdditional advantages:\n- Open source code for all system components – https://github.com/iondv/crm-en;\n- Open software used for DBMS and server OS (running for linux and windows);\n- Any adaptation and modernization of the system is available, including data structures modernization without programming in a visual editor. You can try it by downloading the zip archive of the repository in the editor at https://studio.iondv.com. The UML schema is deployed into a working application in 80 seconds, see the [video]( https://youtu.be/s7q9_YXkeEo)\n- Launch your own version in a few minutes – see [How to get](#how-to-get)\n\n## How to get?\n\n### IONDV. Studio sandbox\nCheck and build the application in the [IONDV. Studio](https://studio.iondv.com) sandbox.\n1. Download the archive file from GitHub\n2. Open it in the Studio\n3. Click the “play” button\n4. Get the link and open it\n\nWatch [How-To video](https://www.youtube.com/watch?v=s7q9_YXkeEo).   \n\nIf necessary, make changes to the data structure and rebuild the application.\n\nThe application can be saved and deployed locally in the other methods described below.\n\n### Git\n\nQuick start using the **IONDV. CRM-en** repository on GitHub – detailed instruction.\n1. Install the system environment and global dependencies according to the instructions from https://iondv.readthedocs.io/en/latest/.\n2. Clone the core, module, and application.\n3. Build and deploy the app.\n4. Launch the application.\n\nOr install and run in a single line with Linux using the iondv-app installer (locally required node.js, MongoDB and Git):\n```\ncurl -L -s https://github.com/iondv/iondv-app/archive/master.zip \u003e iondv-app.zip \u0026\u0026\\\n  unzip -p iondv-app.zip iondv-app-master/iondv-app \u003e iondv-app \u0026\u0026\\\n  bash iondv-app -t git -q -i -m localhost:27017 crm-en\n  ```\n\nWhere instead of `localhost:27017` specify MongoDb adress. After the launch open the link 'http://localhost:8888', back-office account login: **demo**, password: **ion-demo**. \n\n### Docker\nLaunching an application using a docker container.\n\n1. Launch the mongodb DBMS: `docker run --name mongodb -v mongodb_data:/data/db -p 27017:27017 -d mongo` \n2. Launch the IONDV. CRM-en `docker run -d -p 80:8888 --link mongodb iondv/crm-en`. \n3. Open the link `http://localhost` in the browser in a minute (it takes time to initialize data). For the back-office the login is: **demo**, password: **ion-demo** \n\n## Links\nFor more information, see the following resources:\n- [IONDV. Framework](https://iondv.com/) \n- [Facebook](https://www.facebook.com/iondv/) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiondv%2Fcrm-en","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiondv%2Fcrm-en","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiondv%2Fcrm-en/lists"}