Added length of appointment to config + fixed appointments not showing in scheduling modal + added appointment confirmation template. BOD-141 BOD-149 BOD-148

This commit is contained in:
Patrick Fic
2020-06-03 16:17:39 -07:00
parent 47f858920b
commit e606401e76
29 changed files with 652 additions and 162 deletions

View File

@@ -23,6 +23,7 @@
"intake": "Intake",
"new": "New Appointment",
"reschedule": "Reschedule",
"smartscheduling": "SMART Scheduling",
"viewjob": "View Job"
},
"errors": {
@@ -30,11 +31,13 @@
"saving": "Error scheduling appointment. {{message}}"
},
"fields": {
"time": "Appointment Time",
"title": "Title"
},
"labels": {
"arrivedon": "Arrived on: ",
"cancelledappointment": "Canceled appointment for: ",
"history": "History",
"nodateselected": "No date has been selected.",
"priorappointments": "Previous Appointments",
"scheduledfor": "Scheduled appointment for: "
@@ -76,6 +79,7 @@
"fields": {
"address1": "Address 1",
"address2": "Address 2",
"appt_length": "Default Appointment Length",
"city": "City",
"country": "Country",
"email": "General Shop Email",

View File

@@ -23,6 +23,7 @@
"intake": "Consumo",
"new": "Nueva cita",
"reschedule": "Reprogramar",
"smartscheduling": "",
"viewjob": "Ver trabajo"
},
"errors": {
@@ -30,11 +31,13 @@
"saving": "Error al programar la cita. {{message}}"
},
"fields": {
"time": "",
"title": "Título"
},
"labels": {
"arrivedon": "Llegado el:",
"cancelledappointment": "Cita cancelada para:",
"history": "",
"nodateselected": "No se ha seleccionado ninguna fecha.",
"priorappointments": "Nombramientos previos",
"scheduledfor": "Cita programada para:"
@@ -76,6 +79,7 @@
"fields": {
"address1": "",
"address2": "",
"appt_length": "",
"city": "",
"country": "",
"email": "",

View File

@@ -23,6 +23,7 @@
"intake": "Admission",
"new": "Nouveau rendez-vous",
"reschedule": "Replanifier",
"smartscheduling": "",
"viewjob": "Voir le travail"
},
"errors": {
@@ -30,11 +31,13 @@
"saving": "Erreur lors de la planification du rendez-vous. {{message}}"
},
"fields": {
"time": "",
"title": "Titre"
},
"labels": {
"arrivedon": "Arrivé le:",
"cancelledappointment": "Rendez-vous annulé pour:",
"history": "",
"nodateselected": "Aucune date n'a été sélectionnée.",
"priorappointments": "Rendez-vous précédents",
"scheduledfor": "Rendez-vous prévu pour:"
@@ -76,6 +79,7 @@
"fields": {
"address1": "",
"address2": "",
"appt_length": "",
"city": "",
"country": "",
"email": "",