I have hidden the downloads for this project as they have gotten a few hits, and obviously do not do anything besides provide a pretty looking login screen.
I am caught up in making the menu as expandable as it should be, so a release that provides a minimal set of functionality should be complete by the 20th of November.
I have just posted the Pre-Alpha 2 release.
It is relatively small, but I have included many of the icon (png) image files I intend to use inside the program which makes the download bulky. It will slim down as we cut out the various unused icons.
The structure of the database (four tables) is in the sql/ folder. Run core.sql in MySQL to setup the structure.
The database name must be opencare, the username is opencare and the password is password.... read more
I just posted the pre-alpha release to the releases page. This requires that you have a MySQL Server running with a database called opencare. The database should have the tables `people` and `users`. The structure for these can be found in the sql/ directory in the release.
Later I will create an installer script that creates the -core- database and configures the scripts. This is a pre-alpha development release that only allows a user to login.