Go Go Gnome
the website of Sander Kooijmans

Gogo Account

Posted: October 08, 2023

Introduction

Gogo Account logo I have been the treasurer of several volleyball clubs. When I became treasurer I evaluated a number of existing bookkeeping and accounting programs, one commercial program and a number of free programs. None of these programs fulfilled my requirements:

Out of frustration I started writing my own bookkeeping program: Gogo Account was born. I used the program for five years for the bookkeeping of our volleyball club that had about 60 members at that time.

Gogo Account is also a fine program to keep track of your personal financial situation.

Features

Gogo Account has the following features:

Download

Click here to download version 3.0.14 of Gogo Account.

Templates can be used to generate LibreOffice documents for invoices and a report of the bookkeeping.

Click here to download the invoice template.

Click here to download the report template.

Start

Start Gogo Account from a command prompt or terminal shell using the following command:

java -jar gogoaccount-3.0.14.jar [--lang=language code] [bookkeeping.h2.db]

The options between straight brackets [ and ] are optional. They may be omitted.

Replace language code by a language code, for example en for English or nl for Dutch. If you omit this option then the program starts in English.

Replace bookkeeping.h2.db by the file name of the bookkeeping that must be opened when Gogo Account starts. If you omit this option you have to open a bookkeeping via the user interface of Gogo Account.

For example, to start Gogo Account in English and without opening a bookkeeping use this command:

java -jar gogoaccount-3.0.14.jar --lang=en

Shell script for Linux

Linux users can easily create a shell script to start Gogo Account in English:

echo java -jar gogoaccount-3.0.14.jar -lang=en > gogoaccount.sh

Make the shells script gogoaccount.sh executable:

chmod a+x gogoaccount.sh

Now you can start Gogo Account using this shell script:

./gogoaccount.sh

Manual

A first draft of the manual is available, but unfortunately in Dutch only.

Questions and remarks about Gogo Account are welcomed. Contact me by sending and e-mail to account@gogognome.nl.

History

Version 3.0.14

Date: October 8, 2023 Remarks:

Version 3.0.13

Date: October 8, 2023 Remarks:

Version 3.0.12

Date: August 26, 2023 Remarks:

Version 3.0.11

Date: July 23, 2023 Remarks:

Version 3.0.10

Date: July 23, 2023 Remarks:

Version 3.0.9

Date: July 22, 2023 Remarks:

Version 3.0.8

Date: July 14, 2023 Remarks:

Version 3.0.7

Date: July 9, 2023 Remarks:

Version 3.0.6

Date: July 9, 2023 Remarks:

Version 3.0.5

Date: July 8, 2023 Remarks:

Version 3.0.4

Date: April 20, 2023 Remarks:

Version 3.0.3

Date: March 22, 2023 Remarks:

Version 3.0.2

Date: January 4, 2023 Remarks:

Version 3.0.1

Date: December 18, 2022 Remarks:

Version 3.0.0

Date: December 18, 2022 Remarks:

Version 2.7.0

Date: December 18, 2022 Remarks:

Version 2.6.1

Date: October 16, 2021 Remarks:

Version 2.6

Date: Version 2.6 Remarks:

Version 2.5

Date: October 3, 2016 Remarks:

Version 2.4

Date: November 9, 2015 Remarks:

Version 2.3

Date: June 30, 2015
Remarks:

Version 2.2

Date: February 16, 2014
Remarks:

Version: 2.1

Datum: March 8, 2013
Remarks:

Update manual

Date: January 9, 2012 Remarks:

Version: 2.0

Date: August 19, 2011 Remarks:

Version 1.0

Date: March 28, 2011 Remarks: