EasyERP

EasyERP是面向中小企业的超级快速的开源ERP/CRM/HRM管理软件,软件基于Node.js和MongoDB。(EasyERP is a super fast open source ERP/CRM/HRM management software for SMBs based on Node.js and MongoDB.)

Github stars Tracking Chart

EasyERP是面向中小企业的超级快速的开源ERP/CRM/HRM管理软件,软件基于 JavaScript 和 NoSQL DB。技术栈是 BackboneJS, NodeJS & MongoDB。(ERP is built on JavaScript and NoSQL DB. Tech stack is BackboneJS, NodeJS & MongoDB.)

主要特性:

FAST, FLEXIBLE AND EASY TO USE CRM SOFTWARE
Organize your actions, leads and opportunities and stay focused on your best deals;
Manage all your customer interactions from anywhere in the world
Get full instant reports about next actions, leads and expected revenue;
Customize all modules to make EasyERP work exactly for your business.

CONTACT MANAGEMENT
See all contact information, related opportunities, notesand documents in easy to read and modify view.
Without superfluous actions — make calls and send emails directly from EasyERP interface, so you can see and add all related information right during the call.
The web-based system lets you access what you need, whenever you need it — even from your smartphone. See all the reports, interactions and get all important notifications on the go.

LEAD MANAGEMENT
Conveniently and quickly add, filter and qualify your leads directly into the sales stages;
Evaluate your marketing channels effectiveness by tracking leads sources;
Easily customize EasyERP system to reflect your sales and business processes so you can drive process, productivity, and consistency the way you want.

OPPORTUNITIES MANAGEMENT
EasyERP CRM software gives you full real-time overview of all opportunities you’re working on and helps guide your team’s efforts — from identifying and qualifying your leads through to crafting a winning proposal, and finally closing the deal.
Get instant visual reports about opportunities stages, leads sources and expected revenue;
Move deals from one stage to the next with easy drag and drop
Assign tasks directly to your team members
Attach notes and documents as needed to keep deals neatly organized.

ORDER MANAGEMENT
EasyERP provides you access to complete order management system: users may do the overall monitoring of the orders, add new ones or cancel unneeded, receive invoices. In the list of orders user may see such information about the order, as order and expected dates, untaxed and total prices, order’s reference, supplier, order’s status.
EasyERP helps to manage orders in a really efficient and favorable way through analyzing them and finding the best options for the company.

SALES DASHBOARD
Visualize all your data with the CRM software dashboard to see a simple and at the same time complete image of your deals and analyze them, so you can easily manage and improve your deals.

Overview

Name With OwnerEasyERP/EasyERP_open_source
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
Release Count0
Created At2016-12-12 13:54:10
Pushed At2021-09-06 19:25:30
Last Commit At2018-01-26 09:49:04
Stargazers Count225
Watchers Count33
Fork Count203
Commits Count9.5k
Has Issues Enabled
Issues Count19
Issue Open Count15
Pull Requests Count2
Pull Requests Open Count1
Pull Requests Close Count7
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

How to start

Please make sure to have installed nodejs starting from 4.0 and mongodb starting from 3.0 and latest version of redis-server

Open EasyERP.zip with any IDE

Please install bower globally (type in 'npm install bower -g' in terminal)

Run commands 'npm i' & 'bower i' in terminal

As result, you'll get all modules

Now let's move to DB

You'll need to do mongorestore. For this, please unpack dump.zip and run mongorestore in the same directory, where the dump folder appears

This action provides you with our 2 test DBs

One of them is empty (called saas), so you can fulfil it manually

Second one (called CRM) contains data

Please make sure that port 8089 in your localhost is free

Next you should run the project in your IDE

Open localhost:8089 in browser

Choose the db and enter login and pass

Login to databases CRM and saas is "superAdmin". Password is "111111"

To the top