diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index d908f3aff062ae7cfbba3e1d0eee977cec815736..e225503560a592ce8c2778d81e38c462c9877c41 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -1082,13 +1082,15 @@ "fieldname": "markup_percentage", "fieldtype": "Percent", "label": "Markup Percentage", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "gross_profit_percentage", "fieldtype": "Percent", "label": "Gross Profit Percentage", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "margin_section", @@ -1104,7 +1106,7 @@ "idx": 82, "is_submittable": 1, "links": [], - "modified": "2024-03-22 16:15:10.488656", + "modified": "2024-05-30 09:49:33.187574", "modified_by": "Administrator", "module": "Selling", "name": "Quotation", diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index c13b3efb228fd15db5a16b244e87ce0df89a7e63..385d11a3f69c753959242005b569eb0e3ce1a17a 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -489,7 +489,8 @@ { "fieldname": "stock_balance", "fieldtype": "Button", - "label": "Stock Balance" + "label": "Stock Balance", + "print_hide": 1 }, { "fieldname": "reference", @@ -700,29 +701,34 @@ "fieldname": "last_purchase_rate", "fieldtype": "Currency", "label": "Last Purchase Rate", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "supplier", "fieldtype": "Link", "label": "Supplier", - "options": "Supplier" + "options": "Supplier", + "print_hide": 1 }, { "description": "Set a custom gross profit percentage to recalculate your item selling rate", "fieldname": "gross_profit_percentage", "fieldtype": "Percent", - "label": "Gross Profit Percentage" + "label": "Gross Profit Percentage", + "print_hide": 1 }, { "fieldname": "additional_costs_percentage", "fieldtype": "Percent", - "label": "Additional Costs Percentage" + "label": "Additional Costs Percentage", + "print_hide": 1 }, { "fieldname": "additional_costs_amount", "fieldtype": "Currency", - "label": "Additional Costs Amount" + "label": "Additional Costs Amount", + "print_hide": 1 }, { "fieldname": "costs_section", @@ -735,7 +741,8 @@ "fieldname": "gross_profit_calculation_rule", "fieldtype": "Select", "label": "Cost Price Based On", - "options": "Valuation Rate\nLast Purchase Rate\nSupplier Cost Price" + "options": "Valuation Rate\nLast Purchase Rate\nSupplier Cost Price", + "print_hide": 1 }, { "fieldname": "section_break_nqjy", @@ -750,6 +757,7 @@ "fieldname": "supplier_unit_cost_price", "fieldtype": "Currency", "label": "Supplier Unit Price", + "print_hide": 1, "read_only": 1 }, { @@ -759,25 +767,28 @@ { "fieldname": "base_unit_cost_price", "fieldtype": "Currency", - "label": "Base Unit Cost Price" + "label": "Base Unit Cost Price", + "print_hide": 1 }, { "fieldname": "unit_cost_price", "fieldtype": "Currency", "label": "Unit Cost Price", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "description": "Set a custom mark-up percentage to recalculate your item selling rate", "fieldname": "markup_percentage", "fieldtype": "Percent", - "label": "Mark-up percentage" + "label": "Mark-up percentage", + "print_hide": 1 } ], "idx": 1, "istable": 1, "links": [], - "modified": "2024-01-02 14:05:11.748212", + "modified": "2024-05-30 10:01:34.634346", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item", diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index 5972984d4cbe4aef437d25d7c3b677fbd4af300a..5eea2097e6f573a58852d2a38d53edaffa573bcd 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -1681,7 +1681,8 @@ "fieldname": "markup_percentage", "fieldtype": "Percent", "label": "Markup Percentage", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "column_break_zpzm", @@ -1691,14 +1692,15 @@ "fieldname": "gross_profit_percentage", "fieldtype": "Percent", "label": "Gross Profit Percentage", - "read_only": 1 + "read_only": 1, + "print_hide": 1 } ], "icon": "uil uil-file-alt", "idx": 105, "is_submittable": 1, "links": [], - "modified": "2024-05-23 16:35:54.905804", + "modified": "2024-05-30 09:49:20.581198", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order", diff --git a/erpnext/selling/doctype/sales_order_item/sales_order_item.json b/erpnext/selling/doctype/sales_order_item/sales_order_item.json index 8312731f7b8390ed34abab279c52a33496718926..61a65151d7931f30615196a7061dcff2104d8cf2 100644 --- a/erpnext/selling/doctype/sales_order_item/sales_order_item.json +++ b/erpnext/selling/doctype/sales_order_item/sales_order_item.json @@ -960,6 +960,7 @@ "fieldname": "supplier_unit_cost_price", "fieldtype": "Currency", "label": "Supplier Unit Price", + "print_hide": 1, "read_only": 1 }, { @@ -970,19 +971,22 @@ "fieldname": "gross_profit_calculation_rule", "fieldtype": "Select", "label": "Cost Price Based On", - "options": "Valuation Rate\nLast Purchase Rate\nSupplier Cost Price" + "options": "Valuation Rate\nLast Purchase Rate\nSupplier Cost Price", + "print_hide": 1 }, { "description": "Set a custom gross profit percentage to recalculate your item selling rate", "fieldname": "gross_profit_percentage", "fieldtype": "Percent", - "label": "Gross Profit Percentage" + "label": "Gross Profit Percentage", + "print_hide": 1 }, { "description": "Set a custom mark-up percentage to recalculate your item selling rate", "fieldname": "markup_percentage", "fieldtype": "Percent", - "label": "Mark-up percentage" + "label": "Mark-up percentage", + "print_hide": 1 }, { "fieldname": "column_break_dxth", @@ -991,29 +995,34 @@ { "fieldname": "base_unit_cost_price", "fieldtype": "Currency", - "label": "Base Unit Cost Price" + "label": "Base Unit Cost Price", + "print_hide": 1 }, { "fieldname": "additional_costs_percentage", "fieldtype": "Percent", - "label": "Additional Costs Percentage" + "label": "Additional Costs Percentage", + "print_hide": 1 }, { "fieldname": "additional_costs_amount", "fieldtype": "Currency", - "label": "Additional Costs Amount" + "label": "Additional Costs Amount", + "print_hide": 1 }, { "fieldname": "unit_cost_price", "fieldtype": "Currency", "label": "Unit Cost Price", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "last_purchase_rate", "fieldtype": "Currency", "label": "Last Purchase Rate", - "read_only": 1 + "read_only": 1, + "print_hide": 1 }, { "fieldname": "accounting_dimensions_section", @@ -1034,13 +1043,14 @@ "fieldname": "cost_center", "fieldtype": "Link", "label": "Cost Center", - "options": "Cost Center" + "options": "Cost Center", + "print_hide": 1 } ], "idx": 1, "istable": 1, "links": [], - "modified": "2024-05-20 14:42:24.670935", + "modified": "2024-05-30 09:55:06.497529", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order Item",