mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 15:32:27 +00:00
Employee Loan Management (#7126)
* [WIP] Employee Loan Management * EMI calculation * Fixing PR
This commit is contained in:
committed by
Rushabh Mehta
parent
d893efd0a9
commit
fbaa6197f9
Binary file not shown.
|
After Width: | Height: | Size: 209 KiB |
BIN
erpnext/docs/assets/img/human-resources/employee-loan.png
Normal file
BIN
erpnext/docs/assets/img/human-resources/employee-loan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 380 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
BIN
erpnext/docs/assets/img/human-resources/loan-type.png
Normal file
BIN
erpnext/docs/assets/img/human-resources/loan-type.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
BIN
erpnext/docs/assets/img/human-resources/repayment-info.png
Normal file
BIN
erpnext/docs/assets/img/human-resources/repayment-info.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
erpnext/docs/assets/img/human-resources/repayment-schedule.png
Normal file
BIN
erpnext/docs/assets/img/human-resources/repayment-schedule.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 424 KiB |
@@ -0,0 +1,56 @@
|
||||
# Employee Loan Management
|
||||
This module enables companies which provides employee loans to define and manage employee loans.
|
||||
Employees can request loans, which are then reviewed and approved. For the approved loans,
|
||||
repayment schedule for the entire loan cycle can be generated and automatic deduction from salary can also be set up.
|
||||
|
||||
### Loan Type
|
||||
To create a new Loan Type go to:
|
||||
|
||||
> Human Resources > Employee Loan Management > Loan Type > New Loan Type
|
||||
|
||||
Configure Loan limit and Rate of interest.
|
||||
|
||||
<img class="screenshot" alt="Loan Type" src="{{docs_base_url}}/assets/img/human-resources/loan-type.png">
|
||||
|
||||
### Employee Loan Application
|
||||
|
||||
Employee can apply for loan by going to:
|
||||
|
||||
> Human Resources > Employee Loan Management > Employee Loan Application > New Employee Loan Application
|
||||
|
||||
<img class="screenshot" alt="Employee Loan Application" src="{{docs_base_url}}/assets/img/human-resources/employee-loan-application.png">
|
||||
|
||||
#### In the Employee Loan Application,
|
||||
|
||||
* Enter Employee details and Loan details
|
||||
* Select the repayment method, and based on your selection enter Repayment Period in Months or repayment Amount
|
||||
|
||||
On save, Employee can see Repayment Information and make changes if required before submitting.
|
||||
|
||||
<img class="screenshot" alt="Employee Loan Application" src="{{docs_base_url}}/assets/img/human-resources/repayment-info.png">
|
||||
|
||||
### Employee Loan
|
||||
|
||||
Once the Loan is approved, Manager can create Employee Loan record for the Employee.
|
||||
|
||||
> Human Resources > Employee Loan Management > Employee Loan > New Employee Loan
|
||||
|
||||
<img class="screenshot" alt="Employee Loan Application" src="{{docs_base_url}}/assets/img/human-resources/employee-loan.png">
|
||||
|
||||
#### In the Employee Loan,
|
||||
|
||||
* Enter Employee and Loan Application
|
||||
* Check "Repay from Salary" if the loan repayment will be deducted from the salary
|
||||
* Enter Disbursement Date and Account Info
|
||||
* As soon as you hit save, the repayment schedule is generated.
|
||||
|
||||
<img class="screenshot" alt="repayment Schedule" src="{{docs_base_url}}/assets/img/human-resources/repayment-schedule.png">
|
||||
|
||||
#### Loan repayment deduction from Salary
|
||||
|
||||
To auto deduct the Loan repayment from Salary, check "Repay from Salary" in Employee Loan. It will appear as Loan repayment in Salary Slip.
|
||||
|
||||
<img class="screenshot" alt="Salary Slip" src="{{docs_base_url}}/assets/img/human-resources/loan-repayment-salary-slip.png">
|
||||
|
||||
|
||||
|
||||
@@ -15,4 +15,5 @@ holiday-list
|
||||
human-resource-setup
|
||||
daily-work-summary
|
||||
fleet-management
|
||||
employee-loan-management
|
||||
articles
|
||||
|
||||
Reference in New Issue
Block a user