ERPNext is a free and open-source integrated Enterprise Resource Planning (ERP) software developed by Frappé Technologies Pvt. Ltd. and is built on MariaDB database system using a Python based server-side framework.
ERPNext is an alternative to NetSuite and QAD, and similar in function to Odoo (formerly OpenERP), Tryton and Openbravo.
Video ERPNext
Industry solutions
ERPNext contains these modules:
- Accounting
- Asset management
- Customer relationship management CRM
- Human resource management HRM
- Manufacturing
- Point of sale POS
- Project management
- Purchasing
- Sales management
- Warehouse management system
- Education Institute Management
- Hospital information system
- Agriculture Management
- Nonprofit Organization
Maps ERPNext
Software license
ERPNext is released under the GNU GPLv3 license. Consequently, ERPNext does not require license fees as opposed to proprietary ERP vendors. In addition, as long as the terms of the licenses are adhered to, modification of the program is possible.
Architecture
ERPNext has a Model-View-Controller architecture with metadata modeling tools that add flexibility for users to adapt the software to unique purposes without the need for programming. Some attributes of the architecture are:
- All objects in the ERP are DocTypes (not to be confused with HTML DocTypes) and the Views are generated directly in the browser.
- Client interacts with the server via JSON data objects on a Representational state transfer (RESTful) supporting server.
- There is ability to plug-in (event driven) code on the client and server side.
The underlying web app framework is called "Frappé" and is maintained as a separate open source project. Frappé started as a web based metadata framework inspired from Protégé though it has evolved differently.
This architecture allows rapid application development (RAD).
Source code and documentation
The source code of ERPNext is hosted on GitHub, using the Git revision control system, and the contributions are also handled using GitHub.
A complete user manual is available at the project website.
Innovations
The primary innovation of ERPNext has been in the metadata modeling architecture which provides for flexible use of the application without custom programming.
The user interface incorporates usability enhancements designed to improve ease of use and user productivity.
Software as a service
ERPNext is available as a Software as a service in addition to user-hosting.
Reporting
ERPNext provides an embedded reporting system with office suite integration. Report customization is available within ERPNext.
References
External links
- Frappé/ERPNext GitHub Repo, GitHub .
Source of the article : Wikipedia