Have got it going locally

It is a bit slow - several seconds for each update - presumably some local configuration issue

I couldnt create a new provider in Admin
Put a provider manually into the table using mysql editor - then the app crashed as it expected an appointment type in the appointment_type table which was empty
Manually put an appointment into this table and the system is up.
I can make an appointment and view it.
I guess in practice we would supply a default set of tables so it wouldnt be a problem No easy way to return to the main appointment screen from the admin dialog - it defaults to the developers website

Font of appointment text needs to be somehow linked to the size of the appoint slot or maybe just have a popup dialog - text is not visible at present
This could be part of the workflow to arrive/book/cancel a patient etc

R



Horst Herb wrote:

Until I manage to set up the subversion repository for this (and have gone through the source code myself) those who can't wait can access the tarball of the complete source at: http://ozdocit.org/tiki-list_file_gallery.php?galleryId=7

In order to install you need
- RoR installed
- Mongrel installed
- blank database created (no tables at all)
- unpack that tarball into any directory
- in this directory, create config/database.yml (example in config/database.example)
- in this directory, type "rake db:migrate"
- in this directory, start Mongrel

You should now be able to use the appointment system by pointing your browser at the computer running Mongrel (default port 3000)
Have fun with it,
Horst
_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

Reply via email to