Forum archive
TKLPatch - SimpleInvoices v0.4
[update 2012-02-04] - a bit more of an update. Added firstboot scripts, forced https (via .htaccess). Rebased SF images (ISO & OVZ) on TKL v11.3 and tested (briefly). Feedback welcome.
[update 2011-10-01] - minor update to tidy up patch.
Free web based invoicing developed by the community, for the community
Simple Invoices is a basic invoicing system designed with simplicity and functionality in mind. Catering for the needs of small organisations and home users.
SimpleInvoices (SI) is a broser based invoicing app that creates and sends invoices. Invoices can be emailed (.pdf) or exported (.pdf/.doc/.xls/plain text - .odt/.ods are also supported via config adjustment).
Rationale
I first came across SI some time ago but kept going. I checked back more recently and decided to check it out a bit more. I figured as I was installing it anyway I may as well create a TKLPatch for it.
I'm pretty sure SI will make my life easier for the small bit of (backyard) IT & accessory sales and service that I do. Currently I have a template (.ods) invoice that I change and export as .pdf (and 'save as' for a backup). My book keeping then revolves around collecting all my recipts and cross referencing them with a screen full of open .pdfs of invoices and bank statements. I'm pretty sure that the reports feature of SimpleInvoice will make that all a thing of the past.
So I have slapped together a quick TKLPatch of a fairly default SI install. It is not completely finished and there may be features that I do not implement. It should however give you basic functionality of the software. As I am just running on a local VM, the initial patch may not be suitable for running in the wild online.
What the patch does so far (in order):
- Add Apache2 site "simpleinvoices-standalone" - only https allowed [overlay]
- Update PHP memory limit to 128MB (php.ini) - possibly overkill but pdf creations chews RAM [overlay]
- Add an amended services.txt to Confconsole output. [overlay]
- Add amended SI config.ini & SI database to webroot. (loaded by conf) [overlay]
- Sets hostname to 'simple-invoices'. [conf]
- Install php5-gd php5-xsl. [conf]
- Download and unzip current SI archive to webroot. [conf]
- Disable default apache site, enable simpleinvoice-standalone. [conf]
- Enable apache rewrite - so SI's .htaccess files work. [conf]
- Load (ie copy in) customised SI config.ini (overwrites default). [conf]
- add mysql username and password
- enable authentication
- Create MySQL user, create and populate database. [conf]
- Ensure ownership of webroot is www-data:www-data [conf]
- Stop Apache2 & MySQL services (so patching finalises cleanly). [conf]
- Clean up.[conf]
Things that ideally should be done
Redirect http to https (currently only connects via https - http fails)Done in v0.4 (uses .htaccess to redirect http).Allow default user (demo@simpleinvoices.org) password to be set at first boot (currently 'demo') - needs your touch Alon :)Done in v0.4 - Username (email) and password set with firstboot scripts.Create random SimpleInvoice MySQL password? (not sure if this is necessary but probably be better)Done in v0.4 - Random password (for DB connection for SI) set in firstboot scripts.- Get SI to pick up locale and timezone of the server - no idea how to do it, but it'd be awesome.
- Testing to see if emailing works OOTB... Fix if it doesn't...
Bugs
- None known.
Info Links
Additional end-user config
[in /var/www/simpleinvoices/config/config.ini - see link above for full info]
- local.locale = <your-locale> [default: en-gb]
- phpSettings.date.timezone = <your-timezone> [docs clain default: UTC but it's: Europe/London]
Default Login Credentials
As of v0.4 login credentials (email/username & password) set on firstboot.
This patch is hosted on GitHub here. if you wish to fork it and/or try the latest testing version. For instructions on how to install patch from GitHub see here.
Precreated ISO and OVZ templates are available on the TKL Community Downloads SourceForge page here.
Obviously only really for SOHO type small operators but I think it will serve my purposes beautifully.
BTW Nice play on words there Chris :)