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: consider payment entries for checking if tds is deducted (backport #42305) #42484

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 26, 2024

Issue:
If TDS is adjusted from advance payment it was not considered in the TDS amount calculation.

Adv Payment = 500
TDS= 50

1 st Invoice = 500
TDS = 0 (Adjust from advance Payment)

2nd Invoice = 1000
Tax withheld amount = 1000+500
TDS = 150

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


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

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Jul 26, 2024
@vorasmit vorasmit merged commit 3053254 into version-15-hotfix Jul 26, 2024
12 checks passed
@vorasmit vorasmit deleted the mergify/bp/version-15-hotfix/pr-42305 branch July 26, 2024 09:47
@frappe-pr-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 15.31.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-tests This PR needs automated unit-tests. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants