Accounting software

I'm writing some accounting software in my spare time. Actually, I'm rewriting some accounting software I've already written. The first time I wrote it using eZPublish as the frontend. As it panned out it wasn't that great to have it in eZPublish, so I decided to write a new front end to my code using GWT. So far so good - it's getting somewhere now Happy

The code is hosted by google Code and is still in development. It should though in theory be possible to install and run elsewhere, but there is still some features missing that I would think is required for it to be useful. (Not far from getting those ported thoughHappy

The code is split in two:

The server
- PHP code accessing a Mysql database

The client
- Pure javascript, complied from Java using GWT.

More details as I get something completed Happy
|