BambooInvoice 0.76 released

Tonight I quietly released BambooInvoice 0.76. On the front, it isn’t much to get excited about, but it does feature an upgrade to CodeIgniter 1.5.3. What is noteworthy about that is that 1.5.3 isn’t out yet - readers of this blog and Bamboo users are front of the line on this one ;)
It is mostly a series of bug squashes, but I did enhance the reporting functionality (pretty minor).

What will be neat if I can find the time to build it is the graphing and charting functions that I’ve started. There are a couple of new model functions in invoices_model to allow for those now.
If you are a Bamboo user, then take it for a test drive and let me know what you think!

Michael wrote on
Thanks Derek….very juicy.
I’m not a professional programmer, but I am trying to make a web application. I started learning php about 8 months ago. BambooInvoice pretty much embodies what I want to have in my application: php, mysql, with an ajax flare. Would you be able to suggest a roadmap? Ajax is scaring me a bit right now, I haven’t read anything about that really. I think I am getting by with the php and OOP. Is there a way to use CI and develop now without the ajax right now but reduce my work in the future? For instance is there something in particular with id’s, divs, names, or something that would leave the door open to bring in the ajax later more easily?