Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OpenCaseTracker_V1.0_rc1.zip | 2012-11-05 | 4.4 MB | |
Totals: 1 Item | 4.4 MB | 0 |
Since Release Candidate 1: * Uncountable bug fixes * Restructured external database coding for separation. A single file can now be developed to handle all connections to membership databases, while the rest of the code can remain the same. This allows integration with any third party database that allows PHP access, whether via ODBC or SOAP classes. The external DB files live in /opencasetracker/classes/externalDb * Improved documentation and installation procedures. Documentation is available in /opencasetracker/docs Once basic database connectivity is set up in casetracker.conf.php, the rest of the setup is done by the script simply by opening /opencasetracker/index.php in a web browser. This includes database table creation and initial data. * New feature - custom texts, to allow for custom texts per installation on different screens. * Improvements in handling installations that are not connected to external databases. If you just want to run OpenCaseTracker without connecting it to a membership database, you can do so. * Improved email notifications, HTML emails, and template based. You can now adjust the look and feel of your notification emails, and use your own corporate logos etc. * New feature: People of Interest - keep a register of people who are involved in cases. * Tidying up of mobile interface * Improvements in PostGresql database use