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

195 lines
4.1 KiB
HTML
Raw Normal View History

2015-12-03 12:58:19 +00:00
<!-- title: Landed Cost 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/landed_cost_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>tabLanded Cost 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>description</code></td>
<td >
Text Editor</td>
<td >
Description
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>purchase_receipt</code></td>
<td >
Link</td>
<td >
Purchase Receipt
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/stock/purchase_receipt">Purchase Receipt</a>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>col_break2</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>qty</code></td>
<td >
Float</td>
<td >
Qty
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>rate</code></td>
<td >
Currency</td>
<td >
Rate
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>7</td>
<td class="danger" title="Mandatory"><code>amount</code></td>
<td >
Currency</td>
<td >
Amount
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>8</td>
<td ><code>applicable_charges</code></td>
<td >
Currency</td>
<td >
Applicable Charges
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>9</td>
<td ><code>purchase_receipt_item</code></td>
<td >
Data</td>
<td class="text-muted" title="Hidden">
Purchase Receipt Item
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/stock/landed_cost_voucher">Landed Cost Voucher</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->