[Fix] Data missing issue in stock ledger report (#14755)

This commit is contained in:
rohitwaghchaure 2018-07-01 16:42:00 +05:30 committed by Nabin Hait
parent 01fe4a3726
commit 1501a6e58e

View File

@ -35,11 +35,11 @@ def get_columns():
_("Brand") + ":Link/Brand:100", _("Description") + "::200", _("Brand") + ":Link/Brand:100", _("Description") + "::200",
_("Warehouse") + ":Link/Warehouse:100", _("Stock UOM") + ":Link/UOM:100", _("Warehouse") + ":Link/Warehouse:100", _("Stock UOM") + ":Link/UOM:100",
_("Qty") + ":Float:50", _("Balance Qty") + ":Float:100", _("Qty") + ":Float:50", _("Balance Qty") + ":Float:100",
{"label": _("Incoming Rate"), "fieldtype": "Currency", "width": 110, {"label": _("Incoming Rate"), "fieldname": "incoming_rate", "fieldtype": "Currency", "width": 110,
"options": "Company:company:default_currency"}, "options": "Company:company:default_currency"},
{"label": _("Valuation Rate"), "fieldtype": "Currency", "width": 110, {"label": _("Valuation Rate"), "fieldname": "valuation_rate", "fieldtype": "Currency", "width": 110,
"options": "Company:company:default_currency"}, "options": "Company:company:default_currency"},
{"label": _("Balance Value"), "fieldtype": "Currency", "width": 110, {"label": _("Balance Value"), "fieldname": "stock_value", "fieldtype": "Currency", "width": 110,
"options": "Company:company:default_currency"}, "options": "Company:company:default_currency"},
_("Voucher Type") + "::110", _("Voucher Type") + "::110",
_("Voucher #") + ":Dynamic Link/" + _("Voucher Type") + ":100", _("Voucher #") + ":Dynamic Link/" + _("Voucher Type") + ":100",