Work order system that manages volunteer workers, clients in need, and work orders to match the two. It uses maps to make it easier for volunteers to see people in need in their area.
SimpleWorkOrder is Charityware for Rebuilding Together Metro Denver.
SimpleWorkOrder's core is built with CodeIgniter.
Please feel free to open an issue here with any questions concerning the software.
To install SimpleWorkOrder:
- Place the application in your web directory
- Change application/config/database.php to match your database's settings
- Change the encryption key in application/config/config.php - line 227
- Also, I have include a sql file to setup the database - simplewo.sql.
- In the source code's current state, your server must have RewriteEngine On and use .htaccess files. I included some sample .htaccess files. If you would like to go back to a more traditional CodeIgniter setup with index.php, you will have to make the changes backwards to achieve this.
- Additional installation topics and modifying the code can be helped by reviewing the CodeIgniter User Guide.
SimpleWorkOrder uses CodeIgniter, Bootstrap, LeafletJS, OpenStreetMap for tiles and geocoding, jQuery, Backbone.js, Underscore.js, and mustache.js.
Unless you live in a country that works hard at updating OpenStreetMap (Germany or UK), there will probably be some outdated map tiles.