-
Notifications
You must be signed in to change notification settings - Fork 141
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: dynamic tax rate for default tax template in setup wizard #1409
fix: dynamic tax rate for default tax template in setup wizard #1409
Conversation
17a2e12
to
0ba79b1
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1409 +/- ##
===========================================
+ Coverage 54.75% 54.88% +0.12%
===========================================
Files 97 97
Lines 7502 7527 +25
===========================================
+ Hits 4108 4131 +23
- Misses 3394 3396 +2 ☔ View full report in Codecov by Sentry. |
0ba79b1
to
41b635a
Compare
41b635a
to
b99454a
Compare
b99454a
to
313c47a
Compare
(cherry picked from commit 46407f3)
(cherry picked from commit 46407f3)
…tfix/pr-1409 fix: dynamic tax rate for default tax template in setup wizard (backport #1409)
…tfix/pr-1409 fix: dynamic tax rate for default tax template in setup wizard (backport #1409)
# [15.2.0](v15.1.0...v15.2.0) (2023-12-22) ### Bug Fixes * add zero rated category in transactions for correct reporting ([#1451](#1451)) ([092c513](092c513)) * dynamic tax rate for default tax template in setup wizard ([#1409](#1409)) ([b646c01](b646c01)) * handle GSPGSTDOWN error ([#1423](#1423)) ([f48d109](f48d109)) * handle nil/exempt items in e-Invoice ([#1424](#1424)) ([3ce02d7](3ce02d7)) * update taxable in patch, continue without gst_accounts ([#1438](#1438)) ([a8f03b9](a8f03b9)) ### Features * improved item tax templates ([#227](#227)) ([b373015](b373015))
# [14.21.0](v14.20.2...v14.21.0) (2023-12-22) ### Bug Fixes * add zero rated category in transactions for correct reporting ([#1451](#1451)) ([6fe41bd](6fe41bd)) * dynamic tax rate for default tax template in setup wizard ([#1409](#1409)) ([2b40810](2b40810)) * handle GSPGSTDOWN error ([#1423](#1423)) ([7fd04e2](7fd04e2)) * handle nil/exempt items in e-Invoice ([#1424](#1424)) ([b5940a9](b5940a9)) * modify params as per erpnext ([4d5e9b4](4d5e9b4)) * remove extra `validate` parameter ([7e8e9d6](7e8e9d6)) * update taxable in patch, continue without gst_accounts ([#1438](#1438)) ([b353086](b353086)) ### Features * improved item tax templates ([#227](#227)) ([ca8a8c6](ca8a8c6))
closes: #1190