Harman Patil (Editor)

ERPNext

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Rushabh Mehta

Written in
  
Python and JavaScript

Development status
  
Active

ERPNext

Developer(s)
  
Frappé Technologies Pvt. Ltd. and Community

Initial release
  
2008; 9 years ago (2008)

Stable release
  
7.2.1 / 24 December 2016; 2 months ago (2016-12-24)

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.

Contents

ERPNext is an alternative to NetSuite and QAD, and similar in function to Odoo (formerly OpenERP), Tryton and Openbravo.

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
  • 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

    ERPNext Wikipedia