brotherton-erpnext/erpnext/docs/current/models/stock/item_reorder.html

123 lines
2.4 KiB
HTML
Raw Normal View History

2015-12-03 12:58:19 +00:00
<!-- title: Item Reorder -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/stock/doctype/item_reorder"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Child Table</span>
<p><b>Table Name:</b> <code>tabItem Reorder</code></p>
<h3>Fields</h3>
2015-12-10 11:47:41 +00:00
<table class="table table-bordered">
2015-12-03 12:58:19 +00:00
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td class="danger" title="Mandatory"><code>warehouse</code></td>
<td >
Link</td>
<td >
Warehouse
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/warehouse">Warehouse</a>
</td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>warehouse_reorder_level</code></td>
<td >
Float</td>
<td >
Re-order Level
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>warehouse_reorder_qty</code></td>
<td >
Float</td>
<td >
Re-order Qty
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td class="danger" title="Mandatory"><code>material_request_type</code></td>
<td >
Select</td>
<td >
Material Request Type
</td>
<td>
<pre>Purchase
Transfer</pre>
</td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/item">Item</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->