brotherton-erpnext/erpnext/docs/current/models/hr/salary_structure_deduction.md

110 lines
2.2 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
<!-- title: Salary Structure Deduction -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
2015-11-05 11:25:10 +00:00
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/salary_structure_deduction"
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>tabSalary Structure Deduction</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>d_type</code></td>
<td >
Link</td>
<td >
Type
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/deduction_type">Deduction Type</a>
</td>
</tr>
<tr >
<td>2</td>
<td ><code>d_modified_amt</code></td>
<td >
Currency</td>
<td >
Amount
</td>
<td>
<pre>Company:company:default_currency</pre>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>depend_on_lwp</code></td>
<td >
Check</td>
<td >
Reduce Deduction for Leave Without Pay (LWP)
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/salary_structure">Salary Structure</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->