Author Archive for Albert

You can help spread the word!

I’ve been working to get the word out about PBooks, and you can help! Here’s a logo / link which you can post on your site to help bring attention and build interest into PBooks. I’ve done a ton of work lately to try and increase developer appeal for PBooks, and I want to try and get more feedback about the project.

The code:

<div style="text-align: center;">
<a href="http://www.pbooks.org/blog/" title="PBooks Open Source Accounting"><img src="http://www.pbooks.org/blog/wp-content/uploads/2007/08/pbooks-logo_120x60.png" alt="PBooks Open Source Accounting"/></a></div>

The link will look like this:

PBooks Open Source Accounting

Your help is much appreciated!

Payments versus Deposits

I’m again reviewing my finances from last year, 2007, and I’m trying to figure out the best way to manage customer payments and bank deposits.

Here’s some of my thoughts:
* When I issue an invoice, the amount is match to the revenue source and the customer’s account (a sub-accounts receivable). I used to group all invoices into a single A/R account.
* When they pay, I match the deposit to the bank the funds are being deposited in with the customer’s account (which used to be the single A/R).

That works in concept, but its fairly complicated to code up, because in most real world scenarios, multiple checks come in, are combined into a single deposit, and some customers pay multiple invoices with a single check. In cases like that, the HTML form to support it becomes overly complicated.

There are also some special situations:
* There are times when payments are made from customers without a corresponding invoice.
* There are times when deposits are made from parties other than customers (like a transfer).

What to do?

What’s In the PBooks Pipeline?




We’ve got some really cool stuff coming in the PBooks pipeline! Probably the most significant is the potential to run PBooks on Perl and Python. This is still a ways away, but it should be ready with the stable release of PBooks (i.e. not this year).

What else?
* Better integration support with other open source small business software
* Packages!
* Improved user management and access controls
* Better email invoicing support
* Updated database model

As always, feedback appreciated!

Updated Demo

The PBooks Live Demo has been updated to the latest codebase, so you can view the improved interface layout. I hope you like it!

Pbooks 0.11




I’ve just tagged PBooks 0.11. This version step includes some significant changes to keep up with the progress made on Nexista. The codebase of which is really starting to stabilize after some serious improvements.

Also included in this increment is a rewrite of the XSL templates, which will make customizing the look and feel of PBooks much easier.

Enjoy!

PBooks 0.10 Released

PBooks 0.10 has been released!

pbooks-0.10.tar.gz