Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 1 | <!-- title: ERPNext: Documentation --> |
| 2 | <!-- no-breadcrumbs --> |
| 3 | |
| 4 | <div class="jumbotron"> |
| 5 | <h1>Learn ERPNext Inside Out</h1> |
| 6 | <p>Find detailed explanation for all ERPNext features</p> |
| 7 | </div> |
| 8 | |
Anand Doshi | 1c1eb70 | 2015-11-10 18:58:56 +0530 | [diff] [blame] | 9 | <div class="section" style="padding-top: 0px; margin-top: -30px;"> |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 10 | <div class="fake-browser-frame"> |
| 11 | <img class="img-responsive browser-image feature-image" |
Anand Doshi | 1c1eb70 | 2015-11-10 18:58:56 +0530 | [diff] [blame] | 12 | src="assets/img/home.png"> |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 13 | </div> |
| 14 | </div> |
| 15 | |
| 16 | |
| 17 | <div class="section"> |
| 18 | <p>ERPNext helps you to manage all your business information in one application and use it to manage operations and take decisions based on data.</p> |
| 19 | |
| 20 | <p>Among other things, ERPNext will help you to:</p> |
| 21 | |
| 22 | <ul> |
| 23 | <li>Track all Invoices and Payments.</li> |
| 24 | <li>Know what quantity of which product is available in stock.</li> |
| 25 | <li>Identify open customer queries.</li> |
| 26 | <li>Manage payroll.</li> |
| 27 | <li>Assign tasks and follow up on them.</li> |
| 28 | <li>Maintain a database of all your customers, suppliers and their contacts.</li> |
| 29 | <li>Prepare quotes.</li> |
| 30 | <li>Get reminders on maintenance schedules.</li> |
| 31 | <li>Publish your website.</li> |
| 32 | </ul> |
| 33 | |
| 34 | <p>And a lot lot lot more.</p> |
| 35 | |
| 36 | </div> |
| 37 | |
| 38 | |
Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 39 | |
| 40 | <div class="section"> |
| 41 | <h2>Install</h2> |
| 42 | |
| 43 | <h4>From your site</h4> |
| 44 | |
| 45 | <p>To install this app, login to your site and click on "Installer". Search for <b>ERPNext</b> and click on "Install"</p> |
| 46 | |
| 47 | <h4>Using Bench</h4> |
| 48 | |
| 49 | <p>Go to your bench folder and setup the new app</p> |
| 50 | |
| 51 | <pre><code class="sh">$ bench get-app erpnext https://github.com/frappe/erpnext |
| 52 | $ bench new-site testsite |
| 53 | $ bench --site testsite install-app erpnext</code></pre> |
| 54 | |
| 55 | <p>Login to your site to configure the app.</p> |
| 56 | |
| 57 | <p><a href="install.html">Detailed Installation Steps</a></p> |
| 58 | </div> |
| 59 | |
| 60 | <div class="section"> |
| 61 | <h2>Author</h2> |
| 62 | |
| 63 | <p>Frappe Technologies Pvt. Ltd. (info@erpnext.com)</p> |
| 64 | </div> |
| 65 | |
| 66 | |
| 67 | <!-- autodoc --> |
| 68 | <!-- jinja --> |