mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: update Selling Settings (#27364)
This commit is contained in:
@@ -6,30 +6,32 @@
|
|||||||
"document_type": "Other",
|
"document_type": "Other",
|
||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
|
"customer_defaults_section",
|
||||||
"cust_master_name",
|
"cust_master_name",
|
||||||
"campaign_naming_by",
|
|
||||||
"customer_group",
|
"customer_group",
|
||||||
|
"column_break_4",
|
||||||
"territory",
|
"territory",
|
||||||
"selling_price_list",
|
"crm_settings_section",
|
||||||
"close_opportunity_after_days",
|
"campaign_naming_by",
|
||||||
"default_valid_till",
|
"default_valid_till",
|
||||||
"column_break_5",
|
"column_break_9",
|
||||||
|
"close_opportunity_after_days",
|
||||||
|
"item_price_settings_section",
|
||||||
|
"selling_price_list",
|
||||||
|
"maintain_same_rate_action",
|
||||||
|
"role_to_override_stop_action",
|
||||||
"column_break_15",
|
"column_break_15",
|
||||||
"maintain_same_sales_rate",
|
"maintain_same_sales_rate",
|
||||||
"maintain_same_rate_action",
|
|
||||||
"editable_price_list_rate",
|
"editable_price_list_rate",
|
||||||
"validate_selling_price",
|
"validate_selling_price",
|
||||||
"editable_bundle_item_rates",
|
"editable_bundle_item_rates",
|
||||||
|
"transaction_settings_section",
|
||||||
"so_required",
|
"so_required",
|
||||||
"dn_required",
|
"dn_required",
|
||||||
"sales_update_frequency",
|
"sales_update_frequency",
|
||||||
"maintain_same_sales_rate",
|
"column_break_5",
|
||||||
"maintain_same_rate_action",
|
|
||||||
"role_to_override_stop_action",
|
|
||||||
"editable_price_list_rate",
|
|
||||||
"allow_multiple_items",
|
"allow_multiple_items",
|
||||||
"allow_against_multiple_purchase_orders",
|
"allow_against_multiple_purchase_orders",
|
||||||
"validate_selling_price",
|
|
||||||
"hide_tax_id"
|
"hide_tax_id"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@@ -81,10 +83,6 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Default Quotation Validity Days"
|
"label": "Default Quotation Validity Days"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "column_break_5",
|
|
||||||
"fieldtype": "Column Break"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "so_required",
|
"fieldname": "so_required",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
@@ -168,6 +166,38 @@
|
|||||||
"fieldname": "editable_bundle_item_rates",
|
"fieldname": "editable_bundle_item_rates",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Calculate Product Bundle Price based on Child Items' Rates"
|
"label": "Calculate Product Bundle Price based on Child Items' Rates"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "customer_defaults_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Customer Defaults"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_4",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "crm_settings_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "CRM Settings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_9",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "item_price_settings_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Item Price Settings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "transaction_settings_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Transaction Settings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_5",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
@@ -175,7 +205,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-08-24 22:08:34.470897",
|
"modified": "2021-09-06 22:05:06.139820",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Selling Settings",
|
"name": "Selling Settings",
|
||||||
@@ -194,4 +224,4 @@
|
|||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user