[docs] moved static documentation generation fully to server side

This commit is contained in:
Rushabh Mehta
2013-07-24 18:48:01 +05:30
parent 1672fd8c99
commit a643d00e5f
5 changed files with 65 additions and 10 deletions

View File

@@ -13,14 +13,22 @@
"_no_toc": 1
}
---
<br>
<h1 style="text-align: center">All-in-One Platform to Manage Your Organization.</h1>
<h3 style="text-align: center; font-weight: normal; color: #888">100% Free and Open Source.</h1>
<br>
<div style="margin: 10px 0px">
<h1 style="text-align: center">All-in-One Platform to Manage Your Organization.</h1>
<h3 style="text-align: center; font-weight: normal; color: #888">100% Free and Open Source.</h1>
</div>
![Home Screen](img/home.png)
### Is this for me?
### What is ERPNext?
To starting hacking into ERPNext, you must have some understanding of how a dynamic web application works. There are hundreds of architectures and frameworks to make web development easier, but at the core there are a few elements that are important to understand.
ERPNext is an information system that links together entire organization's operations. It is a software package that offers convenience of managing all the business functions from a single platform. No need of going to different applications to process different requests. No need of saving data in different functional packages. Under one ERP "roof" you can manage Accounting, Warehouse Management, CRM, Human Resources, Supply Chain Management, Sales Management, and Website Design.
ERPNext is built on `wnframework` which is primarily developed for ERPNext but can be extended to make similar database driven applications. wnframework uses Python on the server-side and has a javascript based client for entering data, managing workflow and making reports.
ERPNext is written by Web Notes Technologies keeping small and medium businesses in mind.
- It gives better access to crucial information as a whole rather than in fragments of different versions.
- It provides comparable financial reports.
- It avoids duplication of reports and redundant data.
- It allows better alignment across cross-functional departments.
- It facilitates Website Design and provides shopping cart facility.
- It gives better deployment on mobiles, tablets, desktops and large screens.