2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 06:02:21 +00:00

fix: update sort order in doctypes

This commit is contained in:
Ankush Menat 2024-03-23 16:05:20 +05:30
parent 071e269548
commit 3896296c6f
252 changed files with 788 additions and 1033 deletions

View File

@ -154,10 +154,11 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-07-16 22:51:35.505575",
"modified": "2024-03-23 16:01:27.590910",
"modified_by": "Administrator",
"module": "Automation",
"name": "Assignment Rule",
"naming_rule": "Set by user",
"owner": "Administrator",
"permissions": [
{
@ -173,7 +174,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-09-21 16:52:01.705351",
"doctype": "DocType",
"editable_grid": 1,
@ -16,13 +17,15 @@
}
],
"istable": 1,
"modified": "2019-09-21 16:55:09.376291",
"links": [],
"modified": "2024-03-23 16:01:27.759155",
"modified_by": "Administrator",
"module": "Automation",
"name": "Assignment Rule Day",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -1,6 +1,5 @@
{
"actions": [],
"allow_read": 1,
"creation": "2019-02-27 11:41:46.602400",
"doctype": "DocType",
"editable_grid": 1,
@ -21,14 +20,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-09-29 20:12:14.456785",
"modified": "2024-03-23 16:01:27.847608",
"modified_by": "Administrator",
"module": "Automation",
"name": "Assignment Rule User",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -211,7 +211,7 @@
}
],
"links": [],
"modified": "2021-01-12 09:24:49.719611",
"modified": "2024-03-23 16:01:28.502039",
"modified_by": "Administrator",
"module": "Automation",
"name": "Auto Repeat",
@ -255,8 +255,9 @@
}
],
"search_fields": "reference_document",
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "reference_document",
"track_changes": 1
}

View File

@ -20,14 +20,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-11-10 22:30:53.690228",
"modified": "2024-03-23 16:01:28.738641",
"modified_by": "Administrator",
"module": "Automation",
"name": "Auto Repeat Day",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -53,7 +53,7 @@
],
"in_create": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:29.694506",
"modified_by": "Administrator",
"module": "Automation",
"name": "Milestone",
@ -73,7 +73,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "reference_type",

View File

@ -35,7 +35,7 @@
}
],
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:29.801483",
"modified_by": "Administrator",
"module": "Automation",
"name": "Milestone Tracker",
@ -54,7 +54,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -66,7 +66,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-08-28 22:17:18.351025",
"modified": "2024-03-23 16:03:36.224060",
"modified_by": "Administrator",
"module": "Automation",
"name": "Reminder",
@ -83,7 +83,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "description"

View File

@ -150,7 +150,7 @@
"icon": "fa fa-map-marker",
"idx": 5,
"links": [],
"modified": "2023-11-20 17:28:41.698356",
"modified": "2024-03-23 16:01:27.068028",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Address",
@ -220,7 +220,7 @@
}
],
"search_fields": "country, state",
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -20,7 +20,6 @@
"label": "Country",
"options": "Country",
"reqd": 1,
"search_index": 1,
"unique": 1
},
{
@ -40,7 +39,7 @@
],
"icon": "fa fa-map-marker",
"links": [],
"modified": "2022-08-03 12:20:49.095228",
"modified": "2024-03-23 16:01:27.242795",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Address Template",
@ -58,7 +57,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}
}

View File

@ -257,7 +257,7 @@
"image_field": "image",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:01:30.937045",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Contact",
@ -391,7 +391,7 @@
}
],
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "full_name"

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-08-02 13:08:59.291097",
"doctype": "DocType",
"editable_grid": 1,
@ -26,14 +27,16 @@
}
],
"istable": 1,
"modified": "2019-09-24 17:47:30.565805",
"links": [],
"modified": "2024-03-23 16:01:31.173691",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Contact Email",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -37,14 +37,15 @@
],
"istable": 1,
"links": [],
"modified": "2020-04-06 18:28:10.486220",
"modified": "2024-03-23 16:01:31.293047",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Contact Phone",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -17,7 +17,7 @@
}
],
"links": [],
"modified": "2022-08-05 18:33:28.043370",
"modified": "2024-03-23 16:03:26.299387",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Gender",
@ -40,7 +40,7 @@
"role": "All"
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1,

View File

@ -18,7 +18,7 @@
}
],
"links": [],
"modified": "2022-08-05 18:33:28.196387",
"modified": "2024-03-23 16:03:37.726490",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Salutation",
@ -53,7 +53,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1,

View File

@ -131,7 +131,7 @@
}
],
"links": [],
"modified": "2022-06-13 05:59:26.866004",
"modified": "2024-03-23 16:01:26.702078",
"modified_by": "Administrator",
"module": "Core",
"name": "Access Log",
@ -149,7 +149,7 @@
"share": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_seen": 1

View File

@ -158,7 +158,7 @@
"icon": "fa fa-comment",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-02-24 16:31:16.253153",
"modified": "2024-03-23 16:01:26.898094",
"modified_by": "Administrator",
"module": "Core",
"name": "Activity Log",
@ -173,7 +173,7 @@
}
],
"search_fields": "subject",
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "subject",

View File

@ -32,13 +32,13 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-06-16 18:26:16.247475",
"modified": "2024-03-23 16:01:27.410335",
"modified_by": "Administrator",
"module": "Core",
"name": "Amended Document Naming Settings",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -99,7 +99,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2023-10-31 13:12:41.749483",
"modified": "2024-03-23 16:01:28.029916",
"modified_by": "Administrator",
"module": "Core",
"name": "Audit Trail",
@ -114,7 +114,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -19,13 +19,13 @@
],
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:52.738977",
"modified": "2024-03-23 16:01:28.830117",
"modified_by": "Administrator",
"module": "Core",
"name": "Block Module",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -99,7 +99,7 @@
}
],
"links": [],
"modified": "2023-07-24 13:52:55.651462",
"modified": "2024-03-23 16:01:30.075730",
"modified_by": "Administrator",
"module": "Core",
"name": "Comment",
@ -131,7 +131,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "comment_type",

View File

@ -402,7 +402,7 @@
"idx": 1,
"links": [],
"make_attachments_public": 1,
"modified": "2024-02-09 12:10:01.200845",
"modified": "2024-03-23 16:01:30.219380",
"modified_by": "Administrator",
"module": "Core",
"name": "Communication",
@ -459,7 +459,7 @@
],
"search_fields": "subject",
"sender_field": "sender",
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"subject_field": "subject",

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-05-21 09:47:23.043960",
"doctype": "DocType",
"editable_grid": 1,
@ -34,14 +35,16 @@
}
],
"istable": 1,
"modified": "2019-05-21 09:47:23.043960",
"links": [],
"modified": "2024-03-23 16:01:30.438791",
"modified_by": "Administrator",
"module": "Core",
"name": "Communication Link",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -215,7 +215,7 @@
}
],
"links": [],
"modified": "2023-02-20 13:19:04.889081",
"modified": "2024-03-23 16:02:14.726078",
"modified_by": "Administrator",
"module": "Core",
"name": "Custom DocPerm",
@ -235,7 +235,8 @@
}
],
"read_only": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "ASC",
"states": [],
"title_field": "parent"
}

View File

@ -50,7 +50,7 @@
}
],
"links": [],
"modified": "2022-08-03 12:20:52.985554",
"modified": "2024-03-23 16:02:15.554679",
"modified_by": "Administrator",
"module": "Core",
"name": "Custom Role",
@ -70,7 +70,7 @@
}
],
"read_only": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -60,7 +60,7 @@
"hide_toolbar": 1,
"issingle": 1,
"links": [],
"modified": "2022-09-28 03:51:02.404681",
"modified": "2024-03-23 16:02:16.856404",
"modified_by": "Administrator",
"module": "Core",
"name": "Data Export",
@ -78,7 +78,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -171,7 +171,7 @@
],
"hide_toolbar": 1,
"links": [],
"modified": "2024-01-30 17:08:05.566686",
"modified": "2024-03-23 16:02:16.953820",
"modified_by": "Administrator",
"module": "Core",
"name": "Data Import",
@ -191,7 +191,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -60,7 +60,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-12-29 11:19:19.646076",
"modified": "2024-03-23 16:02:17.334396",
"modified_by": "Administrator",
"module": "Core",
"name": "Data Import Log",
@ -79,6 +79,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_order": "DESC"
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -35,13 +35,13 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:54.832785",
"modified": "2024-03-23 16:02:17.533639",
"modified_by": "Administrator",
"module": "Core",
"name": "DefaultValue",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -60,7 +60,7 @@
],
"in_create": 1,
"links": [],
"modified": "2022-06-13 05:50:58.314908",
"modified": "2024-03-23 16:02:17.664513",
"modified_by": "Administrator",
"module": "Core",
"name": "Deleted Document",
@ -73,7 +73,7 @@
"role": "System Manager"
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "deleted_name",

View File

@ -582,14 +582,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-03-21 17:35:32.602933",
"modified": "2024-03-23 16:02:18.210626",
"modified_by": "Administrator",
"module": "Core",
"name": "DocField",
"naming_rule": "Random",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "ASC",
"states": []
}
}

View File

@ -210,12 +210,13 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-02-20 13:21:45.071310",
"modified": "2024-03-23 16:02:18.443496",
"modified_by": "Administrator",
"module": "Core",
"name": "DocPerm",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "ASC"
"sort_field": "creation",
"sort_order": "ASC",
"states": []
}

View File

@ -86,7 +86,7 @@
],
"in_create": 1,
"links": [],
"modified": "2023-06-15 18:02:51.877533",
"modified": "2024-03-23 16:03:21.134272",
"modified_by": "Administrator",
"module": "Core",
"name": "DocShare",
@ -106,7 +106,7 @@
}
],
"read_only": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -750,7 +750,7 @@
"link_fieldname": "reference_doctype"
}
],
"modified": "2023-12-01 18:37:16.799471",
"modified": "2024-03-23 16:03:21.405959",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType",
@ -782,7 +782,7 @@
"route": "doctype",
"search_fields": "module",
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1,

View File

@ -61,14 +61,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-09-24 14:19:05.549835",
"modified": "2024-03-23 16:03:21.873210",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType Action",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -74,14 +74,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-07-31 15:23:12.237491",
"modified": "2024-03-23 16:03:22.273487",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType Link",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -37,13 +37,13 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-12-14 14:14:55.716378",
"modified": "2024-03-23 16:03:22.416470",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType State",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -36,14 +36,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-09-08 10:19:56.192949",
"modified": "2024-03-23 16:03:22.677527",
"modified_by": "Administrator",
"module": "Core",
"name": "Document Naming Rule Condition",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -143,7 +143,7 @@
"icon": "fa fa-sort-by-order",
"issingle": 1,
"links": [],
"modified": "2023-06-20 17:47:52.204139",
"modified": "2024-03-23 16:03:22.769200",
"modified_by": "Administrator",
"module": "Core",
"name": "Document Naming Settings",
@ -159,7 +159,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -46,7 +46,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-01-14 13:57:28.050678",
"modified": "2024-03-23 16:03:22.892995",
"modified_by": "Administrator",
"module": "Core",
"name": "Document Share Key",
@ -67,7 +67,7 @@
}
],
"read_only": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -1,4 +1,5 @@
{
"actions": [],
"autoname": "field:domain",
"creation": "2017-05-03 15:07:39.752820",
"doctype": "DocType",
@ -17,7 +18,8 @@
"unique": 1
}
],
"modified": "2020-09-18 17:26:09.703215",
"links": [],
"modified": "2024-03-23 16:03:22.994251",
"modified_by": "Administrator",
"module": "Core",
"name": "Domain",
@ -48,7 +50,8 @@
],
"quick_entry": 1,
"search_fields": "domain",
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "domain"
}

View File

@ -31,7 +31,7 @@
],
"issingle": 1,
"links": [],
"modified": "2022-08-03 12:20:53.256607",
"modified": "2024-03-23 16:03:23.087355",
"modified_by": "Administrator",
"module": "Core",
"name": "Domain Settings",
@ -49,7 +49,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2017-01-13 04:55:18.835023",
"doctype": "DocType",
"editable_grid": 1,
@ -34,14 +35,16 @@
}
],
"istable": 1,
"modified": "2019-10-10 22:05:54.736093",
"links": [],
"modified": "2024-03-23 16:03:23.469424",
"modified_by": "Administrator",
"module": "Core",
"name": "Dynamic Link",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -70,7 +70,7 @@
"idx": 1,
"in_create": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:25.381120",
"modified_by": "Administrator",
"module": "Core",
"name": "Error Log",
@ -88,7 +88,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "method"

View File

@ -189,7 +189,7 @@
"icon": "fa fa-file",
"idx": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:25.814224",
"modified_by": "Administrator",
"module": "Core",
"name": "File",
@ -216,7 +216,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "file_name",

View File

@ -18,14 +18,14 @@
],
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:53.381248",
"modified": "2024-03-23 16:03:27.198356",
"modified_by": "Administrator",
"module": "Core",
"name": "Has Domain",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -22,13 +22,13 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:54.382064",
"modified": "2024-03-23 16:03:27.291168",
"modified_by": "Administrator",
"module": "Core",
"name": "Has Role",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -36,14 +36,15 @@
],
"istable": 1,
"links": [],
"modified": "2020-05-12 10:09:49.148087",
"modified": "2024-03-23 16:03:27.892752",
"modified_by": "Administrator",
"module": "Core",
"name": "Installed Application",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -18,7 +18,7 @@
],
"issingle": 1,
"links": [],
"modified": "2020-05-12 10:09:14.310622",
"modified": "2024-03-23 16:03:27.992755",
"modified_by": "Administrator",
"module": "Core",
"name": "Installed Applications",
@ -36,7 +36,8 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -51,7 +51,7 @@
"icon": "fa fa-globe",
"in_create": 1,
"links": [],
"modified": "2023-04-13 13:48:38.127995",
"modified": "2024-03-23 16:03:28.477169",
"modified_by": "Administrator",
"module": "Core",
"name": "Language",
@ -66,13 +66,13 @@
"write": 1
},
{
"role": "All",
"read": 1
"read": 1,
"role": "All"
}
],
"search_fields": "language_name",
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "language_name",

View File

@ -22,13 +22,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-10-08 17:22:04.690348",
"modified": "2024-03-23 16:03:29.303855",
"modified_by": "Administrator",
"module": "Core",
"name": "Log Setting User",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -1,6 +1,6 @@
{
"actions": [],
"creation": "2020-10-08 12:12:21.694424",
"creation": "2023-02-22 16:18:29.749940",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
@ -18,7 +18,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2022-06-11 02:17:30.803721",
"modified": "2024-03-23 16:03:29.392292",
"modified_by": "Administrator",
"module": "Core",
"name": "Log Settings",
@ -36,7 +36,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -31,13 +31,13 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2022-06-13 02:51:36.857786",
"modified": "2024-03-23 16:03:29.489001",
"modified_by": "Administrator",
"module": "Core",
"name": "Logs To Clear",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}
}

View File

@ -123,7 +123,7 @@
"link_fieldname": "module"
}
],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:29.918362",
"modified_by": "Administrator",
"module": "Core",
"name": "Module Def",
@ -159,7 +159,7 @@
}
],
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -40,7 +40,7 @@
"link_fieldname": "module_profile"
}
],
"modified": "2021-12-03 15:47:21.296443",
"modified": "2024-03-23 16:03:30.237678",
"modified_by": "Administrator",
"module": "Core",
"name": "Module Profile",
@ -60,7 +60,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -18,9 +18,7 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Item Label",
"mandatory_depends_on": "eval:doc.item_type == 'Route' || doc.item_type == 'Action'",
"show_days": 1,
"show_seconds": 1
"mandatory_depends_on": "eval:doc.item_type == 'Route' || doc.item_type == 'Action'"
},
{
"columns": 2,
@ -29,27 +27,21 @@
"in_list_view": 1,
"label": "Item Type",
"options": "Route\nAction\nSeparator",
"read_only_depends_on": "eval:doc.is_standard",
"show_days": 1,
"show_seconds": 1
"read_only_depends_on": "eval:doc.is_standard"
},
{
"default": "0",
"fieldname": "hidden",
"fieldtype": "Check",
"in_list_view": 1,
"label": "Hidden",
"show_days": 1,
"show_seconds": 1
"label": "Hidden"
},
{
"default": "0",
"fieldname": "is_standard",
"fieldtype": "Check",
"label": "Is Standard",
"read_only": 1,
"show_days": 1,
"show_seconds": 1
"read_only": 1
},
{
"columns": 4,
@ -59,9 +51,7 @@
"in_list_view": 1,
"label": "Route",
"mandatory_depends_on": "eval:doc.item_type == 'Route'",
"read_only_depends_on": "eval:doc.is_standard",
"show_days": 1,
"show_seconds": 1
"read_only_depends_on": "eval:doc.is_standard"
},
{
"depends_on": "eval:doc.item_type == 'Action'",
@ -69,21 +59,20 @@
"fieldtype": "Data",
"label": "Action",
"mandatory_depends_on": "eval:doc.item_type == 'Action'",
"read_only_depends_on": "eval:doc.is_standard",
"show_days": 1,
"show_seconds": 1
"read_only_depends_on": "eval:doc.is_standard"
}
],
"istable": 1,
"links": [],
"modified": "2020-11-02 10:57:37.709262",
"modified": "2024-03-23 16:03:30.447346",
"modified_by": "Administrator",
"module": "Core",
"name": "Navbar Item",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -17,57 +17,43 @@
{
"fieldname": "app_logo",
"fieldtype": "Attach Image",
"label": "Application Logo",
"show_days": 1,
"show_seconds": 1
"label": "Application Logo"
},
{
"fieldname": "settings_dropdown",
"fieldtype": "Table",
"label": "Settings Dropdown",
"options": "Navbar Item",
"show_days": 1,
"show_seconds": 1
"options": "Navbar Item"
},
{
"fieldname": "help_dropdown",
"fieldtype": "Table",
"label": "Help Dropdown",
"options": "Navbar Item",
"show_days": 1,
"show_seconds": 1
"options": "Navbar Item"
},
{
"fieldname": "section_break_2",
"fieldtype": "Section Break",
"label": "Dropdowns",
"show_days": 1,
"show_seconds": 1
"label": "Dropdowns"
},
{
"fieldname": "logo_section",
"fieldtype": "Section Break",
"label": "Application Logo",
"show_days": 1,
"show_seconds": 1
"label": "Application Logo"
},
{
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"show_days": 1,
"show_seconds": 1
"fieldtype": "Column Break"
},
{
"fieldname": "logo_width",
"fieldtype": "Int",
"label": "Logo Width",
"show_days": 1,
"show_seconds": 1
"label": "Logo Width"
}
],
"issingle": 1,
"links": [],
"modified": "2020-08-06 18:11:29.955835",
"modified": "2024-03-23 16:03:30.561647",
"modified_by": "Administrator",
"module": "Core",
"name": "Navbar Settings",
@ -85,7 +71,8 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -50,7 +50,7 @@
"link_fieldname": "package"
}
],
"modified": "2021-09-05 13:15:01.130982",
"modified": "2024-03-23 16:03:33.307130",
"modified_by": "Administrator",
"module": "Core",
"name": "Package",
@ -70,7 +70,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -39,7 +39,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-09-05 21:30:04.796090",
"modified": "2024-03-23 16:03:33.422131",
"modified_by": "Administrator",
"module": "Core",
"name": "Package Import",
@ -59,7 +59,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -69,7 +69,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2021-09-05 16:04:32.860988",
"modified": "2024-03-23 16:03:33.536719",
"modified_by": "Administrator",
"module": "Core",
"name": "Package Release",
@ -89,7 +89,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -102,7 +102,7 @@
"icon": "fa fa-file",
"idx": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:03:33.657255",
"modified_by": "Administrator",
"module": "Core",
"name": "Page",
@ -128,7 +128,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -37,7 +37,7 @@
"icon": "fa fa-cog",
"idx": 1,
"links": [],
"modified": "2023-06-07 00:00:01.369265",
"modified": "2024-03-23 16:03:34.014409",
"modified_by": "Administrator",
"module": "Core",
"name": "Patch Log",
@ -61,7 +61,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "patch",

View File

@ -72,7 +72,7 @@
"is_virtual": 1,
"issingle": 1,
"links": [],
"modified": "2024-01-10 14:17:49.722593",
"modified": "2024-03-23 16:03:34.140177",
"modified_by": "Administrator",
"module": "Core",
"name": "Permission Inspector",
@ -84,7 +84,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -105,7 +105,7 @@
],
"in_create": 1,
"links": [],
"modified": "2024-03-07 12:01:58.209879",
"modified": "2024-03-23 16:03:34.835357",
"modified_by": "Administrator",
"module": "Core",
"name": "Prepared Report",
@ -134,7 +134,7 @@
"share": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [
{

View File

@ -94,13 +94,13 @@
"is_virtual": 1,
"istable": 1,
"links": [],
"modified": "2023-08-07 13:12:23.496002",
"modified": "2024-03-23 16:03:36.052756",
"modified_by": "Administrator",
"module": "Core",
"name": "Recorder Query",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -191,7 +191,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-01-03 15:29:01.460404",
"modified": "2024-03-23 16:03:36.343177",
"modified_by": "Administrator",
"module": "Core",
"name": "Report",
@ -240,7 +240,7 @@
}
],
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -48,14 +48,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2020-09-03 10:52:03.895817",
"modified": "2024-03-23 16:03:36.524357",
"modified_by": "Administrator",
"module": "Core",
"name": "Report Column",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -76,14 +76,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-06-15 11:37:35.961036",
"modified": "2024-03-23 16:03:36.633258",
"modified_by": "Administrator",
"module": "Core",
"name": "Report Filter",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -148,7 +148,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-03-13 20:59:37.875253",
"modified": "2024-03-23 16:03:36.854123",
"modified_by": "Administrator",
"module": "Core",
"name": "Role",
@ -168,7 +168,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1,

View File

@ -71,7 +71,7 @@
"hide_toolbar": 1,
"issingle": 1,
"links": [],
"modified": "2022-11-23 12:39:05.750386",
"modified": "2024-03-23 16:03:36.991083",
"modified_by": "Administrator",
"module": "Core",
"name": "Role Permission for Page and Report",
@ -89,7 +89,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -43,7 +43,7 @@
"table_fieldname": "role_profiles"
}
],
"modified": "2024-02-10 12:22:24.803943",
"modified": "2024-03-23 16:03:37.104710",
"modified_by": "Administrator",
"module": "Core",
"name": "Role Profile",
@ -74,7 +74,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "role_profile",

View File

@ -108,7 +108,7 @@
"in_create": 1,
"is_virtual": 1,
"links": [],
"modified": "2024-01-13 10:38:40.230972",
"modified": "2024-03-23 16:03:37.325708",
"modified_by": "Administrator",
"module": "Core",
"name": "RQ Job",
@ -135,7 +135,7 @@
"share": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [
{

View File

@ -114,7 +114,7 @@
"in_create": 1,
"is_virtual": 1,
"links": [],
"modified": "2024-02-29 19:31:08.502527",
"modified": "2024-03-23 16:03:37.451604",
"modified_by": "Administrator",
"module": "Core",
"name": "RQ Worker",
@ -130,7 +130,7 @@
"share": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [
{

View File

@ -45,7 +45,7 @@
}
],
"links": [],
"modified": "2023-11-09 12:06:41.781270",
"modified": "2024-03-23 16:03:37.828186",
"modified_by": "Administrator",
"module": "Core",
"name": "Scheduled Job Log",
@ -65,7 +65,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "scheduled_job_type"

View File

@ -6,7 +6,7 @@
"label": "Execute"
}
],
"creation": "2019-09-23 14:34:09.205368",
"creation": "2024-02-23 10:41:33.059393",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
@ -102,7 +102,7 @@
"link_fieldname": "scheduled_job_type"
}
],
"modified": "2024-02-22 17:16:36.212691",
"modified": "2024-03-23 16:03:37.925078",
"modified_by": "Administrator",
"module": "Core",
"name": "Scheduled Job Type",
@ -123,7 +123,7 @@
],
"quick_entry": 1,
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "method",

View File

@ -151,7 +151,7 @@
"link_fieldname": "server_script"
}
],
"modified": "2024-02-27 11:44:46.397495",
"modified": "2024-03-23 16:03:38.075313",
"modified_by": "Administrator",
"module": "Core",
"name": "Server Script",
@ -171,7 +171,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-07-17 16:21:33.546379",
"doctype": "DocType",
"editable_grid": 1,
@ -16,14 +17,16 @@
}
],
"istable": 1,
"modified": "2019-07-21 13:22:25.752553",
"links": [],
"modified": "2024-03-23 16:03:38.225606",
"modified_by": "Administrator",
"module": "Core",
"name": "Session Default",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-07-17 16:22:31.300991",
"doctype": "DocType",
"editable_grid": 1,
@ -15,7 +16,8 @@
}
],
"issingle": 1,
"modified": "2019-07-19 16:04:33.971089",
"links": [],
"modified": "2024-03-23 16:03:38.318576",
"modified_by": "Administrator",
"module": "Core",
"name": "Session Default Settings",
@ -33,7 +35,8 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -1,371 +1,99 @@
{
"allow_copy": 0,
"allow_guest_to_view": 0,
"allow_import": 0,
"allow_rename": 0,
"autoname": "SYS-SMS-.#####",
"beta": 0,
"creation": "2012-03-27 14:36:47",
"custom": 0,
"docstatus": 0,
"doctype": "DocType",
"editable_grid": 0,
"actions": [],
"autoname": "SYS-SMS-.#####",
"creation": "2012-03-27 14:36:47",
"doctype": "DocType",
"engine": "InnoDB",
"field_order": [
"sender_name",
"sent_on",
"column_break0",
"message",
"sec_break1",
"no_of_requested_sms",
"requested_numbers",
"column_break1",
"no_of_sent_sms",
"sent_to"
],
"fields": [
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "sender_name",
"fieldtype": "Data",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Sender Name",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "sender_name",
"fieldtype": "Data",
"label": "Sender Name",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "sent_on",
"fieldtype": "Date",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Sent On",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "sent_on",
"fieldtype": "Date",
"label": "Sent On",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "column_break0",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0,
"fieldname": "column_break0",
"fieldtype": "Column Break",
"width": "50%"
},
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "message",
"fieldtype": "Small Text",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Message",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "message",
"fieldtype": "Small Text",
"label": "Message",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "sec_break1",
"fieldtype": "Section Break",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"length": 0,
"no_copy": 0,
"options": "Simple",
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "sec_break1",
"fieldtype": "Section Break",
"options": "Simple"
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "no_of_requested_sms",
"fieldtype": "Int",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "No of Requested SMS",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "no_of_requested_sms",
"fieldtype": "Int",
"label": "No of Requested SMS",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "requested_numbers",
"fieldtype": "Code",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Requested Numbers",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "requested_numbers",
"fieldtype": "Code",
"label": "Requested Numbers",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "column_break1",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0,
"fieldname": "column_break1",
"fieldtype": "Column Break",
"width": "50%"
},
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "no_of_sent_sms",
"fieldtype": "Int",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "No of Sent SMS",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
"fieldname": "no_of_sent_sms",
"fieldtype": "Int",
"label": "No of Sent SMS",
"read_only": 1
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "sent_to",
"fieldtype": "Code",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Sent To",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 1,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
"fieldname": "sent_to",
"fieldtype": "Code",
"label": "Sent To",
"read_only": 1
}
],
"has_web_view": 0,
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "fa fa-mobile-phone",
"idx": 1,
"image_view": 0,
"in_create": 0,
"is_submittable": 0,
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2018-08-21 16:15:40.898889",
"modified_by": "Administrator",
"module": "Core",
"name": "SMS Log",
"owner": "Administrator",
],
"icon": "fa fa-mobile-phone",
"idx": 1,
"links": [],
"modified": "2024-03-23 16:03:38.537041",
"modified_by": "Administrator",
"module": "Core",
"name": "SMS Log",
"owner": "Administrator",
"permissions": [
{
"amend": 0,
"cancel": 0,
"create": 0,
"delete": 0,
"email": 1,
"export": 0,
"if_owner": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"set_user_permissions": 0,
"share": 0,
"submit": 0,
"write": 0
"email": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager"
}
],
"quick_entry": 0,
"read_only": 0,
"read_only_onload": 0,
"show_name_in_global_search": 0,
"track_changes": 1,
"track_seen": 0,
"track_views": 0
],
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -39,13 +39,13 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:53.129765",
"modified": "2024-03-23 16:03:38.659977",
"modified_by": "Administrator",
"module": "Core",
"name": "SMS Parameter",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -60,7 +60,7 @@
"idx": 1,
"issingle": 1,
"links": [],
"modified": "2021-09-21 19:45:26.809793",
"modified": "2024-03-23 16:03:38.762589",
"modified_by": "Administrator",
"module": "Core",
"name": "SMS Settings",
@ -74,7 +74,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -89,7 +89,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-08-29 12:27:54.754054",
"modified": "2024-03-23 16:03:39.111282",
"modified_by": "Administrator",
"module": "Core",
"name": "Submission Queue",
@ -111,7 +111,7 @@
"role": "Desk User"
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [
{

View File

@ -58,7 +58,7 @@
],
"hide_toolbar": 1,
"links": [],
"modified": "2022-08-03 12:20:54.532708",
"modified": "2024-03-23 16:03:39.228220",
"modified_by": "Administrator",
"module": "Core",
"name": "Success Action",
@ -77,7 +77,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -40,7 +40,6 @@
"column_break_uhqk",
"login_with_email_link",
"login_with_email_link_expiry",
"rate_limit_email_link_login",
"brute_force_security",
"allow_consecutive_login_attempts",
"column_break_34",
@ -657,19 +656,12 @@
"fieldname": "store_attached_pdf_document",
"fieldtype": "Check",
"label": "Store Attached PDF Document"
},
{
"depends_on": "login_with_email_link",
"description": "You can set a high value here if multiple users will be logging in from the same network.",
"fieldname": "rate_limit_email_link_login",
"fieldtype": "Int",
"label": "Rate limit for email link login"
}
],
"icon": "fa fa-cog",
"issingle": 1,
"links": [],
"modified": "2024-03-22 15:43:48.347441",
"modified": "2024-03-23 16:03:39.461597",
"modified_by": "Administrator",
"module": "Core",
"name": "System Settings",
@ -684,7 +676,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -101,7 +101,7 @@
],
"in_create": 1,
"links": [],
"modified": "2022-08-03 12:20:54.684305",
"modified": "2024-03-23 16:03:59.373102",
"modified_by": "Administrator",
"module": "Core",
"name": "Transaction Log",
@ -117,7 +117,7 @@
"share": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -83,7 +83,7 @@
}
],
"links": [],
"modified": "2022-07-04 06:53:54.997004",
"modified": "2024-03-23 16:03:59.551788",
"modified_by": "Administrator",
"module": "Core",
"name": "Translation",
@ -103,7 +103,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "source_text",

View File

@ -788,7 +788,7 @@
"link_fieldname": "user"
}
],
"modified": "2024-03-20 17:15:19.200383",
"modified": "2024-03-23 16:03:59.833565",
"modified_by": "Administrator",
"module": "Core",
"name": "User",
@ -822,7 +822,7 @@
"route": "user",
"search_fields": "full_name",
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "full_name",

View File

@ -97,13 +97,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-03-16 00:32:24.414313",
"modified": "2024-03-23 16:04:00.313525",
"modified_by": "Administrator",
"module": "Core",
"name": "User Document Type",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -61,13 +61,13 @@
],
"istable": 1,
"links": [],
"modified": "2022-06-03 14:25:46.944733",
"modified": "2024-03-23 16:04:00.460634",
"modified_by": "Administrator",
"module": "Core",
"name": "User Email",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -19,7 +19,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-08-28 22:25:16.941457",
"modified": "2024-03-23 16:04:00.597980",
"modified_by": "Administrator",
"module": "Core",
"name": "User Group",
@ -43,7 +43,7 @@
"role": "Desk User"
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -20,13 +20,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-04-12 15:17:18.773046",
"modified": "2024-03-23 16:04:00.733681",
"modified_by": "Administrator",
"module": "Core",
"name": "User Group Member",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -90,7 +90,7 @@
}
],
"links": [],
"modified": "2022-01-03 11:25:03.726150",
"modified": "2024-03-23 16:04:00.823875",
"modified_by": "Administrator",
"module": "Core",
"name": "User Permission",
@ -109,7 +109,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "user",

View File

@ -20,13 +20,13 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-01-29 14:25:09.513552",
"modified": "2024-03-23 16:04:00.948988",
"modified_by": "Administrator",
"module": "Core",
"name": "User Role Profile",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -20,14 +20,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-01-17 18:45:44.993190",
"modified": "2024-03-23 16:04:01.071552",
"modified_by": "Administrator",
"module": "Core",
"name": "User Select Document Type",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -44,14 +44,14 @@
],
"istable": 1,
"links": [],
"modified": "2022-08-03 12:20:53.800689",
"modified": "2024-03-23 16:04:01.200476",
"modified_by": "Administrator",
"module": "Core",
"name": "User Social Login",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -109,7 +109,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-06-09 14:00:36.820306",
"modified": "2024-03-23 16:04:01.336002",
"modified_by": "Administrator",
"module": "Core",
"name": "User Type",
@ -138,7 +138,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

View File

@ -20,14 +20,15 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-01-24 03:07:43.602927",
"modified": "2024-03-23 16:04:01.539682",
"modified_by": "Administrator",
"module": "Core",
"name": "User Type Module",
"owner": "Administrator",
"permissions": [],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

View File

@ -18,7 +18,6 @@
"fieldname": "ref_doctype",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "DocType",
"options": "DocType",
"reqd": 1
@ -54,10 +53,11 @@
"idx": 1,
"in_create": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:04:01.627592",
"modified_by": "Administrator",
"module": "Core",
"name": "Version",
"naming_rule": "Random",
"owner": "Administrator",
"permissions": [
{
@ -73,7 +73,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "docname",

View File

@ -33,7 +33,7 @@
}
],
"links": [],
"modified": "2022-09-07 05:16:14.587628",
"modified": "2024-03-23 16:04:01.764239",
"modified_by": "Administrator",
"module": "Core",
"name": "View Log",
@ -50,7 +50,7 @@
}
],
"quick_entry": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": []
}

View File

@ -77,7 +77,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-12-08 15:52:37.525003",
"modified": "2024-03-23 16:01:29.862624",
"modified_by": "Administrator",
"module": "Custom",
"name": "Client Script",
@ -107,7 +107,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1

Some files were not shown because too many files have changed in this diff Show More