Rushabh Mehta | 7be2e98 | 2015-12-03 18:28:19 +0530 | [diff] [blame] | 1 | <!-- title: ERPNext: Documentation --> |
Rushabh Mehta | 2f27367 | 2015-12-04 16:00:38 +0530 | [diff] [blame] | 2 | <!-- description: ERPNext Documentation --> |
Rushabh Mehta | 7be2e98 | 2015-12-03 18:28:19 +0530 | [diff] [blame] | 3 | <!-- no-breadcrumbs --> |
| 4 | <style> |
Rushabh Mehta | 7be2e98 | 2015-12-03 18:28:19 +0530 | [diff] [blame] | 5 | |
Rushabh Mehta | 7be2e98 | 2015-12-03 18:28:19 +0530 | [diff] [blame] | 6 | </style> |
| 7 | |
| 8 | <!-- start-hero --> |
| 9 | <div class="splash"> |
| 10 | <div class="container"> |
| 11 | <div class="col-sm-10 col-sm-offset-1"> |
| 12 | <div class="jumbotron"> |
| 13 | <h1>ERPNext Documentation</h1> |
| 14 | <p>Detailed explanation for all ERPNext features and developer API</p> |
| 15 | </div> |
| 16 | <div class="section" style="padding-top: 0px; margin-top: -30px;"> |
| 17 | <div class="fake-browser-frame"> |
| 18 | <img class="img-responsive browser-image feature-image" |
| 19 | src="assets/img/home.png"> |
| 20 | </div> |
| 21 | </div> |
| 22 | </div> |
| 23 | </div> |
| 24 | </div> |
| 25 | <!-- end-hero --> |
| 26 | |
| 27 | |
| 28 | <div class="container"> |
| 29 | <div class="col-sm-10 col-sm-offset-1"> |
| 30 | <div class="section"> |
| 31 | <p>ERPNext is a fully featured ERP system designed for Small and Medium Sized |
| 32 | business. ERPNext covers a wide range of features including Accounting, CRM, |
| 33 | Inventory management, Selling, Purchasing, Manufacturing, Projects, HR & |
| 34 | Payroll, Website, E-Commerce and much more.</p> |
| 35 | |
| 36 | <p>ERPNext is based on the Frappe Framework is highly customizable and extendable. |
| 37 | You can create Custom Form, Fields, Scripts and can also create your own Apps |
| 38 | to extend ERPNext functionality.</p> |
| 39 | |
| 40 | <p>ERPNext is Open Source under the GNU General Public Licence v3 and has been |
| 41 | listed as one of the Best Open Source Softwares in the world by my online |
| 42 | blogs.</p> |
| 43 | |
| 44 | </div> |
| 45 | </div> |
| 46 | </div> |
| 47 | |
| 48 | |
| 49 | |
| 50 | <div class="container"> |
| 51 | <div class="col-sm-10 col-sm-offset-1"> |
| 52 | <div class="section" id="install"> |
| 53 | <h2>Install</h2> |
| 54 | <h4>From your site</h4> |
| 55 | <p>To install this app, login to your site and click on "Installer". Search for <b>ERPNext</b> and click on "Install"</p> |
| 56 | <h4>Using Bench</h4> |
| 57 | <p>Go to your bench folder and setup the new app</p> |
| 58 | <pre><code class="sh">$ bench get-app erpnext https://github.com/frappe/erpnext |
| 59 | $ bench new-site testsite |
| 60 | $ bench --site testsite install-app erpnext</code></pre> |
| 61 | <p>Login to your site to configure the app.</p> |
| 62 | <p><a href="install.html">Detailed Installation Steps</a></p> |
| 63 | </div> |
| 64 | <div class="section"> |
| 65 | <h2>Author</h2> |
| 66 | |
| 67 | <p>Frappe Technologies Pvt. Ltd. (info@erpnext.com)</p> |
| 68 | </div> |
| 69 | </div> |
| 70 | </div> |
| 71 | |
| 72 | |
| 73 | <!-- autodoc --> |
| 74 | <!-- jinja --> |