brotherton-erpnext/erpnext/docs/current/models/stock/stock_reconciliation_item.html
2015-12-03 18:28:19 +05:30

179 lines
3.7 KiB
HTML

<!-- title: Stock Reconciliation Item -->
<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/stock_reconciliation_item"
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>tabStock Reconciliation Item</code></p>
<h3>Fields</h3>
<table class="table table-bordered" style="table-layout: fixed;">
<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>item_code</code></td>
<td >
Link</td>
<td >
Item Code
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/item">Item</a>
</td>
</tr>
<tr >
<td>2</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 class="info">
<td>3</td>
<td ><code>section_break_3</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>qty</code></td>
<td >
Float</td>
<td >
Quantity
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>valuation_rate</code></td>
<td >
Currency</td>
<td >
Valuation Rate
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>column_break_6</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>current_qty</code></td>
<td >
Float</td>
<td >
Current Qty
<p class="text-muted small">
Before reconciliation</p>
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>current_valuation_rate</code></td>
<td >
Read Only</td>
<td >
Current Valuation Rate
<p class="text-muted small">
Before reconciliation</p>
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/stock_reconciliation">Stock Reconciliation</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->