mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
* 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>
(cherry picked from commit 59a5090843)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -46,9 +46,9 @@
|
|||||||
"items",
|
"items",
|
||||||
"get_stock_and_rate",
|
"get_stock_and_rate",
|
||||||
"section_break_19",
|
"section_break_19",
|
||||||
"total_incoming_value",
|
|
||||||
"column_break_22",
|
|
||||||
"total_outgoing_value",
|
"total_outgoing_value",
|
||||||
|
"column_break_22",
|
||||||
|
"total_incoming_value",
|
||||||
"value_difference",
|
"value_difference",
|
||||||
"additional_costs_section",
|
"additional_costs_section",
|
||||||
"additional_costs",
|
"additional_costs",
|
||||||
@@ -374,7 +374,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "total_incoming_value",
|
"fieldname": "total_incoming_value",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Total Incoming Value",
|
"label": "Total Incoming Value (Receipt)",
|
||||||
"options": "Company:company:default_currency",
|
"options": "Company:company:default_currency",
|
||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
@@ -386,7 +386,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "total_outgoing_value",
|
"fieldname": "total_outgoing_value",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Total Outgoing Value",
|
"label": "Total Outgoing Value (Consumption)",
|
||||||
"options": "Company:company:default_currency",
|
"options": "Company:company:default_currency",
|
||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "value_difference",
|
"fieldname": "value_difference",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Total Value Difference (Out - In)",
|
"label": "Total Value Difference (Incoming - Outgoing)",
|
||||||
"options": "Company:company:default_currency",
|
"options": "Company:company:default_currency",
|
||||||
"print_hide_if_no_value": 1,
|
"print_hide_if_no_value": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
@@ -619,7 +619,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-02-07 12:55:14.614077",
|
"modified": "2022-05-02 05:21:39.060501",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Entry",
|
"name": "Stock Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user