mirror of
https://github.com/itsdave-de/msp.git
synced 2025-05-06 15:35:12 +02:00
Permissions and Roles, IT Contract WIP
This commit is contained in:
parent
f93587e175
commit
2067d06066
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"actions": [],
|
||||||
"autoname": "ITCON-.#####",
|
"autoname": "ITCON-.#####",
|
||||||
"creation": "2021-03-18 02:54:42.727620",
|
"creation": "2021-03-18 02:54:42.727620",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@ -8,7 +9,14 @@
|
|||||||
"title",
|
"title",
|
||||||
"customer",
|
"customer",
|
||||||
"it_landscape",
|
"it_landscape",
|
||||||
"it_contract_type"
|
"it_contract_type",
|
||||||
|
"sla_details_section",
|
||||||
|
"html_10",
|
||||||
|
"reaction_time_emergeny",
|
||||||
|
"reaction_time_urgent",
|
||||||
|
"reaction_time_issue",
|
||||||
|
"reaction_time_change",
|
||||||
|
"column_break_11"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -33,9 +41,44 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "IT Contract Type",
|
"label": "IT Contract Type",
|
||||||
"options": "IT Contract Type"
|
"options": "IT Contract Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "sla_details_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "SLA Details"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reaction_time_emergeny",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Reaction Time Emergeny"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reaction_time_urgent",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Reaction Time Urgent"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reaction_time_issue",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Reaction Time Issue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reaction_time_change",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Reaction Time Change"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "html_10",
|
||||||
|
"fieldtype": "HTML",
|
||||||
|
"options": "Reaktion Times May be written Hours like \"4H\" or in Business Days Like \"1BD\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_11",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2021-03-23 21:04:54.623670",
|
"links": [],
|
||||||
|
"modified": "2022-03-31 23:49:28.471609",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "MSP",
|
"module": "MSP",
|
||||||
"name": "IT Contract",
|
"name": "IT Contract",
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-01-27 23:36:00.711074",
|
"modified": "2022-04-20 14:36:03.078442",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "MSP",
|
"module": "MSP",
|
||||||
"name": "IT Landscape",
|
"name": "IT Landscape",
|
||||||
@ -74,6 +74,29 @@
|
|||||||
"role": "System Manager",
|
"role": "System Manager",
|
||||||
"share": 1,
|
"share": 1,
|
||||||
"write": 1
|
"write": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"create": 1,
|
||||||
|
"email": 1,
|
||||||
|
"export": 1,
|
||||||
|
"print": 1,
|
||||||
|
"read": 1,
|
||||||
|
"report": 1,
|
||||||
|
"role": "MSP User",
|
||||||
|
"share": 1,
|
||||||
|
"write": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"create": 1,
|
||||||
|
"delete": 1,
|
||||||
|
"email": 1,
|
||||||
|
"export": 1,
|
||||||
|
"print": 1,
|
||||||
|
"read": 1,
|
||||||
|
"report": 1,
|
||||||
|
"role": "MSP Admin",
|
||||||
|
"share": 1,
|
||||||
|
"write": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quick_entry": 1,
|
"quick_entry": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user