brotherton-erpnext/erpnext/production/page/production_home/production_home.html
2012-04-20 11:21:47 +05:30

41 lines
1.2 KiB
HTML

<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<h1>Production</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Production Order">Production Order</a></h4>
<p class="help">Orders for manufacturing</p>
<br>
<h4><a href="#!Form/Production Planning Tool/Production Planning Tool">Production Plan</a></h4>
<p class="help">Generate Purchase Requisition (MRP) and Production Orders</p>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!List/BOM">Bill of Materials</a></h4>
<p class="help">Bill of Materials (BOM) Master</p>
<br>
<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 = "Workstation master"
href="#!List/Workstation">Workstations</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>