Scroll to navigation

BEAN-REPORT(1) User Commands BEAN-REPORT(1)

NAME

bean-report - produces various accounting reports from a Beancount ledger

DESCRIPTION

usage: bean-report [-h] [--version] [--help-reports [HELP_REPORTS]]

[--help-formats [HELP_FORMATS]] [-f {text,csv,html,htmldiv,xls,ofx,beancount}] [-o OUTPUT] [-t] [-q] FILENAME.beancount {balances,bal,trial,balsheet,income,journal,register,account,conversions,documents,holdings,cash,networth,equity,export_holdings,export_portfolio,pfexport,exportpf,commodities,lifetimes,prices,all_prices,pricedb,pricesdb,prices_db,tickers,symbols,check,validate,errors,print,accounts,current_events,latest_events,events,activity,updated,stats-types,stats-directives,stats-entries,stats-postings,ledger,hledger} ...

Produce various custom implemented reports.

positional arguments:

The Beancount input filename to load.

optional arguments:

show this help message and exit
show program's version number and exit
Print the full list of supported reports and exit.
Print the full list of supported formats and exit.
Output format.
Output filename. If not specified, the output goes to stdout. The filename is inspected to select a sensible default format, if one is not requested.
Print timings.
Do not report errors.

report:

{balances,bal,trial,balsheet,income,journal,register,account,conversions,documents,holdings,cash,networth,equity,export_holdings,export_portfolio,pfexport,exportpf,commodities,lifetimes,prices,all_prices,pricedb,pricesdb,prices_db,tickers,symbols,check,validate,errors,print,accounts,current_events,latest_events,events,activity,updated,stats-types,stats-directives,stats-entries,stats-postings,ledger,hledger}
Name/specification of the desired report.
November 2020 bean-report 2.3.3