blob: a8ed4bdc699c0105757bb32bf521d5884e6f68a0 [file] [log] [blame]
Nabin Hait7ba4d022015-11-05 16:55:10 +05301<!-- 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
9<div class="section" style="padding-top: 0px;">
10 <div class="fake-browser-frame">
11 <img class="img-responsive browser-image feature-image"
12 src="assets/img/home.png">
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
39<div class="section text-center">
40 <a href="contents.html" class="btn btn-lg btn-primary">Table of Contents</a>
41</div>
42
43
44<div class="section">
45 <h2>Install</h2>
46
47 <h4>From your site</h4>
48
49 <p>To install this app, login to your site and click on "Installer". Search for <b>ERPNext</b> and click on "Install"</p>
50
51 <h4>Using Bench</h4>
52
53 <p>Go to your bench folder and setup the new app</p>
54
55 <pre><code class="sh">$ bench get-app erpnext https://github.com/frappe/erpnext
56$ bench new-site testsite
57$ bench --site testsite install-app erpnext</code></pre>
58
59 <p>Login to your site to configure the app.</p>
60
61 <p><a href="install.html">Detailed Installation Steps</a></p>
62</div>
63
64<div class="section">
65 <h2>Author</h2>
66
67 <p>Frappe Technologies Pvt. Ltd. (info@erpnext.com)</p>
68</div>
69
70
71<!-- autodoc -->
72<!-- jinja -->