Customer Relationship Management (CRM)


1. Program details

Customer relation ship management (CRM). CRM program is a program used for customer data management services, including some parts of the accounting system so that the sales department or accounting department can manage customer information efficiently. developed by Impleplus Company. and distribute it for free There is no cost. Can be used for free.

Program details include:

- Manage Lead information

- Manage Opportunity information

- Manage Customer information

- Manage Quotation information and print Quotation form

- Manage Invoice information and print Invoice form

- Manage Tax / Receipt information and print Tax / Receipt form

- Create activities (phone call, email, sms, walk in, other) tied to the Lead, Opportunity, Customer

- Manage system user information

- Set rights to access the system


2. Demo

Url

https://demo.impleplus.com/crm

User Login

Email: crmtest@mail.com

Password: ^ZiuiIEvjQlA


3. Installation and Customize program

Url

https://builder.impleplus.com

To install the system to the page User's program, click on "Install" The system will install the system for you. When finished Users can edit the program through the menu "My Application" > "Applications"


4. Download and installation the program yourself

4.1 Things to prepare and install before downloading the program

3.1.1 Node.js How to install Node.js can be found here Install Node.js

3.1.2 Mysql How to install Mysql can be found here Install Mysql

4.2 Download Source code from Git hub impleplus github

4.3 Install Node modules to source code with command

npm install

4.4 Run program with command

node app.js


5. Using the program

5.1 Access via Browser with URL

http://localhost:3000


6. License

The MIT License (MIT)

Copyright © impleplus.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.