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