mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
chore: Remove extra columns
This commit is contained in:
@@ -65,10 +65,6 @@ def get_columns():
|
|||||||
{"fieldname": "stock_qty", "label": _("Stock Qty"), "fieldtype": "Float", "width": 90},
|
{"fieldname": "stock_qty", "label": _("Stock Qty"), "fieldtype": "Float", "width": 90},
|
||||||
{"fieldname": "tax_rate", "label": _("Tax Rate"), "fieldtype": "Data", "width": 90},
|
{"fieldname": "tax_rate", "label": _("Tax Rate"), "fieldtype": "Data", "width": 90},
|
||||||
{"fieldname": "total_amount", "label": _("Total Amount"), "fieldtype": "Currency", "width": 120},
|
{"fieldname": "total_amount", "label": _("Total Amount"), "fieldtype": "Currency", "width": 120},
|
||||||
{"fieldname": "description", "label": _("Description"), "fieldtype": "Data", "width": 300},
|
|
||||||
{"fieldname": "stock_uom", "label": _("Stock UOM"), "fieldtype": "Data", "width": 100},
|
|
||||||
{"fieldname": "stock_qty", "label": _("Stock Qty"), "fieldtype": "Float", "width": 90},
|
|
||||||
{"fieldname": "total_amount", "label": _("Total Amount"), "fieldtype": "Currency", "width": 120},
|
|
||||||
{
|
{
|
||||||
"fieldname": "taxable_amount",
|
"fieldname": "taxable_amount",
|
||||||
"label": _("Total Taxable Amount"),
|
"label": _("Total Taxable Amount"),
|
||||||
@@ -222,6 +218,7 @@ def get_tax_accounts(
|
|||||||
|
|
||||||
|
|
||||||
def get_merged_data(columns, data):
|
def get_merged_data(columns, data):
|
||||||
|
print(data)
|
||||||
merged_hsn_dict = {} # to group same hsn under one key and perform row addition
|
merged_hsn_dict = {} # to group same hsn under one key and perform row addition
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user