From 1eb1858238cac7b3d006fd191b35f8ad37041169 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 11 May 2021 20:16:17 +0200 Subject: [PATCH] gnucash, gnucash-cli: add page (#5936) --- pages/common/gnucash-cli.md | 12 ++++++++++++ pages/common/gnucash.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 pages/common/gnucash-cli.md create mode 100644 pages/common/gnucash.md diff --git a/pages/common/gnucash-cli.md b/pages/common/gnucash-cli.md new file mode 100644 index 000000000..ca2e49400 --- /dev/null +++ b/pages/common/gnucash-cli.md @@ -0,0 +1,12 @@ +# gnucash-cli + +> A command-line version of GnuCash. +> More information: . + +- Get quotes for currencies and stocks specified in a file and print them: + +`gnucash-cli --quotes get {{path/to/file.gnucash}}` + +- Generate a financial report of a specific type, specified by `--name`: + +`gnucash-cli --report run --name "{{Balance Sheet}}" {{path/to/file.gnucash}}` diff --git a/pages/common/gnucash.md b/pages/common/gnucash.md new file mode 100644 index 000000000..a38c2cc2e --- /dev/null +++ b/pages/common/gnucash.md @@ -0,0 +1,16 @@ +# gnucash + +> Personal and small-business financial-accounting software. +> More information: . + +- Launch GnuCash and load the previously opened file: + +`gnucash` + +- Launch GnuCash and load the specified file: + +`gnucash {{path/to/file.gnucash}}` + +- Launch GnuCash and load an empty file: + +`gnucash --nofile`