blob: 852ca593e1498a9178c1e38d0f15e1b998ce31e5 [file] [log] [blame]
Rushabh Mehta7be2e982015-12-03 18:28:19 +05301<!-- title: ERPNext: Documentation -->
Rushabh Mehta2f273672015-12-04 16:00:38 +05302<!-- description: ERPNext Documentation -->
Rushabh Mehta7be2e982015-12-03 18:28:19 +05303<!-- no-breadcrumbs -->
4<style>
Rushabh Mehta2f273672015-12-04 16:00:38 +05305
6 .splash {
7 border-bottom: 1px solid #d1d8dd;
Rushabh Mehta7be2e982015-12-03 18:28:19 +05308 }
Rushabh Mehta2f273672015-12-04 16:00:38 +05309 .browser-image { border-bottom: 0px; }
10 .splash {
11 background: none;
12 background-color: #fff !important;
Rushabh Mehta7be2e982015-12-03 18:28:19 +053013 }
Rushabh Mehta2f273672015-12-04 16:00:38 +053014 .splash .jumbotron h1, .splash .jumbotron p {
15 color: #36414C !important;
16 text-shadow: none;
Rushabh Mehta7be2e982015-12-03 18:28:19 +053017 }
Rushabh Mehta2f273672015-12-04 16:00:38 +053018
Rushabh Mehta7be2e982015-12-03 18:28:19 +053019
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
47business. ERPNext covers a wide range of features including Accounting, CRM,
48Inventory management, Selling, Purchasing, Manufacturing, Projects, HR &amp;
49Payroll, Website, E-Commerce and much more.</p>
50
51<p>ERPNext is based on the Frappe Framework is highly customizable and extendable.
52You can create Custom Form, Fields, Scripts and can also create your own Apps
53to extend ERPNext functionality.</p>
54
55<p>ERPNext is Open Source under the GNU General Public Licence v3 and has been
56listed as one of the Best Open Source Softwares in the world by my online
57blogs.</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 -->