tclogo



HotelsCombined.com

Pages

Archives

Categories


Recent Postings

Recent Comments

Feeds

RSS2 feed

Links

Most Popular Posts

Archive for December 2009

Simple open source Invoicing systems

Thursday, 10th December 2009 7:11am
Over the weekend I had to look for a simple open source invoicing system which I could run on my own server and I managed to get a chance to look at four.

The four that I found were Bamboo Invoice, Simple Invoices, Siwapp and jBilling.

The four systems are all open source with jBilling being a Java application but the other three are all PHP based.

I found Bamboo Invoice to be good and simple and meet my needs which were to be able to create an invoice, get a pdf version of it and be able to send an e-mail from the application and on top of that be able to host the application myself.

Bamboo Invoice is based on the CodeIgniter PHP framework which I am familiar with and the installation is very simple. It comes with some reports but one can add extra specific reports if needed.

Simple invoices has the biggest download of the four at 11M and it took a while to install and get going. It comes with dev, staging and production environments plus sample data all set up which is good and all one has to do is set the environments appropriately.

Siwapp is based on the Symfony PHP framework and this also is a simple and straightforward invoicing application but one has to follow the specific instructions for installation.

jBilling is probably the most complete system of all the four that I had a quick look at. Its Java based and it is professional suppported 24/7.

I think jBilling would suit somebody needing more functionality and doing a lot of invoicing because it was designed to handled complex recurring billing scenarios.

I am sure there are other open source invoicing systems that I did not come across but I must say I was pleased to see these are quite good and for now I will settling for Bamboo invoice.

delicious delicious | digg digg

Category: Open Source | Comments : 0

Changing the default "Program Files" folder

Wednesday, 2nd December 2009 7:55am
I normally prefer to install applications on Program Files on a partition rather than the default one on C: drive on my Vista install.

With most install programs I can change to the install directory during the installation process to be the one on the selected partition but with others there isn't that option.

This was the case when trying to install SQL Server 2008 and I so I decided to set the partition as the default folder instead.

To do that I had to change the registry and so the first step is to save the registry before making any changes.

So here are the steps:

Go to Start -> Run or Windows key + R then type regedit

Navigate to the key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion
Change ProgramFilesDir from the default C:\ProgramFiles to the new path in the partition

Whilst still there you can also change the CommonFilesDir from the default one on C to the same partition you would have chosen for ProgramFilesDir.

Reboot the machine for the changes to take effect.


delicious delicious | digg digg

Category: Windows | Comments : 0