Limit advance booking of appointments
This commit is contained in:
parent
249cdd92e0
commit
8051ca1859
@ -7,7 +7,9 @@
|
|||||||
"availability_of_slots",
|
"availability_of_slots",
|
||||||
"number_of_agents",
|
"number_of_agents",
|
||||||
"holiday_list",
|
"holiday_list",
|
||||||
"appointment_duration"
|
"appointment_duration",
|
||||||
|
"email_reminders",
|
||||||
|
"advance_booking_days"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -39,10 +41,23 @@
|
|||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"label": "Appointment Duration (In Minutes)",
|
"label": "Appointment Duration (In Minutes)",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "email_reminders",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Email Reminders"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "7",
|
||||||
|
"fieldname": "advance_booking_days",
|
||||||
|
"fieldtype": "Int",
|
||||||
|
"label": "Number of days appointments can be booked in advance",
|
||||||
|
"reqd": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"modified": "2019-09-11 14:44:33.471834",
|
"modified": "2019-09-12 10:47:20.274330",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Appointment Booking Settings",
|
"name": "Appointment Booking Settings",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user