brotherton-erpnext/buying/page/buying_home/buying_home.html

87 lines
3.0 KiB
HTML
Raw Normal View History

2012-02-21 13:33:50 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-04-13 06:11:43 +00:00
<div class="appframe-area"></div>
2012-02-21 13:33:50 +00:00
<div class="layout-main-section">
<div style="width: 48%; float: left;">
2012-04-09 06:32:15 +00:00
<h4><a href="#!List/Purchase Request">Purchase Request</a></h4>
2012-02-21 13:33:50 +00:00
<p class="help">Request for purchase</p>
2012-04-13 06:11:43 +00:00
<br>
<h4><a href="#!List/Supplier Quotation">Supplier Quotation (beta)</a></h4>
<p class="help">Track Quotations received from Suppliers</p>
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!List/Purchase Order">Purchase Order</a></h4>
<p class="help">Purchase Orders given to Suppliers</p>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!List/Supplier">Supplier</a></h4>
<p class="help">Supplier Master</p>
2012-04-13 06:11:43 +00:00
<br>
2012-02-21 13:33:50 +00:00
<h4><a href="#!List/Item">Item</a></h4>
<p class="help">Item Master</p>
<br>
<h4><a href="#!List/Contact">Contact</a></h4>
<p class="help">Contact Master</p>
<br>
<h4><a href="#!List/Address">Address</a></h4>
<p class="help">Address Master</p>
2012-09-21 14:16:24 +00:00
<br>
<h4><a href="#purchase-analytics" data-role="Analytics, Purchase Manager">
Purchase Analytics</a>
2012-09-21 14:16:24 +00:00
<span style="background-color: #fed; font-weight: normal; font-size: 80%">beta</span>
</h4>
<p class="help">Purchase trends based on Purchase Invoice</p>
2012-02-21 13:33:50 +00:00
</div>
<div style="clear: both"></div>
<hr>
<h3>Reports</h3>
<div class="reports-list"></div>
</div>
<div class="layout-side-section">
<div class="psidebar">
<div class="section">
<div class="section-head">Setup</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Tax and charges structure master"
2012-04-02 13:42:29 +00:00
href="#!List/Purchase Taxes and Charges Master">Purchase Taxes and Charges Master</a>
2012-02-21 13:33:50 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Supplier classification"
href="#!List/Supplier Type">Supplier Type</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Tree of item classification"
href="#!Sales Browser/Item Group"
data-role="Purchase Manager, Purchase Master Manager
Accounts Manager">Item Group</a>
</div>
2012-02-21 13:33:50 +00:00
<div class="section-item">
<a class="section-link"
title = "Helper for managing return of goods (sales or purchase)"
2012-04-02 13:42:29 +00:00
href="#!Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Purchase Returns</a>
2012-02-21 13:33:50 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Terms of contract template"
2012-04-10 13:44:37 +00:00
href="#!List/Terms and Conditions">Terms and Conditions Template</a>
</div>
</div>
</div>
<div class="section">
<div class="section-head">Tools</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Analyze Sales and Purchase trends and slice them based on item, customer, groups etc"
href="#!Report/Profile/Trend Analyzer">Trend Analyzer</a>
</div>
2012-02-21 13:33:50 +00:00
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
2012-04-02 13:42:29 +00:00
</div>