Hi Dan
Thanks for all of your help so far. Our application is almost ready to license and launch.
I have a stumbling block that I need some guidance on.
In its simplest form I want to write the date and time to a new field in the database “job_start” whenever I click on the context menu item “Clock On”. I would also like the alert banner to say “clocked on” when the date and time are written to the DB.
Ideally, I’d like to add a check to the process:
1/ Click on the context menu item “Clock On”
2/ A Model box appears with the message “Are you sure you want to clock onto this job” and two buttons “yes” and “no”
3/ Clicking “no” cancels the action
4/ Clicking “yes” writes the current date and time to the DB field “job_start”
5/ upon successful date / time write to the database the schedulers banner alert will read “clocked on”
I then need to repeat all the above for the DB field “job_end” (Clock Off)
Is this something you can help with?
Thank you.