fix(stock): change valuation rate column label in stock ledger entry/report

This commit is contained in:
Sudharsanan11
2026-05-26 19:13:40 +05:30
parent af26986def
commit 4e7aa499ea
2 changed files with 6 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{ {
"actions": [], "actions": [],
"allow_bulk_edit": 1,
"allow_copy": 1, "allow_copy": 1,
"autoname": "MAT-SLE-.YYYY.-.#####", "autoname": "MAT-SLE-.YYYY.-.#####",
"creation": "2013-01-29 19:25:42", "creation": "2013-01-29 19:25:42",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Other", "document_type": "Other",
"engine": "InnoDB", "engine": "InnoDB",
"is_submittable": 1,
"field_order": [ "field_order": [
"item_code", "item_code",
"warehouse", "warehouse",
@@ -205,7 +205,7 @@
{ {
"fieldname": "valuation_rate", "fieldname": "valuation_rate",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Valuation Rate", "label": "Average Rate",
"oldfieldname": "valuation_rate", "oldfieldname": "valuation_rate",
"oldfieldtype": "Currency", "oldfieldtype": "Currency",
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
@@ -361,12 +361,13 @@
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [], "links": [],
"modified": "2025-10-04 09:59:15.546556", "modified": "2026-05-26 19:07:43.537450",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Ledger Entry", "name": "Stock Ledger Entry",
"naming_rule": "Expression (old style)", "naming_rule": "Expression",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {

View File

@@ -374,7 +374,7 @@ def get_columns(filters):
"convertible": "rate", "convertible": "rate",
}, },
{ {
"label": _("Valuation Rate"), "label": _("Outgoing Rate"),
"fieldname": "in_out_rate", "fieldname": "in_out_rate",
"fieldtype": filters.valuation_field_type, "fieldtype": filters.valuation_field_type,
"width": 140, "width": 140,