2000-06-02 04:00:31 -05:00
|
|
|
.\" Written by Robert Merkel (rgmerk@mira.net)
|
|
|
|
.\" Process this file with
|
|
|
|
.\" groff -man -Tascii foo.1
|
|
|
|
.\"
|
2019-08-24 10:21:32 -05:00
|
|
|
.TH GNUCASH 1 "@GNC_VCS_REV_DATE@" "Version @GNC_VCS_REV@" "GnuCash Manual Pages"
|
2000-06-02 04:00:31 -05:00
|
|
|
.SH NAME
|
|
|
|
gnucash \- personal finance manager
|
|
|
|
.SH SYNOPSIS
|
2002-01-25 17:23:34 -06:00
|
|
|
.B gnucash [options] [
|
2021-08-23 18:20:32 -05:00
|
|
|
.I accounts.gnucash
|
2000-06-02 04:00:31 -05:00
|
|
|
.B ]
|
|
|
|
.SH DESCRIPTION
|
2002-01-25 17:23:34 -06:00
|
|
|
.B GnuCash
|
2000-06-02 04:00:31 -05:00
|
|
|
is a personal accounting package that allows you to record
|
2002-01-25 17:23:34 -06:00
|
|
|
and track income, expenses, assets, and investments. It supports
|
2000-06-02 04:00:31 -05:00
|
|
|
reconciliation, has substantial reporting capabilities, and is
|
2002-01-25 17:23:34 -06:00
|
|
|
extensible using guile. It can import QIF data from Quicken(TM) and
|
2000-06-02 04:00:31 -05:00
|
|
|
many other commercial accounting packages. It uses GTK+ and GNOME to
|
|
|
|
provide an attractive user interface, and has extensive online help.
|
|
|
|
|
|
|
|
.SH OPTIONS
|
2002-01-25 17:23:34 -06:00
|
|
|
.IP --version
|
|
|
|
Show
|
|
|
|
.B GnuCash
|
|
|
|
version
|
|
|
|
.IP --help
|
|
|
|
Show this help message
|
2000-06-02 04:00:31 -05:00
|
|
|
.IP --debug
|
2007-02-25 09:08:16 -06:00
|
|
|
Enable debugging mode: increasing logging to provide deep detail.
|
|
|
|
.IP --extra
|
|
|
|
Enable extra/development/debugging features.
|
|
|
|
.IP --log
|
|
|
|
Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}"
|
2020-06-05 13:13:34 -05:00
|
|
|
This option can be specified multiple times.
|
2007-02-25 09:08:16 -06:00
|
|
|
.IP --logto
|
2023-03-31 14:23:19 -05:00
|
|
|
File to log into; defaults to "$TMPDIR/gnucash.trace"; use "stderr" or "stdout"
|
|
|
|
to write to the terminal.
|
2023-04-16 07:17:24 -05:00
|
|
|
.IP --paths
|
|
|
|
Show installation and configuration paths.
|
2002-01-25 17:23:34 -06:00
|
|
|
.IP --nofile
|
|
|
|
Do not load the last file opened
|
2000-06-02 04:00:31 -05:00
|
|
|
.SH FILES
|
|
|
|
.I ~/.gnucash/config.auto
|
|
|
|
.RS
|
2002-01-25 17:23:34 -06:00
|
|
|
Automatically generated per-user configuration file. DO NOT EDIT
|
2000-06-02 04:00:31 -05:00
|
|
|
MANUALLY!
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.IP GNC_DEBUG
|
|
|
|
Enable debugging output. This allows you to turn on the debugging
|
2002-01-25 17:23:34 -06:00
|
|
|
earlier in the startup process than you can with
|
2000-06-02 04:00:31 -05:00
|
|
|
.B --debug.
|
2002-09-26 11:57:18 -05:00
|
|
|
.IP GUILE_LOAD_PATH
|
2002-01-25 17:23:34 -06:00
|
|
|
An override for the
|
|
|
|
.B GnuCash
|
|
|
|
scheme load path. You shouldn't need to alter this. For more
|
2000-06-02 04:00:31 -05:00
|
|
|
information see the README file.
|
2002-09-26 11:57:18 -05:00
|
|
|
.IP GNC_MODULE_PATH
|
|
|
|
An override for the
|
|
|
|
.B GnuCash
|
|
|
|
scheme load path for
|
|
|
|
.B Gnucash
|
|
|
|
modules. You shouldn't need to alter this. For more
|
|
|
|
information see the README file.
|
2000-06-02 04:00:31 -05:00
|
|
|
.SH BUGS
|
2002-01-25 17:23:34 -06:00
|
|
|
.B Please report any bugs using the bug reporting form on the
|
|
|
|
.B GnuCash
|
2000-06-02 04:00:31 -05:00
|
|
|
web site.
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
2002-01-25 17:23:34 -06:00
|
|
|
.B GnuCash
|
2000-06-02 04:00:31 -05:00
|
|
|
has extensive on-line help available from the "help" menu.
|
|
|
|
|
2002-01-25 17:23:34 -06:00
|
|
|
Additional information and the latest version is available
|
2000-06-02 04:00:31 -05:00
|
|
|
at the web site:
|
2019-06-06 08:49:22 -05:00
|
|
|
.B https://www.gnucash.org
|
2000-06-02 04:00:31 -05:00
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Robert Merkel <rgmerk@mira.net> wrote this manpage.
|
|
|
|
|
2002-01-25 17:23:34 -06:00
|
|
|
.B GnuCash
|
2000-06-02 04:00:31 -05:00
|
|
|
was written by Robin Clark, Linas Vepstas, and a cast of thousands.
|