prev.start !== cur.start}>
{() => {
const values = form.getFieldsValue();
+ if (values.start) {
+ calculateScheduleLoad(values.start);
+ }
return (
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index e1ace1a22..332f350fd 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -61,6 +61,7 @@
"priorappointments": "Previous Appointments",
"reminder": "This is {{shopname}} reminding you about an appointment on {{date}} at {{time}}. Please let us know if you are not able to make the appointment. We look forward to seeing you soon. ",
"scheduledfor": "Scheduled appointment for: ",
+ "severalerrorsfound": "Several jobs have issues which may prevent accurate smart scheduling. Click to expand.",
"smartscheduling": "Smart Scheduling",
"suggesteddates": "Suggested Dates"
},
@@ -2425,6 +2426,7 @@
"export_payables": "Export Log - Payables",
"export_payments": "Export Log - Payments",
"export_receivables": "Export Log - Receivables",
+ "gsr_by_atp": "",
"gsr_by_ats": "Gross Sales by ATS",
"gsr_by_category": "Gross Sales by Category",
"gsr_by_csr": "Gross Sales by CSR",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 7391723ee..2b7c7391b 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -61,6 +61,7 @@
"priorappointments": "Nombramientos previos",
"reminder": "",
"scheduledfor": "Cita programada para:",
+ "severalerrorsfound": "",
"smartscheduling": "",
"suggesteddates": ""
},
@@ -2425,6 +2426,7 @@
"export_payables": "",
"export_payments": "",
"export_receivables": "",
+ "gsr_by_atp": "",
"gsr_by_ats": "",
"gsr_by_category": "",
"gsr_by_csr": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 5d3f9b604..381fe267b 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -61,6 +61,7 @@
"priorappointments": "Rendez-vous précédents",
"reminder": "",
"scheduledfor": "Rendez-vous prévu pour:",
+ "severalerrorsfound": "",
"smartscheduling": "",
"suggesteddates": ""
},
@@ -2425,6 +2426,7 @@
"export_payables": "",
"export_payments": "",
"export_receivables": "",
+ "gsr_by_atp": "",
"gsr_by_ats": "",
"gsr_by_category": "",
"gsr_by_csr": "",