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

305 lines
6.0 KiB
HTML

<!-- title: Offer Letter -->
<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/offer_letter"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabOffer Letter</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 class="danger" title="Mandatory"><code>job_applicant</code></td>
<td >
Link</td>
<td >
Job Applicant
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/job_applicant">Job Applicant</a>
</td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>applicant_name</code></td>
<td >
Data</td>
<td >
Applicant Name
</td>
<td>
<pre>job_applicant.applicant_name</pre>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>column_break_3</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>status</code></td>
<td >
Select</td>
<td >
Status
</td>
<td>
<pre>Awaiting Response
Accepted
Rejected</pre>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>offer_date</code></td>
<td >
Date</td>
<td >
Offer Date
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td class="danger" title="Mandatory"><code>designation</code></td>
<td >
Link</td>
<td >
Designation
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/designation">Designation</a>
</td>
</tr>
<tr >
<td>7</td>
<td class="danger" title="Mandatory"><code>company</code></td>
<td >
Link</td>
<td >
Company
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/company">Company</a>
</td>
</tr>
<tr class="info">
<td>8</td>
<td ><code>section_break_4</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>offer_terms</code></td>
<td >
Table</td>
<td >
Offer Letter Terms
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/offer_letter_term">Offer Letter Term</a>
</td>
</tr>
<tr class="info">
<td>10</td>
<td ><code>section_break_14</code></td>
<td >
Section Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>11</td>
<td ><code>select_terms</code></td>
<td >
Link</td>
<td >
Select Terms and Conditions
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/terms_and_conditions">Terms and Conditions</a>
</td>
</tr>
<tr >
<td>12</td>
<td ><code>terms</code></td>
<td >
Text Editor</td>
<td >
Terms and Conditions
</td>
<td></td>
</tr>
<tr >
<td>13</td>
<td ><code>amended_from</code></td>
<td >
Link</td>
<td >
Amended From
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/offer_letter">Offer Letter</a>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.hr.doctype.offer_letter.offer_letter</h4>
<h3 style="font-weight: normal;">Class <b>OfferLetter</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<h4>Linked In:</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/offer_letter">Offer Letter</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->