##
## This is an example configuration for the TkKasse-Client
##
## Locations of this files contents: /etc/opt/tkkasse/client and ~/.tkkasse
## These files are parsed in that order once when starting the client.
## If a directive is not given, a reasonable default is hardcoded into the
## client.
##
## You may put arbitraty tcl commands into this file, but it is
## recommeded only to change the variables below.
##

## Host and port where the TkKasse-Server (tkkassed) listens.
set SERVER_HOST localhost
set SERVER_PORT 19150

## Connect to server automatically on startup. This is convinient, so say 1(yes).
set CONNECT_ON_STARTUP 1

## Whenever the client could not load the "msgcat" tcl package
## (in the tcllib package) or the localisation files, this message is shown.
## The cause of this error is a configuration problem, most times missing packages.
## If other packages than localisation are missing, a localised error message from
## the localisation file is shown. This message is copied literally from the de.msg
## localisation file.
set LOADING_FAILED_MESSAGE "Laden des Paketes %s fehlgeschlagen."

## This message is shown before the localisation packages are loaded. It is copied
## literally from the de.msg localisation file.
set LOADING_MESSAGE "Lade Paket %s..."

## Show the splash screen on startup.
set SPLASH_SCREEN 1

## Remove window manager decorations from the splash screen.
set SPLASH_SCREEN_NO_DECORATION 1

## Title for the splash screen. Has to be localised here, and only here.
set SPLASH_SCREEN_TITLE "TkKasse - Willkommen"

## Command and URL executed whenever the help function is called by the user.
## Replace with your favourite browser.
set HELP_COMMAND "konqueror %u"
set HELP_URL file:/usr/share/doc/packages/TkKasse-Doc/usermanual.html

## Command executed whenever the user calls the customer service from within
## the program. Replace with your favourite email application.
set MAIL_COMMAND "kmail --subject %s --msg %t %a"

