Skip to content

Instantly share code, notes, and snippets.

@alexjj
Created March 11, 2016 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexjj/4a740e464e611e03a3f9 to your computer and use it in GitHub Desktop.
Save alexjj/4a740e464e611e03a3f9 to your computer and use it in GitHub Desktop.
Help output of bean-report

Reports

Generated with bean-report FILENAME.beancount {report name}

Reports:

balances,bal,trial:
    Print out the trial balance of accounts matching an expression.
balsheet:
    Print out a balance sheet.
income:
    Print out an income statement.
journal,register,account:
    Print out an account register/journal.
conversions:
    Print out a report of all conversions.
documents:
    Print out a report of documents.
holdings:
    The full list of holdings for Asset and Liabilities accounts.
cash:
    The list of cash holdings (defined as currency = cost-currency).
networth,equity:
    Generate a table of total net worth for each operating currency.
export_holdings,export_portfolio,pfexport,exportpf:
    Holdings lists that can be exported to external portfolio management
    software.
commodities:
    Print out a list of commodities.
lifetimes:
    Print out a list of lifetimes of each commodity.
prices:
    Print all the prices for a particular commodity.
all_prices:
    Print out the unnormalized price entries that we input. Unnormalized means
    that we may render both (base,quote) and (quote,base). This can be used to
    rebuild a prices database without having to share the entire ledger file.
    Note: this type of report should be removed once we have filtering on
    directive type, this is simply the 'print' report with type:price. Maybe
    rename the 'pricedb' report to just 'prices' for simplicity's sake.
pricedb,pricesdb,prices_db:
    Print out the normalized price entries from the price db. Normalized means
    that we print prices in the most common (base, quote) order. This can be
    used to rebuild a prices database without having to share the entire ledger
    file. Only the forward prices are printed; which (base, quote) pair is
    selected is selected based on the most common occurrence between (base,
    quote) and (quote, base). This is done in the price map.
tickers,symbols:
    Print a parseable mapping of (base, quote, ticker, name) for all
    commodities.
check,validate:
    Report nothing.
errors:
    Report the errors.
print:
    Print out the entries.
accounts:
    Print out the list of all accounts.
current_events,latest_events:
    Produce a table of the current values of all event types.
events:
    Produce a table of all the values of a particular event.
activity,updated:
    Render the last or recent update activity.
stats-types,stats-directives,stats-entries:
    Render statistics on each directive type, the number of entries by type.
stats-postings:
    Render the number of postings for each account.
ledger:
    Print out the entries in a format that can be parsed by Ledger.
hledger:
    Print out the entries in a format that can be parsed by HLedger.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment