Skip to content
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: correct tds rate with lower deduction certificate (backport #44794) #44881

Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Dec 24, 2024

Issue:
The tax withholding rate is incorrect if tax withholding from_date doesn't match with lower deduction certificate period.
Steps to replicate:

  • Create a tax withholding category with period 1-10-2024 to 31-3-2025.
  • Create a Supplier with a tax withholding category.
  • Create a Lower Deduction Certification for the supplier,valid from 1-4-2024 and valid up to 31-3-2025.
  • Even though LDC is valid and within the period, it will not be applied due to incorrect date filters.

Solution:
Validating LDC based on inv date.

Frappe Support Issue: https://support.frappe.io/app/hd-ticket/27014

backport version-15-hotfix
backport version-14-hotfix


This is an automatic backport of pull request #44794 done by [Mergify](https://mergify.com).

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Dec 24, 2024
@ruthra-kumar ruthra-kumar merged commit 67c9872 into version-14-hotfix Dec 24, 2024
11 checks passed
@ruthra-kumar ruthra-kumar deleted the mergify/bp/version-14-hotfix/pr-44794 branch December 24, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants