From ad6151b6905a5f3e523f9518d8a5df70d5c571f0 Mon Sep 17 00:00:00 2001 From: pranav nachnekar Date: Tue, 3 Sep 2019 12:04:13 +0530 Subject: [PATCH] Added guest permissions --- .../crm/doctype/appointment/appointment.json | 31 ++++++------------- .../appointment_booking_settings.json | 9 +++++- erpnext/crm/doctype/timezone/timezone.json | 11 ++++++- 3 files changed, 28 insertions(+), 23 deletions(-) diff --git a/erpnext/crm/doctype/appointment/appointment.json b/erpnext/crm/doctype/appointment/appointment.json index 70c449da74..435607f99a 100644 --- a/erpnext/crm/doctype/appointment/appointment.json +++ b/erpnext/crm/doctype/appointment/appointment.json @@ -13,27 +13,6 @@ "customer_details" ], "fields": [ - { - "fieldname": "from_time", - "fieldtype": "Time", - "in_list_view": 1, - "label": "From Time", - "reqd": 1 - }, - { - "fieldname": "to_time", - "fieldtype": "Time", - "in_list_view": 1, - "label": "To Tme", - "reqd": 1 - }, - { - "fieldname": "appointment_date", - "fieldtype": "Date", - "in_list_view": 1, - "label": "Date ", - "reqd": 1 - }, { "fieldname": "customer_details_section", "fieldtype": "Section Break", @@ -87,6 +66,16 @@ "role": "System Manager", "share": 1, "write": 1 + }, + { + "create": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Guest", + "share": 1 } ], "quick_entry": 1, diff --git a/erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json b/erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json index ed6150a210..d54b568c34 100644 --- a/erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json +++ b/erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json @@ -48,7 +48,7 @@ } ], "issingle": 1, - "modified": "2019-08-27 17:32:46.208951", + "modified": "2019-09-01 10:20:06.935115", "modified_by": "Administrator", "module": "CRM", "name": "Appointment Booking Settings", @@ -63,6 +63,13 @@ "role": "System Manager", "share": 1, "write": 1 + }, + { + "email": 1, + "print": 1, + "read": 1, + "role": "Guest", + "share": 1 } ], "quick_entry": 1, diff --git a/erpnext/crm/doctype/timezone/timezone.json b/erpnext/crm/doctype/timezone/timezone.json index 9eb8ed9012..b998e6c21d 100644 --- a/erpnext/crm/doctype/timezone/timezone.json +++ b/erpnext/crm/doctype/timezone/timezone.json @@ -25,7 +25,7 @@ "unique": 1 } ], - "modified": "2019-08-27 11:39:30.328670", + "modified": "2019-09-03 11:59:27.729561", "modified_by": "Administrator", "module": "CRM", "name": "Timezone", @@ -43,6 +43,15 @@ "role": "System Manager", "share": 1, "write": 1 + }, + { + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Guest", + "share": 1 } ], "quick_entry": 1,