Family Address Book 2.6

Version 2.6

Fixed the Current Age calc:

CASEWHEN( DAYOFYEAR( '2008-' || TO_CHAR( "Birthdate", 'MM' ) || '-' || TO_CHAR( "Birthdate", 'DD' ) ) > DAYOFYEAR( '2008-' || TO_CHAR( CURDATE( ), 'MM' ) || '-' || TO_CHAR( CURDATE( ), 'DD' ) ), YEAR( CURDATE( ) ) - YEAR( "Birthdate" ) -1, YEAR( CURDATE( ) ) - YEAR( "Birthdate" )

Download extension
Version: 2.6 Date: 2010-Jan-12 Size: 114.97 KB
Operating System: System Independent
Downloads: Today: 2 | Week: 5 | Month: 16 | Year: 8,979

Family Address Book 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' ) ) < DAYOFYEAR( '2008-' || TO_CHAR( CURDATE( ), 'MM' ) || '-' || TO_CHAR( CURDATE( ), 'DD' ) ), YEAR( CURDATE( ) ) - YEAR( "Birthdate" ), YEAR( CURDATE( ) ) - YEAR( "Birthdate" ) - 1 )

For more Base functions, just FYI:
http://wiki.services.openoffice.org/wiki/Built-in_functions_and_Stored_P...
http://hsqldb.org/doc/2.0/guide/builtinfunctions-chapt.html
http://hsqldb.sourceforge.net/doc/guide/ch09.html

Download extension
Version: 2.4 Date: 2010-Jan-11 Size: 114.79 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 1 | Month: 8 | Year: 621

Family Address Book 2.3

Version 2.3
consolidated the two instruction forms into a single form

Download extension
Version: 2.3 Date: 2009-Mar-15 Size: 102.33 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 0 | Month: 9 | Year: 35,792

Family Address Book

Version 2.2 -- modified Import Data instruction

Download extension
Version: Date: 2009-Jan-04 Size: 103.46 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 4 | Month: 10 | Year: 11,638

Family Address Book

Version 2.1 1-1-2009
Minor cosmetic / instructions modification

Download extension
Version: Date: 2009-Jan-01 Size: 103.37 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 2 | Month: 8 | Year: 2,187

Family Address Book

Version 2.0 1-1-2009
Includes instructions on importing data such as .csv data
Fixed report footer to show date of printing

Download extension
Version: Date: 2009-Jan-01 Size: 103.35 KB
Operating System: System Independent
Downloads: Today: 1 | Week: 4 | Month: 9 | Year: 927

Family Address Book

Version 2.0 1-1-2009
Includes instructions on importing data (such as .csv data)
Fixed report footer to show date of printing

Download extension
Version: Date: 2009-Jan-01 Size: 145.07 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 3 | Month: 6 | Year: 559

Family Address Book

Version 1.0 Dec 29, 2008

Download extension
Version: Date: 2008-Dec-29 Size: 97.7 KB
Operating System: System Independent
Downloads: Today: 0 | Week: 1 | Month: 8 | Year: 2,257