File tree Expand file tree Collapse file tree
india_compliance/gst_india
report/gst_purchase_register_beta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import frappe
44from frappe import _
55
6- from india_compliance .gst_india .utils .gstr3b .gstr3b_data import GSTR3BInvoices
6+ from india_compliance .gst_india .utils .gstr3b .gstr3b_inward_data import GSTR3BInwardInvoices
77
88SECTION_MAPPING = {
99 "4" : {
@@ -279,7 +279,7 @@ def get_tax_columns():
279279
280280def get_data (filters ):
281281 data = []
282- gstr3b_invoices = GSTR3BInvoices (filters )
282+ gstr3b_invoices = GSTR3BInwardInvoices (filters )
283283 is_grouped_by_invoice = filters .summary_by != "Summary by Item"
284284 sub_section = filters .sub_section
285285
Original file line number Diff line number Diff line change 33
44import frappe
55
6+ from india_compliance .gst_india .report .gstr_1 .gstr_1 import GSTR11A11BData
67from india_compliance .gst_india .utils import get_gst_accounts_by_type
78from india_compliance .gst_india .utils .gstr3b .gstr3b_inward_data import GSTR3BInwardQuery
89from india_compliance .gst_india .utils .gstr_1 .gstr_1_data import (
910 GSTR1Query ,
10- GSTR11A11BData ,
1111)
1212
1313# GST categories that need to be reported in section 3.2 (inter-state supplies)
You can’t perform that action at this time.
0 commit comments