* rebase with enterprise_sprint
* Add Inter company account checkbox in Account master
* Add Inter Company Journal Entry Voucher Type in Journal Entry
* Make Inter Company Journal Entry button
* Dialog to select company for Inter Company Journal Entry
* Map relevant fields in the Inter Company Journal Entry and reference links
* Rebase
* Add Documentation
* New DocType Employee Incentive
* New DocType Shift Type
* New DocType Shift Assignment
* New DocType Shift Assignment Tool
* New DocType Shift Request
* New DocType Salary Structure Assignment
* Added Permissions
* New DocType Employee Lifecycle Process
* New DocType Employee Lifecycle Activity Type
* New DocType Employee Lifecycle Activity
* New DocType Employee Lifecycle Process Template
* New DocType Employee Lifecycle Process Template Detail
* Permissions and Auto Name
* New DocType Staffing Plan
* New DocType Staffing Plan Detail
* Added fields in Job Opening
* New DocType Employee Transfer
* New DocType Employee Promotion
* [minor]
* validate to_date in leave application
if to_date is less than from_date show message to user
reset to_date value to ''
* var declaration and semicolon missed
* Updated popup message
* Renamed - Employee Loan Application to Loan Application, Employee Loan to Loan and field Employee Loan Account to Loan Account
* Patch added
* Dynamic link fields 'applicant' and 'applicant_type'
* Member link visible only if domain non profit is active
* Modified loan_dashboard
* Make Repayment Entry button
* Common file loan_common.js for loan and loan_application
* repayment schedule rows selection in dialog
* validation if repayment amount > total paid amount
* repayment only if disbursement is done, make repayment by selecting the installment which falls in the current month
* fetch nowdate if disbursement date not found
* Rebased with develop
* updated non-profit module page
* updated patch for renamed fields
* dialog to select repayment entries
* hidden field to store reschedule paid status
* update paid check in loan on journal entry updation
* calculate total paid
* updated docs
* codacy fix