-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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 Tax Breakup for different tax rates for same hsn code #36235
fix: Correct Tax Breakup for different tax rates for same hsn code #36235
Conversation
99474c0
to
b84deec
Compare
c91a940
to
653117c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #36235 +/- ##
========================================
Coverage 64.14% 64.14%
========================================
Files 784 785 +1
Lines 60732 60749 +17
========================================
+ Hits 38955 38970 +15
- Misses 21777 21779 +2
|
c931e6d
to
1799ffc
Compare
f55c4b0
to
6f376cf
Compare
fix: Correct Tax Breakup for different tax rates for same hsn code (#36235)
Hello, We are getting issue because of this PR in Purchase Order when we do Get Items From Supplier Quotation. App Versions
Route
Traceback
Request Data
Response Data
|
Hello, Our ERP Site is stuck becuase of this what to do for now? @vorasmit |
Hello, I request you to upgrade the version of India Compliance to v.14.14.0 and the issue will be resolved for you. |
Issue
In case of different tax rates for same HSN code, tax rate and taxable amount was getting overriden.
Before
After