The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
; Example EekBoek config file.
;
; This file will be placed in your current directory when you execute
; the command:
;
;  $ ebshell --createsampleconfig
;
; Change as needed. See http://www.eekboek.nl/docs/config.html
; for details.
;
; NOTE THAT FOR MOST PURPOSES, ONLY THE DATABASE NAME AND DRIVER NEED
; TO BE SPECIFIED. ALL OTHER SETTINGS MAY REMAIN AS THEY ARE.

[database]

; Name of the database to use. This is the name EekBoek uses to
; identify the database. Note that the actual name as used by the
; database system may be different.

name = sample

; The database driver (postgres or sqlite).

driver = sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NOTE THAT FOR MOST PURPOSES, ALL OTHER SETTINGS MAY REMAIN AS THEY
; ARE.

; THESE ARE EXAMPLES. See http://www.eekboek.nl/docs/config.html
; for details.

[general]

; Default location for administrations.
;admdir = $HOME/.eekboek/admdir

; Force use of selection wizard even if a config is present.
;wizard = 1

[locale]

; Language selection (for international version only).
; Default value depends on the locale.
;lang = nl_NL

[preferences]

; Show journal after each booking.
;journal = 1

[database]

; Name of the database to use. This is the name EekBoek uses to
; identify the database. Note that the actual name as used by the
; database system may be different.
;name = sample

; The database driver (postgres or sqlite).
;driver = sqlite

; Name of the system that runs the database, if not local.
;host = dbhost.example.com

; Access port for the database, if not local.
;port = 5432

; User to access the database, if not current.
;user = eekboek

; Password for database access, if needed.
;password = secret

[strategy]

; Method for rounding numbers (ieee, posix, bankers).
;round = ieee

; Combine bookings to match a payment.
;bkm_multi = 1

; Do not try an alternative calculation if BTW does not match.
;iv_vc = 0

[shell]

; Private module with EekBoek extensions.
;userdefs = Userdefs

[format]

; Date format (YYYY-MM-DD, DD-MM-YYY, DD-MM).
;date = DD-MM-YYYY

; Format for amounts (1.234,56 1,234.56 1234.56 1234,56)
;amount = 1.234,56
;
; If you need big numbers, just increase the format accordingly, e.g.
;amount = 1.234.567,89

[html]

; Where to find stylesheets. If omitted, default styles will be included.
; See the docs.
;cssdir = css

[csv]

; Field separator for generated CSV files.
;separator = ,

[security]

; Microsoft Vista users may need to set this.
;override_security_for_vista = 1