fix: HSN code not visible in GST Itemised Purchase register
This commit is contained in:
parent
b978d79573
commit
5e58666091
@ -54,8 +54,8 @@ def _execute(filters=None, additional_table_columns=None, additional_query_colum
|
|||||||
'description': d.description,
|
'description': d.description,
|
||||||
'invoice': d.parent,
|
'invoice': d.parent,
|
||||||
'posting_date': d.posting_date,
|
'posting_date': d.posting_date,
|
||||||
'customer': d.supplier,
|
'supplier': d.supplier,
|
||||||
'customer_name': d.supplier_name
|
'supplier_name': d.supplier_name
|
||||||
}
|
}
|
||||||
|
|
||||||
if additional_query_columns:
|
if additional_query_columns:
|
||||||
|
@ -13,9 +13,9 @@ def execute(filters=None):
|
|||||||
dict(fieldtype='Data', label='GST Category', fieldname="gst_category", width=120),
|
dict(fieldtype='Data', label='GST Category', fieldname="gst_category", width=120),
|
||||||
dict(fieldtype='Data', label='Export Type', fieldname="export_type", width=120),
|
dict(fieldtype='Data', label='Export Type', fieldname="export_type", width=120),
|
||||||
dict(fieldtype='Data', label='E-Commerce GSTIN', fieldname="ecommerce_gstin", width=130),
|
dict(fieldtype='Data', label='E-Commerce GSTIN', fieldname="ecommerce_gstin", width=130),
|
||||||
dict(fieldtype='Data', label='HSN Code', fieldname="hsn_code", width=120),
|
dict(fieldtype='Data', label='HSN Code', fieldname="gst_hsn_code", width=120),
|
||||||
dict(fieldtype='Data', label='Supplier Invoice No', fieldname="supplier_invoice_no", width=120),
|
dict(fieldtype='Data', label='Supplier Invoice No', fieldname="bill_no", width=120),
|
||||||
dict(fieldtype='Date', label='Supplier Invoice Date', fieldname="supplier_invoice_date", width=100)
|
dict(fieldtype='Date', label='Supplier Invoice Date', fieldname="bill_date", width=100)
|
||||||
], additional_query_columns=[
|
], additional_query_columns=[
|
||||||
'supplier_gstin',
|
'supplier_gstin',
|
||||||
'company_gstin',
|
'company_gstin',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user