Merge pull request #24790 from ankush/track_settings_v12

fix: track setting changes
This commit is contained in:
Marica
2021-03-09 13:30:28 +05:30
committed by GitHub
5 changed files with 20 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
"description": "Settings for Buying Module", "description": "Settings for Buying Module",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Other", "document_type": "Other",
"engine": "InnoDB",
"field_order": [ "field_order": [
"supp_master_name", "supp_master_name",
"supplier_group", "supplier_group",
@@ -92,7 +93,7 @@
"icon": "fa fa-cog", "icon": "fa fa-cog",
"idx": 1, "idx": 1,
"issingle": 1, "issingle": 1,
"modified": "2019-08-20 13:13:09.055189", "modified": "2021-03-02 18:16:03.947813",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Buying Settings", "name": "Buying Settings",
@@ -107,5 +108,8 @@
"share": 1, "share": 1,
"write": 1 "write": 1
} }
] ],
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
} }

View File

@@ -1,5 +1,4 @@
{ {
"actions": [],
"creation": "2018-10-25 10:02:48.656165", "creation": "2018-10-25 10:02:48.656165",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@@ -69,8 +68,7 @@
} }
], ],
"issingle": 1, "issingle": 1,
"links": [], "modified": "2021-03-02 18:05:50.794105",
"modified": "2020-10-29 20:24:56.916104",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "ERPNext Integrations", "module": "ERPNext Integrations",
"name": "Plaid Settings", "name": "Plaid Settings",
@@ -88,5 +86,6 @@
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
"track_changes": 1
} }

View File

@@ -2,6 +2,7 @@
"creation": "2015-05-18 05:21:07.270859", "creation": "2015-05-18 05:21:07.270859",
"doctype": "DocType", "doctype": "DocType",
"document_type": "System", "document_type": "System",
"engine": "InnoDB",
"field_order": [ "field_order": [
"status_html", "status_html",
"enable_shopify", "enable_shopify",
@@ -258,8 +259,8 @@
} }
], ],
"issingle": 1, "issingle": 1,
"modified": "2020-05-28 12:32:11.384757", "modified": "2021-03-02 18:06:00.868688",
"modified_by": "umair@erpnext.com", "modified_by": "Administrator",
"module": "ERPNext Integrations", "module": "ERPNext Integrations",
"name": "Shopify Settings", "name": "Shopify Settings",
"owner": "Administrator", "owner": "Administrator",
@@ -276,5 +277,6 @@
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
} "track_changes": 1
}

View File

@@ -573,7 +573,7 @@
"issingle": 1, "issingle": 1,
"istable": 0, "istable": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2018-06-25 12:56:16.332039", "modified": "2021-03-02 17:35:14.084342",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Selling Settings", "name": "Selling Settings",
@@ -605,7 +605,7 @@
"show_name_in_global_search": 0, "show_name_in_global_search": 0,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"track_changes": 0, "track_changes": 1,
"track_seen": 0, "track_seen": 0,
"track_views": 0 "track_views": 0
} }

View File

@@ -161,7 +161,7 @@
"icon": "fa fa-shopping-cart", "icon": "fa fa-shopping-cart",
"idx": 1, "idx": 1,
"issingle": 1, "issingle": 1,
"modified": "2020-07-07 02:13:23.175604", "modified": "2021-03-02 18:05:56.721122",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Shopping Cart", "module": "Shopping Cart",
"name": "Shopping Cart Settings", "name": "Shopping Cart Settings",
@@ -178,5 +178,6 @@
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "ASC" "sort_order": "ASC",
"track_changes": 1
} }