phpBMS
Basically I want something to generate invoices for me. This
should greatly help in a bunch of things - namely not being a
retard and fucking it up every month.
Primarily I want to just be able to *not* have a whole bunch of
spreadsheet files (one for each month of work plus one for each
months expenses) and actually have something that works and takes
a lot of the pain away for me.
Then I can do queries to fill out stuff for the tax office.
I think phpBMS fufills this for me. In fact, I’m very much
inclined to migrate to it right now.
It stores all its data in a MySQL Database (which is nice, as I
use that - and like it). It also means I can do arbitrary queries
(in fact, the queries it does are viewable via the Web UI -
funky!)
It’s even buzzword compliant with AJAX.