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: round off tax withholding amount (backport #45271) #45314

Open
wants to merge 1 commit into
base: version-15-hotfix
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 17, 2025

Issue - The TCS Amount is not getting rounded off even though round_off_tax_amount is checked when the Charge Type is "On Net Total" or "On Previous Row Total".

Steps to Replicate:

  • Create a Tax withholding category with "round_off_tax_amount" as checked and threshold limit as 1.
  • Create a Customer and set the tax withholding category.
  • Now create a Sales Invoice. TCS will be deducted as Actual.
  • Now create a Second Sales Invoice, TCS will be deducted from the Net Total but the amount will not be rounded off.

Note: Currently it is required only for Sales Invoice(TCS).

backport-version-14
backport-version-15

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

Note: Currently it is required only for Sales Invoice(TCS).


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

@github-actions github-actions bot added accounts needs-tests This PR needs automated unit-tests. labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accounts needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant