mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
feat: map settings for DocTypes to show on settings dialog (#57025)
fix: mapping settings for DocType settings
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"applies_to_doctype": "Customer",
|
||||
"creation": "2026-06-30 15:23:43.754901",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "customer_group",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "territory",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "credit_controller",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:07:54.014656",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Customer (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"applies_to_doctype": "Product Bundle",
|
||||
"creation": "2026-06-30 15:37:04.244159",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "editable_bundle_item_rates",
|
||||
"settings_doctype": "Selling Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-06-30 15:37:04.244159",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Product Bundle (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"applies_to_doctype": "Quotation",
|
||||
"creation": "2026-07-03 12:39:47.570742",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "allow_sales_order_creation_for_expired_quotation",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_zero_qty_in_quotation",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_utm",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "validate_selling_price",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "editable_price_list_rate",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Selling Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:47:57.123329",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Quotation (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"applies_to_doctype": "Sales Order",
|
||||
"creation": "2026-06-30 11:03:32.731991",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "editable_price_list_rate",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_sales_rate",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate_action",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_to_override_stop_action",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "validate_selling_price",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_negative_rates_for_items",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "sales_update_frequency",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_against_multiple_purchase_orders",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "hide_tax_id",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "dont_reserve_sales_order_qty_on_sales_return",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_zero_qty_in_sales_order",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_discount_accounting",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_utm",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_to_edit_stock_uom_qty_for_sales",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "show_barcode_field",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_reserve_stock",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "overproduction_percentage_for_sales_order",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "unlink_advance_payment_on_cancelation_of_order",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "automatically_fetch_payment_terms",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_stock_reservation",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_picking_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "use_serial_batch_fields",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_cutoff_date_on_bulk_delivery_note_creation",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_allowed_to_over_deliver_receive",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:51:50.024226",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Sales Order (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
Reference in New Issue
Block a user