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