mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
merge, fixed production cleanup patch
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="appframe-area"></div>
|
||||
<div class="layout-main-section">
|
||||
<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">Tools</div>
|
||||
<div class="section-body">
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "BOM Replace Tool"
|
||||
href="#!Form/BOM Replace Tool">BOM Replace Tool</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
Reference in New Issue
Block a user