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

205 lines
4.3 KiB
HTML

<!-- title: Expense Claim Detail -->
<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/hr/doctype/expense_claim_detail"
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>tabExpense Claim Detail</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 ><code>expense_date</code></td>
<td >
Date</td>
<td >
Expense Date
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>column_break_2</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td class="danger" title="Mandatory"><code>expense_type</code></td>
<td >
Link</td>
<td >
Expense Claim Type
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/expense_claim_type">Expense Claim Type</a>
</td>
</tr>
<tr >
<td>4</td>
<td ><code>default_account</code></td>
<td >
Link</td>
<td class="text-muted" title="Hidden">
Default Account
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/accounts/account">Account</a>
</td>
</tr>
<tr class="info">
<td>5</td>
<td ><code>section_break_4</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>description</code></td>
<td >
Text Editor</td>
<td >
Description
</td>
<td></td>
</tr>
<tr class="info">
<td>7</td>
<td ><code>section_break_6</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td class="danger" title="Mandatory"><code>claim_amount</code></td>
<td >
Currency</td>
<td >
Claim Amount
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>9</td>
<td ><code>column_break_8</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td ><code>sanctioned_amount</code></td>
<td >
Currency</td>
<td >
Sanctioned Amount
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/expense_claim">Expense Claim</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->