mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 06:31:48 +00:00
fix: settings map cleanup
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"applies_to_doctype": "POS Invoice",
|
||||
"creation": "2026-07-03 13:02:14.089430",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "enable_utm",
|
||||
"settings_doctype": "Selling Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-03 13:02:14.089430",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "POS Invoice (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
@@ -8,12 +8,28 @@
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "allow_to_edit_stock_uom_qty_for_purchase",
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
"setting_field": "pr_required",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "po_required",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "project_update_frequency",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_landed_cost_based_on_purchase_invoice_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "use_transaction_date_exchange_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate",
|
||||
@@ -31,18 +47,6 @@
|
||||
"setting_field": "bill_for_rejected_quantity_in_purchase_invoice",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "use_transaction_date_exchange_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "disable_last_purchase_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "unlink_payment_on_cancellation_of_invoice",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
@@ -55,22 +59,6 @@
|
||||
"setting_field": "automatically_fetch_payment_terms",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "po_required",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "project_update_frequency",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "pr_required",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_landed_cost_based_on_purchase_invoice_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_billing_allowance",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
@@ -80,7 +68,7 @@
|
||||
"settings_doctype": "Accounts Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:25:15.824417",
|
||||
"modified": "2026-07-20 15:56:46.025286",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Purchase Invoice (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"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"
|
||||
@@ -23,10 +19,6 @@
|
||||
"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"
|
||||
@@ -36,29 +28,13 @@
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"setting_field": "dn_required",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "hide_tax_id",
|
||||
"setting_field": "so_required",
|
||||
"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": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
@@ -72,39 +48,19 @@
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "dn_required",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "so_required",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "fetch_timesheet_in_sales_invoice",
|
||||
"settings_doctype": "Projects Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_zero_rate_for_expired_batch",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "invoice_type",
|
||||
"settings_doctype": "POS Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "post_change_gl_entries",
|
||||
"settings_doctype": "POS Settings"
|
||||
"setting_field": "role_allowed_to_over_bill",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_billing_allowance",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_allowed_to_over_bill",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
"setting_field": "fetch_timesheet_in_sales_invoice",
|
||||
"settings_doctype": "Projects Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:14:25.977200",
|
||||
"modified": "2026-07-20 15:32:43.080034",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Sales Invoice (Standard)",
|
||||
|
||||
@@ -8,16 +8,12 @@
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "allow_to_edit_stock_uom_qty_for_purchase",
|
||||
"settings_doctype": "Stock Settings"
|
||||
"setting_field": "allow_negative_rates_for_items",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_allowed_to_over_deliver_receive",
|
||||
"settings_doctype": "Stock Settings"
|
||||
"setting_field": "allow_zero_qty_in_purchase_order",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate",
|
||||
@@ -36,31 +32,19 @@
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_negative_rates_for_items",
|
||||
"settings_doctype": "Buying Settings"
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "disable_last_purchase_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_zero_qty_in_purchase_order",
|
||||
"settings_doctype": "Buying Settings"
|
||||
"setting_field": "role_allowed_to_over_deliver_receive",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "unlink_advance_payment_on_cancelation_of_order",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_reserve_stock",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:26:20.217643",
|
||||
"modified": "2026-07-20 15:54:26.047600",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"name": "Purchase Order (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "auto_reserve_stock",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "material_consumption",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
@@ -19,24 +15,12 @@
|
||||
"setting_field": "get_rm_cost_from_consumption_entry",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "backflush_raw_materials_based_on",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_editing_of_items_and_quantities_in_work_order",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "overproduction_percentage_for_work_order",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "transfer_extra_materials_percentage",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "validate_components_quantities_per_bom",
|
||||
"setting_field": "make_serial_no_batch_from_work_order",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
@@ -48,19 +32,15 @@
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "make_serial_no_batch_from_work_order",
|
||||
"setting_field": "overproduction_percentage_for_work_order",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "overproduction_percentage_for_sales_order",
|
||||
"setting_field": "transfer_extra_materials_percentage",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_stock_reservation",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:32:58.811771",
|
||||
"modified": "2026-07-20 17:58:35.816693",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Manufacturing",
|
||||
"name": "Work Order (Standard)",
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -7,32 +7,16 @@
|
||||
"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",
|
||||
"setting_field": "allow_sales_order_creation_for_expired_quotation",
|
||||
"settings_doctype": "Selling Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:47:57.123329",
|
||||
"modified": "2026-07-20 15:34:21.043827",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Quotation (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"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"
|
||||
@@ -31,20 +27,12 @@
|
||||
"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",
|
||||
"setting_field": "enable_cutoff_date_on_bulk_delivery_note_creation",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
@@ -60,21 +48,9 @@
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_utm",
|
||||
"setting_field": "sales_update_frequency",
|
||||
"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"
|
||||
@@ -87,22 +63,10 @@
|
||||
"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"
|
||||
@@ -112,7 +76,7 @@
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:51:50.024226",
|
||||
"modified": "2026-07-20 14:52:59.147895",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Sales Order (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"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"
|
||||
@@ -31,48 +27,20 @@
|
||||
"setting_field": "allow_negative_rates_for_items",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "hide_tax_id",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_cutoff_date_on_bulk_delivery_note_creation",
|
||||
"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": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "so_required",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_zero_rate_for_expired_batch",
|
||||
"settings_doctype": "Selling Settings"
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:18:20.045245",
|
||||
"modified": "2026-07-20 15:19:29.595043",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Delivery Note (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "selling_price_list",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_uom_with_conversion_rate_defined_in_item",
|
||||
"settings_doctype": "Stock Settings"
|
||||
@@ -20,27 +16,31 @@
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "do_not_update_variants",
|
||||
"settings_doctype": "Item Variant Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_different_uom",
|
||||
"settings_doctype": "Item Variant Settings"
|
||||
"setting_field": "default_warehouse",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "valuation_method",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "default_warehouse",
|
||||
"setting_field": "sample_retention_warehouse",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "sample_retention_warehouse",
|
||||
"settings_doctype": "Stock Settings"
|
||||
"setting_field": "selling_price_list",
|
||||
"settings_doctype": "Selling Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "do_not_update_variants",
|
||||
"settings_doctype": "Item Variant Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_different_uom",
|
||||
"settings_doctype": "Item Variant Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:10:38.332967",
|
||||
"modified": "2026-07-20 15:03:19.905964",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item (Standard)",
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "mr_qty_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_indent",
|
||||
"settings_doctype": "Stock Settings"
|
||||
@@ -19,12 +15,16 @@
|
||||
"setting_field": "reorder_email_notify",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "mr_qty_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_order_allowance",
|
||||
"settings_doctype": "Buying Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-03 17:04:08.541993",
|
||||
"modified": "2026-07-20 16:04:40.139121",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Material Request (Standard)",
|
||||
|
||||
@@ -11,20 +11,12 @@
|
||||
"setting_field": "over_picking_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_stock_reservation",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "pick_serial_and_batch_based_on",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:27:36.601829",
|
||||
"modified": "2026-07-20 16:05:15.546016",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Pick List (Standard)",
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
@@ -15,38 +19,6 @@
|
||||
"setting_field": "role_allowed_to_over_deliver_receive",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_reserve_stock_for_sales_order_on_purchase",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate_action",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_to_override_stop_action",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_multiple_items",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_valuation_rate_for_rejected_materials",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "disable_last_purchase_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_create_purchase_receipt",
|
||||
"settings_doctype": "Buying Settings"
|
||||
@@ -59,6 +31,22 @@
|
||||
"setting_field": "bill_for_rejected_quantity_in_purchase_invoice",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "set_valuation_rate_for_rejected_materials",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "maintain_same_rate_action",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "role_to_override_stop_action",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_billing_allowance",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
@@ -66,17 +54,9 @@
|
||||
{
|
||||
"setting_field": "role_allowed_to_over_bill",
|
||||
"settings_doctype": "Accounts Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_stock_reservation",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "show_barcode_field",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:49:39.681876",
|
||||
"modified": "2026-07-20 16:02:40.647761",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Purchase Receipt (Standard)",
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"applies_to_doctype": "Serial and Batch Bundle",
|
||||
"creation": "2026-07-03 15:30:28.610689",
|
||||
"docstatus": 0,
|
||||
"doctype": "DocType Settings Map",
|
||||
"idx": 0,
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "enable_serial_and_batch_no_for_item",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 10:49:22.685437",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Serial and Batch Bundle (Standard)",
|
||||
"owner": "Administrator"
|
||||
}
|
||||
@@ -11,10 +11,6 @@
|
||||
"setting_field": "validate_material_transfer_warehouses",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "enable_stock_reservation",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "material_consumption",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
@@ -23,10 +19,6 @@
|
||||
"setting_field": "get_rm_cost_from_consumption_entry",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "backflush_raw_materials_based_on",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "validate_components_quantities_per_bom",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
@@ -51,6 +43,10 @@
|
||||
"setting_field": "transfer_extra_materials_percentage",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "backflush_raw_materials_based_on",
|
||||
"settings_doctype": "Manufacturing Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "backflush_raw_materials_of_subcontract_based_on",
|
||||
"settings_doctype": "Buying Settings"
|
||||
@@ -66,17 +62,9 @@
|
||||
{
|
||||
"setting_field": "use_serial_batch_fields",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "sample_retention_warehouse",
|
||||
"settings_doctype": "Stock Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "allow_to_make_quality_inspection_after_purchase_or_delivery",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:50:38.572083",
|
||||
"modified": "2026-07-20 17:43:38.321292",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock Entry (Standard)",
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
"is_active": 1,
|
||||
"is_standard": 1,
|
||||
"mappings": [
|
||||
{
|
||||
"setting_field": "auto_create_subcontracting_order",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "backflush_raw_materials_of_subcontract_based_on",
|
||||
"settings_doctype": "Buying Settings"
|
||||
@@ -15,16 +19,12 @@
|
||||
"setting_field": "over_transfer_allowance",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "auto_create_subcontracting_order",
|
||||
"settings_doctype": "Buying Settings"
|
||||
},
|
||||
{
|
||||
"setting_field": "over_delivery_receipt_allowance",
|
||||
"settings_doctype": "Stock Settings"
|
||||
}
|
||||
],
|
||||
"modified": "2026-07-10 11:46:43.205485",
|
||||
"modified": "2026-07-21 17:10:04.037735",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Subcontracting",
|
||||
"name": "Subcontracting Order (Standard)",
|
||||
|
||||
Reference in New Issue
Block a user