mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
Rename Offer Letter to Job Offer (#12934)
This commit is contained in:
committed by
Rushabh Mehta
parent
5a5f73e46a
commit
394b7a2fa3
@@ -6,7 +6,7 @@ salary-and-payroll
|
||||
appraisal
|
||||
job-applicant
|
||||
job-opening
|
||||
offer-letter
|
||||
job-offer
|
||||
tools
|
||||
human-resources-reports
|
||||
setup
|
||||
|
||||
@@ -7,12 +7,12 @@ Ein ERPNext können Sie einen Datensatz zu den Angebotsschreiben, die Sie an Bew
|
||||
|
||||
> Personalwesen > Dokumente > Angebotsschreiben > Neu
|
||||
|
||||
<img class="screenshot" alt="Angebotsschreiben" src="{{docs_base_url}}/assets/img/human-resources/offer-letter.png">
|
||||
<img class="screenshot" alt="Angebotsschreiben" src="{{docs_base_url}}/assets/img/human-resources/job-offer.png">
|
||||
|
||||
> Anmerkung: Angebotsschreiben kann nur zu einem [Bewerber](/docs/user/manual/de/human-resources/job-applicant.html) erstellt werden.
|
||||
|
||||
Es gibt ein vordefiniertes Druckformat zum Angebotsschreiben.
|
||||
|
||||
<img class="screenshot" alt="Angebotsschreiben" src="{{docs_base_url}}/assets/img/human-resources/offer-letter-print.png">
|
||||
<img class="screenshot" alt="Angebotsschreiben" src="{{docs_base_url}}/assets/img/human-resources/job-offer-print.png">
|
||||
|
||||
{next}
|
||||
|
||||
@@ -8,7 +8,7 @@ payroll-entry
|
||||
appraisal
|
||||
job-applicant
|
||||
job-opening
|
||||
offer-letter
|
||||
job-offer
|
||||
training
|
||||
tools
|
||||
human-resources-reports
|
||||
|
||||
18
erpnext/docs/user/manual/en/human-resources/job-offer.md
Normal file
18
erpnext/docs/user/manual/en/human-resources/job-offer.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Job Offer
|
||||
|
||||
Job Offer is given to candidate after Interview & selection which states the offered salary package,
|
||||
designation, grade, department working, no of days entitled for leave.
|
||||
|
||||
In ERPNext you can make a record of the Job Offers that you can given to candidates. To create a new Job Offer go to
|
||||
|
||||
> Human Resource > Job Offer > New
|
||||
|
||||
<img class="screenshot" alt="Job Offer" src="{{docs_base_url}}/assets/img/human-resources/job-offer.png">
|
||||
|
||||
> Note: A Job Offer can be made only against a [Job Applicant](/docs/user/manual/en/human-resources/job-applicant.html)
|
||||
|
||||
There is a pre-designed print format to print you Job Offer.
|
||||
|
||||
<img class="screenshot" alt="Job Offer" src="{{docs_base_url}}/assets/img/human-resources/job-offer-print.png">
|
||||
|
||||
{next}
|
||||
@@ -1,18 +0,0 @@
|
||||
# Offer Letter
|
||||
|
||||
Offer Letter is given to candidate after Interview & selection which states the offered salary package,
|
||||
designation, grade, department working, no of days entitled for leave.
|
||||
|
||||
In ERPNext you can make a record of the Offer Letters that you can given to candidates. To create a new offer Letter go to
|
||||
|
||||
> Human Resource > Offer Letter > New
|
||||
|
||||
<img class="screenshot" alt="Offer Letter" src="{{docs_base_url}}/assets/img/human-resources/offer-letter.png">
|
||||
|
||||
> Note: An offer letter can be made only against a [Job Applicant](/docs/user/manual/en/human-resources/job-applicant.html)
|
||||
|
||||
There is a pre-designed print format to print you offer letter.
|
||||
|
||||
<img class="screenshot" alt="Offer Letter" src="{{docs_base_url}}/assets/img/human-resources/offer-letter-print.png">
|
||||
|
||||
{next}
|
||||
Reference in New Issue
Block a user