You are not logged in. Please note that you need to log in before posting.
There's a column in the MySQL database called "no_show", and that's something I need for billing! But I can't find any way to mark an appointment as a No Show.
Is this implemented and if so how can I change an approved appointment to indicate it didn't actually happen?
Offline
On further thought, it would be far better if admin/provider could change the "status" field to "no show" or "completed", or other admin-defined strings.
Currently there's no way to mark an appointment as having been kept, and if we're going to use this system for billing we need to have some audit capability. Having only 'Pending' and 'Approved' to choose from doesn't fit all the cases that can arise.
For example, a cancellation within the no-cancellation period should be marked as such, not simply removed from the system as if the appointment had never been made.
Offline
So what about the concept of admin-defined status?
We recently realized how important this is!
- customer didn't show
- provider didn't show
- customer cancelled, no charge
- customer cancelled late, fee due
- provider cancelled
We'd prefer the appointments which are cancelled REMAIN IN THE SYSTEM with a reason for the cancellation and a time of cancellation, so we can track and bill as needed. More like strikethrough than like delete. Does that make sense?
Offline