Added several fixes throughout for demo.

This commit is contained in:
Patrick Fic
2020-12-15 14:38:26 -08:00
parent 2981c7ba67
commit b6d8aa287f
19 changed files with 597 additions and 201 deletions

View File

@@ -20,11 +20,11 @@
"appointments": {
"actions": {
"block": "Block Day",
"calculate": "Calculate SMART Dates",
"cancel": "Cancel",
"intake": "Intake",
"new": "New Appointment",
"reschedule": "Reschedule",
"smartscheduling": "SMART Scheduling",
"viewjob": "View Job"
},
"errors": {
@@ -33,8 +33,8 @@
"saving": "Error scheduling appointment. {{message}}"
},
"fields": {
"alt_transport": "A.T.",
"color": "Color",
"alt_transport": "Alt. Trans.",
"color": "Appointment Color",
"time": "Appointment Time",
"title": "Title"
},
@@ -50,7 +50,9 @@
"nocompletingjobs": "No jobs scheduled for completion.",
"nodateselected": "No date has been selected.",
"priorappointments": "Previous Appointments",
"scheduledfor": "Scheduled appointment for: "
"scheduledfor": "Scheduled appointment for: ",
"smartscheduling": "Smart Scheduling",
"suggesteddates": "Suggested Dates"
},
"successes": {
"canceled": "Appointment canceled successfully.",
@@ -182,11 +184,17 @@
"country": "Country",
"dailybodytarget": "Scoreboard - Daily Body Target",
"dailypainttarget": "Scoreboard - Daily Paint Target",
"deliver": {
"templates": "Delivery Templates"
},
"email": "General Shop Email",
"enforce_class": "Enforce Class on Conversion?",
"federal_tax_id": "Federal Tax ID (GST/HST)",
"inhousevendorid": "In House Vendor ID",
"insurance_vendor_id": "Insurance Vendor ID",
"intake": {
"template": "Intake Templates"
},
"invoice_federal_tax_rate": "Invoices - Federal Tax Rate",
"invoice_local_tax_rate": "Invoices - Local Tax Rate",
"invoice_state_tax_rate": "Invoices - State Tax Rate",
@@ -583,6 +591,9 @@
"errors": {
"notsent": "Email not sent. Error encountered while sending {{message}}"
},
"labels": {
"attachments": "Attachments"
},
"successes": {
"sent": "Email sent successfully."
}
@@ -713,6 +724,11 @@
"rescuetitle": "Rescue Me!"
}
},
"intake": {
"labels": {
"printpack": "Intake Print Pack"
}
},
"joblines": {
"actions": {
"new": "New Line"
@@ -1344,15 +1360,21 @@
},
"jobs": {
"all_job_notes": "All Job Notes",
"appointment_confirmation": "Appointment Confirmation",
"appointment_reminder": "Appointment Reminder",
"casl_authorization": "CASL Authorization",
"casl_work_authorization": "CASL Work Authorization",
"cover_sheet": "Cover Sheet",
"coversheet": "Coversheet",
"csi_invitation": "CSI Invite",
"estimate_detail": "Estimate Details",
"fippa_authorization": "FIPPA Authorization",
"fippa_work_authorization": "FIPPA Work Authorization",
"job_totals": "Job Totals Only",
"parts_order_confirmation": "Parts Order Confirmation",
"parts_return_confirmation": "Parts Return Confirmation",
"payment_recept": "Payment Receipt",
"time_tickets_by_employee": "Time Tickets By Employee",
"window_tag": "Window Tag",
"work_authorization": "Work Authorization"
},