3.5 KiB
3.5 KiB
Version 6.x.x
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/hr_settings"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
Single
Fields
<tr class="info">
<td>1</td>
<td ><code>employee_settings</code></td>
<td >
Section Break</td>
<td >
Employee Settings
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>emp_created_by</code></td>
<td >
Select</td>
<td >
Employee Records to be created by
<p class="text-muted small">
Employee record is created using selected field. </p>
</td>
<td>
<pre>Naming Series
Employee Number
<tr >
<td>3</td>
<td ><code>stop_birthday_reminders</code></td>
<td >
Check</td>
<td >
Stop Birthday Reminders
<p class="text-muted small">
Don't send Employee Birthday Reminders</p>
</td>
<td></td>
</tr>
<tr class="info">
<td>4</td>
<td ><code>payroll_settings</code></td>
<td >
Section Break</td>
<td >
Payroll Settings
</td>
<td></td>
</tr>
<tr >
<td>5</td>
<td ><code>include_holidays_in_total_working_days</code></td>
<td >
Check</td>
<td >
Include holidays in Total no. of Working Days
<p class="text-muted small">
If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day</p>
</td>
<td></td>
</tr>
</tbody>
Sr | Fieldname | Type | Label | Options |
---|
<hr>
<h3>Controller</h3>
<h4>erpnext.hr.doctype.hr_settings.hr_settings</h4>
<h3 style="font-weight: normal;">Class <b>HRSettings</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
<p class="docs-attr-name">
<a name="validate" href="#validate" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<hr>