-
Notifications
You must be signed in to change notification settings - Fork 825
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
fix: Bank Reconciliation tool fails to match on expense claims with tax #2594
Merged
ruchamahabal
merged 2 commits into
frappe:version-15-hotfix
from
conncampbell:fix-bank-rec-mach-total
Jan 20, 2025
Merged
fix: Bank Reconciliation tool fails to match on expense claims with tax #2594
ruchamahabal
merged 2 commits into
frappe:version-15-hotfix
from
conncampbell:fix-bank-rec-mach-total
Jan 20, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruchamahabal
approved these changes
Jan 20, 2025
This was referenced Jan 20, 2025
Merged
ruchamahabal
pushed a commit
that referenced
this pull request
Jan 20, 2025
…ax (backport #2594) (#2669) Co-authored-by: Conn Campbell <[email protected]>
frappe-pr-bot
pushed a commit
that referenced
this pull request
Jan 23, 2025
## [15.38.1](v15.38.0...v15.38.1) (2025-01-23) ### Bug Fixes * added check for 0 absent employees ([21db30c](21db30c)) * Bank Reconciliation tool fails to match on expense claims with tax ([#2594](#2594)) ([508fa38](508fa38)) * Bank Reconciliation tool fails with KeyError: 'payment_doctype' ([#2592](#2592)) ([76cbd4a](76cbd4a)) * create single leave ledger entry for encashment if leave is carry forward type. ([48e5128](48e5128)) * **dayjs:** use non esm import for relativeTime ([f70bb03](f70bb03)) * edit test to validate accurate gratuity calculation for employees with experience matching the upper limit of a slab ([2d4d811](2d4d811)) * fetch designation in job applicant from job opening ([8c801ef](8c801ef)) * further slabs need not to be checked if experience is within current slab ([5a0fcbc](5a0fcbc)) * gratuity calculation for 'Sum of all previous slabs' option ([d1329db](d1329db)) * **Income Tax Computation:** include all tax components under Total Tax Deducted (backport [#2607](#2607)) ([#2641](#2641)) ([02432da](02432da)) * mark absense for default shift due to missing checkins when an assigned shift exists for the employee but the absent dates aren't overlapping with it ([5828ccd](5828ccd)) * removed unnecessary filter and checks for assigned shifts, mark_absent_for_dates_with_no_attendance function takes care of which dates to consider for attendance. ([51ce588](51ce588)) * set default value for total_exemption, remove tax exemption elig… (backport [#2640](#2640)) ([#2674](#2674)) ([13d7ec3](13d7ec3)) * set leave encashment amount and payable account in fnf payables (backport [#2646](#2646)) ([#2677](#2677)) ([80494e0](80494e0)) * translation in payroll (backport [#2644](#2644)) ([#2656](#2656)) ([b3a34f8](b3a34f8)) * updated filter to exclude past and current date shift assignment ([6b348db](6b348db))
🎉 This PR is included in version 15.38.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue: #2593.
What This PR Does
This PR addresses the support issue where the bank rec tool doesn't match on expense claims that have tax.