Translations of this page:

Accounting for Developers (A4D)

A4D is a little SQLite database schema. It offers a simple way to track your incomes and expenses. It offers no GUI, only SQL tables, views and triggers. SQL knowledge is thus required to make use of it, but you use all of SQL's power for you requests.

As a tribute to SQLite, A4D belongs to the public domain. More informations about SQLite

Zip: http://www.aspyct.org/A4D/A4D-1.0.2.zip

Patches

Changelog

1.0.2:

  1. Emergency bugfix: when inserting/modifying/deleting a movement, account balance was modified in the wrong way. Money was added instead of removed, and vice-versa. You will have to correct account balance manually. I strongly apologize for the inconvenience.

1.0.1:

  1. Added dbInfo table
  2. Renamed incomes, expenses, weeklyExpenses and monthlyExpenses to singular
  3. Added internalTransfer view
  4. Renamed movement.accountFrom to movement.source
  5. Renamed movement.accountTo to movement.destination

1.0:

  1. Initial release
 
a4d.txt · Last modified: 2009/11/24 16:13 by antoine_935
 
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki