Appointment booking date/time
Submitted by sorrentovet on Sat, 18/11/2017 - 12:21
Hey everyone,
I was wondering if it is possible to see when, as in the date and time, an appointment was booked.
Regards,
Anton
Re: Appointment booking date/time
Sorry Anton. Who made the appointment is recorded, but not when they made it.
Regards, Tim G
Re: Appointment booking date/time
Thanks for the quick reply Tim.
Re: Appointment booking date/time
Hi Anton,
This is not official but we have occasionally had reason to ask exactly the same question. We used a careful inspection fo the acts table using MySQL.
We found the appointment act in question in the database and looked at the surrounding acts created before and after them to get an idea of when it was created. It's not precise but it allowed us to pin point issues down atleast to a shift and day of the week.
Cheers,
Matt
Re: Appointment booking date/time
Thank you Matt, I'll have a look!