3.4

Family Address Book with Birthday Reminders-2.4

Version 2.4 adds 1) a new "All Data" report to include Notes, 2) minor cosmetic changes, and 3) a correction of the Age calculation in the Family Information report.

Note: this coding doesn't work to determine age:
DATEDIFF( 'yy', "Birthdate", CURDATE( ) )

Instead, I had to use this coding:
CASEWHEN( DAYOFYEAR( '2008-' || TO_CHAR( "Birthdate", 'MM' ) || '-' || TO_CHAR( "Birthdate", 'DD' ) )

Toools-0.3.1-nPy

Same as Toools without Python support.
First remove any previous installation of Toools (and the database if was already installed a version of Toools > 0.2.2) and close all OOo process (even QuickStarter).