From 2067d06066294e5e470412739513d66da2b9eb8b Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 20 Apr 2022 14:37:30 +0200 Subject: [PATCH] Permissions and Roles, IT Contract WIP --- msp/msp/doctype/it_contract/it_contract.json | 47 ++++++++++++++++++- .../doctype/it_landscape/it_landscape.json | 25 +++++++++- 2 files changed, 69 insertions(+), 3 deletions(-) diff --git a/msp/msp/doctype/it_contract/it_contract.json b/msp/msp/doctype/it_contract/it_contract.json index 49080ec..2006186 100644 --- a/msp/msp/doctype/it_contract/it_contract.json +++ b/msp/msp/doctype/it_contract/it_contract.json @@ -1,4 +1,5 @@ { + "actions": [], "autoname": "ITCON-.#####", "creation": "2021-03-18 02:54:42.727620", "doctype": "DocType", @@ -8,7 +9,14 @@ "title", "customer", "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": [ { @@ -33,9 +41,44 @@ "fieldtype": "Link", "label": "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", "module": "MSP", "name": "IT Contract", diff --git a/msp/msp/doctype/it_landscape/it_landscape.json b/msp/msp/doctype/it_landscape/it_landscape.json index db390a0..3366f46 100644 --- a/msp/msp/doctype/it_landscape/it_landscape.json +++ b/msp/msp/doctype/it_landscape/it_landscape.json @@ -57,7 +57,7 @@ } ], "links": [], - "modified": "2022-01-27 23:36:00.711074", + "modified": "2022-04-20 14:36:03.078442", "modified_by": "Administrator", "module": "MSP", "name": "IT Landscape", @@ -74,6 +74,29 @@ "role": "System Manager", "share": 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,