|
Appointment Status & ID 7 Months ago
|
Karma: 0
|
|
Hi there,
1) Would like to know if it is possible to add some Custom appointment status other than "New", "Append"....."deleted"?
I need some more custom status, such as "A", "B", "C".., Is that possible?
2) Is that possible to have Appointment ID in form "XXXX01", "XXX02".... other than "1", "2", "3"....
Many thanks.
Seth
|
|
|
|
|
|
|
Re:Appointment Status & ID 7 Months ago
|
Karma: 47
|
|
Would like to know if it is possible to add some Custom appointment status other than "New", "Append"....."deleted"?It is possible but not simple. You will need to edit all the screens and manually add another status.
Is that possible to have Appointment ID in form "XXXX01", "XXX02".... other than "1", "2", "3"....No, that is not possible. The ID is an auto-increment field generated by MySQL.
|
|
|
|
|
|
|
Re:Appointment Status & ID 7 Months ago
|
Karma: 0
|
|
Can the Appointment ID be included to the notification email, so the end client can check the status over phone of his/her appointment by appointment ID rather than username?
Many thanks.
Seth
|
|
|
|
|
|
|
Re:Appointment Status & ID 7 Months ago
|
Karma: 47
|
|
Can the Appointment ID be included to the notification emailNo, there is no token for ID.
check the status over phone of his/her appointment by appointment ID rather than username? Normally status would be checked by 'Name' not username. The admin screens (front and back-end) can filter by name. Type in 'Smith' and only the appointments for 'Smith' are displayed.
|
|
|
|
|
|
|
Re:Appointment Status & ID 1 Month, 1 Week ago
|
Karma: 0
|
|
Can you give me a quick list of the screen files that I would need to edit to add new statuses? (1.4.5)
|
|
|
|
|
|
|
Re:Appointment Status & ID 1 Month, 1 Week ago
|
Karma: 47
|
|
I have no comprehensive list, here is a quick - off the top of my head - list..
com_rsappt_pro14\admin.rsappt_pro14.html.php (many times in here)
com_rsappt_pro14\rsappt_pro14_advadm.php
com_rsappt_pro14\rsappt_pro14_detail.php
com_rsappt_pro14\rsappt_pro14_list.php
com_rsappt_pro14\rsappt_pro14_front_desk.php
com_rsappt_pro14\rsappt_pro14_list.php
com_rsappt_pro14\rsappt_pro14_mylist.php
|
|
|
|
|
|
|