This is the Loading Deck billing application that was until early May 2014, offered as SaaS. We have since decided to refocus our company on consultancy and offer this as a free product under the Apache licence. Please familiarise yourself with the Apache licence before downloading this software.
This software is a large project and has involved a number of developers to date. Most notably, it was managed by James Hadley under Loading Deck Limited. If you like the software, please consider hiring Loading Deck as your web consultants.
Key features of this software include module support (but unfortunately no modules) for web hosting billing, invoicing, estimates, project management, inventory management, bulk data import/export, recurring billing, integration with Paypal, Stripe and GoCardless, and great aesthetics.
- Get a (virtual) server. This app is quite demanding and doesn't work well on shared hosting. 1GB RAM is probably enough.
- Install a web server and PHP 5.4. We recommend Apache because it's easy to use and doesn't involve writing lots of additional rewrite rules.
- Install Wkhtmltopdf. We found that version 0.9.6 works best.
- Clone the repository using Git
- Point your web server to the "web" directory
- Change the parameters commented in app/config/parameters.yml and app/config/config.yml
- Run
php composer.phar update
to get the vendor packages - Import the SQL file
- Run
php app/console assets:install
to generate the static assets - Add
php app/console app_admin:generate_recurring
to your crontab to run daily - Log in with username "admin" and password "123456" at URL "/login"
If you need additional help, please consider our forum that you can use to discuss the software with us. Paid support and development are also available by email and telephone (see above).
Both issues and PR are welcome via the Github repository. If you know Symfony then we'd appreciate you taking the time to send us a PR. Issues and PRs will be reviewed within our spare time. We are aware of a number of bugs already, from both before and during the transition away from SaaS. Use this software at your own risk!
Please let us know if we've forgotten anyone.