You are not logged in. Please note that you need to log in before posting.
Hi,
I did a quick script that prints out an iPhone friendly UI of upcoming appointments, using iUI (a CSS/JS package that makes web pages behave like iPhone apps). You can download it at:
mackenzie.ag SLASH mobile.zip
There are some caveats that make this probably best suited for a developer type:
- I discovered how to make the queries using my MySQL query log, since there is no documentation on hitappoint's object model, I wasn't able to quickly figure out and use algis's database code. The object IDs, etc, that I hardcoded may not work on your system and you may have to look at your query log to figure out what IDs work for you. Maybe Algis can take this and fix it up? :-)
- Our business has only one staff member, so I did not add code to log in a staff member and show only their appointments, I simply secure the script with Apache's .htaccess file.
- Our business is mobile, and is dependent on address info, so I include a google maps URL. The maps URL for each appointment is hard coded to be in Canada. Easy to change, but I didn't :-)
At any rate, with some motivation you can probably modify this for your use. I spent only 1.5h on it and I hope it is useful to others.
Last edited by mattm (2010-02-21 13:22:18)
Offline