-
Notifications
You must be signed in to change notification settings - Fork 923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(FnF): Option to recover asset costs instead of returning (backport #1611) #1691
feat(FnF): Option to recover asset costs instead of returning (backport #1611) #1691
Conversation
(cherry picked from commit e053570) # Conflicts: # hrms/hr/doctype/full_and_final_asset/full_and_final_asset.json # hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json
(cherry picked from commit e8f8d9e)
- adjust column widths - grant cancel perms to HR Manager (cherry picked from commit 0a4ea6d) # Conflicts: # hrms/hr/doctype/full_and_final_asset/full_and_final_asset.json # hrms/hr/doctype/full_and_final_outstanding_statement/full_and_final_outstanding_statement.json # hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json
(cherry picked from commit 7f3f5d1) # Conflicts: # hrms/hr/doctype/full_and_final_statement/full_and_final_statement.js
- fix total calculation (cherry picked from commit 639dc7a)
(cherry picked from commit 9977a47) # Conflicts: # hrms/hr/doctype/full_and_final_asset/full_and_final_asset.json
(cherry picked from commit 8851825)
(cherry picked from commit fd04c7e)
(cherry picked from commit bb2c041) # Conflicts: # hrms/hr/doctype/full_and_final_outstanding_statement/full_and_final_outstanding_statement.json # hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json
Cherry-pick of e053570 has failed:
Cherry-pick of 0a4ea6d has failed:
Cherry-pick of 7f3f5d1 has failed:
Cherry-pick of 9977a47 has failed:
Cherry-pick of bb2c041 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
🎉 This PR is included in version 15.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Consider a scenario where you allocate some assets to the employee like laptops/uniforms. In some cases, you might not want to return the asset to the company but instead, recover the asset cost and let the employee own the asset.
You can set "Action" as "Recover Cost" in such cases against the assets. This will add the Total Asset Cost for that asset to the Total Receivable Amount.
This is an automatic backport of pull request #1611 done by [Mergify](https://mergify.com).