{% set navigation_bar = [ ("", [ ('income_statement', 'Income Statement', 'g i'), ('balance_sheet', 'Balance Sheet', 'g b'), ('trial_balance', 'Trial Balance', 'g t'), ('journal', 'General Journal', 'g g'), ('query', 'Custom Query', 'g q'), ]), ("Other", [ ('holdings', 'Equity/Holdings', 'g h'), ('net_worth', 'Net Worth', 'g w'), ('documents', 'Documents', 'g d'), ('notes', 'Notes', 'g n'), ('events', 'Events', 'g e'), ('commodities', 'Commodities', 'g c'), ]), ("Configuration", [ ('source', 'Source', 'g s'), ('options', 'Options', 'g o'), ('statistics', 'Statistics', 'g x'), ('errors', 'Errors', 'g r'), ]) ] %} {% set all_pages = { 'income_statement': 'Income Statement', 'balance_sheet': 'Balance Sheet', 'trial_balance': 'Trial Balance', 'journal': 'General Journal', 'query': 'Custom Query', 'holdings': 'Equity/Holdings', 'net_worth': 'Net Worth', 'documents': 'Documents', 'notes': 'Notes', 'events': 'Events', 'commodities': 'Commodities', 'source': 'Source', 'options': 'Options', 'statistics': 'Statistics', 'errors': 'Errors', } %} {% set active_page = active_page|default('journal') %} {% set show_filters = show_filters|default(True) %}
{% block head %}operating_currency
specified.
Add option "operating_currency" "USD"
to your beancount file.