brotherton-erpnext/erpnext/buying/page/buying_home/buying_home.html
2012-02-21 19:03:50 +05:30

49 lines
1.6 KiB
HTML

<div class="layout-wrapper layout-wrapper-background">
<div class="layout-main-section">
<a class="close" onclick="window.history.back();">&times;</a>
<h1>Buying</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Purchase Requisition">Purchase Requisition</a></h4>
<p class="help">Request for purchase</p>
<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>
<h4><a href="#!List/Item">Item</a></h4>
<p class="help">Item Master</p>
</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"
href="#!List/Purchase Other Charges">Purchase Other Charges</a>
</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 = "Helper for managing return of goods (sales or purchase)"
href="#!Form/Sales and Purchase Return Wizard/Sales and Purchase Return Wizard">Purchase Returns</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>