brotherton-erpnext/erpnext/docs/current/models/buying/purchase_receipt_item_supplied.html
2015-12-10 17:58:12 +05:30

265 lines
5.5 KiB
HTML

<!-- title: Purchase Receipt Item Supplied -->
<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/buying/doctype/purchase_receipt_item_supplied"
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>tabPurchase Receipt Item Supplied</code></p>
<h3>Fields</h3>
<table class="table table-bordered">
<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 ><code>main_item_code</code></td>
<td >
Data</td>
<td >
Item Code
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>rm_item_code</code></td>
<td >
Data</td>
<td >
Raw Material Item Code
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>description</code></td>
<td >
Text Editor</td>
<td >
Description
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>batch_no</code></td>
<td >
Link</td>
<td >
Batch No
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/batch">Batch</a>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>serial_no</code></td>
<td >
Text</td>
<td >
Serial No
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>col_break1</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>required_qty</code></td>
<td >
Float</td>
<td >
Required Qty
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td class="danger" title="Mandatory"><code>consumed_qty</code></td>
<td >
Float</td>
<td >
Consumed Qty
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>stock_uom</code></td>
<td >
Link</td>
<td >
Stock Uom
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/uom">UOM</a>
</td>
</tr>
<tr >
<td>10</td>
<td ><code>rate</code></td>
<td >
Currency</td>
<td >
Rate
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>11</td>
<td ><code>amount</code></td>
<td >
Currency</td>
<td >
Amount
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>12</td>
<td ><code>conversion_factor</code></td>
<td >
Float</td>
<td class="text-muted" title="Hidden">
Conversion Factor
</td>
<td></td>
</tr>
<tr >
<td>13</td>
<td ><code>current_stock</code></td>
<td >
Float</td>
<td class="text-muted" title="Hidden">
Current Stock
</td>
<td></td>
</tr>
<tr >
<td>14</td>
<td ><code>reference_name</code></td>
<td >
Data</td>
<td class="text-muted" title="Hidden">
Reference Name
</td>
<td></td>
</tr>
<tr >
<td>15</td>
<td ><code>bom_detail_no</code></td>
<td >
Data</td>
<td class="text-muted" title="Hidden">
BOM Detail No
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/purchase_receipt">Purchase Receipt</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->