Skip to content

Commit

Permalink
fix(UX): misleading stock entry lables (frappe#30870)
Browse files Browse the repository at this point in the history
* fix(UX): misleading stock entry lables

* chore: field labels

[skip ci]

Co-authored-by: Marica <maricadsouza221197@gmail.com>

Co-authored-by: Marica <maricadsouza221197@gmail.com>
  • Loading branch information
2 people authored and hrwX committed May 10, 2022
1 parent 2d06610 commit 153a410
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions erpnext/stock/doctype/stock_entry/stock_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"items",
"get_stock_and_rate",
"section_break_19",
"total_incoming_value",
"column_break_22",
"total_outgoing_value",
"column_break_22",
"total_incoming_value",
"value_difference",
"additional_costs_section",
"additional_costs",
Expand Down Expand Up @@ -374,7 +374,7 @@
{
"fieldname": "total_incoming_value",
"fieldtype": "Currency",
"label": "Total Incoming Value",
"label": "Total Incoming Value (Receipt)",
"options": "Company:company:default_currency",
"print_hide": 1,
"read_only": 1
Expand All @@ -386,15 +386,15 @@
{
"fieldname": "total_outgoing_value",
"fieldtype": "Currency",
"label": "Total Outgoing Value",
"label": "Total Outgoing Value (Consumption)",
"options": "Company:company:default_currency",
"print_hide": 1,
"read_only": 1
},
{
"fieldname": "value_difference",
"fieldtype": "Currency",
"label": "Total Value Difference (Out - In)",
"label": "Total Value Difference (Incoming - Outgoing)",
"options": "Company:company:default_currency",
"print_hide_if_no_value": 1,
"read_only": 1
Expand Down Expand Up @@ -619,7 +619,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2022-02-07 12:55:14.614077",
"modified": "2022-05-02 05:21:39.060501",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Entry",
Expand Down

0 comments on commit 153a410

Please sign in to comment.