mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
perf!: Avoid updating sales data on every transaction (#51151)
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
"options": "No\nYes"
|
"options": "No\nYes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "Each Transaction",
|
"default": "Daily",
|
||||||
"description": "How often should Project and Company be updated based on Sales Transactions?",
|
"description": "How often should Project and Company be updated based on Sales Transactions?",
|
||||||
"fieldname": "sales_update_frequency",
|
"fieldname": "sales_update_frequency",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-10-12 16:08:48.865885",
|
"modified": "2025-12-17 16:08:48.865885",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Selling Settings",
|
"name": "Selling Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user