Skip to content

Commit

Permalink
fix missing settings doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
mymi14s committed Jan 3, 2024
1 parent 00caab2 commit 07cf3c7
Showing 1 changed file with 15 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"actions": [],
"allow_rename": 1,
"creation": "2022-06-09 12:09:59.006662",
"description": "Settings Doctype",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"mobile_app_version",
"column_break_xyl05",
"section_break_2",
"zenquote_keyword_category",
"column_break_v0wzm",
"zenquotes_api_key",
"section_break_nsc7h",
"document_access_roles",
"section_break_7yvzt",
"mark_atttendance_per_employee",
"attendance_manager",
"attendance_manager_name",
"permissions_section",
"employee_section",
"employee_master_role",
"employee_access",
"super_user_role",
"column_break_gng83",
"document_access_roles",
"wiki_page_access"
],
"fields": [
Expand All @@ -32,8 +32,7 @@
{
"collapsible": 1,
"fieldname": "section_break_2",
"fieldtype": "Section Break",
"label": "Zenquote"
"fieldtype": "Section Break"
},
{
"description": "A table of approved keywords from Zenquotes.io.\nRequests are going to be restricted to keywords in this table.",
Expand Down Expand Up @@ -68,7 +67,6 @@
"options": "ONEFM Document Access Roles Detail"
},
{
"collapsible": 1,
"fieldname": "section_break_7yvzt",
"fieldtype": "Section Break",
"label": "Attendance"
Expand All @@ -95,34 +93,28 @@
{
"description": "All users with this role have edit access on the Employee Form",
"fieldname": "employee_master_role",
"fieldtype": "Table",
"label": "Employee Master Roles",
"options": "ONEFM Document Access Roles Detail"
},
{
"description": "Default it will be the role 'Director'\nYou can select any role here, then it will be the Super User Role\n\nUser having this role can be self approve configured documents like Shift Permission.\nThe user having this role no need reports to, since it will be the same employee linked to the user.",
"fieldname": "super_user_role",
"fieldtype": "Link",
"label": "Super User Role",
"label": "Employee Master Role",
"options": "Role"
},
{
"fieldname": "column_break_gng83",
"fieldname": "column_break_xyl05",
"fieldtype": "Column Break"
},
{
"fieldname": "permissions_section",
"fieldtype": "Section Break",
"label": "Permissions"
"collapsible": 1,
"fieldname": "section_break_nsc7h",
"fieldtype": "Section Break"
},
{
"fieldname": "column_break_v0wzm",
"fieldtype": "Column Break"
"fieldname": "employee_section",
"fieldtype": "Section Break",
"label": "Employee"
}
],
"issingle": 1,
"links": [],
"modified": "2024-01-02 14:41:19.773895",
"modified": "2024-01-03 22:56:18.112927",
"modified_by": "Administrator",
"module": "One Fm",
"name": "ONEFM General Setting",
Expand Down

0 comments on commit 07cf3c7

Please sign in to comment.