gnucash, gnucash-cli: add page (#5936)

fix-hunspell-typos-042721
Seth 2021-05-11 20:16:17 +02:00 committed by GitHub
parent 9909eb3d14
commit 1eb1858238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# gnucash-cli
> A command-line version of GnuCash.
> More information: <https://gnucash.org>.
- 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}}`

16
pages/common/gnucash.md Normal file
View File

@ -0,0 +1,16 @@
# gnucash
> Personal and small-business financial-accounting software.
> More information: <https://gnucash.org>.
- 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`