-
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: Update Item GST Details after change in GST Accounts #2532
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2532 +/- ##
===========================================
+ Coverage 60.26% 61.37% +1.10%
===========================================
Files 119 119
Lines 11394 11568 +174
===========================================
+ Hits 6867 7100 +233
+ Misses 4527 4468 -59
|
93ee329
to
e291de7
Compare
e291de7
to
89970b7
Compare
india_compliance/gst_india/doctype/gst_settings/gst_settings.py
Outdated
Show resolved
Hide resolved
function open_patch_schedule_dialog(alert_element) { | ||
const dialog = new frappe.ui.Dialog({ | ||
title: __("Schedule Patch Execution Time"), | ||
fields: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
message: add documentation link, what details will be updated etc.
|
|
||
execute_set_gst_tax_type() | ||
execute_update_gst_treatment() | ||
execute_improve_item_tax_template() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bill of entry
Line 93 in 340245a
boe_taxes = frappe.qb.DocType("Bill of Entry Taxes") |
closes: #2466
Huly®: IC-2650