diff --git a/hledger/hledger.1 b/hledger/hledger.1 index 26589badd..2ab3461f6 100644 --- a/hledger/hledger.1 +++ b/hledger/hledger.1 @@ -1656,7 +1656,7 @@ hledger can do cost reporting .PP Con: .IP \[bu] 2 -Disturbs the accounting equation +Disturbs the accounting equation without the --infer-equity flag .SS Equity conversion .PP In strict double entry bookkeeping, the above transaction is not @@ -1685,6 +1685,9 @@ Preserves the accounting equation keeps track of conversions and related gains/losses in one place .IP \[bu] 2 works in any double entry accounting system +.IP \[bu] 2 +hledger can convert this to transaction prices using the --infer-costs +flag .PP Con: .IP \[bu] 2 @@ -1692,11 +1695,11 @@ More verbose .IP \[bu] 2 conversion rate is not clear .IP \[bu] 2 -hledger can not do cost reporting +depends on the order of postings .SS Priced equity conversion .PP -Another possible notation would be to record both the conversion rate -and the equity postings: +Another notation is to record both the conversion rate and the equity +postings: .IP .nf \f[C] @@ -1708,8 +1711,25 @@ and the equity postings: \f[R] .fi .PP -hledger currently does not allow this; instead, you can record the -conversion rate as a comment. +Pro: +.IP \[bu] 2 +Preserves the accounting equation +.IP \[bu] 2 +keeps track of conversions and related gains/losses in one place +.IP \[bu] 2 +makes the conversion rate clear +.IP \[bu] 2 +provides some error checking +.IP \[bu] 2 +hledger can do cost reporting +.PP +Con: +.IP \[bu] 2 +Most verbose +.IP \[bu] 2 +Requires --infer-costs flag +.IP \[bu] 2 +Not compatible with ledger .SS Inferring missing conversion rates .PP hledger will do this automatically for implicit conversions. @@ -1717,8 +1737,12 @@ Currently it can not do this for equity conversions. .SS Inferring missing equity postings .PP With the \f[C]--infer-equity\f[R] flag, hledger will add equity postings -to priced and implicit conversions (and move the conversion rate into a -comment). +to priced and implicit conversions. +.SS Inferring missing transaction prices from equity postings +.PP +With the \f[C]--infer-costs\f[R] flag, hledger will add transaction +prices from equity postings, and will be able to handle transaction +prices and equity postings together. .SS Cost reporting .PP With the \f[C]-B/--cost\f[R] flag, hledger will convert the amounts in @@ -1730,7 +1754,8 @@ it disables \f[C]--infer-equity\f[R]. .PP These operations are transient, only affecting reports. If you want to change the journal file permanently, you could pipe each -entry through \f[C]hledger -f- -I print [-x] [--infer-equity] [-B]\f[R] +entry through +\f[C]hledger -f- -I print [-x] [--infer-equity] [--infer-costs] [-B]\f[R] .SS Conversion summary .IP \[bu] 2 Recording the conversion rate is good because it makes that clear and @@ -1739,9 +1764,8 @@ allows cost reporting. Recording equity postings is good because it balances the accounting equation and is correct bookkeeping. .IP \[bu] 2 -Combining these is not yet supported, so you have to choose. -For now, priced conversions are a good compromise, so that: -.RS 2 +Combining these is possible with the --infer-costs flag, but has certain +requirements for the order of postings. .IP \[bu] 2 When you want to see the cost (or sale proceeds) of things, use \f[C]-B/--cost\f[R]. @@ -1749,9 +1773,8 @@ When you want to see the cost (or sale proceeds) of things, use When you want to see a balanced balance sheet or correct journal entries, use \f[C]--infer-equity\f[R]. .IP \[bu] 2 -Combining these is not yet supported; \f[C]-B/--cost\f[R] will take -precedence. -.RE +\f[C]--cost\f[R] will remove any balancing equity posts, so as not to +disturb the accounting equation. .IP \[bu] 2 Conversion/cost operations are performed before valuation. .SH VALUATION @@ -2926,25 +2949,25 @@ tags - show tag names .IP \[bu] 2 test - run self tests .PP +.PP \f[B]Add-on commands:\f[R] .PP Programs or scripts named \f[C]hledger-SOMETHING\f[R] in your PATH are add-on commands; these appear in the commands list with a \f[C]+\f[R] mark. -Two of these are maintained and released with hledger: +The following add-on commands can be installed, eg by the +hledger-install script: .IP \[bu] 2 -\f[B]ui\f[R] - an efficient terminal interface (TUI) for hledger +\f[B]ui\f[R] - hledger\[aq]s official curses-style TUI .IP \[bu] 2 -\f[B]web\f[R] - a simple web interface (WUI) for hledger -.PP -And these add-ons are maintained separately: +\f[B]web\f[R] - hledger\[aq]s official web UI .IP \[bu] 2 -iadd - a more interactive alternative for the add command +iadd - a popular alternative to hledger\[aq]s \f[C]add\f[R] command. .IP \[bu] 2 -interest - generates interest transactions according to various schemes +interest - generates interest transactions .IP \[bu] 2 -stockquotes - downloads market prices for your commodities from -AlphaVantage \f[I](experimental)\f[R] +stockquotes - downloads market prices. +\f[I](Alpha quality, needs your help.)\f[R] .PP Next, the detailed command docs, in alphabetical order. .SS accounts @@ -6192,7 +6215,7 @@ $ hledger test -- -pData.Amount --color=never .PP For help on these, see https://github.com/feuerbach/tasty#options (\f[C]-- --help\f[R] currently doesn\[aq]t show them). -.SS About add-on commands +.SS Add-on commands .PP Add-on commands are programs or scripts in your PATH .IP \[bu] 2 @@ -7031,6 +7054,94 @@ $ hledger bal -N --flat -B \[Eu]100 assets:euros \f[R] .fi +.SS Equity conversion postings +.PP +Transaction prices can be converted to and from equity conversion +postings using the \f[C]--infer-equity\f[R] and \f[C]--infer-costs\f[R] +flags. +.PP +With \f[C]--infer-equity\f[R], hledger will add equity postings to +balance out any transaction prices. +.IP +.nf +\f[C] +2009/1/1 + assets:euros \[Eu]100 \[at] $1.35 ; 100 euros bought + assets:dollars -$135 ; for $135 +\f[R] +.fi +.IP +.nf +\f[C] +$ hledger print --infer-equity + +2009-01-01 + assets:euros \[Eu]100 \[at] $1.35 ; 100 euros bought + equity:conversion:$-\[Eu]:\[Eu] \[Eu]-100 ; 100 euros bought, generated-posting: + equity:conversion:$-\[Eu]:$ $135.00 ; 100 euros bought, generated-posting: + assets:dollars $-135 ; for $135 +\f[R] +.fi +.PP +The reverse is possible using \f[C]--infer-costs\f[R], which will check +any equity conversion postings and generate a transaction price for the +\f[I]first\f[R] non-conversion posting which matches. +.IP +.nf +\f[C] +2009-01-01 + assets:euros \[Eu]100 ; 100 euros bought + equity:conversion \[Eu]-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 +\f[R] +.fi +.IP +.nf +\f[C] +$ hledger print --infer-costs + +2009-01-01 + assets:euros \[Eu]100 \[at]\[at] $135 ; 100 euros bought + equity:conversion \[Eu]-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 +\f[R] +.fi +.PP +Note that the above will assign the transaction price to the first +matching posting in the transaction. +If you want to assign it to a different posting, or if you have several +different sets of conversion postings which must match different +postings, you must manually specify the transaction price. +If you do this, equity conversion postings must occur in adjacent pairs +and must exactly match the amount of a non-conversion posting. +.IP +.nf +\f[C] +2009-01-01 + assets:dollars $-135 ; $135 paid + equity:conversion \[Eu]-100 + equity:conversion $135 + assets:euros \[Eu]100 \[at]\[at] $135 ; to buy 100 euros +\f[R] +.fi +.IP +.nf +\f[C] +2009-01-01 + assets:euros \[Eu]100 \[at] $1.35 ; 100 euros bought + equity:conversion \[Eu]-100 + equity:conversion $135 + assets:pounds \[Po]80 \[at]\[at] $100 ; 80 pounds bought + equity:conversion \[Po]-80 + equity:conversion $100 + assets:dollars $-235 ; for $235 total +\f[R] +.fi +.PP +The account names used for the conversion accounts can be changed with +the conversion account type declaration. .SS Lot prices, lot dates .PP Ledger allows another kind of price, lot price (four variants: diff --git a/hledger/hledger.info b/hledger/hledger.info index 4a964a21c..7c1f8d20f 100644 --- a/hledger/hledger.info +++ b/hledger/hledger.info @@ -1274,6 +1274,7 @@ This section is about converting between commodities. Some definitions: * Recording conversions:: * Inferring missing conversion rates:: * Inferring missing equity postings:: +* Inferring missing transaction prices from equity postings:: * Cost reporting:: * Conversion summary:: @@ -1354,7 +1355,7 @@ error otherwise. Con: - * Disturbs the accounting equation + * Disturbs the accounting equation without the -infer-equity flag  File: hledger.info, Node: Equity conversion, Next: Priced equity conversion, Prev: Priced conversion, Up: Recording conversions @@ -1381,12 +1382,14 @@ each commodity, using an equity account: * Preserves the accounting equation * keeps track of conversions and related gains/losses in one place * works in any double entry accounting system + * hledger can convert this to transaction prices using the + -infer-costs flag Con: * More verbose * conversion rate is not clear - * hledger can not do cost reporting + * depends on the order of postings  File: hledger.info, Node: Priced equity conversion, Prev: Equity conversion, Up: Recording conversions @@ -1394,8 +1397,8 @@ File: hledger.info, Node: Priced equity conversion, Prev: Equity conversion, 7.1.4 Priced equity conversion ------------------------------ -Another possible notation would be to record both the conversion rate -and the equity postings: +Another notation is to record both the conversion rate and the equity +postings: 2021-01-01 assets:cash -100 EUR @ 1.20 USD @@ -1403,8 +1406,19 @@ and the equity postings: equity:conversion -120 USD assets:cash 120 USD - hledger currently does not allow this; instead, you can record the -conversion rate as a comment. + Pro: + + * Preserves the accounting equation + * keeps track of conversions and related gains/losses in one place + * makes the conversion rate clear + * provides some error checking + * hledger can do cost reporting + + Con: + + * Most verbose + * Requires -infer-costs flag + * Not compatible with ledger  File: hledger.info, Node: Inferring missing conversion rates, Next: Inferring missing equity postings, Prev: Recording conversions, Up: CONVERSION & COST @@ -1416,19 +1430,28 @@ hledger will do this automatically for implicit conversions. Currently it can not do this for equity conversions.  -File: hledger.info, Node: Inferring missing equity postings, Next: Cost reporting, Prev: Inferring missing conversion rates, Up: CONVERSION & COST +File: hledger.info, Node: Inferring missing equity postings, Next: Inferring missing transaction prices from equity postings, Prev: Inferring missing conversion rates, Up: CONVERSION & COST 7.3 Inferring missing equity postings ===================================== With the '--infer-equity' flag, hledger will add equity postings to -priced and implicit conversions (and move the conversion rate into a -comment). +priced and implicit conversions.  -File: hledger.info, Node: Cost reporting, Next: Conversion summary, Prev: Inferring missing equity postings, Up: CONVERSION & COST +File: hledger.info, Node: Inferring missing transaction prices from equity postings, Next: Cost reporting, Prev: Inferring missing equity postings, Up: CONVERSION & COST -7.4 Cost reporting +7.4 Inferring missing transaction prices from equity postings +============================================================= + +With the '--infer-costs' flag, hledger will add transaction prices from +equity postings, and will be able to handle transaction prices and +equity postings together. + + +File: hledger.info, Node: Cost reporting, Next: Conversion summary, Prev: Inferring missing transaction prices from equity postings, Up: CONVERSION & COST + +7.5 Cost reporting ================== With the '-B/--cost' flag, hledger will convert the amounts in priced @@ -1439,27 +1462,27 @@ and it disables '--infer-equity'. These operations are transient, only affecting reports. If you want to change the journal file permanently, you could pipe each entry -through 'hledger -f- -I print [-x] [--infer-equity] [-B]' +through 'hledger -f- -I print [-x] [--infer-equity] [--infer-costs] +[-B]'  File: hledger.info, Node: Conversion summary, Prev: Cost reporting, Up: CONVERSION & COST -7.5 Conversion summary +7.6 Conversion summary ====================== * Recording the conversion rate is good because it makes that clear and allows cost reporting. * Recording equity postings is good because it balances the accounting equation and is correct bookkeeping. - * Combining these is not yet supported, so you have to choose. For - now, priced conversions are a good compromise, so that: - * When you want to see the cost (or sale proceeds) of things, - use '-B/--cost'. - * When you want to see a balanced balance sheet or correct - journal entries, use '--infer-equity'. - * Combining these is not yet supported; '-B/--cost' will take - precedence. - + * Combining these is possible with the -infer-costs flag, but has + certain requirements for the order of postings. + * When you want to see the cost (or sale proceeds) of things, use + '-B/--cost'. + * When you want to see a balanced balance sheet or correct journal + entries, use '--infer-equity'. + * '--cost' will remove any balancing equity posts, so as not to + disturb the accounting equation. * Conversion/cost operations are performed before valuation.  @@ -2308,19 +2331,16 @@ journal file. *Add-on commands:* Programs or scripts named 'hledger-SOMETHING' in your PATH are add-on -commands; these appear in the commands list with a '+' mark. Two of -these are maintained and released with hledger: +commands; these appear in the commands list with a '+' mark. The +following add-on commands can be installed, eg by the hledger-install +script: - * *ui* - an efficient terminal interface (TUI) for hledger - * *web* - a simple web interface (WUI) for hledger - - And these add-ons are maintained separately: - - * iadd - a more interactive alternative for the add command - * interest - generates interest transactions according to various - schemes - * stockquotes - downloads market prices for your commodities from - AlphaVantage _(experimental)_ + * *ui* - hledger's official curses-style TUI + * *web* - hledger's official web UI + * iadd - a popular alternative to hledger's 'add' command. + * interest - generates interest transactions + * stockquotes - downloads market prices. _(Alpha quality, needs your + help.)_ Next, the detailed command docs, in alphabetical order. @@ -2356,7 +2376,7 @@ these are maintained and released with hledger: * stats:: * tags:: * test:: -* About add-on commands:: +* Add-on commands::  File: hledger.info, Node: accounts, Next: activity, Up: COMMANDS @@ -5167,7 +5187,7 @@ postings also acquire tags from their account and transaction, transactions also acquire tags from their postings.  -File: hledger.info, Node: test, Next: About add-on commands, Prev: tags, Up: COMMANDS +File: hledger.info, Node: test, Next: Add-on commands, Prev: tags, Up: COMMANDS 11.30 test ========== @@ -5194,10 +5214,10 @@ $ hledger test -- -pData.Amount --color=never ('-- --help' currently doesn't show them).  -File: hledger.info, Node: About add-on commands, Prev: test, Up: COMMANDS +File: hledger.info, Node: Add-on commands, Prev: test, Up: COMMANDS -11.31 About add-on commands -=========================== +11.31 Add-on commands +===================== Add-on commands are programs or scripts in your PATH @@ -5955,6 +5975,78 @@ $ hledger bal -N --flat -B €-100 assets:dollars # <- the dollars' selling price €100 assets:euros +* Menu: + +* Equity conversion postings:: + + +File: hledger.info, Node: Equity conversion postings, Up: Transaction prices + +12.11.1 Equity conversion postings +---------------------------------- + +Transaction prices can be converted to and from equity conversion +postings using the '--infer-equity' and '--infer-costs' flags. + + With '--infer-equity', hledger will add equity postings to balance +out any transaction prices. + +2009/1/1 + assets:euros €100 @ $1.35 ; 100 euros bought + assets:dollars -$135 ; for $135 + +$ hledger print --infer-equity + +2009-01-01 + assets:euros €100 @ $1.35 ; 100 euros bought + equity:conversion:$-€:€ €-100 ; 100 euros bought, generated-posting: + equity:conversion:$-€:$ $135.00 ; 100 euros bought, generated-posting: + assets:dollars $-135 ; for $135 + + The reverse is possible using '--infer-costs', which will check any +equity conversion postings and generate a transaction price for the +_first_ non-conversion posting which matches. + +2009-01-01 + assets:euros €100 ; 100 euros bought + equity:conversion €-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 + +$ hledger print --infer-costs + +2009-01-01 + assets:euros €100 @@ $135 ; 100 euros bought + equity:conversion €-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 + + Note that the above will assign the transaction price to the first +matching posting in the transaction. If you want to assign it to a +different posting, or if you have several different sets of conversion +postings which must match different postings, you must manually specify +the transaction price. If you do this, equity conversion postings must +occur in adjacent pairs and must exactly match the amount of a +non-conversion posting. + +2009-01-01 + assets:dollars $-135 ; $135 paid + equity:conversion €-100 + equity:conversion $135 + assets:euros €100 @@ $135 ; to buy 100 euros + +2009-01-01 + assets:euros €100 @ $1.35 ; 100 euros bought + equity:conversion €-100 + equity:conversion $135 + assets:pounds £80 @@ $100 ; 80 pounds bought + equity:conversion £-80 + equity:conversion $100 + assets:dollars $-235 ; for $235 total + + The account names used for the conversion accounts can be changed +with the conversion account type declaration. +  File: hledger.info, Node: Lot prices lot dates, Next: Balance assertions, Prev: Transaction prices, Up: JOURNAL FORMAT @@ -9603,478 +9695,482 @@ Node: Querying with cost or value41631 Ref: #querying-with-cost-or-value41806 Node: CONVERSION & COST42107 Ref: #conversion-cost42240 -Node: Recording conversions43129 -Ref: #recording-conversions43301 -Node: Implicit conversion43753 -Ref: #implicit-conversion43910 -Node: Priced conversion44729 -Ref: #priced-conversion44908 -Node: Equity conversion45316 -Ref: #equity-conversion45500 -Node: Priced equity conversion46288 -Ref: #priced-equity-conversion46460 -Node: Inferring missing conversion rates46808 -Ref: #inferring-missing-conversion-rates47048 -Node: Inferring missing equity postings47164 -Ref: #inferring-missing-equity-postings47395 -Node: Cost reporting47543 -Ref: #cost-reporting47720 -Node: Conversion summary48240 -Ref: #conversion-summary48383 -Node: VALUATION49105 -Ref: #valuation49223 -Node: -V Value49990 -Ref: #v-value50114 -Node: -X Value in specified commodity50309 -Ref: #x-value-in-specified-commodity50502 -Node: Valuation date50651 -Ref: #valuation-date50813 -Node: Market prices51250 -Ref: #market-prices51432 -Node: --infer-market-prices market prices from transactions52615 -Ref: #infer-market-prices-market-prices-from-transactions52882 -Node: Valuation commodity54766 -Ref: #valuation-commodity54977 -Node: Simple valuation examples56203 -Ref: #simple-valuation-examples56399 -Node: --value Flexible valuation57058 -Ref: #value-flexible-valuation57260 -Node: More valuation examples58904 -Ref: #more-valuation-examples59111 -Node: Interaction of valuation and queries61110 -Ref: #interaction-of-valuation-and-queries61349 -Node: Effect of valuation on reports61821 -Ref: #effect-of-valuation-on-reports62016 -Node: PIVOTING69713 -Ref: #pivoting69818 -Node: OUTPUT71504 -Ref: #output71606 -Node: Output destination71697 -Ref: #output-destination71831 -Node: Output styling72488 -Ref: #output-styling72636 -Node: Output format73393 -Ref: #output-format73537 -Node: CSV output74901 -Ref: #csv-output75019 -Node: HTML output75122 -Ref: #html-output75262 -Node: JSON output75356 -Ref: #json-output75496 -Node: SQL output76413 -Ref: #sql-output76531 -Node: Commodity styles77032 -Ref: #commodity-styles77159 -Node: COMMANDS77935 -Ref: #commands78047 -Node: accounts81412 -Ref: #accounts81512 -Node: activity82320 -Ref: #activity82432 -Node: add82815 -Ref: #add82918 -Node: aregister85713 -Ref: #aregister85827 -Node: aregister and custom posting dates88496 -Ref: #aregister-and-custom-posting-dates88662 -Node: balance89214 -Ref: #balance89333 -Node: balance features90326 -Ref: #balance-features90466 -Node: Simple balance report92390 -Ref: #simple-balance-report92572 -Node: Filtered balance report94052 -Ref: #filtered-balance-report94239 -Node: List or tree mode94566 -Ref: #list-or-tree-mode94734 -Node: Depth limiting96079 -Ref: #depth-limiting96245 -Node: Dropping top-level accounts96846 -Ref: #dropping-top-level-accounts97048 -Node: Multi-period balance report97358 -Ref: #multi-period-balance-report97571 -Node: Showing declared accounts99846 -Ref: #showing-declared-accounts100039 -Node: Data layout100570 -Ref: #data-layout100725 -Node: Sorting by amount108665 -Ref: #sorting-by-amount108820 -Node: Percentages109490 -Ref: #percentages109648 -Node: Balance change end balance110609 -Ref: #balance-change-end-balance110802 -Node: Balance report types112230 -Ref: #balance-report-types112420 -Node: Useful balance reports116699 -Ref: #useful-balance-reports116880 -Node: Budget report117965 -Ref: #budget-report118149 -Node: Budget report start date123424 -Ref: #budget-report-start-date123602 -Node: Budgets and subaccounts124934 -Ref: #budgets-and-subaccounts125141 -Node: Selecting budget goals128581 -Ref: #selecting-budget-goals128753 -Node: Customising single-period balance reports129787 -Ref: #customising-single-period-balance-reports129996 -Node: balancesheet132171 -Ref: #balancesheet132309 -Node: balancesheetequity133637 -Ref: #balancesheetequity133788 -Node: cashflow135191 -Ref: #cashflow135315 -Node: check136747 -Ref: #check136852 -Node: Basic checks137486 -Ref: #basic-checks137604 -Node: Strict checks138155 -Ref: #strict-checks138296 -Node: Other checks138732 -Ref: #other-checks138872 -Node: Custom checks139229 -Ref: #custom-checks139349 -Node: close139766 -Ref: #close139870 -Node: close and prices141961 -Ref: #close-and-prices142090 -Node: close date142485 -Ref: #close-date142669 -Node: Example close asset/liability accounts for file transition143426 -Ref: #example-close-assetliability-accounts-for-file-transition143727 -Node: Hiding opening/closing transactions144586 -Ref: #hiding-openingclosing-transactions144857 -Node: close and balance assertions146234 -Ref: #close-and-balance-assertions146492 -Node: Example close revenue/expense accounts to retained earnings147846 -Ref: #example-close-revenueexpense-accounts-to-retained-earnings148124 -Node: codes149014 -Ref: #codes149124 -Node: commodities149836 -Ref: #commodities149965 -Node: descriptions150047 -Ref: #descriptions150177 -Node: diff150481 -Ref: #diff150589 -Node: files151636 -Ref: #files151738 -Node: help151885 -Ref: #help151987 -Node: import152805 -Ref: #import152921 -Node: Deduplication154014 -Ref: #deduplication154139 -Node: Import testing156033 -Ref: #import-testing156198 -Node: Importing balance assignments156686 -Ref: #importing-balance-assignments156892 -Node: Commodity display styles157541 -Ref: #commodity-display-styles157714 -Node: incomestatement157843 -Ref: #incomestatement157978 -Node: notes159310 -Ref: #notes159425 -Node: payees159793 -Ref: #payees159901 -Node: prices160427 -Ref: #prices160535 -Node: print160904 -Ref: #print161016 -Node: print-unique166384 -Ref: #print-unique166512 -Node: register166797 -Ref: #register166926 -Node: Custom register output171676 -Ref: #custom-register-output171807 -Node: register-match173144 -Ref: #register-match173280 -Node: rewrite173631 -Ref: #rewrite173748 -Node: Re-write rules in a file175654 -Ref: #re-write-rules-in-a-file175817 -Node: Diff output format176966 -Ref: #diff-output-format177149 -Node: rewrite vs print --auto178241 -Ref: #rewrite-vs.-print---auto178401 -Node: roi178957 -Ref: #roi179057 -Node: Spaces and special characters in --inv and --pnl180782 -Ref: #spaces-and-special-characters-in---inv-and---pnl181022 -Node: Semantics of --inv and --pnl181510 -Ref: #semantics-of---inv-and---pnl181749 -Node: IRR and TWR explained183599 -Ref: #irr-and-twr-explained183759 -Node: stats186845 -Ref: #stats186946 -Node: tags188326 -Ref: #tags188426 -Node: test189440 -Ref: #test189556 -Node: About add-on commands190303 -Ref: #about-add-on-commands190440 -Node: JOURNAL FORMAT191571 -Ref: #journal-format191699 -Node: Transactions193926 -Ref: #transactions194041 -Node: Dates195055 -Ref: #dates195171 -Node: Simple dates195236 -Ref: #simple-dates195356 -Node: Secondary dates195865 -Ref: #secondary-dates196013 -Node: Posting dates197349 -Ref: #posting-dates197472 -Node: Status198844 -Ref: #status198954 -Node: Code200662 -Ref: #code200774 -Node: Description201006 -Ref: #description201134 -Node: Payee and note201454 -Ref: #payee-and-note201562 -Node: Comments201897 -Ref: #comments202019 -Node: Tags203213 -Ref: #tags-1203324 -Node: Postings204717 -Ref: #postings204841 -Node: Virtual postings205867 -Ref: #virtual-postings205978 -Node: Account names207283 -Ref: #account-names207420 -Node: Amounts207908 -Ref: #amounts208045 -Node: Decimal marks digit group marks209030 -Ref: #decimal-marks-digit-group-marks209207 -Node: Commodity210228 -Ref: #commodity210417 -Node: Directives influencing number parsing and display211369 -Ref: #directives-influencing-number-parsing-and-display211630 -Node: Commodity display style212123 -Ref: #commodity-display-style212331 -Node: Rounding214526 -Ref: #rounding214646 -Node: Transaction prices215058 -Ref: #transaction-prices215224 -Node: Lot prices lot dates217655 -Ref: #lot-prices-lot-dates217838 -Node: Balance assertions218326 -Ref: #balance-assertions218504 -Node: Assertions and ordering219577 -Ref: #assertions-and-ordering219768 -Node: Assertions and multiple included files220468 -Ref: #assertions-and-multiple-included-files220730 -Node: Assertions and multiple -f files221230 -Ref: #assertions-and-multiple--f-files221483 -Node: Assertions and commodities221880 -Ref: #assertions-and-commodities222104 -Node: Assertions and prices223284 -Ref: #assertions-and-prices223492 -Node: Assertions and subaccounts223932 -Ref: #assertions-and-subaccounts224155 -Node: Assertions and virtual postings224479 -Ref: #assertions-and-virtual-postings224719 -Node: Assertions and auto postings224851 -Ref: #assertions-and-auto-postings225083 -Node: Assertions and precision225728 -Ref: #assertions-and-precision225912 -Node: Balance assignments226179 -Ref: #balance-assignments226349 -Node: Balance assignments and prices227513 -Ref: #balance-assignments-and-prices227679 -Node: Directives227903 -Ref: #directives228066 -Node: Directives and multiple files232558 -Ref: #directives-and-multiple-files232754 -Node: Comment blocks233446 -Ref: #comment-blocks233623 -Node: Including other files233799 -Ref: #including-other-files233973 -Node: Default year234897 -Ref: #default-year235055 -Node: Declaring payees235462 -Ref: #declaring-payees235633 -Node: Declaring the decimal mark235879 -Ref: #declaring-the-decimal-mark236079 -Node: Declaring commodities236476 -Ref: #declaring-commodities236667 -Node: Commodity error checking239185 -Ref: #commodity-error-checking239335 -Node: Default commodity239850 -Ref: #default-commodity240030 -Node: Declaring market prices241146 -Ref: #declaring-market-prices241335 -Node: Declaring accounts242148 -Ref: #declaring-accounts242328 -Node: Account error checking243552 -Ref: #account-error-checking243718 -Node: Account comments244897 -Ref: #account-comments245081 -Node: Account subdirectives245522 -Ref: #account-subdirectives245707 -Node: Account types246025 -Ref: #account-types246199 -Node: Account display order249874 -Ref: #account-display-order250034 -Node: Rewriting accounts251185 -Ref: #rewriting-accounts251364 -Node: Basic aliases252404 -Ref: #basic-aliases252540 -Node: Regex aliases253284 -Ref: #regex-aliases253446 -Node: Combining aliases254336 -Ref: #combining-aliases254519 -Node: Aliases and multiple files255795 -Ref: #aliases-and-multiple-files255994 -Node: end aliases256573 -Ref: #end-aliases256767 -Node: Aliases can generate bad account names256916 -Ref: #aliases-can-generate-bad-account-names257159 -Node: Aliases and account types257744 -Ref: #aliases-and-account-types257941 -Node: Default parent account258637 -Ref: #default-parent-account258827 -Node: Periodic transactions259711 -Ref: #periodic-transactions259894 -Node: Periodic rule syntax261849 -Ref: #periodic-rule-syntax262029 -Node: Periodic rules and relative dates262488 -Ref: #periodic-rules-and-relative-dates262756 -Node: Two spaces between period expression and description!263267 -Ref: #two-spaces-between-period-expression-and-description263593 -Node: Forecasting with periodic transactions264277 -Ref: #forecasting-with-periodic-transactions264576 -Node: Budgeting with periodic transactions267347 -Ref: #budgeting-with-periodic-transactions267580 -Node: Auto postings267989 -Ref: #auto-postings268125 -Node: Auto postings and multiple files270304 -Ref: #auto-postings-and-multiple-files270502 -Node: Auto postings and dates270711 -Ref: #auto-postings-and-dates270979 -Node: Auto postings and transaction balancing / inferred amounts / balance assertions271154 -Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions271499 -Node: Auto posting tags272002 -Ref: #auto-posting-tags272211 -Node: CSV FORMAT272847 -Ref: #csv-format272975 -Node: Examples275604 -Ref: #examples275707 -Node: Basic275915 -Ref: #basic276017 -Node: Bank of Ireland276559 -Ref: #bank-of-ireland276696 -Node: Amazon278158 -Ref: #amazon278278 -Node: Paypal279997 -Ref: #paypal280093 -Node: CSV rules287737 -Ref: #csv-rules287855 -Node: skip288188 -Ref: #skip288288 -Node: fields list288663 -Ref: #fields-list288802 -Node: field assignment290368 -Ref: #field-assignment290520 -Node: Field names291555 -Ref: #field-names291695 -Node: date field292075 -Ref: #date-field292195 -Node: date2 field292243 -Ref: #date2-field292386 -Node: status field292442 -Ref: #status-field292587 -Node: code field292636 -Ref: #code-field292783 -Node: description field292828 -Ref: #description-field292990 -Node: comment field293049 -Ref: #comment-field293206 -Node: account field293517 -Ref: #account-field293669 -Node: amount field294244 -Ref: #amount-field294395 -Node: currency field295640 -Ref: #currency-field295795 -Node: balance field296052 -Ref: #balance-field296186 -Node: separator296558 -Ref: #separator296690 -Node: if block297230 -Ref: #if-block297357 -Node: Matching the whole record297758 -Ref: #matching-the-whole-record297935 -Node: Matching individual fields298738 -Ref: #matching-individual-fields298944 -Node: Combining matchers299168 -Ref: #combining-matchers299366 -Node: Rules applied on successful match299679 -Ref: #rules-applied-on-successful-match299872 -Node: if table300526 -Ref: #if-table300647 -Node: end302385 -Ref: #end302499 -Node: date-format302723 -Ref: #date-format302857 -Node: decimal-mark303853 -Ref: #decimal-mark304000 -Node: newest-first304339 -Ref: #newest-first304482 -Node: include305165 -Ref: #include305298 -Node: balance-type305742 -Ref: #balance-type305864 -Node: Tips306564 -Ref: #tips306655 -Node: Rapid feedback306954 -Ref: #rapid-feedback307073 -Node: Valid CSV307525 -Ref: #valid-csv307657 -Node: File Extension307849 -Ref: #file-extension308003 -Node: Reading multiple CSV files308432 -Ref: #reading-multiple-csv-files308619 -Node: Valid transactions308860 -Ref: #valid-transactions309040 -Node: Deduplicating importing309668 -Ref: #deduplicating-importing309849 -Node: Setting amounts310885 -Ref: #setting-amounts311042 -Node: Amount signs313486 -Ref: #amount-signs313640 -Node: Setting currency/commodity314327 -Ref: #setting-currencycommodity314515 -Node: Amount decimal places315689 -Ref: #amount-decimal-places315881 -Node: Referencing other fields316193 -Ref: #referencing-other-fields316392 -Node: How CSV rules are evaluated317289 -Ref: #how-csv-rules-are-evaluated317464 -Node: TIMECLOCK FORMAT318915 -Ref: #timeclock-format319055 -Node: TIMEDOT FORMAT321116 -Ref: #timedot-format321254 -Node: COMMON TASKS325816 -Ref: #common-tasks325945 -Node: Getting help326352 -Ref: #getting-help326486 -Node: Constructing command lines327076 -Ref: #constructing-command-lines327270 -Node: Starting a journal file327967 -Ref: #starting-a-journal-file328167 -Node: Setting opening balances329355 -Ref: #setting-opening-balances329553 -Node: Recording transactions332694 -Ref: #recording-transactions332876 -Node: Reconciling333432 -Ref: #reconciling333577 -Node: Reporting335834 -Ref: #reporting335976 -Node: Migrating to a new file339975 -Ref: #migrating-to-a-new-file340125 -Node: LIMITATIONS340424 -Ref: #limitations340552 -Node: TROUBLESHOOTING341295 -Ref: #troubleshooting341410 +Node: Recording conversions43191 +Ref: #recording-conversions43363 +Node: Implicit conversion43815 +Ref: #implicit-conversion43972 +Node: Priced conversion44791 +Ref: #priced-conversion44970 +Node: Equity conversion45409 +Ref: #equity-conversion45593 +Node: Priced equity conversion46465 +Ref: #priced-equity-conversion46637 +Node: Inferring missing conversion rates47186 +Ref: #inferring-missing-conversion-rates47426 +Node: Inferring missing equity postings47542 +Ref: #inferring-missing-equity-postings47816 +Node: Inferring missing transaction prices from equity postings47918 +Ref: #inferring-missing-transaction-prices-from-equity-postings48220 +Node: Cost reporting48386 +Ref: #cost-reporting48587 +Node: Conversion summary49123 +Ref: #conversion-summary49266 +Node: VALUATION49970 +Ref: #valuation50088 +Node: -V Value50855 +Ref: #v-value50979 +Node: -X Value in specified commodity51174 +Ref: #x-value-in-specified-commodity51367 +Node: Valuation date51516 +Ref: #valuation-date51678 +Node: Market prices52115 +Ref: #market-prices52297 +Node: --infer-market-prices market prices from transactions53480 +Ref: #infer-market-prices-market-prices-from-transactions53747 +Node: Valuation commodity55631 +Ref: #valuation-commodity55842 +Node: Simple valuation examples57068 +Ref: #simple-valuation-examples57264 +Node: --value Flexible valuation57923 +Ref: #value-flexible-valuation58125 +Node: More valuation examples59769 +Ref: #more-valuation-examples59976 +Node: Interaction of valuation and queries61975 +Ref: #interaction-of-valuation-and-queries62214 +Node: Effect of valuation on reports62686 +Ref: #effect-of-valuation-on-reports62881 +Node: PIVOTING70578 +Ref: #pivoting70683 +Node: OUTPUT72369 +Ref: #output72471 +Node: Output destination72562 +Ref: #output-destination72696 +Node: Output styling73353 +Ref: #output-styling73501 +Node: Output format74258 +Ref: #output-format74402 +Node: CSV output75766 +Ref: #csv-output75884 +Node: HTML output75987 +Ref: #html-output76127 +Node: JSON output76221 +Ref: #json-output76361 +Node: SQL output77278 +Ref: #sql-output77396 +Node: Commodity styles77897 +Ref: #commodity-styles78024 +Node: COMMANDS78800 +Ref: #commands78912 +Node: accounts82166 +Ref: #accounts82266 +Node: activity83074 +Ref: #activity83186 +Node: add83569 +Ref: #add83672 +Node: aregister86467 +Ref: #aregister86581 +Node: aregister and custom posting dates89250 +Ref: #aregister-and-custom-posting-dates89416 +Node: balance89968 +Ref: #balance90087 +Node: balance features91080 +Ref: #balance-features91220 +Node: Simple balance report93144 +Ref: #simple-balance-report93326 +Node: Filtered balance report94806 +Ref: #filtered-balance-report94993 +Node: List or tree mode95320 +Ref: #list-or-tree-mode95488 +Node: Depth limiting96833 +Ref: #depth-limiting96999 +Node: Dropping top-level accounts97600 +Ref: #dropping-top-level-accounts97802 +Node: Multi-period balance report98112 +Ref: #multi-period-balance-report98325 +Node: Showing declared accounts100600 +Ref: #showing-declared-accounts100793 +Node: Data layout101324 +Ref: #data-layout101479 +Node: Sorting by amount109419 +Ref: #sorting-by-amount109574 +Node: Percentages110244 +Ref: #percentages110402 +Node: Balance change end balance111363 +Ref: #balance-change-end-balance111556 +Node: Balance report types112984 +Ref: #balance-report-types113174 +Node: Useful balance reports117453 +Ref: #useful-balance-reports117634 +Node: Budget report118719 +Ref: #budget-report118903 +Node: Budget report start date124178 +Ref: #budget-report-start-date124356 +Node: Budgets and subaccounts125688 +Ref: #budgets-and-subaccounts125895 +Node: Selecting budget goals129335 +Ref: #selecting-budget-goals129507 +Node: Customising single-period balance reports130541 +Ref: #customising-single-period-balance-reports130750 +Node: balancesheet132925 +Ref: #balancesheet133063 +Node: balancesheetequity134391 +Ref: #balancesheetequity134542 +Node: cashflow135945 +Ref: #cashflow136069 +Node: check137501 +Ref: #check137606 +Node: Basic checks138240 +Ref: #basic-checks138358 +Node: Strict checks138909 +Ref: #strict-checks139050 +Node: Other checks139486 +Ref: #other-checks139626 +Node: Custom checks139983 +Ref: #custom-checks140103 +Node: close140520 +Ref: #close140624 +Node: close and prices142715 +Ref: #close-and-prices142844 +Node: close date143239 +Ref: #close-date143423 +Node: Example close asset/liability accounts for file transition144180 +Ref: #example-close-assetliability-accounts-for-file-transition144481 +Node: Hiding opening/closing transactions145340 +Ref: #hiding-openingclosing-transactions145611 +Node: close and balance assertions146988 +Ref: #close-and-balance-assertions147246 +Node: Example close revenue/expense accounts to retained earnings148600 +Ref: #example-close-revenueexpense-accounts-to-retained-earnings148878 +Node: codes149768 +Ref: #codes149878 +Node: commodities150590 +Ref: #commodities150719 +Node: descriptions150801 +Ref: #descriptions150931 +Node: diff151235 +Ref: #diff151343 +Node: files152390 +Ref: #files152492 +Node: help152639 +Ref: #help152741 +Node: import153559 +Ref: #import153675 +Node: Deduplication154768 +Ref: #deduplication154893 +Node: Import testing156787 +Ref: #import-testing156952 +Node: Importing balance assignments157440 +Ref: #importing-balance-assignments157646 +Node: Commodity display styles158295 +Ref: #commodity-display-styles158468 +Node: incomestatement158597 +Ref: #incomestatement158732 +Node: notes160064 +Ref: #notes160179 +Node: payees160547 +Ref: #payees160655 +Node: prices161181 +Ref: #prices161289 +Node: print161658 +Ref: #print161770 +Node: print-unique167138 +Ref: #print-unique167266 +Node: register167551 +Ref: #register167680 +Node: Custom register output172430 +Ref: #custom-register-output172561 +Node: register-match173898 +Ref: #register-match174034 +Node: rewrite174385 +Ref: #rewrite174502 +Node: Re-write rules in a file176408 +Ref: #re-write-rules-in-a-file176571 +Node: Diff output format177720 +Ref: #diff-output-format177903 +Node: rewrite vs print --auto178995 +Ref: #rewrite-vs.-print---auto179155 +Node: roi179711 +Ref: #roi179811 +Node: Spaces and special characters in --inv and --pnl181536 +Ref: #spaces-and-special-characters-in---inv-and---pnl181776 +Node: Semantics of --inv and --pnl182264 +Ref: #semantics-of---inv-and---pnl182503 +Node: IRR and TWR explained184353 +Ref: #irr-and-twr-explained184513 +Node: stats187599 +Ref: #stats187700 +Node: tags189080 +Ref: #tags189180 +Node: test190194 +Ref: #test190304 +Node: Add-on commands191051 +Ref: #add-on-commands191170 +Node: JOURNAL FORMAT192301 +Ref: #journal-format192429 +Node: Transactions194656 +Ref: #transactions194771 +Node: Dates195785 +Ref: #dates195901 +Node: Simple dates195966 +Ref: #simple-dates196086 +Node: Secondary dates196595 +Ref: #secondary-dates196743 +Node: Posting dates198079 +Ref: #posting-dates198202 +Node: Status199574 +Ref: #status199684 +Node: Code201392 +Ref: #code201504 +Node: Description201736 +Ref: #description201864 +Node: Payee and note202184 +Ref: #payee-and-note202292 +Node: Comments202627 +Ref: #comments202749 +Node: Tags203943 +Ref: #tags-1204054 +Node: Postings205447 +Ref: #postings205571 +Node: Virtual postings206597 +Ref: #virtual-postings206708 +Node: Account names208013 +Ref: #account-names208150 +Node: Amounts208638 +Ref: #amounts208775 +Node: Decimal marks digit group marks209760 +Ref: #decimal-marks-digit-group-marks209937 +Node: Commodity210958 +Ref: #commodity211147 +Node: Directives influencing number parsing and display212099 +Ref: #directives-influencing-number-parsing-and-display212360 +Node: Commodity display style212853 +Ref: #commodity-display-style213061 +Node: Rounding215256 +Ref: #rounding215376 +Node: Transaction prices215788 +Ref: #transaction-prices215954 +Node: Equity conversion postings218426 +Ref: #equity-conversion-postings218579 +Node: Lot prices lot dates221097 +Ref: #lot-prices-lot-dates221280 +Node: Balance assertions221768 +Ref: #balance-assertions221946 +Node: Assertions and ordering223019 +Ref: #assertions-and-ordering223210 +Node: Assertions and multiple included files223910 +Ref: #assertions-and-multiple-included-files224172 +Node: Assertions and multiple -f files224672 +Ref: #assertions-and-multiple--f-files224925 +Node: Assertions and commodities225322 +Ref: #assertions-and-commodities225546 +Node: Assertions and prices226726 +Ref: #assertions-and-prices226934 +Node: Assertions and subaccounts227374 +Ref: #assertions-and-subaccounts227597 +Node: Assertions and virtual postings227921 +Ref: #assertions-and-virtual-postings228161 +Node: Assertions and auto postings228293 +Ref: #assertions-and-auto-postings228525 +Node: Assertions and precision229170 +Ref: #assertions-and-precision229354 +Node: Balance assignments229621 +Ref: #balance-assignments229791 +Node: Balance assignments and prices230955 +Ref: #balance-assignments-and-prices231121 +Node: Directives231345 +Ref: #directives231508 +Node: Directives and multiple files236000 +Ref: #directives-and-multiple-files236196 +Node: Comment blocks236888 +Ref: #comment-blocks237065 +Node: Including other files237241 +Ref: #including-other-files237415 +Node: Default year238339 +Ref: #default-year238497 +Node: Declaring payees238904 +Ref: #declaring-payees239075 +Node: Declaring the decimal mark239321 +Ref: #declaring-the-decimal-mark239521 +Node: Declaring commodities239918 +Ref: #declaring-commodities240109 +Node: Commodity error checking242627 +Ref: #commodity-error-checking242777 +Node: Default commodity243292 +Ref: #default-commodity243472 +Node: Declaring market prices244588 +Ref: #declaring-market-prices244777 +Node: Declaring accounts245590 +Ref: #declaring-accounts245770 +Node: Account error checking246994 +Ref: #account-error-checking247160 +Node: Account comments248339 +Ref: #account-comments248523 +Node: Account subdirectives248964 +Ref: #account-subdirectives249149 +Node: Account types249467 +Ref: #account-types249641 +Node: Account display order253316 +Ref: #account-display-order253476 +Node: Rewriting accounts254627 +Ref: #rewriting-accounts254806 +Node: Basic aliases255846 +Ref: #basic-aliases255982 +Node: Regex aliases256726 +Ref: #regex-aliases256888 +Node: Combining aliases257778 +Ref: #combining-aliases257961 +Node: Aliases and multiple files259237 +Ref: #aliases-and-multiple-files259436 +Node: end aliases260015 +Ref: #end-aliases260209 +Node: Aliases can generate bad account names260358 +Ref: #aliases-can-generate-bad-account-names260601 +Node: Aliases and account types261186 +Ref: #aliases-and-account-types261383 +Node: Default parent account262079 +Ref: #default-parent-account262269 +Node: Periodic transactions263153 +Ref: #periodic-transactions263336 +Node: Periodic rule syntax265291 +Ref: #periodic-rule-syntax265471 +Node: Periodic rules and relative dates265930 +Ref: #periodic-rules-and-relative-dates266198 +Node: Two spaces between period expression and description!266709 +Ref: #two-spaces-between-period-expression-and-description267035 +Node: Forecasting with periodic transactions267719 +Ref: #forecasting-with-periodic-transactions268018 +Node: Budgeting with periodic transactions270789 +Ref: #budgeting-with-periodic-transactions271022 +Node: Auto postings271431 +Ref: #auto-postings271567 +Node: Auto postings and multiple files273746 +Ref: #auto-postings-and-multiple-files273944 +Node: Auto postings and dates274153 +Ref: #auto-postings-and-dates274421 +Node: Auto postings and transaction balancing / inferred amounts / balance assertions274596 +Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions274941 +Node: Auto posting tags275444 +Ref: #auto-posting-tags275653 +Node: CSV FORMAT276289 +Ref: #csv-format276417 +Node: Examples279046 +Ref: #examples279149 +Node: Basic279357 +Ref: #basic279459 +Node: Bank of Ireland280001 +Ref: #bank-of-ireland280138 +Node: Amazon281600 +Ref: #amazon281720 +Node: Paypal283439 +Ref: #paypal283535 +Node: CSV rules291179 +Ref: #csv-rules291297 +Node: skip291630 +Ref: #skip291730 +Node: fields list292105 +Ref: #fields-list292244 +Node: field assignment293810 +Ref: #field-assignment293962 +Node: Field names294997 +Ref: #field-names295137 +Node: date field295517 +Ref: #date-field295637 +Node: date2 field295685 +Ref: #date2-field295828 +Node: status field295884 +Ref: #status-field296029 +Node: code field296078 +Ref: #code-field296225 +Node: description field296270 +Ref: #description-field296432 +Node: comment field296491 +Ref: #comment-field296648 +Node: account field296959 +Ref: #account-field297111 +Node: amount field297686 +Ref: #amount-field297837 +Node: currency field299082 +Ref: #currency-field299237 +Node: balance field299494 +Ref: #balance-field299628 +Node: separator300000 +Ref: #separator300132 +Node: if block300672 +Ref: #if-block300799 +Node: Matching the whole record301200 +Ref: #matching-the-whole-record301377 +Node: Matching individual fields302180 +Ref: #matching-individual-fields302386 +Node: Combining matchers302610 +Ref: #combining-matchers302808 +Node: Rules applied on successful match303121 +Ref: #rules-applied-on-successful-match303314 +Node: if table303968 +Ref: #if-table304089 +Node: end305827 +Ref: #end305941 +Node: date-format306165 +Ref: #date-format306299 +Node: decimal-mark307295 +Ref: #decimal-mark307442 +Node: newest-first307781 +Ref: #newest-first307924 +Node: include308607 +Ref: #include308740 +Node: balance-type309184 +Ref: #balance-type309306 +Node: Tips310006 +Ref: #tips310097 +Node: Rapid feedback310396 +Ref: #rapid-feedback310515 +Node: Valid CSV310967 +Ref: #valid-csv311099 +Node: File Extension311291 +Ref: #file-extension311445 +Node: Reading multiple CSV files311874 +Ref: #reading-multiple-csv-files312061 +Node: Valid transactions312302 +Ref: #valid-transactions312482 +Node: Deduplicating importing313110 +Ref: #deduplicating-importing313291 +Node: Setting amounts314327 +Ref: #setting-amounts314484 +Node: Amount signs316928 +Ref: #amount-signs317082 +Node: Setting currency/commodity317769 +Ref: #setting-currencycommodity317957 +Node: Amount decimal places319131 +Ref: #amount-decimal-places319323 +Node: Referencing other fields319635 +Ref: #referencing-other-fields319834 +Node: How CSV rules are evaluated320731 +Ref: #how-csv-rules-are-evaluated320906 +Node: TIMECLOCK FORMAT322357 +Ref: #timeclock-format322497 +Node: TIMEDOT FORMAT324558 +Ref: #timedot-format324696 +Node: COMMON TASKS329258 +Ref: #common-tasks329387 +Node: Getting help329794 +Ref: #getting-help329928 +Node: Constructing command lines330518 +Ref: #constructing-command-lines330712 +Node: Starting a journal file331409 +Ref: #starting-a-journal-file331609 +Node: Setting opening balances332797 +Ref: #setting-opening-balances332995 +Node: Recording transactions336136 +Ref: #recording-transactions336318 +Node: Reconciling336874 +Ref: #reconciling337019 +Node: Reporting339276 +Ref: #reporting339418 +Node: Migrating to a new file343417 +Ref: #migrating-to-a-new-file343567 +Node: LIMITATIONS343866 +Ref: #limitations343994 +Node: TROUBLESHOOTING344737 +Ref: #troubleshooting344852  End Tag Table diff --git a/hledger/hledger.txt b/hledger/hledger.txt index 85518e867..3e0bbe628 100644 --- a/hledger/hledger.txt +++ b/hledger/hledger.txt @@ -1134,7 +1134,7 @@ CONVERSION & COST Con: - o Disturbs the accounting equation + o Disturbs the accounting equation without the --infer-equity flag Equity conversion In strict double entry bookkeeping, the above transaction is not bal- @@ -1159,17 +1159,20 @@ CONVERSION & COST o works in any double entry accounting system + o hledger can convert this to transaction prices using the --infer- + costs flag + Con: o More verbose o conversion rate is not clear - o hledger can not do cost reporting + o depends on the order of postings Priced equity conversion - Another possible notation would be to record both the conversion rate - and the equity postings: + Another notation is to record both the conversion rate and the equity + postings: 2021-01-01 assets:cash -100 EUR @ 1.20 USD @@ -1177,8 +1180,25 @@ CONVERSION & COST equity:conversion -120 USD assets:cash 120 USD - hledger currently does not allow this; instead, you can record the con- - version rate as a comment. + Pro: + + o Preserves the accounting equation + + o keeps track of conversions and related gains/losses in one place + + o makes the conversion rate clear + + o provides some error checking + + o hledger can do cost reporting + + Con: + + o Most verbose + + o Requires --infer-costs flag + + o Not compatible with ledger Inferring missing conversion rates hledger will do this automatically for implicit conversions. Currently @@ -1186,115 +1206,119 @@ CONVERSION & COST Inferring missing equity postings With the --infer-equity flag, hledger will add equity postings to - priced and implicit conversions (and move the conversion rate into a - comment). + priced and implicit conversions. + + Inferring missing transaction prices from equity postings + With the --infer-costs flag, hledger will add transaction prices from + equity postings, and will be able to handle transaction prices and + equity postings together. Cost reporting With the -B/--cost flag, hledger will convert the amounts in priced and - implicit conversions to their cost in the other commodity. This is - useful to see a report of what you paid for things (or how much you - sold things for). Currently -B/--cost does not work on equity conver- + implicit conversions to their cost in the other commodity. This is + useful to see a report of what you paid for things (or how much you + sold things for). Currently -B/--cost does not work on equity conver- sions, and it disables --infer-equity. These operations are transient, only affecting reports. If you want to - change the journal file permanently, you could pipe each entry through - hledger -f- -I print [-x] [--infer-equity] [-B] + change the journal file permanently, you could pipe each entry through + hledger -f- -I print [-x] [--infer-equity] [--infer-costs] [-B] Conversion summary o Recording the conversion rate is good because it makes that clear and allows cost reporting. - o Recording equity postings is good because it balances the accounting + o Recording equity postings is good because it balances the accounting equation and is correct bookkeeping. - o Combining these is not yet supported, so you have to choose. For - now, priced conversions are a good compromise, so that: + o Combining these is possible with the --infer-costs flag, but has cer- + tain requirements for the order of postings. - o When you want to see the cost (or sale proceeds) of things, use - -B/--cost. + o When you want to see the cost (or sale proceeds) of things, use + -B/--cost. - o When you want to see a balanced balance sheet or correct journal - entries, use --infer-equity. + o When you want to see a balanced balance sheet or correct journal + entries, use --infer-equity. - o Combining these is not yet supported; -B/--cost will take prece- - dence. + o --cost will remove any balancing equity posts, so as not to disturb + the accounting equation. o Conversion/cost operations are performed before valuation. VALUATION - Instead of reporting amounts in their original commodity, hledger can + Instead of reporting amounts in their original commodity, hledger can convert them to cost/sale amount (using the conversion rate recorded in - the transaction), and/or to market value (using some market price on a - certain date). This is controlled by the --value=TYPE[,COMMODITY] - option, which will be described below. We also provide the simpler -V + the transaction), and/or to market value (using some market price on a + certain date). This is controlled by the --value=TYPE[,COMMODITY] + option, which will be described below. We also provide the simpler -V and -X COMMODITY options, and often one of these is all you need: -V: Value - The -V/--market flag converts amounts to market value in their default + The -V/--market flag converts amounts to market value in their default valuation commodity, using the market prices in effect on the valuation date(s), if any. More on these in a minute. -X: Value in specified commodity The -X/--exchange=COMM option is like -V, except you tell it which cur- - rency you want to convert to, and it tries to convert everything to + rency you want to convert to, and it tries to convert everything to that. Valuation date - Since market prices can change from day to day, market value reports + Since market prices can change from day to day, market value reports have a valuation date (or more than one), which determines which market prices will be used. For single period reports, if an explicit report end date is specified, - that will be used as the valuation date; otherwise the valuation date + that will be used as the valuation date; otherwise the valuation date is the journal's end date. - For multiperiod reports, each column/period is valued on the last day + For multiperiod reports, each column/period is valued on the last day of the period, by default. Market prices - To convert a commodity A to its market value in another commodity B, - hledger looks for a suitable market price (exchange rate) as follows, + To convert a commodity A to its market value in another commodity B, + hledger looks for a suitable market price (exchange rate) as follows, in this order of preference : - 1. A declared market price or inferred market price: A's latest market + 1. A declared market price or inferred market price: A's latest market price in B on or before the valuation date as declared by a P direc- - tive, or (with the --infer-market-prices flag) inferred from trans- + tive, or (with the --infer-market-prices flag) inferred from trans- action prices. 2. A reverse market price: the inverse of a declared or inferred market price from B to A. - 3. A forward chain of market prices: a synthetic price formed by com- + 3. A forward chain of market prices: a synthetic price formed by com- bining the shortest chain of "forward" (only 1 above) market prices, leading from A to B. - 4. Any chain of market prices: a chain of any market prices, including - both forward and reverse prices (1 and 2 above), leading from A to + 4. Any chain of market prices: a chain of any market prices, including + both forward and reverse prices (1 and 2 above), leading from A to B. - There is a limit to the length of these price chains; if hledger - reaches that length without finding a complete chain or exhausting all - possibilities, it will give up (with a "gave up" message visible in + There is a limit to the length of these price chains; if hledger + reaches that length without finding a complete chain or exhausting all + possibilities, it will give up (with a "gave up" message visible in --debug=2 output). That limit is currently 1000. - Amounts for which no suitable market price can be found, are not con- + Amounts for which no suitable market price can be found, are not con- verted. --infer-market-prices: market prices from transactions Normally, market value in hledger is fully controlled by, and requires, P directives in your journal. Since adding and updating those can be a - chore, and since transactions usually take place at close to market + chore, and since transactions usually take place at close to market value, why not use the recorded transaction prices as additional market prices (as Ledger does) ? We could produce value reports without need- ing P directives at all. - Adding the --infer-market-prices flag to -V, -X or --value enables - this. So for example, hledger bs -V --infer-market-prices will get - market prices both from P directives and from transactions. (And if + Adding the --infer-market-prices flag to -V, -X or --value enables + this. So for example, hledger bs -V --infer-market-prices will get + market prices both from P directives and from transactions. (And if both occur on the same day, the P directive takes precedence). There is a downside: value reports can sometimes be affected in confus- - ing/undesired ways by your journal entries. If this happens to you, + ing/undesired ways by your journal entries. If this happens to you, read all of this Valuation section carefully, and try adding --debug or --debug=2 to troubleshoot. @@ -1302,17 +1326,17 @@ VALUATION o multicommodity transactions with explicit prices (@/@@) - o multicommodity transactions with implicit prices (no @, two commodi- - ties, unbalanced). (With these, the order of postings matters. + o multicommodity transactions with implicit prices (no @, two commodi- + ties, unbalanced). (With these, the order of postings matters. hledger print -x can be useful for troubleshooting.) - o but not, currently, from "more correct" multicommodity transactions + o but not, currently, from "more correct" multicommodity transactions (no @, multiple commodities, balanced). There is another limitation (bug) currently: when a valuation commodity - is not specified, prices inferred with --infer-market-prices do not - help select a default valuation commodity, as P prices would. So con- - version might not happen because no valuation commodity was detected + is not specified, prices inferred with --infer-market-prices do not + help select a default valuation commodity, as P prices would. So con- + version might not happen because no valuation commodity was detected (--debug=2 will show this). To be safe, specify the valuation commmod- ity, eg: @@ -1323,34 +1347,34 @@ VALUATION Valuation commodity When you specify a valuation commodity (-X COMM or --value TYPE,COMM): - hledger will convert all amounts to COMM, wherever it can find a suit- + hledger will convert all amounts to COMM, wherever it can find a suit- able market price (including by reversing or chaining prices). - When you leave the valuation commodity unspecified (-V or --value + When you leave the valuation commodity unspecified (-V or --value TYPE): - For each commodity A, hledger picks a default valuation commodity as + For each commodity A, hledger picks a default valuation commodity as follows, in this order of preference: 1. The price commodity from the latest P-declared market price for A on or before valuation date. 2. The price commodity from the latest P-declared market price for A on - any date. (Allows conversion to proceed when there are inferred + any date. (Allows conversion to proceed when there are inferred prices before the valuation date.) - 3. If there are no P directives at all (any commodity or date) and the - --infer-market-prices flag is used: the price commodity from the + 3. If there are no P directives at all (any commodity or date) and the + --infer-market-prices flag is used: the price commodity from the latest transaction-inferred price for A on or before valuation date. This means: - o If you have P directives, they determine which commodities -V will + o If you have P directives, they determine which commodities -V will convert, and to what. - o If you have no P directives, and use the --infer-market-prices flag, + o If you have no P directives, and use the --infer-market-prices flag, transaction prices determine it. - Amounts for which no valuation commodity can be found are not con- + Amounts for which no valuation commodity can be found are not con- verted. Simple valuation examples @@ -1377,7 +1401,7 @@ VALUATION $ hledger -f t.j bal -N euros -V -e 2016/11/4 $110.00 assets:euros - What are they worth after 2016/12/21 ? (no report end date specified, + What are they worth after 2016/12/21 ? (no report end date specified, defaults to today) $ hledger -f t.j bal -N euros -V @@ -1397,31 +1421,31 @@ VALUATION The TYPE part selects cost or value and valuation date: --value=then - Convert amounts to their value in the default valuation commod- + Convert amounts to their value in the default valuation commod- ity, using market prices on each posting's date. --value=end - Convert amounts to their value in the default valuation commod- - ity, using market prices on the last day of the report period - (or if unspecified, the journal's end date); or in multiperiod + Convert amounts to their value in the default valuation commod- + ity, using market prices on the last day of the report period + (or if unspecified, the journal's end date); or in multiperiod reports, market prices on the last day of each subperiod. --value=now - Convert amounts to their value in the default valuation commod- - ity using current market prices (as of when report is gener- + Convert amounts to their value in the default valuation commod- + ity using current market prices (as of when report is gener- ated). --value=YYYY-MM-DD - Convert amounts to their value in the default valuation commod- + Convert amounts to their value in the default valuation commod- ity using market prices on this date. To select a different valuation commodity, add the optional ,COMM part: - a comma, then the target commodity's symbol. Eg: --value=now,EUR. + a comma, then the target commodity's symbol. Eg: --value=now,EUR. hledger will do its best to convert amounts to this commodity, deducing market prices as described above. More valuation examples - Here are some examples showing the effect of --value, as seen with + Here are some examples showing the effect of --value, as seen with print: P 2000-01-01 A 1 B @@ -1459,7 +1483,7 @@ VALUATION 2000-02-01 (a) 2 B - With no report period specified, that shows the value as of the last + With no report period specified, that shows the value as of the last day of the journal (2000-03-01): $ hledger -f- print --value=end @@ -1496,7 +1520,7 @@ VALUATION 2000-03-01 (a) 1 B - You may need to explicitly set a commodity's display style, when + You may need to explicitly set a commodity's display style, when reverse prices are used. Eg this output might be surprising: P 2000-01-01 A 2B @@ -1510,10 +1534,10 @@ VALUATION a 0 b 0 - Explanation: because there's no amount or commodity directive specify- - ing a display style for A, 0.5A gets the default style, which shows no + Explanation: because there's no amount or commodity directive specify- + ing a display style for A, 0.5A gets the default style, which shows no decimal digits. Because the displayed amount looks like zero, the com- - modity symbol and minus sign are not displayed either. Adding a com- + modity symbol and minus sign are not displayed either. Adding a com- modity directive sets a more useful display style for A: P 2000-01-01 A 2B @@ -1529,7 +1553,7 @@ VALUATION b -0.50A Interaction of valuation and queries - When matching postings based on queries in the presence of valuation, + When matching postings based on queries in the presence of valuation, the following happens. 1. The query is separated into two parts: @@ -1543,16 +1567,16 @@ VALUATION 3. Valuation is applied to the postings. - 4. The postings are matched to the other parts of the query based on + 4. The postings are matched to the other parts of the query based on post-valued amounts. See: 1625 Effect of valuation on reports - Here is a reference for how valuation is supposed to affect each part - of hledger's reports (and a glossary). (It's wide, you'll have to - scroll sideways.) It may be useful when troubleshooting. If you find - problems, please report them, ideally with a reproducible example. + Here is a reference for how valuation is supposed to affect each part + of hledger's reports (and a glossary). (It's wide, you'll have to + scroll sideways.) It may be useful when troubleshooting. If you find + problems, please report them, ideally with a reproducible example. Related: #329, #1083. @@ -1560,9 +1584,12 @@ VALUATION type --value=now ----------------------------------------------------------------------------------------------- print - posting cost value at value at posting value at value at + posting cost value at value at posting value at value at amounts report end date report or DATE/today or today journal end + + + balance unchanged unchanged unchanged unchanged unchanged asser- tions/assign- @@ -1577,7 +1604,7 @@ VALUATION with report report or posting was made report or interval journal journal start start - posting cost value at value at posting value at value at + posting cost value at value at posting value at value at amounts report or date report or DATE/today journal end journal end summary post- summarised value at sum of postings value at value at @@ -1590,22 +1617,20 @@ VALUATION balance (bs, bse, cf, is) - balance sums of value at value at posting value at value at + balance sums of value at value at posting value at value at changes costs report end date report or DATE/today of - or today of journal end sums of post- + or today of journal end sums of post- sums of of sums of ings postings postings budget like balance like balance like balance like bal- like balance amounts changes changes changes ances changes (--budget) - grand total sum of dis- sum of dis- sum of displayed sum of dis- sum of dis- + grand total sum of dis- sum of dis- sum of displayed sum of dis- sum of dis- played val- played val- valued played val- played values ues ues ues - - balance (bs, - bse, cf, is) + bse, cf, is) with report interval starting bal- sums of value at sums of values of value at sums of post- @@ -1630,10 +1655,12 @@ VALUATION amounts changes/end changes/end changes/end bal- ances changes/end (--budget) balances balances ances balances row totals, sums, aver- sums, aver- sums, averages of sums, aver- sums, aver- - row averages ages of dis- ages of dis- displayed values ages of dis- ages of dis- + row averages ages of dis- ages of dis- displayed values ages of dis- ages of dis- (-T, -A) played val- played val- played val- played values ues ues ues - column totals sums of dis- sums of dis- sums of displayed sums of dis- sums of dis- + + + column totals sums of dis- sums of dis- sums of displayed sums of dis- sums of dis- played val- played val- values played val- played values ues ues ues grand total, sum, average sum, average sum, average of sum, average sum, average @@ -1648,43 +1675,43 @@ VALUATION cost calculated using price(s) recorded in the transaction(s). - value market value using available market price declarations, or the + value market value using available market price declarations, or the unchanged amount if no conversion rate can be found. report start - the first day of the report period specified with -b or -p or + the first day of the report period specified with -b or -p or date:, otherwise today. report or journal start - the first day of the report period specified with -b or -p or - date:, otherwise the earliest transaction date in the journal, + the first day of the report period specified with -b or -p or + date:, otherwise the earliest transaction date in the journal, otherwise today. report end - the last day of the report period specified with -e or -p or + the last day of the report period specified with -e or -p or date:, otherwise today. report or journal end - the last day of the report period specified with -e or -p or - date:, otherwise the latest transaction date in the journal, + the last day of the report period specified with -e or -p or + date:, otherwise the latest transaction date in the journal, otherwise today. report interval - a flag (-D/-W/-M/-Q/-Y) or period expression that activates the + a flag (-D/-W/-M/-Q/-Y) or period expression that activates the report's multi-period mode (whether showing one or many subperi- ods). PIVOTING Normally hledger sums amounts, and organizes them in a hierarchy, based - on account name. The --pivot FIELD option causes it to sum and orga- - nize hierarchy based on the value of some other field instead. FIELD - can be: status, code, description, payee, note, or the full name (case - insensitive) of any tag. As with account names, values containing + on account name. The --pivot FIELD option causes it to sum and orga- + nize hierarchy based on the value of some other field instead. FIELD + can be: status, code, description, payee, note, or the full name (case + insensitive) of any tag. As with account names, values containing colon:separated:parts will be displayed hierarchically in reports. - --pivot is a general option affecting all reports; you can think of + --pivot is a general option affecting all reports; you can think of hledger transforming the journal before any other processing, replacing - every posting's account name with the value of the specified field on + every posting's account name with the value of the specified field on that posting, inheriting it from the transaction or using a blank value if it's not present. @@ -1710,7 +1737,7 @@ PIVOTING -------------------- 0 - One way to show only amounts with a member: value (using a query, + One way to show only amounts with a member: value (using a query, described below): $ hledger balance --pivot member tag:member=. @@ -1718,7 +1745,7 @@ PIVOTING -------------------- -2 EUR - Another way (the acct: query matches against the pivoted "account + Another way (the acct: query matches against the pivoted "account name"): $ hledger balance --pivot member acct:. @@ -1733,35 +1760,35 @@ OUTPUT $ hledger print > foo.txt - Some commands (print, register, stats, the balance commands) also pro- - vide the -o/--output-file option, which does the same thing without + Some commands (print, register, stats, the balance commands) also pro- + vide the -o/--output-file option, which does the same thing without needing the shell. Eg: $ hledger print -o foo.txt $ hledger print -o - # write to stdout (the default) - hledger can optionally produce debug output (if enabled with - --debug=N); this goes to stderr, and is not affected by -o/--output- - file. If you need to capture it, use shell redirects, eg: hledger bal + hledger can optionally produce debug output (if enabled with + --debug=N); this goes to stderr, and is not affected by -o/--output- + file. If you need to capture it, use shell redirects, eg: hledger bal --debug=3 >file 2>&1. Output styling - hledger commands can produce colour output when the terminal supports - it. This is controlled by the --color/--colour option: - if the - --color/--colour option is given a value of yes or always (or no or + hledger commands can produce colour output when the terminal supports + it. This is controlled by the --color/--colour option: - if the + --color/--colour option is given a value of yes or always (or no or never), colour will (or will not) be used; - otherwise, if the NO_COLOR - environment variable is set, colour will not be used; - otherwise, + environment variable is set, colour will not be used; - otherwise, colour will be used if the output (terminal or file) supports it. hledger commands can also use unicode box-drawing characters to produce prettier tables and output. This is controlled by the --pretty option: - - if the --pretty option is given a value of yes or always (or no or - never), unicode characters will (or will not) be used; - otherwise, + - if the --pretty option is given a value of yes or always (or no or + never), unicode characters will (or will not) be used; - otherwise, unicode characters will not be used. Output format - Some commands offer additional output formats, other than the usual - plain text terminal output. Here are those commands and the formats + Some commands offer additional output formats, other than the usual + plain text terminal output. Here are those commands and the formats currently supported: @@ -1771,6 +1798,8 @@ OUTPUT balance Y 1 Y 1 Y 1,2 Y bal- Y 1 Y 1 Y 1 Y ancesheet + + bal- Y 1 Y 1 Y 1 Y ancesheete- quity @@ -1782,25 +1811,25 @@ OUTPUT o 1 Also affected by the balance commands' --layout option. - o 2 balance does not support html output without a report interval or + o 2 balance does not support html output without a report interval or with --budget. The output format is selected by the -O/--output-format=FMT option: $ hledger print -O csv # print CSV on stdout - or by the filename extension of an output file specified with the + or by the filename extension of an output file specified with the -o/--output-file=FILE.FMT option: $ hledger balancesheet -o foo.csv # write CSV to foo.csv - The -O option can be combined with -o to override the file extension, + The -O option can be combined with -o to override the file extension, if needed: $ hledger balancesheet -o foo.txt -O csv # write CSV to foo.txt CSV output - o In CSV output, digit group marks (such as thousands separators) are + o In CSV output, digit group marks (such as thousands separators) are disabled automatically. HTML output @@ -1810,19 +1839,19 @@ OUTPUT JSON output o Not yet much used; real-world feedback is welcome. - o Our JSON is rather large and verbose, as it is quite a faithful rep- - resentation of hledger's internal data types. To understand the + o Our JSON is rather large and verbose, as it is quite a faithful rep- + resentation of hledger's internal data types. To understand the JSON, read the Haskell type definitions, which are mostly in https://github.com/simonmichael/hledger/blob/master/hledger- lib/Hledger/Data/Types.hs. - o hledger represents quantities as Decimal values storing up to 255 - significant digits, eg for repeating decimals. Such numbers can + o hledger represents quantities as Decimal values storing up to 255 + significant digits, eg for repeating decimals. Such numbers can arise in practice (from automatically-calculated transaction prices), - and would break most JSON consumers. So in JSON, we show quantities + and would break most JSON consumers. So in JSON, we show quantities as simple Numbers with at most 10 decimal places. We don't limit the - number of integer digits, but that part is under your control. We - hope this approach will not cause problems in practice; if you find + number of integer digits, but that part is under your control. We + hope this approach will not cause problems in practice; if you find otherwise, please let us know. (Cf #1195) SQL output @@ -1830,33 +1859,33 @@ OUTPUT o SQL output is expected to work with sqlite, MySQL and PostgreSQL - o SQL output is structured with the expectations that statements will - be executed in the empty database. If you already have tables cre- - ated via SQL output of hledger, you would probably want to either + o SQL output is structured with the expectations that statements will + be executed in the empty database. If you already have tables cre- + ated via SQL output of hledger, you would probably want to either clear tables of existing data (via delete or truncate SQL statements) or drop tables completely as otherwise your postings will be duped. Commodity styles - The display style of a commodity/currency is inferred according to the + The display style of a commodity/currency is inferred according to the rules described in Commodity display style. The inferred display style - can be overridden by an optional -c/--commodity-style option (Excep- - tions: as is the case for inferred styles, price amounts, and all - amounts displayed by the print command, will be displayed with all of - their decimal digits visible, regardless of the specified precision). + can be overridden by an optional -c/--commodity-style option (Excep- + tions: as is the case for inferred styles, price amounts, and all + amounts displayed by the print command, will be displayed with all of + their decimal digits visible, regardless of the specified precision). For example, the following will override the display style for dollars. $ hledger print -c '$1.000,0' - The format specification of the style is identical to the commodity - display style specification for the commodity directive. The command - line option can be supplied repeatedly to override the display style + The format specification of the style is identical to the commodity + display style specification for the commodity directive. The command + line option can be supplied repeatedly to override the display style for multiple commodity/currency symbols. COMMANDS - hledger provides a number of commands for producing reports and manag- - ing your data. Run hledger with no arguments to list the commands - available, and hledger CMD to run a command. CMD can be the full com- - mand name, or its standard abbreviation shown in the commands list, or + hledger provides a number of commands for producing reports and manag- + ing your data. Run hledger with no arguments to list the commands + available, and hledger CMD to run a command. CMD can be the full com- + mand name, or its standard abbreviation shown in the commands list, or any unambiguous prefix of the name. Eg: hledger bal. Here are the built-in commands, with the most often-used in bold: @@ -1900,7 +1929,7 @@ COMMANDS o activity - show postings-per-interval bar charts - o balance (bal) - show balance changes/end balances/budgets in any + o balance (bal) - show balance changes/end balances/budgets in any accounts o codes - show transaction codes @@ -1923,10 +1952,10 @@ COMMANDS o print-unique - show only transactions with unique descriptions - o register (reg) - show postings in one or more accounts & running + o register (reg) - show postings in one or more accounts & running total - o register-match - show a recent posting that best matches a descrip- + o register-match - show a recent posting that best matches a descrip- tion o stats - show journal statistics @@ -1935,25 +1964,23 @@ COMMANDS o test - run self tests + Add-on commands: - Programs or scripts named hledger-SOMETHING in your PATH are add-on - commands; these appear in the commands list with a + mark. Two of - these are maintained and released with hledger: + Programs or scripts named hledger-SOMETHING in your PATH are add-on + commands; these appear in the commands list with a + mark. The follow- + ing add-on commands can be installed, eg by the hledger-install script: - o ui - an efficient terminal interface (TUI) for hledger + o ui - hledger's official curses-style TUI - o web - a simple web interface (WUI) for hledger + o web - hledger's official web UI - And these add-ons are maintained separately: + o iadd - a popular alternative to hledger's add command. - o iadd - a more interactive alternative for the add command + o interest - generates interest transactions - o interest - generates interest transactions according to various - schemes - - o stockquotes - downloads market prices for your commodities from - AlphaVantage (experimental) + o stockquotes - downloads market prices. (Alpha quality, needs your + help.) Next, the detailed command docs, in alphabetical order. @@ -1961,16 +1988,16 @@ COMMANDS accounts Show account names. - This command lists account names, either declared with account direc- - tives (--declared), posted to (--used), or both (the default). With - query arguments, only matched account names and account names refer- - enced by matched postings are shown. It shows a flat list by default. - With --tree, it uses indentation to show the account hierarchy. In - flat mode you can add --drop N to omit the first few account name com- - ponents. Account names can be depth-clipped with depth:N or --depth N + This command lists account names, either declared with account direc- + tives (--declared), posted to (--used), or both (the default). With + query arguments, only matched account names and account names refer- + enced by matched postings are shown. It shows a flat list by default. + With --tree, it uses indentation to show the account hierarchy. In + flat mode you can add --drop N to omit the first few account name com- + ponents. Account names can be depth-clipped with depth:N or --depth N or -N. - With --types, it also shows each account's type, if it's known. (See + With --types, it also shows each account's type, if it's known. (See Declaring accounts > Account types.) Examples: @@ -1989,8 +2016,8 @@ COMMANDS activity Show an ascii barchart of posting counts per interval. - The activity command displays an ascii histogram showing transaction - counts by day, week, month or other reporting interval (by day is the + The activity command displays an ascii histogram showing transaction + counts by day, week, month or other reporting interval (by day is the default). With query arguments, it counts only matched transactions. Examples: @@ -2003,25 +2030,25 @@ COMMANDS add add - Prompt for transactions and add them to the journal. Any arguments + Prompt for transactions and add them to the journal. Any arguments will be used as default inputs for the first N prompts. - Many hledger users edit their journals directly with a text editor, or - generate them from CSV. For more interactive data entry, there is the - add command, which prompts interactively on the console for new trans- - actions, and appends them to the main journal file (which should be in - journal format). Existing transactions are not changed. This is one - of the few hledger commands that writes to the journal file (see also + Many hledger users edit their journals directly with a text editor, or + generate them from CSV. For more interactive data entry, there is the + add command, which prompts interactively on the console for new trans- + actions, and appends them to the main journal file (which should be in + journal format). Existing transactions are not changed. This is one + of the few hledger commands that writes to the journal file (see also import). To use it, just run hledger add and follow the prompts. You can add as - many transactions as you like; when you are finished, enter . or press + many transactions as you like; when you are finished, enter . or press control-d or control-c to exit. Features: - o add tries to provide useful defaults, using the most similar (by - description) recent transaction (filtered by the query, if any) as a + o add tries to provide useful defaults, using the most similar (by + description) recent transaction (filtered by the query, if any) as a template. o You can also set the initial defaults with command line arguments. @@ -2029,10 +2056,10 @@ COMMANDS o Readline-style edit keys can be used during data entry. o The tab key will auto-complete whenever possible - accounts, descrip- - tions, dates (yesterday, today, tomorrow). If the input area is + tions, dates (yesterday, today, tomorrow). If the input area is empty, it will insert the default value. - o If the journal defines a default commodity, it will be added to any + o If the journal defines a default commodity, it will be added to any bare numbers entered. o A parenthesised transaction code may be entered following a date. @@ -2041,7 +2068,7 @@ COMMANDS o If you make a mistake, enter < at any prompt to go one step backward. - o Input prompts are displayed in a different colour when the terminal + o Input prompts are displayed in a different colour when the terminal supports it. Example (see the tutorial for a detailed explanation): @@ -2071,97 +2098,97 @@ COMMANDS Starting the next transaction (. or ctrl-D/ctrl-C to quit) Date [2015/05/22]: $ - On Microsoft Windows, the add command makes sure that no part of the + On Microsoft Windows, the add command makes sure that no part of the file path ends with a period, as that would cause problems (#1056). aregister aregister, areg - Show the transactions and running historical balance of a single + Show the transactions and running historical balance of a single account, with each transaction displayed as one line. aregister shows the overall transactions affecting a particular account - (and any subaccounts). Each report line represents one transaction in - this account. Transactions before the report start date are always + (and any subaccounts). Each report line represents one transaction in + this account. Transactions before the report start date are always included in the running balance (--historical mode is always on). - This is a more "real world", bank-like view than the register command - (which shows individual postings, possibly from multiple accounts, not + This is a more "real world", bank-like view than the register command + (which shows individual postings, possibly from multiple accounts, not necessarily in historical mode). As a quick rule of thumb: - use areg- ister for reviewing and reconciling real-world asset/liability accounts - use register for reviewing detailed revenues/expenses. - aregister requires one argument: the account to report on. You can - write either the full account name, or a case-insensitive regular - expression which will select the alphabetically first matched account. - (Eg if you have assets:aaa:checking and assets:bbb:checking accounts, + aregister requires one argument: the account to report on. You can + write either the full account name, or a case-insensitive regular + expression which will select the alphabetically first matched account. + (Eg if you have assets:aaa:checking and assets:bbb:checking accounts, hledger areg checking would select assets:aaa:checking.) - Transactions involving subaccounts of this account will also be shown. - aregister ignores depth limits, so its final total will always match a + Transactions involving subaccounts of this account will also be shown. + aregister ignores depth limits, so its final total will always match a balance report with similar arguments. - Any additional arguments form a query which will filter the transac- + Any additional arguments form a query which will filter the transac- tions shown. Note some queries will disturb the running balance, caus- ing it to be different from the account's real-world running balance. - An example: this shows the transactions and historical running balance + An example: this shows the transactions and historical running balance during july, in the first account whose name contains "checking": $ hledger areg checking date:jul Each aregister line item shows: - o the transaction's date (or the relevant posting's date if different, + o the transaction's date (or the relevant posting's date if different, see below) - o the names of all the other account(s) involved in this transaction + o the names of all the other account(s) involved in this transaction (probably abbreviated) o the total change to this account's balance from this transaction o the account's historical running balance after this transaction. - Transactions making a net change of zero are not shown by default; add + Transactions making a net change of zero are not shown by default; add the -E/--empty flag to show them. - For performance reasons, column widths are chosen based on the first - 1000 lines; this means unusually wide values in later lines can cause - visual discontinuities as column widths are adjusted. If you want to - ensure perfect alignment, at the cost of more time and memory, use the + For performance reasons, column widths are chosen based on the first + 1000 lines; this means unusually wide values in later lines can cause + visual discontinuities as column widths are adjusted. If you want to + ensure perfect alignment, at the cost of more time and memory, use the --align-all flag. - This command also supports the output destination and output format + This command also supports the output destination and output format options. The output formats supported are txt, csv, and json. aregister and custom posting dates - Transactions whose date is outside the report period can still be - shown, if they have a posting to this account dated inside the report - period. (And in this case it's the posting date that is shown.) This + Transactions whose date is outside the report period can still be + shown, if they have a posting to this account dated inside the report + period. (And in this case it's the posting date that is shown.) This ensures that aregister can show an accurate historical running balance, matching the one shown by register -H with the same arguments. - To filter strictly by transaction date instead, add the --txn-dates - flag. If you use this flag and some of your postings have custom + To filter strictly by transaction date instead, add the --txn-dates + flag. If you use this flag and some of your postings have custom dates, it's probably best to assume the running balance is wrong. balance balance, bal Show accounts and their balances. - balance is one of hledger's oldest and most versatile commands, for - listing account balances, balance changes, values, value changes and + balance is one of hledger's oldest and most versatile commands, for + listing account balances, balance changes, values, value changes and more, during one time period or many. Generally it shows a table, with rows representing accounts, and columns representing periods. - Note there are some higher-level variants of the balance command with - convenient defaults, which can be simpler to use: balancesheet, bal- + Note there are some higher-level variants of the balance command with + convenient defaults, which can be simpler to use: balancesheet, bal- ancesheetequity, cashflow and incomestatement. When you need more con- trol, then use balance. balance features - Here's a quick overview of the balance command's features, followed by - more detailed descriptions and examples. Many of these work with the + Here's a quick overview of the balance command's features, followed by + more detailed descriptions and examples. Many of these work with the higher-level commands as well. balance can show.. @@ -2212,7 +2239,7 @@ COMMANDS ..with.. - o totals (-T), averages (-A), percentages (-%), inverted sign + o totals (-T), averages (-A), percentages (-%), inverted sign (--invert) o rows and columns swapped (--transpose) @@ -2224,21 +2251,21 @@ COMMANDS o commodities displayed on the same line or multiple lines (--layout) This command supports the output destination and output format options, - with output formats txt, csv, json, and (multi-period reports only:) - html. In txt output in a colour-supporting terminal, negative amounts + with output formats txt, csv, json, and (multi-period reports only:) + html. In txt output in a colour-supporting terminal, negative amounts are shown in red. - The --related/-r flag shows the balance of the other postings in the + The --related/-r flag shows the balance of the other postings in the transactions of the postings which would normally be shown. Simple balance report - With no arguments, balance shows a list of all accounts and their - change of balance - ie, the sum of posting amounts, both inflows and - outflows - during the entire period of the journal. For real-world - accounts, this should also match their end balance at the end of the + With no arguments, balance shows a list of all accounts and their + change of balance - ie, the sum of posting amounts, both inflows and + outflows - during the entire period of the journal. For real-world + accounts, this should also match their end balance at the end of the journal period (more on this below). - Accounts are sorted by declaration order if any, and then alphabeti- + Accounts are sorted by declaration order if any, and then alphabeti- cally by account name. For instance (using examples/sample.journal): $ hledger -f examples/sample.journal bal @@ -2253,7 +2280,7 @@ COMMANDS 0 Accounts with a zero balance (and no non-zero subaccounts, in tree mode - - see below) are hidden by default. Use -E/--empty to show them + - see below) are hidden by default. Use -E/--empty to show them (revealing assets:bank:checking here): $ hledger -f examples/sample.journal bal -E @@ -2268,11 +2295,11 @@ COMMANDS -------------------- 0 - The total of the amounts displayed is shown as the last line, unless + The total of the amounts displayed is shown as the last line, unless -N/--no-total is used. Filtered balance report - You can show fewer accounts, a different time period, totals from + You can show fewer accounts, a different time period, totals from cleared transactions only, etc. by using query arguments or options to limit the postings being matched. Eg: @@ -2282,10 +2309,10 @@ COMMANDS $-2 List or tree mode - By default, or with -l/--flat, accounts are shown as a flat list with + By default, or with -l/--flat, accounts are shown as a flat list with their full names visible, as in the examples above. - With -t/--tree, the account hierarchy is shown, with subaccounts' + With -t/--tree, the account hierarchy is shown, with subaccounts' "leaf" names indented below their parent: $ hledger -f examples/sample.journal balance @@ -2305,26 +2332,26 @@ COMMANDS Notes: o "Boring" accounts are combined with their subaccount for more compact - output, unless --no-elide is used. Boring accounts have no balance - of their own and just one subaccount (eg assets:bank and liabilities + output, unless --no-elide is used. Boring accounts have no balance + of their own and just one subaccount (eg assets:bank and liabilities above). - o All balances shown are "inclusive", ie including the balances from - all subaccounts. Note this means some repetition in the output, + o All balances shown are "inclusive", ie including the balances from + all subaccounts. Note this means some repetition in the output, which requires explanation when sharing reports with non-plaintextac- - counting-users. A tree mode report's final total is the sum of the + counting-users. A tree mode report's final total is the sum of the top-level balances shown, not of all the balances shown. - o Each group of sibling accounts (ie, under a common parent) is sorted + o Each group of sibling accounts (ie, under a common parent) is sorted separately. Depth limiting - With a depth:NUM query, or --depth NUM option, or just -NUM (eg: -3) - balance reports will show accounts only to the specified depth, hiding - the deeper subaccounts. This can be useful for getting an overview + With a depth:NUM query, or --depth NUM option, or just -NUM (eg: -3) + balance reports will show accounts only to the specified depth, hiding + the deeper subaccounts. This can be useful for getting an overview without too much detail. - Account balances at the depth limit always include the balances from + Account balances at the depth limit always include the balances from any deeper subaccounts (even in list mode). Eg, limiting to depth 1: $ hledger -f examples/sample.journal balance -1 @@ -2336,7 +2363,7 @@ COMMANDS 0 Dropping top-level accounts - You can also hide one or more top-level account name parts, using + You can also hide one or more top-level account name parts, using --drop NUM. This can be useful for hiding repetitive top-level account names: @@ -2348,9 +2375,9 @@ COMMANDS Multi-period balance report - With a report interval (set by the -D/--daily, -W/--weekly, - -M/--monthly, -Q/--quarterly, -Y/--yearly, or -p/--period flag), bal- - ance shows a tabular report, with columns representing successive time + With a report interval (set by the -D/--daily, -W/--weekly, + -M/--monthly, -Q/--quarterly, -Y/--yearly, or -p/--period flag), bal- + ance shows a tabular report, with columns representing successive time periods (and a title): $ hledger -f examples/sample.journal bal --quarterly income expenses -E @@ -2371,21 +2398,21 @@ COMMANDS encompass the displayed subperiods (so that the first and last subpe- riods have the same duration as the others). - o Leading and trailing periods (columns) containing all zeroes are not + o Leading and trailing periods (columns) containing all zeroes are not shown, unless -E/--empty is used. - o Accounts (rows) containing all zeroes are not shown, unless + o Accounts (rows) containing all zeroes are not shown, unless -E/--empty is used. - o Amounts with many commodities are shown in abbreviated form, unless + o Amounts with many commodities are shown in abbreviated form, unless --no-elide is used. (experimental) - o Average and/or total columns can be added with the -A/--average and + o Average and/or total columns can be added with the -A/--average and -T/--row-total flags. o The --transpose flag can be used to exchange rows and columns. - o The --pivot FIELD option causes a different transaction field to be + o The --pivot FIELD option causes a different transaction field to be used as "account name". See PIVOTING. Multi-period reports with many periods can be too wide for easy viewing @@ -2399,32 +2426,32 @@ COMMANDS o Reduce the terminal's font size - o View with a pager like less, eg: hledger bal -D --color=yes | less + o View with a pager like less, eg: hledger bal -D --color=yes | less -RS - o Output as CSV and use a CSV viewer like visidata (hledger bal -D -O - csv | vd -f csv), Emacs' csv-mode (M-x csv-mode, C-c C-a), or a + o Output as CSV and use a CSV viewer like visidata (hledger bal -D -O + csv | vd -f csv), Emacs' csv-mode (M-x csv-mode, C-c C-a), or a spreadsheet (hledger bal -D -o a.csv && open a.csv) - o Output as HTML and view with a browser: hledger bal -D -o a.html && + o Output as HTML and view with a browser: hledger bal -D -o a.html && open a.html Showing declared accounts - With --declared, accounts which have been declared with an account - directive will be included in the balance report, even if they have no + With --declared, accounts which have been declared with an account + directive will be included in the balance report, even if they have no transactions. (Since they will have a zero balance, you will also need -E/--empty to see them.) - More precisely, leaf declared accounts (with no subaccounts) will be + More precisely, leaf declared accounts (with no subaccounts) will be included, since those are usually the more useful in reports. - The idea of this is to be able to see a useful "complete" balance - report, even when you don't have transactions in all of your declared + The idea of this is to be able to see a useful "complete" balance + report, even when you don't have transactions in all of your declared accounts yet. Data layout - The --layout option affects how multi-commodity amounts are displayed, - and some other things, influencing the overall layout of the report + The --layout option affects how multi-commodity amounts are displayed, + and some other things, influencing the overall layout of the report data: o --layout=wide[,WIDTH]: commodities are shown on a single line, possi- @@ -2436,11 +2463,11 @@ COMMANDS bols in a separate column o --layout=tidy: data is normalised to tidy form, with one row per data - value. We currently support this with CSV output only. In tidy - mode, totals and row averages are disabled (-N/--no-total is implied + value. We currently support this with CSV output only. In tidy + mode, totals and row averages are disabled (-N/--no-total is implied and -T/--row-total and -A/--average will be ignored). - These --layout modes are supported with some but not all of the output + These --layout modes are supported with some but not all of the output formats: @@ -2464,7 +2491,7 @@ COMMANDS ------------------++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- || 10.00 ITOT, 337.18 USD, 12.00 VEA, 106.00 VHT 70.00 GLD, 18.00 ITOT, -98.12 USD, 10.00 VEA, 18.00 VHT -11.00 ITOT, 4881.44 USD, 14.00 VEA, 170.00 VHT 70.00 GLD, 17.00 ITOT, 5120.50 USD, 36.00 VEA, 294.00 VHT - o Limited wide layout. A width limit reduces the width, but some com- + o Limited wide layout. A width limit reduces the width, but some com- modities will be hidden: $ hledger -f examples/bcexample.hledger bal assets:us:etrade -3 -T -Y --layout=wide,32 @@ -2476,7 +2503,7 @@ COMMANDS ------------------++--------------------------------------------------------------------------------------------------------------------------- || 10.00 ITOT, 337.18 USD, 2 more.. 70.00 GLD, 18.00 ITOT, 3 more.. -11.00 ITOT, 3 more.. 70.00 GLD, 17.00 ITOT, 3 more.. - o Tall layout. Each commodity gets a new line (may be different in + o Tall layout. Each commodity gets a new line (may be different in each column), and account names are repeated: $ hledger -f examples/bcexample.hledger bal assets:us:etrade -3 -T -Y --layout=tall @@ -2496,7 +2523,7 @@ COMMANDS || 106.00 VHT 10.00 VEA 170.00 VHT 36.00 VEA || 18.00 VHT 294.00 VHT - o Bare layout. Commodity symbols are kept in one column, each commod- + o Bare layout. Commodity symbols are kept in one column, each commod- ity gets its own report row, account names are repeated: $ hledger -f examples/bcexample.hledger bal assets:us:etrade -3 -T -Y --layout=bare @@ -2516,7 +2543,7 @@ COMMANDS || VEA 12.00 10.00 14.00 36.00 || VHT 106.00 18.00 170.00 294.00 - o Bare layout also affects CSV output, which is useful for producing + o Bare layout also affects CSV output, which is useful for producing data that is easier to consume, eg when making charts: $ hledger -f examples/bcexample.hledger bal assets:us:etrade -3 -O csv --layout=bare @@ -2532,10 +2559,10 @@ COMMANDS "total","VEA","36.00" "total","VHT","294.00" - o Tidy layout produces normalised "tidy data", where every variable is - a column and each row represents a single data point (see + o Tidy layout produces normalised "tidy data", where every variable is + a column and each row represents a single data point (see https://cran.r-project.org/web/packages/tidyr/vignettes/tidy- - data.html). This kind of data is the easiest to process with other + data.html). This kind of data is the easiest to process with other software: $ hledger -f examples/bcexample.hledger bal assets:us:etrade -3 -Y -O csv --layout=tidy @@ -2557,21 +2584,21 @@ COMMANDS "Assets:US:ETrade","2014","2014-01-01","2014-12-31","VHT","170.00" Sorting by amount - With -S/--sort-amount, accounts with the largest (most positive) bal- - ances are shown first. Eg: hledger bal expenses -MAS shows your big- - gest averaged monthly expenses first. When more than one commodity is - present, they will be sorted by the alphabetically earliest commodity - first, and then by subsequent commodities (if an amount is missing a + With -S/--sort-amount, accounts with the largest (most positive) bal- + ances are shown first. Eg: hledger bal expenses -MAS shows your big- + gest averaged monthly expenses first. When more than one commodity is + present, they will be sorted by the alphabetically earliest commodity + first, and then by subsequent commodities (if an amount is missing a commodity, it is treated as 0). - Revenues and liability balances are typically negative, however, so -S - shows these in reverse order. To work around this, you can add - --invert to flip the signs. (Or, use one of the higher-level reports, - which flip the sign automatically. Eg: hledger incomestatement -MAS). + Revenues and liability balances are typically negative, however, so -S + shows these in reverse order. To work around this, you can add + --invert to flip the signs. (Or, use one of the higher-level reports, + which flip the sign automatically. Eg: hledger incomestatement -MAS). Percentages - With -%/--percent, balance reports show each account's value expressed + With -%/--percent, balance reports show each account's value expressed as a percentage of the (column) total: $ hledger -f examples/sample.journal bal expenses -Q -% @@ -2585,62 +2612,62 @@ COMMANDS || 0 100.0 % 0 0 Note it is not useful to calculate percentages if the amounts in a col- - umn have mixed signs. In this case, make a separate report for each + umn have mixed signs. In this case, make a separate report for each sign, eg: $ hledger bal -% amt:`>0` $ hledger bal -% amt:`<0` - Similarly, if the amounts in a column have mixed commodities, convert - them to one commodity with -B, -V, -X or --value, or make a separate + Similarly, if the amounts in a column have mixed commodities, convert + them to one commodity with -B, -V, -X or --value, or make a separate report for each commodity: $ hledger bal -% cur:\\$ $ hledger bal -% cur:EUR Balance change, end balance - It's important to be clear on the meaning of the numbers shown in bal- + It's important to be clear on the meaning of the numbers shown in bal- ance reports. Here is some terminology we use: - A balance change is the net amount added to, or removed from, an + A balance change is the net amount added to, or removed from, an account during some period. - An end balance is the amount accumulated in an account as of some date - (and some time, but hledger doesn't store that; assume end of day in + An end balance is the amount accumulated in an account as of some date + (and some time, but hledger doesn't store that; assume end of day in your timezone). It is the sum of previous balance changes. - We call it a historical end balance if it includes all balance changes + We call it a historical end balance if it includes all balance changes since the account was created. For a real world account, this means it - will match the "historical record", eg the balances reported in your + will match the "historical record", eg the balances reported in your bank statements or bank web UI. (If they are correct!) - In general, balance changes are what you want to see when reviewing + In general, balance changes are what you want to see when reviewing revenues and expenses, and historical end balances are what you want to see when reviewing or reconciling asset, liability and equity accounts. - balance shows balance changes by default. To see accurate historical + balance shows balance changes by default. To see accurate historical end balances: - 1. Initialise account starting balances with an "opening balances" - transaction (a transfer from equity to the account), unless the + 1. Initialise account starting balances with an "opening balances" + transaction (a transfer from equity to the account), unless the journal covers the account's full lifetime. 2. Include all of of the account's prior postings in the report, by not - specifying a report start date, or by using the -H/--historical + specifying a report start date, or by using the -H/--historical flag. (-H causes report start date to be ignored when summing post- ings.) Balance report types For more flexible reporting, there are three important option groups: - hledger balance [CALCULATIONTYPE] [ACCUMULATIONTYPE] [VALUATIONTYPE] + hledger balance [CALCULATIONTYPE] [ACCUMULATIONTYPE] [VALUATIONTYPE] ... - The first two are the most important: calculation type selects the - basic calculation to perform for each table cell, while accumulation + The first two are the most important: calculation type selects the + basic calculation to perform for each table cell, while accumulation type says which postings should be included in each cell's calculation. - Typically one or both of these are selected by default, so you don't - need to write them explicitly. A valuation type can be added if you + Typically one or both of these are selected by default, so you don't + need to write them explicitly. A valuation type can be added if you want to convert the basic report to value or cost. Calculation type: @@ -2651,27 +2678,27 @@ COMMANDS o --budget : like --sum but also show a goal amount o --valuechange : show the change in period-end historical balance val- - ues (caused by deposits, withdrawals, and/or market price fluctua- + ues (caused by deposits, withdrawals, and/or market price fluctua- tions) - o --gain : show the unrealised capital gain/loss, (the current valued + o --gain : show the unrealised capital gain/loss, (the current valued balance minus each amount's original cost) Accumulation type: - Which postings should be included in each cell's calculation. It is + Which postings should be included in each cell's calculation. It is one of: - o --change : postings from column start to column end, ie within the - cell's period. Typically used to see revenues/expenses. (default + o --change : postings from column start to column end, ie within the + cell's period. Typically used to see revenues/expenses. (default for balance, incomestatement) - o --cumulative : postings from report start to column end, eg to show + o --cumulative : postings from report start to column end, eg to show changes accumulated since the report's start date. Rarely used. - o --historical/-H : postings from journal start to column end, ie all + o --historical/-H : postings from journal start to column end, ie all postings from account creation to the end of the cell's period. Typ- ically used to see historical end balances of assets/liabili- - ties/equity. (default for balancesheet, balancesheetequity, cash- + ties/equity. (default for balancesheet, balancesheetequity, cash- flow) Valuation type: @@ -2684,7 +2711,7 @@ COMMANDS o --value=then[,COMM] : show value at transaction dates - o --value=end[,COMM] : show value at period end date(s) (default with + o --value=end[,COMM] : show value at period end date(s) (default with --valuechange, --gain) o --value=now[,COMM] : show value at today's date @@ -2693,13 +2720,13 @@ COMMANDS or one of their aliases: --cost/-B, --market/-V or --exchange/-X. - Most combinations of these options should produce reasonable reports, - but if you find any that seem wrong or misleading, let us know. The + Most combinations of these options should produce reasonable reports, + but if you find any that seem wrong or misleading, let us know. The following restrictions are applied: o --valuechange implies --value=end - o --valuechange makes --change the default when used with the bal- + o --valuechange makes --change the default when used with the bal- ancesheet/balancesheetequity commands o --cumulative or --historical disables --row-total/-T @@ -2708,7 +2735,6 @@ COMMANDS tion show: - Valua- no valuation --value= then --value= end --value= YYYY- tion: MM-DD /now >Accumu- @@ -2716,16 +2742,16 @@ COMMANDS v ------------------------------------------------------------------------------------ --change change in period sum of posting- period-end DATE-value of - date market val- value of change change in + date market val- value of change change in ues in period in period period --cumu- change from sum of posting- period-end DATE-value of - lative report start to date market val- value of change change from + lative report start to date market val- value of change change from period end ues from report from report report start start to period start to period to period end end end --his- change from sum of posting- period-end DATE-value of - torical journal start to date market val- value of change change from - /-H period end (his- ues from journal from journal journal start + torical journal start to date market val- value of change change from + /-H period end (his- ues from journal from journal journal start torical end bal- start to period start to period to period end ance) end end @@ -2733,25 +2759,25 @@ COMMANDS Some frequently used balance options/reports are: o bal -M revenues expenses - Show revenues/expenses in each month. Also available as the incomes- + Show revenues/expenses in each month. Also available as the incomes- tatement command. o bal -M -H assets liabilities - Show historical asset/liability balances at each month end. Also + Show historical asset/liability balances at each month end. Also available as the balancesheet command. o bal -M -H assets liabilities equity - Show historical asset/liability/equity balances at each month end. + Show historical asset/liability/equity balances at each month end. Also available as the balancesheetequity command. o bal -M assets not:receivable - Show changes to liquid assets in each month. Also available as the + Show changes to liquid assets in each month. Also available as the cashflow command. Also: o bal -M expenses -2 -SA - Show monthly expenses summarised to depth 2 and sorted by average + Show monthly expenses summarised to depth 2 and sorted by average amount. o bal -M --budget expenses @@ -2765,12 +2791,12 @@ COMMANDS Show top gainers [or losers] last week Budget report - The --budget report type activates extra columns showing any budget - goals for each account and period. The budget goals are defined by - periodic transactions. This is very useful for comparing planned and + The --budget report type activates extra columns showing any budget + goals for each account and period. The budget goals are defined by + periodic transactions. This is very useful for comparing planned and actual income, expenses, time usage, etc. - For example, you can take average monthly expenses in the common + For example, you can take average monthly expenses in the common expense categories to construct a minimal monthly budget: ;; Budget @@ -2817,26 +2843,26 @@ COMMANDS This is different from a normal balance report in several ways: - o Only accounts with budget goals during the report period are shown, + o Only accounts with budget goals during the report period are shown, by default. - o In each column, in square brackets after the actual amount, budget - goal amounts are shown, and the actual/goal percentage. (Note: bud- + o In each column, in square brackets after the actual amount, budget + goal amounts are shown, and the actual/goal percentage. (Note: bud- get goals should be in the same commodity as the actual amount.) - o All parent accounts are always shown, even in list mode. Eg assets, + o All parent accounts are always shown, even in list mode. Eg assets, assets:bank, and expenses above. - o Amounts always include all subaccounts, budgeted or unbudgeted, even + o Amounts always include all subaccounts, budgeted or unbudgeted, even in list mode. This means that the numbers displayed will not always add up! Eg above, - the expenses actual amount includes the gifts and supplies transac- - tions, but the expenses:gifts and expenses:supplies accounts are not + the expenses actual amount includes the gifts and supplies transac- + tions, but the expenses:gifts and expenses:supplies accounts are not shown, as they have no budget amounts declared. - This can be confusing. When you need to make things clearer, use the - -E/--empty flag, which will reveal all accounts including unbudgeted + This can be confusing. When you need to make things clearer, use the + -E/--empty flag, which will reveal all accounts including unbudgeted ones, giving the full picture. Eg: $ hledger balance -M --budget --empty @@ -2878,12 +2904,12 @@ COMMANDS For more examples and notes, see Budgeting. Budget report start date - This might be a bug, but for now: when making budget reports, it's a + This might be a bug, but for now: when making budget reports, it's a good idea to explicitly set the report's start date to the first day of - a reporting period, because a periodic rule like ~ monthly generates - its transactions on the 1st of each month, and if your journal has no - regular transactions on the 1st, the default report start date could - exclude that budget goal, which can be a little surprising. Eg here + a reporting period, because a periodic rule like ~ monthly generates + its transactions on the 1st of each month, and if your journal has no + regular transactions on the 1st, the default report start date could + exclude that budget goal, which can be a little surprising. Eg here the default report period is just the day of 2020-01-15: ~ monthly in 2020 @@ -2902,9 +2928,9 @@ COMMANDS --------------++------------ || $400 - To avoid this, specify the budget report's period, or at least the - start date, with -b/-e/-p/date:, to ensure it includes the budget goal - transactions (periodic transactions) that you want. Eg, adding -b + To avoid this, specify the budget report's period, or at least the + start date, with -b/-e/-p/date:, to ensure it includes the budget goal + transactions (periodic transactions) that you want. Eg, adding -b 2020/1/1 to the above: $ hledger bal expenses --budget -b 2020/1/1 @@ -2917,12 +2943,12 @@ COMMANDS || $400 [80% of $500] Budgets and subaccounts - You can add budgets to any account in your account hierarchy. If you + You can add budgets to any account in your account hierarchy. If you have budgets on both parent account and some of its children, then bud- - get(s) of the child account(s) would be added to the budget of their + get(s) of the child account(s) would be added to the budget of their parent, much like account balances behave. - In the most simple case this means that once you add a budget to any + In the most simple case this means that once you add a budget to any account, all its parents would have budget as well. To illustrate this, consider the following budget: @@ -2932,13 +2958,13 @@ COMMANDS expenses:personal:electronics $100.00 liabilities - With this, monthly budget for electronics is defined to be $100 and - budget for personal expenses is an additional $1000, which implicitly + With this, monthly budget for electronics is defined to be $100 and + budget for personal expenses is an additional $1000, which implicitly means that budget for both expenses:personal and expenses is $1100. - Transactions in expenses:personal:electronics will be counted both - towards its $100 budget and $1100 of expenses:personal , and transac- - tions in any other subaccount of expenses:personal would be counted + Transactions in expenses:personal:electronics will be counted both + towards its $100 budget and $1100 of expenses:personal , and transac- + tions in any other subaccount of expenses:personal would be counted towards only towards the budget of expenses:personal. For example, let's consider these transactions: @@ -2964,9 +2990,9 @@ COMMANDS expenses:personal $30.00 liabilities - As you can see, we have transactions in expenses:personal:electron- - ics:upgrades and expenses:personal:train tickets, and since both of - these accounts are without explicitly defined budget, these transac- + As you can see, we have transactions in expenses:personal:electron- + ics:upgrades and expenses:personal:train tickets, and since both of + these accounts are without explicitly defined budget, these transac- tions would be counted towards budgets of expenses:personal:electronics and expenses:personal accordingly: @@ -2982,7 +3008,7 @@ COMMANDS -------------------------------++------------------------------- || 0 [ 0] - And with --empty, we can get a better picture of budget allocation and + And with --empty, we can get a better picture of budget allocation and consumption: $ hledger balance --budget -M --empty @@ -3001,28 +3027,28 @@ COMMANDS Selecting budget goals The budget report evaluates periodic transaction rules to generate spe- - cial "goal transactions", which generate the goal amounts for each - account in each report subperiod. When troubleshooting, you can use + cial "goal transactions", which generate the goal amounts for each + account in each report subperiod. When troubleshooting, you can use the print command to show these as forecasted transactions: $ hledger print --forecast=BUDGETREPORTPERIOD tag:generated - By default, the budget report uses all available periodic transaction - rules to generate goals. This includes rules with a different report - interval from your report. Eg if you have daily, weekly and monthly - periodic rules, all of these will contribute to the goals in a monthly + By default, the budget report uses all available periodic transaction + rules to generate goals. This includes rules with a different report + interval from your report. Eg if you have daily, weekly and monthly + periodic rules, all of these will contribute to the goals in a monthly budget report. - You can select a subset of periodic rules by providing an argument to - the --budget flag. --budget=DESCPAT will match all periodic rules + You can select a subset of periodic rules by providing an argument to + the --budget flag. --budget=DESCPAT will match all periodic rules whose description contains DESCPAT, a case-insensitive substring (not a - regular expression or query). This means you can give your periodic - rules descriptions (remember that two spaces are needed), and then + regular expression or query). This means you can give your periodic + rules descriptions (remember that two spaces are needed), and then select from multiple budgets defined in your journal. Customising single-period balance reports For single-period balance reports displayed in the terminal (only), you - can use --format FMT to customise the format and content of each line. + can use --format FMT to customise the format and content of each line. Eg: $ hledger -f examples/sample.journal balance --format "%20(account) %12(total)" @@ -3040,7 +3066,7 @@ COMMANDS 0 The FMT format string (plus a newline) specifies the formatting applied - to each account/balance pair. It may contain any suitable text, with + to each account/balance pair. It may contain any suitable text, with data fields interpolated like so: %[MIN][.MAX](FIELDNAME) @@ -3051,14 +3077,14 @@ COMMANDS o FIELDNAME must be enclosed in parentheses, and can be one of: - o depth_spacer - a number of spaces equal to the account's depth, or + o depth_spacer - a number of spaces equal to the account's depth, or if MIN is specified, MIN * depth spaces. o account - the account's name o total - the account's balance/posted total, right justified - Also, FMT can begin with an optional prefix to control how multi-com- + Also, FMT can begin with an optional prefix to control how multi-com- modity amounts are rendered: o %_ - render on multiple lines, bottom-aligned (the default) @@ -3067,34 +3093,34 @@ COMMANDS o %, - render on one line, comma-separated - There are some quirks. Eg in one-line mode, %(depth_spacer) has no - effect, instead %(account) has indentation built in. Experimentation + There are some quirks. Eg in one-line mode, %(depth_spacer) has no + effect, instead %(account) has indentation built in. Experimentation may be needed to get pleasing results. Some example formats: o %(total) - the account's total - o %-20.20(account) - the account's name, left justified, padded to 20 + o %-20.20(account) - the account's name, left justified, padded to 20 characters and clipped at 20 characters - o %,%-50(account) %25(total) - account name padded to 50 characters, - total padded to 20 characters, with multiple commodities rendered on + o %,%-50(account) %25(total) - account name padded to 50 characters, + total padded to 20 characters, with multiple commodities rendered on one line - o %20(total) %2(depth_spacer)%-(account) - the default format for the + o %20(total) %2(depth_spacer)%-(account) - the default format for the single-column balance report balancesheet balancesheet, bs - This command displays a balance sheet, showing historical ending bal- + This command displays a balance sheet, showing historical ending bal- ances of asset and liability accounts. (To see equity as well, use the - balancesheetequity command.) Amounts are shown with normal positive + balancesheetequity command.) Amounts are shown with normal positive sign, as in conventional financial statements. - This report shows accounts declared with the Asset, Cash or Liability - type (see account types). Or if no such accounts are declared, it - shows top-level accounts named asset or liability (case insensitive, + This report shows accounts declared with the Asset, Cash or Liability + type (see account types). Or if no such accounts are declared, it + shows top-level accounts named asset or liability (case insensitive, plurals allowed) and their subaccounts. Example: @@ -3119,24 +3145,24 @@ COMMANDS 0 This command is a higher-level variant of the balance command, and sup- - ports many of that command's features, such as multi-period reports. - It is similar to hledger balance -H assets liabilities, but with - smarter account detection, and liabilities displayed with their sign + ports many of that command's features, such as multi-period reports. + It is similar to hledger balance -H assets liabilities, but with + smarter account detection, and liabilities displayed with their sign flipped. - This command also supports the output destination and output format - options The output formats supported are txt, csv, html, and (experi- + This command also supports the output destination and output format + options The output formats supported are txt, csv, html, and (experi- mental) json. balancesheetequity balancesheetequity, bse - This command displays a balance sheet, showing historical ending bal- - ances of asset, liability and equity accounts. Amounts are shown with + This command displays a balance sheet, showing historical ending bal- + ances of asset, liability and equity accounts. Amounts are shown with normal positive sign, as in conventional financial statements. - This report shows accounts declared with the Asset, Cash, Liability or - Equity type (see account types). Or if no such accounts are declared, - it shows top-level accounts named asset, liability or equity (case + This report shows accounts declared with the Asset, Cash, Liability or + Equity type (see account types). Or if no such accounts are declared, + it shows top-level accounts named asset, liability or equity (case insensitive, plurals allowed) and their subaccounts. Example: @@ -3166,31 +3192,31 @@ COMMANDS 0 This command is a higher-level variant of the balance command, and sup- - ports many of that command's features, such as multi-period reports. + ports many of that command's features, such as multi-period reports. It is similar to hledger balance -H assets liabilities equity, but with - smarter account detection, and liabilities/equity displayed with their + smarter account detection, and liabilities/equity displayed with their sign flipped. - This command also supports the output destination and output format - options The output formats supported are txt, csv, html, and (experi- + This command also supports the output destination and output format + options The output formats supported are txt, csv, html, and (experi- mental) json. cashflow cashflow, cf - This command displays a cashflow statement, showing the inflows and - outflows affecting "cash" (ie, liquid, easily convertible) assets. - Amounts are shown with normal positive sign, as in conventional finan- + This command displays a cashflow statement, showing the inflows and + outflows affecting "cash" (ie, liquid, easily convertible) assets. + Amounts are shown with normal positive sign, as in conventional finan- cial statements. - This report shows accounts declared with the Cash type (see account + This report shows accounts declared with the Cash type (see account types). Or if no such accounts are declared, it shows accounts - o under a top-level account named asset (case insensitive, plural + o under a top-level account named asset (case insensitive, plural allowed) o whose name contains some variation of cash, bank, checking or saving. - More precisely: all accounts matching this case insensitive regular + More precisely: all accounts matching this case insensitive regular expression: ^assets?(:.+)?:(cash|bank|che(ck|que?)(ing)?|savings?|currentcash)(:|$) @@ -3214,22 +3240,22 @@ COMMANDS $-1 This command is a higher-level variant of the balance command, and sup- - ports many of that command's features, such as multi-period reports. - It is similar to hledger balance assets not:fixed not:investment + ports many of that command's features, such as multi-period reports. + It is similar to hledger balance assets not:fixed not:investment not:receivable, but with smarter account detection. - This command also supports the output destination and output format - options The output formats supported are txt, csv, html, and (experi- + This command also supports the output destination and output format + options The output formats supported are txt, csv, html, and (experi- mental) json. check check Check for various kinds of errors in your data. - hledger provides a number of built-in error checks to help prevent - problems in your data. Some of these are run automatically; or, you - can use this check command to run them on demand, with no output and a - zero exit code if all is well. Specify their names (or a prefix) as + hledger provides a number of built-in error checks to help prevent + problems in your data. Some of these are run automatically; or, you + can use this check command to run them on demand, with no output and a + zero exit code if all is well. Specify their names (or a prefix) as argument(s). Some examples: @@ -3247,27 +3273,27 @@ COMMANDS o parseable - data files are well-formed and can be successfully parsed o balancedwithautoconversion - all transactions are balanced, inferring - missing amounts where necessary, and possibly converting commodities + missing amounts where necessary, and possibly converting commodities using transaction prices or automatically-inferred transaction prices - o assertions - all balance assertions in the journal are passing. + o assertions - all balance assertions in the journal are passing. (This check can be disabled with -I/--ignore-assertions.) Strict checks These additional checks are run when the -s/--strict (strict mode) flag - is used. Or, they can be run by giving their names as arguments to + is used. Or, they can be run by giving their names as arguments to check: o accounts - all account names used by transactions have been declared o commodities - all commodity symbols used have been declared - o balancednoautoconversion - transactions are balanced, possibly using + o balancednoautoconversion - transactions are balanced, possibly using explicit transaction prices but not inferred ones Other checks - These checks can be run only by giving their names as arguments to - check. They are more specialised and not desirable for everyone, + These checks can be run only by giving their names as arguments to + check. They are more specialised and not desirable for everyone, therefore optional: o ordereddates - transactions are ordered by date within each file @@ -3277,13 +3303,13 @@ COMMANDS o uniqueleafnames - all account leaf names are unique Custom checks - A few more checks are are available as separate add-on commands, in + A few more checks are are available as separate add-on commands, in https://github.com/simonmichael/hledger/tree/master/bin: - o hledger-check-tagfiles - all tag values containing / (a forward + o hledger-check-tagfiles - all tag values containing / (a forward slash) exist as file paths - o hledger-check-fancyassertions - more complex balance assertions are + o hledger-check-fancyassertions - more complex balance assertions are passing You could make similar scripts to perform your own custom checks. See: @@ -3291,38 +3317,38 @@ COMMANDS close close, equity - Prints a sample "closing" transaction bringing specified account bal- - ances to zero, and an inverse "opening" transaction restoring the same + Prints a sample "closing" transaction bringing specified account bal- + ances to zero, and an inverse "opening" transaction restoring the same account balances. - If like most people you split your journal files by time, eg by year: - at the end of the year you can use this command to "close out" your - asset and liability (and perhaps equity) balances in the old file, and - reinitialise them in the new file. This helps ensure that report bal- - ances remain correct whether you are including old files or not. - (Because all closing/opening transactions except the very first will + If like most people you split your journal files by time, eg by year: + at the end of the year you can use this command to "close out" your + asset and liability (and perhaps equity) balances in the old file, and + reinitialise them in the new file. This helps ensure that report bal- + ances remain correct whether you are including old files or not. + (Because all closing/opening transactions except the very first will cancel out - see example below.) Some people also use this command to close out revenue and expense bal- - ances at the end of an accounting period. This properly records the - period's profit/loss as "retained earnings" (part of equity), and + ances at the end of an accounting period. This properly records the + period's profit/loss as "retained earnings" (part of equity), and allows the accounting equation (A-L=E) to balance, which you could then check by the bse report's zero total. - You can print just the closing transaction by using the --close flag, + You can print just the closing transaction by using the --close flag, or just the opening transaction with the --open flag. Their descriptions are closing balances and opening balances by - default; you can customise these with the --close-desc and --open-desc + default; you can customise these with the --close-desc and --open-desc options. - Just one balancing equity posting is used by default, with the amount + Just one balancing equity posting is used by default, with the amount left implicit. The default account name is equity:opening/closing bal- - ances. You can customise the account name(s) with --close-acct and - --open-acct. (If you specify only one of these, it will be used for + ances. You can customise the account name(s) with --close-acct and + --open-acct. (If you specify only one of these, it will be used for both.) - With --x/--explicit, the equity posting's amount will be shown explic- + With --x/--explicit, the equity posting's amount will be shown explic- itly, and if it involves multiple commodities, there will be a separate equity posting for each commodity (as in the print command). @@ -3330,29 +3356,29 @@ COMMANDS balances (good for troubleshooting). close and prices - Transaction prices are ignored (and discarded) by closing/opening + Transaction prices are ignored (and discarded) by closing/opening transactions, by default. With --show-costs, they are preserved; there - will be a separate equity posting for each cost in each commodity. - This means balance -B reports will look the same after the transition. + will be a separate equity posting for each cost in each commodity. + This means balance -B reports will look the same after the transition. Note if you have many foreign currency or investment transactions, this will generate very large journal entries. close date - The default closing date is yesterday, or the journal's end date, + The default closing date is yesterday, or the journal's end date, whichever is later. - Unless you are running close on exactly the first day of the new - period, you'll want to override the closing date. This is done by - specifying a report end date, where "last day of the report period" - will be the closing date. The opening date is always the following - day. So to close on (end of) 2020-12-31 and open on (start of) + Unless you are running close on exactly the first day of the new + period, you'll want to override the closing date. This is done by + specifying a report end date, where "last day of the report period" + will be the closing date. The opening date is always the following + day. So to close on (end of) 2020-12-31 and open on (start of) 2021-01-01, any of these will work: end date argument explanation ----------------------------------------------- -e 2021-01-01 end dates are exclusive - -e 2021 equivalent, per smart + -e 2021 equivalent, per smart dates -p 2020 equivalent, the period's begin date is ignored @@ -3380,17 +3406,17 @@ COMMANDS Hiding opening/closing transactions Although the closing/opening transactions cancel out, they will be vis- - ible in reports like print and register, creating some visual clutter. + ible in reports like print and register, creating some visual clutter. You can exclude them all with a query, like: $ hledger print not:desc:'opening|closing' # less typing $ hledger print not:'equity:opening/closing balances' # more precise - But when reporting on multiple files, this can get a bit tricky; you + But when reporting on multiple files, this can get a bit tricky; you may need to keep the earliest opening balances, for a historical regis- - ter report; or you may need to suppress a closing transaction, to see - year-end balances. If you find yourself needing more precise queries, - here's one solution: add more easily-matched tags to opening/closing + ter report; or you may need to suppress a closing transaction, to see + year-end balances. If you find yourself needing more precise queries, + here's one solution: add more easily-matched tags to opening/closing transactions, like this: ; 2019.journal @@ -3425,18 +3451,18 @@ COMMANDS # 2020 year end balances, suppressing 2020 closing txn close and balance assertions - The closing and opening transactions will include balance assertions, - verifying that the accounts have first been reset to zero and then - restored to their previous balance. These provide valuable error - checking, alerting you when things get out of line, but you can ignore + The closing and opening transactions will include balance assertions, + verifying that the accounts have first been reset to zero and then + restored to their previous balance. These provide valuable error + checking, alerting you when things get out of line, but you can ignore them temporarily with -I or just remove them if you prefer. You probably shouldn't use status or realness filters (like -C or -R or status:) with close, or the generated balance assertions will depend on - these flags. Likewise, if you run this command with --auto, the bal- + these flags. Likewise, if you run this command with --auto, the bal- ance assertions would probably always require --auto. - Multi-day transactions (where some postings have a different date) + Multi-day transactions (where some postings have a different date) break the balance assertions, because the money is temporarily "invisi- ble" while in transit: @@ -3444,8 +3470,8 @@ COMMANDS expenses:food 5 assets:bank:checking -5 ; date: 2021/1/2 - To fix the assertions, you can add a temporary account to track such - in-transit money (splitting the multi-day transaction into two single- + To fix the assertions, you can add a temporary account to track such + in-transit money (splitting the multi-day transaction into two single- day transactions): ; in 2020.journal: @@ -3459,8 +3485,8 @@ COMMANDS assets:bank:checking Example: close revenue/expense accounts to retained earnings - For this, use --close to suppress the opening transaction, as it's not - needed. Also you'll want to change the equity account name to your + For this, use --close to suppress the opening transaction, as it's not + needed. Also you'll want to change the equity account name to your equivalent of "equity:retained earnings". Closing 2021's first quarter revenues/expenses: @@ -3473,13 +3499,13 @@ COMMANDS $ hledger close --close revenues expenses -p Q1 \ --close-acct='equity:retained earnings' >> $LEDGER_FILE - Now, the first quarter's balance sheet should show a zero (unless you + Now, the first quarter's balance sheet should show a zero (unless you are using @/@@ notation without equity postings): $ hledger bse -p Q1 And we must suppress the closing transaction to see the first quarter's - income statement (using the description; not:'retained earnings' won't + income statement (using the description; not:'retained earnings' won't work here): $ hledger is -p Q1 not:desc:'closing balances' @@ -3488,13 +3514,13 @@ COMMANDS codes List the codes seen in transactions, in the order parsed. - This command prints the value of each transaction's code field, in the - order transactions were parsed. The transaction code is an optional - value written in parentheses between the date and description, often + This command prints the value of each transaction's code field, in the + order transactions were parsed. The transaction code is an optional + value written in parentheses between the date and description, often used to store a cheque number, order number or similar. Transactions aren't required to have a code, and missing or empty codes - will not be shown by default. With the -E/--empty flag, they will be + will not be shown by default. With the -E/--empty flag, they will be printed as blank lines. You can add a query to select a subset of transactions. @@ -3534,7 +3560,7 @@ COMMANDS List the unique descriptions that appear in transactions. This command lists the unique descriptions that appear in transactions, - in alphabetic order. You can add a query to select a subset of trans- + in alphabetic order. You can add a query to select a subset of trans- actions. Example: @@ -3546,18 +3572,18 @@ COMMANDS diff diff - Compares a particular account's transactions in two input files. It + Compares a particular account's transactions in two input files. It shows any transactions to this account which are in one file but not in the other. More precisely, for each posting affecting this account in either file, - it looks for a corresponding posting in the other file which posts the - same amount to the same account (ignoring date, description, etc.) + it looks for a corresponding posting in the other file which posts the + same amount to the same account (ignoring date, description, etc.) Since postings not transactions are compared, this also works when mul- tiple bank transactions have been combined into a single journal entry. This is useful eg if you have downloaded an account's transactions from - your bank (eg as CSV data). When hledger and your bank disagree about + your bank (eg as CSV data). When hledger and your bank disagree about the account balance, you can compare the bank data with your journal to find out the cause. @@ -3575,22 +3601,22 @@ COMMANDS files files - List all files included in the journal. With a REGEX argument, only - file names matching the regular expression (case sensitive) are shown. + List all files included in the journal. With a REGEX argument, only + file names matching the regular expression (case sensitive) are shown. help help - Show the hledger user manual in one of several formats, optionally + Show the hledger user manual in one of several formats, optionally positioned at a given TOPIC (if possible). - TOPIC is any heading in the manual, or the start of any heading (but + TOPIC is any heading in the manual, or the start of any heading (but not the middle). It is case insensitive. - Some examples: commands, print, forecast, "auto postings", "commodity + Some examples: commands, print, forecast, "auto postings", "commodity column". - This command shows the user manual built in to this hledger version. - It can be useful if the correct version of the hledger manual, or the + This command shows the user manual built in to this hledger version. + It can be useful if the correct version of the hledger manual, or the usual viewing tools, are not installed on your system. By default it uses the best viewer it can find in $PATH, in this order: @@ -3600,71 +3626,71 @@ COMMANDS import import - Read new transactions added to each FILE since last run, and add them - to the journal. Or with --dry-run, just print the transactions that - would be added. Or with --catchup, just mark all of the FILEs' trans- + Read new transactions added to each FILE since last run, and add them + to the journal. Or with --dry-run, just print the transactions that + would be added. Or with --catchup, just mark all of the FILEs' trans- actions as imported, without actually importing any. - This command may append new transactions to the main journal file - (which should be in journal format). Existing transactions are not - changed. This is one of the few hledger commands that writes to the + This command may append new transactions to the main journal file + (which should be in journal format). Existing transactions are not + changed. This is one of the few hledger commands that writes to the journal file (see also add). - Unlike other hledger commands, with import the journal file is an out- + Unlike other hledger commands, with import the journal file is an out- put file, and will be modified, though only by appending (existing data - will not be changed). The input files are specified as arguments, so - to import one or more CSV files to your main journal, you will run + will not be changed). The input files are specified as arguments, so + to import one or more CSV files to your main journal, you will run hledger import bank.csv or perhaps hledger import *.csv. Note you can import from any file format, though CSV files are the most common import source, and these docs focus on that case. Deduplication - As a convenience import does deduplication while reading transactions. + As a convenience import does deduplication while reading transactions. This does not mean "ignore transactions that look the same", but rather "ignore transactions that have been seen before". This is intended for - when you are periodically importing foreign data which may contain - already-imported transactions. So eg, if every day you download bank - CSV files containing redundant data, you can safely run hledger import - bank.csv and only new transactions will be imported. (import is idem- + when you are periodically importing foreign data which may contain + already-imported transactions. So eg, if every day you download bank + CSV files containing redundant data, you can safely run hledger import + bank.csv and only new transactions will be imported. (import is idem- potent.) - Since the items being read (CSV records, eg) often do not come with - unique identifiers, hledger detects new transactions by date, assuming + Since the items being read (CSV records, eg) often do not come with + unique identifiers, hledger detects new transactions by date, assuming that: 1. new items always have the newest dates 2. item dates do not change across reads - 3. and items with the same date remain in the same relative order + 3. and items with the same date remain in the same relative order across reads. - These are often true of CSV files representing transactions, or true - enough so that it works pretty well in practice. 1 is important, but + These are often true of CSV files representing transactions, or true + enough so that it works pretty well in practice. 1 is important, but violations of 2 and 3 amongst the old transactions won't matter (and if - you import often, the new transactions will be few, so less likely to + you import often, the new transactions will be few, so less likely to be the ones affected). - hledger remembers the latest date processed in each input file by sav- + hledger remembers the latest date processed in each input file by sav- ing a hidden ".latest" state file in the same directory. Eg when read- - ing finance/bank.csv, it will look for and update the finance/.lat- - est.bank.csv state file. The format is simple: one or more lines con- - taining the same ISO-format date (YYYY-MM-DD), meaning "I have pro- - cessed transactions up to this date, and this many of them on that + ing finance/bank.csv, it will look for and update the finance/.lat- + est.bank.csv state file. The format is simple: one or more lines con- + taining the same ISO-format date (YYYY-MM-DD), meaning "I have pro- + cessed transactions up to this date, and this many of them on that date." Normally you won't see or manipulate these state files yourself. - But if needed, you can delete them to reset the state (making all - transactions "new"), or you can construct them to "catch up" to a cer- + But if needed, you can delete them to reset the state (making all + transactions "new"), or you can construct them to "catch up" to a cer- tain date. - Note deduplication (and updating of state files) can also be done by + Note deduplication (and updating of state files) can also be done by print --new, but this is less often used. Import testing - With --dry-run, the transactions that will be imported are printed to + With --dry-run, the transactions that will be imported are printed to the terminal, without updating your journal or state files. The output - is valid journal format, like the print command, so you can re-parse - it. Eg, to see any importable transactions which CSV rules have not + is valid journal format, like the print command, so you can re-parse + it. Eg, to see any importable transactions which CSV rules have not categorised: $ hledger import --dry bank.csv | hledger -f- -I print unknown @@ -3674,17 +3700,17 @@ COMMANDS $ ls bank.csv* | entr bash -c 'echo ====; hledger import --dry bank.csv | hledger -f- -I print unknown' Importing balance assignments - Entries added by import will have their posting amounts made explicit - (like hledger print -x). This means that any balance assignments in - imported files must be evaluated; but, imported files don't get to see - the main file's account balances. As a result, importing entries with + Entries added by import will have their posting amounts made explicit + (like hledger print -x). This means that any balance assignments in + imported files must be evaluated; but, imported files don't get to see + the main file's account balances. As a result, importing entries with balance assignments (eg from an institution that provides only balances - and not posting amounts) will probably generate incorrect posting + and not posting amounts) will probably generate incorrect posting amounts. To avoid this problem, use print instead of import: $ hledger print IMPORTFILE [--new] >> $LEDGER_FILE - (If you think import should leave amounts implicit like print does, + (If you think import should leave amounts implicit like print does, please test it and send a pull request.) Commodity display styles @@ -3694,12 +3720,12 @@ COMMANDS incomestatement incomestatement, is This command displays an income statement, showing revenues and - expenses during one or more periods. Amounts are shown with normal + expenses during one or more periods. Amounts are shown with normal positive sign, as in conventional financial statements. - This report shows accounts declared with the Revenue or Expense type - (see account types). Or if no such accounts are declared, it shows - top-level accounts named revenue or income or expense (case insensi- + This report shows accounts declared with the Revenue or Expense type + (see account types). Or if no such accounts are declared, it shows + top-level accounts named revenue or income or expense (case insensi- tive, plurals allowed) and their subaccounts. Example: @@ -3726,22 +3752,22 @@ COMMANDS 0 This command is a higher-level variant of the balance command, and sup- - ports many of that command's features, such as multi-period reports. + ports many of that command's features, such as multi-period reports. It is similar to hledger balance '(revenues|income)' expenses, but with - smarter account detection, and revenues/income displayed with their + smarter account detection, and revenues/income displayed with their sign flipped. - This command also supports the output destination and output format - options The output formats supported are txt, csv, html, and (experi- + This command also supports the output destination and output format + options The output formats supported are txt, csv, html, and (experi- mental) json. notes notes List the unique notes that appear in transactions. - This command lists the unique notes that appear in transactions, in - alphabetic order. You can add a query to select a subset of transac- - tions. The note is the part of the transaction description after a | + This command lists the unique notes that appear in transactions, in + alphabetic order. You can add a query to select a subset of transac- + tions. The note is the part of the transaction description after a | character (or if there is no |, the whole description). Example: @@ -3754,14 +3780,14 @@ COMMANDS payees List the unique payee/payer names that appear in transactions. - This command lists unique payee/payer names which have been declared - with payee directives (--declared), used in transaction descriptions + This command lists unique payee/payer names which have been declared + with payee directives (--declared), used in transaction descriptions (--used), or both (the default). - The payee/payer is the part of the transaction description before a | + The payee/payer is the part of the transaction description before a | character (or if there is no |, the whole description). - You can add query arguments to select a subset of transactions. This + You can add query arguments to select a subset of transactions. This implies --used. Example: @@ -3773,11 +3799,11 @@ COMMANDS prices prices - Print market price directives from the journal. With --infer-market- - prices, generate additional market prices from transaction prices. - With --infer-reverse-prices, also generate market prices by inverting + Print market price directives from the journal. With --infer-market- + prices, generate additional market prices from transaction prices. + With --infer-reverse-prices, also generate market prices by inverting transaction prices. Prices (and postings providing transaction prices) - can be filtered by a query. Price amounts are displayed with their + can be filtered by a query. Price amounts are displayed with their full precision. print @@ -3787,17 +3813,17 @@ COMMANDS The print command displays full journal entries (transactions) from the journal file, sorted by date (or with --date2, by secondary date). - Amounts are shown mostly normalised to commodity display style, eg the - placement of commodity symbols will be consistent. All of their deci- + Amounts are shown mostly normalised to commodity display style, eg the + placement of commodity symbols will be consistent. All of their deci- mal places are shown, as in the original journal entry (with one alter- ation: in some cases trailing zeroes are added.) Amounts are shown right-aligned within each transaction (but not across all transactions). - Directives and inter-transaction comments are not shown, currently. + Directives and inter-transaction comments are not shown, currently. This means the print command is somewhat lossy, and if you are using it - to reformat your journal you should take care to also copy over the + to reformat your journal you should take care to also copy over the directives and file-level comments. Eg: @@ -3824,7 +3850,7 @@ COMMANDS liabilities:debts $1 assets:bank:checking $-1 - print's output is usually a valid hledger journal, and you can process + print's output is usually a valid hledger journal, and you can process it again with a second hledger command. This can be useful for certain kinds of search, eg: @@ -3834,7 +3860,7 @@ COMMANDS There are some situations where print's output can become unparseable: - o Valuation affects posting amounts but not balance assertion or bal- + o Valuation affects posting amounts but not balance assertion or bal- ance assignment amounts, potentially causing those to fail. o Auto postings can generate postings with too many missing amounts. @@ -3843,32 +3869,32 @@ COMMANDS Normally, the journal entry's explicit or implicit amount style is pre- served. For example, when an amount is omitted in the journal, it will - not appear in the output. Similarly, when a transaction price is + not appear in the output. Similarly, when a transaction price is implied but not written, it will not appear in the output. You can use - the -x/--explicit flag to make all amounts and transaction prices - explicit, which can be useful for troubleshooting or for making your + the -x/--explicit flag to make all amounts and transaction prices + explicit, which can be useful for troubleshooting or for making your journal more readable and robust against data entry errors. -x is also implied by using any of -B,-V,-X,--value. - Note, -x/--explicit will cause postings with a multi-commodity amount - (these can arise when a multi-commodity transaction has an implicit - amount) to be split into multiple single-commodity postings, keeping + Note, -x/--explicit will cause postings with a multi-commodity amount + (these can arise when a multi-commodity transaction has an implicit + amount) to be split into multiple single-commodity postings, keeping the output parseable. - With -B/--cost, amounts with transaction prices are converted to cost + With -B/--cost, amounts with transaction prices are converted to cost using that price. This can be used for troubleshooting. - With -m/--match and a STR argument, print will show at most one trans- - action: the one one whose description is most similar to STR, and is - most recent. STR should contain at least two characters. If there is + With -m/--match and a STR argument, print will show at most one trans- + action: the one one whose description is most similar to STR, and is + most recent. STR should contain at least two characters. If there is no similar-enough match, no transaction will be shown. - With --new, hledger prints only transactions it has not seen on a pre- - vious run. This uses the same deduplication system as the import com- + With --new, hledger prints only transactions it has not seen on a pre- + vious run. This uses the same deduplication system as the import com- mand. (See import's docs for details.) - This command also supports the output destination and output format - options The output formats supported are txt, csv, and (experimental) + This command also supports the output destination and output format + options The output formats supported are txt, csv, and (experimental) json and sql. Here's an example of print's CSV output: @@ -3887,20 +3913,20 @@ COMMANDS "5","2008/12/31","","*","","pay off","","liabilities:debts","1","$","","1","","" "5","2008/12/31","","*","","pay off","","assets:bank:checking","-1","$","1","","","" - o There is one CSV record per posting, with the parent transaction's + o There is one CSV record per posting, with the parent transaction's fields repeated. o The "txnidx" (transaction index) field shows which postings belong to - the same transaction. (This number might change if transactions are - reordered within the file, files are parsed/included in a different + the same transaction. (This number might change if transactions are + reordered within the file, files are parsed/included in a different order, etc.) - o The amount is separated into "commodity" (the symbol) and "amount" + o The amount is separated into "commodity" (the symbol) and "amount" (numeric quantity) fields. o The numeric amount is repeated in either the "credit" or "debit" col- - umn, for convenience. (Those names are not accurate in the account- - ing sense; it just puts negative amounts under credit and zero or + umn, for convenience. (Those names are not accurate in the account- + ing sense; it just puts negative amounts under credit and zero or greater amounts under debit.) print-unique @@ -3924,14 +3950,14 @@ COMMANDS Show postings and their running total. The register command displays matched postings, across all accounts, in - date order, with their running total or running historical balance. - (See also the aregister command, which shows matched transactions in a + date order, with their running total or running historical balance. + (See also the aregister command, which shows matched transactions in a specific account.) register normally shows line per posting, but note that multi-commodity amounts will occupy multiple lines (one line per commodity). - It is typically used with a query selecting a particular account, to + It is typically used with a query selecting a particular account, to see that account's activity: $ hledger register checking @@ -3942,14 +3968,14 @@ COMMANDS With --date2, it shows and sorts by secondary date instead. - For performance reasons, column widths are chosen based on the first - 1000 lines; this means unusually wide values in later lines can cause - visual discontinuities as column widths are adjusted. If you want to - ensure perfect alignment, at the cost of more time and memory, use the + For performance reasons, column widths are chosen based on the first + 1000 lines; this means unusually wide values in later lines can cause + visual discontinuities as column widths are adjusted. If you want to + ensure perfect alignment, at the cost of more time and memory, use the --align-all flag. - The --historical/-H flag adds the balance from any undisplayed prior - postings to the running total. This is useful when you want to see + The --historical/-H flag adds the balance from any undisplayed prior + postings to the running total. This is useful when you want to see only recent activity, with a historically accurate running balance: $ hledger register checking -b 2008/6 --historical @@ -3959,30 +3985,30 @@ COMMANDS The --depth option limits the amount of sub-account detail displayed. - The --average/-A flag shows the running average posting amount instead + The --average/-A flag shows the running average posting amount instead of the running total (so, the final number displayed is the average for - the whole report period). This flag implies --empty (see below). It - is affected by --historical. It works best when showing just one + the whole report period). This flag implies --empty (see below). It + is affected by --historical. It works best when showing just one account and one commodity. - The --related/-r flag shows the other postings in the transactions of + The --related/-r flag shows the other postings in the transactions of the postings which would normally be shown. - The --invert flag negates all amounts. For example, it can be used on + The --invert flag negates all amounts. For example, it can be used on an income account where amounts are normally displayed as negative num- - bers. It's also useful to show postings on the checking account + bers. It's also useful to show postings on the checking account together with the related account: $ hledger register --related --invert assets:checking - With a reporting interval, register shows summary postings, one per + With a reporting interval, register shows summary postings, one per interval, aggregating the postings to each account: $ hledger register --monthly income 2008/01 income:salary $-1 $-1 2008/06 income:gifts $-1 $-2 - Periods with no activity, and summary postings with a zero amount, are + Periods with no activity, and summary postings with a zero amount, are not shown by default; use the --empty/-E flag to see them: $ hledger register --monthly income -E @@ -3999,7 +4025,7 @@ COMMANDS 2008/11 0 $-2 2008/12 0 $-2 - Often, you'll want to see just one line per interval. The --depth + Often, you'll want to see just one line per interval. The --depth option helps with this, causing subaccounts to be aggregated: $ hledger register --monthly assets --depth 1h @@ -4007,19 +4033,19 @@ COMMANDS 2008/06 assets $-1 0 2008/12 assets $-1 $-1 - Note when using report intervals, if you specify start/end dates these - will be adjusted outward if necessary to contain a whole number of - intervals. This ensures that the first and last intervals are full + Note when using report intervals, if you specify start/end dates these + will be adjusted outward if necessary to contain a whole number of + intervals. This ensures that the first and last intervals are full length and comparable to the others in the report. Custom register output - register uses the full terminal width by default, except on windows. - You can override this by setting the COLUMNS environment variable (not + register uses the full terminal width by default, except on windows. + You can override this by setting the COLUMNS environment variable (not a bash shell variable) or by using the --width/-w option. - The description and account columns normally share the space equally - (about half of (width - 40) each). You can adjust this by adding a - description width as part of --width's argument, comma-separated: + The description and account columns normally share the space equally + (about half of (width - 40) each). You can adjust this by adding a + description width as part of --width's argument, comma-separated: --width W,D . Here's a diagram (won't display correctly in --help): <--------------------------------- width (W) ----------------------------------> @@ -4035,28 +4061,28 @@ COMMANDS $ hledger reg -w 100,40 # set overall width 100, description width 40 $ hledger reg -w $COLUMNS,40 # use terminal width, & description width 40 - This command also supports the output destination and output format - options The output formats supported are txt, csv, and (experimental) + This command also supports the output destination and output format + options The output formats supported are txt, csv, and (experimental) json. register-match register-match Print the one posting whose transaction description is closest to DESC, - in the style of the register command. If there are multiple equally - good matches, it shows the most recent. Query options (options, not - arguments) can be used to restrict the search space. Helps ledger- + in the style of the register command. If there are multiple equally + good matches, it shows the most recent. Query options (options, not + arguments) can be used to restrict the search space. Helps ledger- autosync detect already-seen transactions when importing. rewrite rewrite Print all transactions, rewriting the postings of matched transactions. - For now the only rewrite available is adding new postings, like print + For now the only rewrite available is adding new postings, like print --auto. This is a start at a generic rewriter of transaction entries. It reads - the default journal and prints the transactions, like print, but adds + the default journal and prints the transactions, like print, but adds one or more specified postings to any transactions matching QUERY. The - posting amounts can be fixed, or a multiplier of the existing transac- + posting amounts can be fixed, or a multiplier of the existing transac- tion's first posting amount. Examples: @@ -4072,7 +4098,7 @@ COMMANDS (reserve:grocery) *0.25 ; reserve 25% for grocery (reserve:) *0.25 ; reserve 25% for grocery - Note the single quotes to protect the dollar sign from bash, and the + Note the single quotes to protect the dollar sign from bash, and the two spaces between account and amount. More: @@ -4082,16 +4108,16 @@ COMMANDS $ hledger rewrite -- expenses:gifts --add-posting '(budget:gifts) *-1"' $ hledger rewrite -- ^income --add-posting '(budget:foreign currency) *0.25 JPY; diversify' - Argument for --add-posting option is a usual posting of transaction - with an exception for amount specification. More precisely, you can + Argument for --add-posting option is a usual posting of transaction + with an exception for amount specification. More precisely, you can use '*' (star symbol) before the amount to indicate that that this is a - factor for an amount of original matched posting. If the amount - includes a commodity name, the new posting amount will be in the new - commodity; otherwise, it will be in the matched posting amount's com- + factor for an amount of original matched posting. If the amount + includes a commodity name, the new posting amount will be in the new + commodity; otherwise, it will be in the matched posting amount's com- modity. Re-write rules in a file - During the run this tool will execute so called "Automated Transac- + During the run this tool will execute so called "Automated Transac- tions" found in any journal it process. I.e instead of specifying this operations in command line you can put them in a journal file. @@ -4106,7 +4132,7 @@ COMMANDS budget:gifts *-1 assets:budget *1 - Note that '=' (equality symbol) that is used instead of date in trans- + Note that '=' (equality symbol) that is used instead of date in trans- actions you usually write. It indicates the query by which you want to match the posting to add new ones. @@ -4119,12 +4145,12 @@ COMMANDS --add-posting 'assets:budget *1' \ > rewritten-tidy-output.journal - It is important to understand that relative order of such entries in - journal is important. You can re-use result of previously added post- + It is important to understand that relative order of such entries in + journal is important. You can re-use result of previously added post- ings. Diff output format - To use this tool for batch modification of your journal files you may + To use this tool for batch modification of your journal files you may find useful output in form of unified diff. $ hledger rewrite -- --diff -f examples/sample.journal '^income' --add-posting '(liabilities:tax) *.33' @@ -4148,10 +4174,10 @@ COMMANDS If you'll pass this through patch tool you'll get transactions contain- ing the posting that matches your query be updated. Note that multiple - files might be update according to list of input files specified via + files might be update according to list of input files specified via --file options and include directives inside of these files. - Be careful. Whole transaction being re-formatted in a style of output + Be careful. Whole transaction being re-formatted in a style of output from hledger print. See also: @@ -4159,54 +4185,54 @@ COMMANDS https://github.com/simonmichael/hledger/issues/99 rewrite vs. print --auto - This command predates print --auto, and currently does much the same + This command predates print --auto, and currently does much the same thing, but with these differences: - o with multiple files, rewrite lets rules in any file affect all other - files. print --auto uses standard directive scoping; rules affect + o with multiple files, rewrite lets rules in any file affect all other + files. print --auto uses standard directive scoping; rules affect only child files. - o rewrite's query limits which transactions can be rewritten; all are + o rewrite's query limits which transactions can be rewritten; all are printed. print --auto's query limits which transactions are printed. - o rewrite applies rules specified on command line or in the journal. + o rewrite applies rules specified on command line or in the journal. print --auto applies rules specified in the journal. roi roi - Shows the time-weighted (TWR) and money-weighted (IRR) rate of return + Shows the time-weighted (TWR) and money-weighted (IRR) rate of return on your investments. - At a minimum, you need to supply a query (which could be just an - account name) to select your investment(s) with --inv, and another + At a minimum, you need to supply a query (which could be just an + account name) to select your investment(s) with --inv, and another query to identify your profit and loss transactions with --pnl. - If you do not record changes in the value of your investment manually, - or do not require computation of time-weighted return (TWR), --pnl + If you do not record changes in the value of your investment manually, + or do not require computation of time-weighted return (TWR), --pnl could be an empty query (--pnl "" or --pnl STR where STR does not match any of your accounts). - This command will compute and display the internalized rate of return - (IRR) and time-weighted rate of return (TWR) for your investments for - the time period requested. Both rates of return are annualized before + This command will compute and display the internalized rate of return + (IRR) and time-weighted rate of return (TWR) for your investments for + the time period requested. Both rates of return are annualized before display, regardless of the length of reporting interval. - Price directives will be taken into account if you supply appropriate + Price directives will be taken into account if you supply appropriate --cost or --value flags (see VALUATION). Note, in some cases this report can fail, for these reasons: - o Error (NotBracketed): No solution for Internal Rate of Return (IRR). - Possible causes: IRR is huge (>1000000%), balance of investment + o Error (NotBracketed): No solution for Internal Rate of Return (IRR). + Possible causes: IRR is huge (>1000000%), balance of investment becomes negative at some point in time. - o Error (SearchFailed): Failed to find solution for Internal Rate of + o Error (SearchFailed): Failed to find solution for Internal Rate of Return (IRR). Either search does not converge to a solution, or con- verges too slowly. Examples: - o Using roi to compute total return of investment in stocks: + o Using roi to compute total return of investment in stocks: https://github.com/simonmichael/hledger/blob/master/examples/invest- ing/roi-unrealised.ledger @@ -4216,27 +4242,27 @@ COMMANDS Note that --inv and --pnl's argument is a query, and queries could have several space-separated terms (see QUERIES). - To indicate that all search terms form single command-line argument, + To indicate that all search terms form single command-line argument, you will need to put them in quotes (see Special characters): $ hledger roi --inv 'term1 term2 term3 ...' - If any query terms contain spaces themselves, you will need an extra + If any query terms contain spaces themselves, you will need an extra level of nested quoting, eg: $ hledger roi --inv="'Assets:Test 1'" --pnl="'Equity:Unrealized Profit and Loss'" Semantics of --inv and --pnl - Query supplied to --inv has to match all transactions that are related + Query supplied to --inv has to match all transactions that are related to your investment. Transactions not matching --inv will be ignored. In these transactions, ROI will conside postings that match --inv to be - "investment postings" and other postings (not matching --inv) will be - sorted into two categories: "cash flow" and "profit and loss", as ROI - needs to know which part of the investment value is your contributions + "investment postings" and other postings (not matching --inv) will be + sorted into two categories: "cash flow" and "profit and loss", as ROI + needs to know which part of the investment value is your contributions and which is due to the return on investment. - o "Cash flow" is depositing or withdrawing money, buying or selling + o "Cash flow" is depositing or withdrawing money, buying or selling assets, or otherwise converting between your investment commodity and any other commodity. Example: @@ -4254,12 +4280,12 @@ COMMANDS investment:snake oil = $57 equity:unrealized profit or loss - All non-investment postings are assumed to be "cash flow", unless they - match --pnl query. Changes in value of your investment due to "profit - and loss" postings will be considered as part of your investment + All non-investment postings are assumed to be "cash flow", unless they + match --pnl query. Changes in value of your investment due to "profit + and loss" postings will be considered as part of your investment return. - Example: if you use --inv snake --pnl equity:unrealized, then postings + Example: if you use --inv snake --pnl equity:unrealized, then postings in the example below would be classifed as: 2019-01-01 Snake Oil #1 @@ -4276,57 +4302,57 @@ COMMANDS snake oil $50 ; investment posting IRR and TWR explained - "ROI" stands for "return on investment". Traditionally this was com- - puted as a difference between current value of investment and its ini- + "ROI" stands for "return on investment". Traditionally this was com- + puted as a difference between current value of investment and its ini- tial value, expressed in percentage of the initial value. However, this approach is only practical in simple cases, where invest- - ments receives no in-flows or out-flows of money, and where rate of + ments receives no in-flows or out-flows of money, and where rate of growth is fixed over time. For more complex scenarios you need differ- - ent ways to compute rate of return, and this command implements two of + ent ways to compute rate of return, and this command implements two of them: IRR and TWR. - Internal rate of return, or "IRR" (also called "money-weighted rate of - return") takes into account effects of in-flows and out-flows. + Internal rate of return, or "IRR" (also called "money-weighted rate of + return") takes into account effects of in-flows and out-flows. Naively, if you are withdrawing from your investment, your future gains - would be smaller (in absolute numbers), and will be a smaller percent- - age of your initial investment, and if you are adding to your invest- - ment, you will receive bigger absolute gains (but probably at the same - rate of return). IRR is a way to compute rate of return for each + would be smaller (in absolute numbers), and will be a smaller percent- + age of your initial investment, and if you are adding to your invest- + ment, you will receive bigger absolute gains (but probably at the same + rate of return). IRR is a way to compute rate of return for each period between in-flow or out-flow of money, and then combine them in a - way that gives you a compound annual rate of return that investment is + way that gives you a compound annual rate of return that investment is expected to generate. - As mentioned before, in-flows and out-flows would be any cash that you + As mentioned before, in-flows and out-flows would be any cash that you personally put in or withdraw, and for the "roi" command, these are the - postings that match the query in the--inv argument and NOT match the + postings that match the query in the--inv argument and NOT match the query in the--pnl argument. - If you manually record changes in the value of your investment as - transactions that balance them against "profit and loss" (or "unreal- - ized gains") account or use price directives, then in order for IRR to - compute the precise effect of your in-flows and out-flows on the rate - of return, you will need to record the value of your investement on or + If you manually record changes in the value of your investment as + transactions that balance them against "profit and loss" (or "unreal- + ized gains") account or use price directives, then in order for IRR to + compute the precise effect of your in-flows and out-flows on the rate + of return, you will need to record the value of your investement on or close to the days when in- or out-flows occur. - In technical terms, IRR uses the same approach as computation of net + In technical terms, IRR uses the same approach as computation of net present value, and tries to find a discount rate that makes net present value of all the cash flows of your investment to add up to zero. This - could be hard to wrap your head around, especially if you haven't done + could be hard to wrap your head around, especially if you haven't done discounted cash flow analysis before. Implementation of IRR in hledger should produce results that match the XIRR formula in Excel. - Second way to compute rate of return that roi command implements is + Second way to compute rate of return that roi command implements is called "time-weighted rate of return" or "TWR". Like IRR, it will also - break the history of your investment into periods between in-flows, - out-flows and value changes, to compute rate of return per each period - and then a compound rate of return. However, internal workings of TWR + break the history of your investment into periods between in-flows, + out-flows and value changes, to compute rate of return per each period + and then a compound rate of return. However, internal workings of TWR are quite different. - TWR represents your investment as an imaginary "unit fund" where in- - flows/ out-flows lead to buying or selling "units" of your investment + TWR represents your investment as an imaginary "unit fund" where in- + flows/ out-flows lead to buying or selling "units" of your investment and changes in its value change the value of "investment unit". Change - in "unit price" over the reporting period gives you rate of return of + in "unit price" over the reporting period gives you rate of return of your investment. References: @@ -4337,22 +4363,22 @@ COMMANDS o Explanation of TWR - o Examples of computing IRR and TWR and discussion of the limitations + o Examples of computing IRR and TWR and discussion of the limitations of both metrics stats stats Show journal and performance statistics. - The stats command displays summary information for the whole journal, - or a matched part of it. With a reporting interval, it shows a report + The stats command displays summary information for the whole journal, + or a matched part of it. With a reporting interval, it shows a report for each report period. - At the end, it shows (in the terminal) the overall run time and number - of transactions processed per second. Note these are approximate and - will vary based on machine, current load, data size, hledger version, - haskell lib versions, GHC version.. but they may be of interest. The - stats command's run time is similar to that of a single-column balance + At the end, it shows (in the terminal) the overall run time and number + of transactions processed per second. Note these are approximate and + will vary based on machine, current load, data size, hledger version, + haskell lib versions, GHC version.. but they may be of interest. The + stats command's run time is similar to that of a single-column balance report. Example: @@ -4373,7 +4399,7 @@ COMMANDS Run time : 0.12 s Throughput : 8342 txns/s - This command also supports output destination and output format selec- + This command also supports output destination and output format selec- tion. tags @@ -4383,22 +4409,22 @@ COMMANDS This command lists the tag names used in the journal, whether on trans- actions, postings, or account declarations. - With a TAGREGEX argument, only tag names matching this regular expres- + With a TAGREGEX argument, only tag names matching this regular expres- sion (case insensitive, infix matched) are shown. - With QUERY arguments, only transactions and accounts matching this + With QUERY arguments, only transactions and accounts matching this query are considered. If the query involves transaction fields (date:, desc:, amt:, ...), the search is restricted to the matched transactions and their accounts. - With the --values flag, the tags' unique non-empty values are listed + With the --values flag, the tags' unique non-empty values are listed instead. With -E/--empty, blank/empty values are also shown. - With --parsed, tags or values are shown in the order they were parsed, - with duplicates included. (Except, tags from account declarations are + With --parsed, tags or values are shown in the order they were parsed, + with duplicates included. (Except, tags from account declarations are always shown first.) - Tip: remember, accounts also acquire tags from their parents, postings + Tip: remember, accounts also acquire tags from their parents, postings also acquire tags from their account and transaction, transactions also acquire tags from their postings. @@ -4406,13 +4432,13 @@ COMMANDS test Run built-in unit tests. - This command runs the unit tests built in to hledger and hledger-lib, - printing the results on stdout. If any test fails, the exit code will + This command runs the unit tests built in to hledger and hledger-lib, + printing the results on stdout. If any test fails, the exit code will be non-zero. - This is mainly used by hledger developers, but you can also use it to - sanity-check the installed hledger executable on your platform. All - tests are expected to pass - if you ever see a failure, please report + This is mainly used by hledger developers, but you can also use it to + sanity-check the installed hledger executable on your platform. All + tests are expected to pass - if you ever see a failure, please report as a bug! This command also accepts tasty test runner options, written after a -- @@ -4421,24 +4447,24 @@ COMMANDS $ hledger test -- -pData.Amount --color=never - For help on these, see https://github.com/feuerbach/tasty#options (-- + For help on these, see https://github.com/feuerbach/tasty#options (-- --help currently doesn't show them). - About add-on commands + Add-on commands Add-on commands are programs or scripts in your PATH o whose name starts with hledger- - o whose name ends with a recognised file extension: .bat,.com,.exe, + o whose name ends with a recognised file extension: .bat,.com,.exe, .hs,.lhs,.pl,.py,.rb,.rkt,.sh or none o and (on unix, mac) which are executable by the current user. - Add-ons are a relatively easy way to add local features or experiment - with new ideas. They can be written in any language, but haskell - scripts have a big advantage: they can use the same hledger library - functions that built-in commands use for command-line options, parsing - and reporting. Some experimental/example add-on scripts can be found + Add-ons are a relatively easy way to add local features or experiment + with new ideas. They can be written in any language, but haskell + scripts have a big advantage: they can use the same hledger library + functions that built-in commands use for command-line options, parsing + and reporting. Some experimental/example add-on scripts can be found in the hledger repo's bin/ directory. Note in a hledger command line, add-on command flags must have a double @@ -4462,17 +4488,17 @@ COMMANDS JOURNAL FORMAT hledger's default file format, representing a General Journal. - hledger's usual data source is a plain text file containing journal - entries in hledger journal format. This file represents a standard - accounting general journal. I use file names ending in .journal, but + hledger's usual data source is a plain text file containing journal + entries in hledger journal format. This file represents a standard + accounting general journal. I use file names ending in .journal, but that's not required. The journal file contains a number of transaction entries, each describing a transfer of money (or any commodity) between two or more named accounts, in a simple format readable by both hledger and humans. - hledger's journal format is a compatible subset, mostly, of ledger's - journal format, so hledger can work with compatible ledger journal - files as well. It's safe, and encouraged, to run both hledger and + hledger's journal format is a compatible subset, mostly, of ledger's + journal format, so hledger can work with compatible ledger journal + files as well. It's safe, and encouraged, to run both hledger and ledger on the same journal file, eg to validate the results you're get- ting. @@ -4480,25 +4506,25 @@ JOURNAL FORMAT the add or web or import commands to create and update it. Many users, though, edit the journal file with a text editor, and track - changes with a version control system such as git. Editor addons such - as ledger-mode or hledger-mode for Emacs, vim-ledger for Vim, and + changes with a version control system such as git. Editor addons such + as ledger-mode or hledger-mode for Emacs, vim-ledger for Vim, and hledger-vscode for Visual Studio Code, make this easier, adding colour, formatting, tab completion, and useful commands. See Editor configura- tion at hledger.org for the full list. - Here's a description of each part of the file format (and hledger's - data model). These are mostly in the order you'll use them, but in - some cases related concepts have been grouped together for easy refer- - ence, or linked before they are introduced, so feel free to skip over + Here's a description of each part of the file format (and hledger's + data model). These are mostly in the order you'll use them, but in + some cases related concepts have been grouped together for easy refer- + ence, or linked before they are introduced, so feel free to skip over anything that looks unnecessary right now. Transactions - Transactions are the main unit of information in a journal file. They - represent events, typically a movement of some quantity of commodities + Transactions are the main unit of information in a journal file. They + represent events, typically a movement of some quantity of commodities between two or more named accounts. - Each transaction is recorded as a journal entry, beginning with a sim- - ple date in column 0. This can be followed by any of the following + Each transaction is recorded as a journal entry, beginning with a sim- + ple date in column 0. This can be followed by any of the following optional fields, separated by spaces: o a status character (empty, !, or *) @@ -4507,11 +4533,11 @@ JOURNAL FORMAT o a description (any remaining text until end of line or a semicolon) - o a comment (any remaining text following a semicolon until end of + o a comment (any remaining text following a semicolon until end of line, and any following indented lines beginning with a semicolon) o 0 or more indented posting lines, describing what was transferred and - the accounts involved (indented comment lines are also allowed, but + the accounts involved (indented comment lines are also allowed, but not blank lines or non-indented lines). Here's a simple journal file containing one transaction: @@ -4522,35 +4548,35 @@ JOURNAL FORMAT Dates Simple dates - Dates in the journal file use simple dates format: YYYY-MM-DD or + Dates in the journal file use simple dates format: YYYY-MM-DD or YYYY/MM/DD or YYYY.MM.DD, with leading zeros optional. The year may be - omitted, in which case it will be inferred from the context: the cur- - rent transaction, the default year set with a default year directive, - or the current date when the command is run. Some examples: + omitted, in which case it will be inferred from the context: the cur- + rent transaction, the default year set with a default year directive, + or the current date when the command is run. Some examples: 2010-01-31, 2010/01/31, 2010.1.31, 1/31. - (The UI also accepts simple dates, as well as the more flexible smart + (The UI also accepts simple dates, as well as the more flexible smart dates documented in the hledger manual.) Secondary dates - Real-life transactions sometimes involve more than one date - eg the + Real-life transactions sometimes involve more than one date - eg the date you write a cheque, and the date it clears in your bank. When you - want to model this, for more accurate daily balances, you can specify + want to model this, for more accurate daily balances, you can specify individual posting dates. - Or, you can use the older secondary date feature (Ledger calls it aux- - iliary date or effective date). Note: we support this for compatibil- - ity, but I usually recommend avoiding this feature; posting dates are + Or, you can use the older secondary date feature (Ledger calls it aux- + iliary date or effective date). Note: we support this for compatibil- + ity, but I usually recommend avoiding this feature; posting dates are almost always clearer and simpler. A secondary date is written after the primary date, following an equals - sign. If the year is omitted, the primary date's year is assumed. - When running reports, the primary (left) date is used by default, but - with the --date2 flag (or --aux-date or --effective), the secondary + sign. If the year is omitted, the primary date's year is assumed. + When running reports, the primary (left) date is used by default, but + with the --date2 flag (or --aux-date or --effective), the secondary (right) date will be used instead. - The meaning of secondary dates is up to you, but it's best to follow a - consistent rule. Eg "primary = the bank's clearing date, secondary = + The meaning of secondary dates is up to you, but it's best to follow a + consistent rule. Eg "primary = the bank's clearing date, secondary = date the transaction was initiated, if different", as shown here: 2010/2/23=2/19 movie ticket @@ -4564,11 +4590,11 @@ JOURNAL FORMAT 2010-02-19 movie ticket assets:checking $-10 $-10 Posting dates - You can give individual postings a different date from their parent - transaction, by adding a posting comment containing a tag (see below) + You can give individual postings a different date from their parent + transaction, by adding a posting comment containing a tag (see below) like date:DATE. This is probably the best way to control posting dates - precisely. Eg in this example the expense should appear in May - reports, and the deduction from checking should be reported on 6/1 for + precisely. Eg in this example the expense should appear in May + reports, and the deduction from checking should be reported on 6/1 for easy bank reconciliation: 2015/5/30 @@ -4581,22 +4607,22 @@ JOURNAL FORMAT $ hledger -f t.j register checking 2015-06-01 assets:checking $-10 $-10 - DATE should be a simple date; if the year is not specified it will use - the year of the transaction's date. You can set the secondary date - similarly, with date2:DATE2. The date: or date2: tags must have a - valid simple date value if they are present, eg a date: tag with no + DATE should be a simple date; if the year is not specified it will use + the year of the transaction's date. You can set the secondary date + similarly, with date2:DATE2. The date: or date2: tags must have a + valid simple date value if they are present, eg a date: tag with no value is not allowed. Ledger's earlier, more compact bracketed date syntax is also supported: - [DATE], [DATE=DATE2] or [=DATE2]. hledger will attempt to parse any + [DATE], [DATE=DATE2] or [=DATE2]. hledger will attempt to parse any square-bracketed sequence of the 0123456789/-.= characters in this way. - With this syntax, DATE infers its year from the transaction and DATE2 + With this syntax, DATE infers its year from the transaction and DATE2 infers its year from DATE. Status - Transactions, or individual postings within a transaction, can have a - status mark, which is a single character before the transaction - description or posting account name, separated from it by a space, + Transactions, or individual postings within a transaction, can have a + status mark, which is a single character before the transaction + description or posting account name, separated from it by a space, indicating one of three statuses: @@ -4608,23 +4634,23 @@ JOURNAL FORMAT ! pending * cleared - When reporting, you can filter by status with the -U/--unmarked, - -P/--pending, and -C/--cleared flags; or the status:, status:!, and + When reporting, you can filter by status with the -U/--unmarked, + -P/--pending, and -C/--cleared flags; or the status:, status:!, and status:* queries; or the U, P, C keys in hledger-ui. - Note, in Ledger and in older versions of hledger, the "unmarked" state - is called "uncleared". As of hledger 1.3 we have renamed it to + Note, in Ledger and in older versions of hledger, the "unmarked" state + is called "uncleared". As of hledger 1.3 we have renamed it to unmarked for clarity. - To replicate Ledger and old hledger's behaviour of also matching pend- + To replicate Ledger and old hledger's behaviour of also matching pend- ing, combine -U and -P. - Status marks are optional, but can be helpful eg for reconciling with + Status marks are optional, but can be helpful eg for reconciling with real-world accounts. Some editor modes provide highlighting and short- - cuts for working with status. Eg in Emacs ledger-mode, you can toggle + cuts for working with status. Eg in Emacs ledger-mode, you can toggle transaction status with C-c C-e, or posting status with C-c C-c. - What "uncleared", "pending", and "cleared" actually mean is up to you. + What "uncleared", "pending", and "cleared" actually mean is up to you. Here's one suggestion: @@ -4636,41 +4662,41 @@ JOURNAL FORMAT cleared complete, reconciled as far as possible, and considered cor- rect - With this scheme, you would use -PC to see the current balance at your - bank, -U to see things which will probably hit your bank soon (like + With this scheme, you would use -PC to see the current balance at your + bank, -U to see things which will probably hit your bank soon (like uncashed checks), and no flags to see the most up-to-date state of your finances. Code - After the status mark, but before the description, you can optionally - write a transaction "code", enclosed in parentheses. This is a good - place to record a check number, or some other important transaction id + After the status mark, but before the description, you can optionally + write a transaction "code", enclosed in parentheses. This is a good + place to record a check number, or some other important transaction id or reference number. Description - A transaction's description is the rest of the line following the date - and status mark (or until a comment begins). Sometimes called the + A transaction's description is the rest of the line following the date + and status mark (or until a comment begins). Sometimes called the "narration" in traditional bookkeeping, it can be used for whatever you - wish, or left blank. Transaction descriptions can be queried, unlike + wish, or left blank. Transaction descriptions can be queried, unlike comments. Payee and note You can optionally include a | (pipe) character in descriptions to sub- divide the description into separate fields for payee/payer name on the - left (up to the first |) and an additional note field on the right - (after the first |). This may be worthwhile if you need to do more + left (up to the first |) and an additional note field on the right + (after the first |). This may be worthwhile if you need to do more precise querying and pivoting by payee or by note. Comments Lines in the journal beginning with a semicolon (;) or hash (#) or star - (*) are comments, and will be ignored. (Star comments cause org-mode - nodes to be ignored, allowing emacs users to fold and navigate their + (*) are comments, and will be ignored. (Star comments cause org-mode + nodes to be ignored, allowing emacs users to fold and navigate their journals with org-mode or orgstruct-mode.) - You can attach comments to a transaction by writing them after the - description and/or indented on the following lines (before the post- - ings). Similarly, you can attach comments to an individual posting by - writing them after the amount and/or indented on the following lines. + You can attach comments to a transaction by writing them after the + description and/or indented on the following lines (before the post- + ings). Similarly, you can attach comments to an individual posting by + writing them after the amount and/or indented on the following lines. Transaction and posting comments must begin with a semicolon (;). Some examples: @@ -4693,24 +4719,24 @@ JOURNAL FORMAT ; another comment line for posting 2 ; a file comment (because not indented) - You can also comment larger regions of a file using comment and end + You can also comment larger regions of a file using comment and end comment directives. Tags - Tags are a way to add extra labels or labelled data to postings and + Tags are a way to add extra labels or labelled data to postings and transactions, which you can then search or pivot on. - A simple tag is a word (which may contain hyphens) followed by a full + A simple tag is a word (which may contain hyphens) followed by a full colon, written inside a transaction or posting comment line: 2017/1/16 bought groceries ; sometag: - Tags can have a value, which is the text after the colon, up to the + Tags can have a value, which is the text after the colon, up to the next comma or end of line, with leading/trailing whitespace removed: expenses:food $10 ; a-posting-tag: the tag value - Note this means hledger's tag values can not contain commas or new- + Note this means hledger's tag values can not contain commas or new- lines. Ending at commas means you can write multiple short tags on one line, comma separated: @@ -4724,57 +4750,57 @@ JOURNAL FORMAT o "tag2" is another tag, whose value is "some value ..." - Tags in a transaction comment affect the transaction and all of its - postings, while tags in a posting comment affect only that posting. - For example, the following transaction has three tags (A, TAG2, third- + Tags in a transaction comment affect the transaction and all of its + postings, while tags in a posting comment affect only that posting. + For example, the following transaction has three tags (A, TAG2, third- tag) and the posting has four (those plus posting-tag): 1/1 a transaction ; A:, TAG2: ; third-tag: a third transaction tag, <- with a value (a) $1 ; posting-tag: - Tags are like Ledger's metadata feature, except hledger's tag values + Tags are like Ledger's metadata feature, except hledger's tag values are simple strings. Postings - A posting is an addition of some amount to, or removal of some amount - from, an account. Each posting line begins with at least one space or + A posting is an addition of some amount to, or removal of some amount + from, an account. Each posting line begins with at least one space or tab (2 or 4 spaces is common), followed by: o (optional) a status character (empty, !, or *), followed by a space - o (required) an account name (any text, optionally containing single + o (required) an account name (any text, optionally containing single spaces, until end of line or a double space) o (optional) two or more spaces or tabs followed by an amount. - Positive amounts are being added to the account, negative amounts are + Positive amounts are being added to the account, negative amounts are being removed. The amounts within a transaction must always sum up to zero. As a con- - venience, one amount may be left blank; it will be inferred so as to + venience, one amount may be left blank; it will be inferred so as to balance the transaction. - Be sure to note the unusual two-space delimiter between account name - and amount. This makes it easy to write account names containing spa- - ces. But if you accidentally leave only one space (or tab) before the + Be sure to note the unusual two-space delimiter between account name + and amount. This makes it easy to write account names containing spa- + ces. But if you accidentally leave only one space (or tab) before the amount, the amount will be considered part of the account name. Virtual postings A posting with a parenthesised account name is called a virtual posting - or unbalanced posting, which means it is exempt from the usual rule + or unbalanced posting, which means it is exempt from the usual rule that a transaction's postings must balance add up to zero. - This is not part of double entry accounting, so you might choose to - avoid this feature. Or you can use it sparingly for certain special - cases where it can be convenient. Eg, you could set opening balances + This is not part of double entry accounting, so you might choose to + avoid this feature. Or you can use it sparingly for certain special + cases where it can be convenient. Eg, you could set opening balances without using a balancing equity account: 1/1 opening balances (assets:checking) $1000 (assets:savings) $2000 - A posting with a bracketed account name is called a balanced virtual + A posting with a bracketed account name is called a balanced virtual posting. The balanced virtual postings in a transaction must add up to zero (separately from other postings). Eg: @@ -4786,34 +4812,34 @@ JOURNAL FORMAT [assets:checking:available] $10 ; <- (something:else) $5 ; <- not required to balance - Ordinary non-parenthesised, non-bracketed postings are called real - postings. You can exclude virtual postings from reports with the + Ordinary non-parenthesised, non-bracketed postings are called real + postings. You can exclude virtual postings from reports with the -R/--real flag or real:1 query. Account names - Account names typically have several parts separated by a full colon, - from which hledger derives a hierarchical chart of accounts. They can - be anything you like, but in finance there are traditionally five top- + Account names typically have several parts separated by a full colon, + from which hledger derives a hierarchical chart of accounts. They can + be anything you like, but in finance there are traditionally five top- level accounts: assets, liabilities, revenue, expenses, and equity. - Account names may contain single spaces, eg: assets:accounts receiv- - able. Because of this, they must always be followed by two or more + Account names may contain single spaces, eg: assets:accounts receiv- + able. Because of this, they must always be followed by two or more spaces (or newline). Account names can be aliased. Amounts - After the account name, there is usually an amount. (Important: + After the account name, there is usually an amount. (Important: between account name and amount, there must be two or more spaces.) - hledger's amount format is flexible, supporting several international - formats. Here are some examples. Amounts have a number (the "quan- + hledger's amount format is flexible, supporting several international + formats. Here are some examples. Amounts have a number (the "quan- tity"): 1 ..and usually a currency symbol or commodity name (more on this below), - to the left or right of the quantity, with or without a separating + to the left or right of the quantity, with or without a separating space: $1 @@ -4821,13 +4847,13 @@ JOURNAL FORMAT 3 "green apples" Amounts can be preceded by a minus sign (or a plus sign, though plus is - the default), The sign can be written before or after a left-side com- + the default), The sign can be written before or after a left-side com- modity symbol: -$1 $-1 - One or more spaces between the sign and the number are acceptable when + One or more spaces between the sign and the number are acceptable when parsing (but they won't be displayed in output): + $1 @@ -4844,8 +4870,8 @@ JOURNAL FORMAT 1.23 1,23456780000009 - In the integer part of the quantity (left of the decimal mark), groups - of digits can optionally be separated by a digit group mark - a space, + In the integer part of the quantity (left of the decimal mark), groups + of digits can optionally be separated by a digit group mark - a space, comma, or period (different from the decimal mark): $1,000,000.00 @@ -4859,41 +4885,41 @@ JOURNAL FORMAT 1,000 1.000 - If you don't tell it otherwise, hledger will assume both of the above + If you don't tell it otherwise, hledger will assume both of the above are decimal marks, parsing both numbers as 1. - To prevent confusing parsing mistakes and undetected typos, especially - if your data contains digit group marks (eg, thousands separators), we + To prevent confusing parsing mistakes and undetected typos, especially + if your data contains digit group marks (eg, thousands separators), we recommend explicitly declaring the decimal mark character in each jour- - nal file, using a directive at the top of the file. The decimal-mark - directive is best, otherwise commodity directives will also work. + nal file, using a directive at the top of the file. The decimal-mark + directive is best, otherwise commodity directives will also work. These are described detail below. Commodity - Amounts in hledger have both a "quantity", which is a signed decimal + Amounts in hledger have both a "quantity", which is a signed decimal number, and a "commodity", which is a currency symbol, stock ticker, or any word or phrase describing something you are tracking. If the commodity name contains non-letters (spaces, numbers, or punctu- - ation), you must always write it inside double quotes ("green apples", + ation), you must always write it inside double quotes ("green apples", "ABC123"). - If you write just a bare number, that too will have a commodity, with + If you write just a bare number, that too will have a commodity, with name ""; we call that the "no-symbol commodity". - Actually, hledger combines these single-commodity amounts into more - powerful multi-commodity amounts, which are what it works with most of - the time. A multi-commodity amount could be, eg: 1 USD, 2 EUR, 3.456 - TSLA. In practice, you will only see multi-commodity amounts in + Actually, hledger combines these single-commodity amounts into more + powerful multi-commodity amounts, which are what it works with most of + the time. A multi-commodity amount could be, eg: 1 USD, 2 EUR, 3.456 + TSLA. In practice, you will only see multi-commodity amounts in hledger's output; you can't write them directly in the journal file. - (If you are writing scripts or working with hledger's internals, these + (If you are writing scripts or working with hledger's internals, these are the Amount and MixedAmount types.) Directives influencing number parsing and display - You can add decimal-mark and commodity directives to the journal, to - declare and control these things more explicitly and precisely. These - are described below, in JOURNAL FORMAT -> Declaring commodities. + You can add decimal-mark and commodity directives to the journal, to + declare and control these things more explicitly and precisely. These + are described below, in JOURNAL FORMAT -> Declaring commodities. Here's a quick example: # the decimal mark character used by all amounts in this file (all commodities) @@ -4908,48 +4934,48 @@ JOURNAL FORMAT Commodity display style For the amounts in each commodity, hledger chooses a consistent display - style to use in most reports. (Exceptions: price amounts, and all + style to use in most reports. (Exceptions: price amounts, and all amounts displayed by the print command, are displayed with all of their decimal digits visible.) A commodity's display style is inferred as follows. - First, if a default commodity is declared with D, this commodity and + First, if a default commodity is declared with D, this commodity and its style is applied to any no-symbol amounts in the journal. - Then each commodity's style is inferred from one of the following, in + Then each commodity's style is inferred from one of the following, in order of preference: - o The commodity directive for that commodity (including the no-symbol + o The commodity directive for that commodity (including the no-symbol commodity), if any. - o The amounts in that commodity seen in the journal's transactions. + o The amounts in that commodity seen in the journal's transactions. (Posting amounts only; prices and periodic or auto rules are ignored, currently.) - o The built-in fallback style, which looks like this: $1000.00. (Sym- + o The built-in fallback style, which looks like this: $1000.00. (Sym- bol on the left, period decimal mark, two decimal places.) A style is inferred from journal amounts as follows: - o Use the general style (decimal mark, symbol placement) of the first + o Use the general style (decimal mark, symbol placement) of the first amount - o Use the first-seen digit group style (digit group mark, digit group + o Use the first-seen digit group style (digit group mark, digit group sizes), if any o Use the maximum number of decimal places of all. - Transaction price amounts don't affect the commodity display style - directly, but occasionally they can do so indirectly (eg when a post- - ing's amount is inferred using a transaction price). If you find this + Transaction price amounts don't affect the commodity display style + directly, but occasionally they can do so indirectly (eg when a post- + ing's amount is inferred using a transaction price). If you find this causing problems, use a commodity directive to fix the display style. - To summarise: each commodity's amounts will be normalised to (a) the - style declared by a commodity directive, or (b) the style of the first - posting amount in the journal, with the first-seen digit group style - and the maximum-seen number of decimal places. So if your reports are - showing amounts in a way you don't like, eg with too many decimal + To summarise: each commodity's amounts will be normalised to (a) the + style declared by a commodity directive, or (b) the style of the first + posting amount in the journal, with the first-seen digit group style + and the maximum-seen number of decimal places. So if your reports are + showing amounts in a way you don't like, eg with too many decimal places, use a commodity directive. Some examples: # declare euro, dollar, bitcoin and no-symbol commodities and set their @@ -4959,22 +4985,22 @@ JOURNAL FORMAT commodity 1000.00000000 BTC commodity 1 000. - The inferred commodity style can be overridden by supplying a command + The inferred commodity style can be overridden by supplying a command line option. Rounding Amounts are stored internally as decimal numbers with up to 255 decimal - places, and displayed with the number of decimal places specified by - the commodity display style. Note, hledger uses banker's rounding: it - rounds to the nearest even number, eg 0.5 displayed with zero decimal - places is "0"). (Guaranteed since hledger 1.17.1; in older versions + places, and displayed with the number of decimal places specified by + the commodity display style. Note, hledger uses banker's rounding: it + rounds to the nearest even number, eg 0.5 displayed with zero decimal + places is "0"). (Guaranteed since hledger 1.17.1; in older versions this could vary if hledger was built with Decimal < 0.5.1.) Transaction prices Within a transaction, you can note an amount's price in another commod- - ity. This can be used to document the cost (in a purchase) or selling - price (in a sale). For example, transaction prices are useful to - record purchases of a foreign currency. Note transaction prices are + ity. This can be used to document the cost (in a purchase) or selling + price (in a sale). For example, transaction prices are useful to + record purchases of a foreign currency. Note transaction prices are fixed at the time of the transaction, and do not change over time. See also market prices, which represent prevailing exchange rates on a cer- tain date. @@ -5000,14 +5026,14 @@ JOURNAL FORMAT assets:euros EUR100 ; one hundred euros purchased assets:dollars $-135 ; for $135 - 4. Like 1, but the @ is parenthesised, i.e. (@); this is for compati- - bility with Ledger journals (Virtual posting costs), and is equiva- + 4. Like 1, but the @ is parenthesised, i.e. (@); this is for compati- + bility with Ledger journals (Virtual posting costs), and is equiva- lent to 1 in hledger. 5. Like 2, but as in 4 the @@ is parenthesised, i.e. (@@); in hledger, this is equivalent to 2. - Use the -B/--cost flag to convert amounts to their transaction price's + Use the -B/--cost flag to convert amounts to their transaction price's commodity, if any. (mnemonic: "B" is from "cost Basis", as in Ledger). Eg here is how -B affects the balance report for the example above: @@ -5018,8 +5044,8 @@ JOURNAL FORMAT $-135 assets:dollars $135 assets:euros # <- the euros' cost - Note -B is sensitive to the order of postings when a transaction price - is inferred: the inferred price will be in the commodity of the last + Note -B is sensitive to the order of postings when a transaction price + is inferred: the inferred price will be in the commodity of the last amount. So if example 3's postings are reversed, while the transaction is equivalent, -B shows something different: @@ -5031,6 +5057,69 @@ JOURNAL FORMAT EUR-100 assets:dollars # <- the dollars' selling price EUR100 assets:euros + Equity conversion postings + Transaction prices can be converted to and from equity conversion post- + ings using the --infer-equity and --infer-costs flags. + + With --infer-equity, hledger will add equity postings to balance out + any transaction prices. + + 2009/1/1 + assets:euros EUR100 @ $1.35 ; 100 euros bought + assets:dollars -$135 ; for $135 + + $ hledger print --infer-equity + + 2009-01-01 + assets:euros EUR100 @ $1.35 ; 100 euros bought + equity:conversion:$-EUR:EUR EUR-100 ; 100 euros bought, generated-posting: + equity:conversion:$-EUR:$ $135.00 ; 100 euros bought, generated-posting: + assets:dollars $-135 ; for $135 + + The reverse is possible using --infer-costs, which will check any + equity conversion postings and generate a transaction price for the + first non-conversion posting which matches. + + 2009-01-01 + assets:euros EUR100 ; 100 euros bought + equity:conversion EUR-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 + + $ hledger print --infer-costs + + 2009-01-01 + assets:euros EUR100 @@ $135 ; 100 euros bought + equity:conversion EUR-100 + equity:conversion $135 + assets:dollars $-135 ; for $135 + + Note that the above will assign the transaction price to the first + matching posting in the transaction. If you want to assign it to a + different posting, or if you have several different sets of conversion + postings which must match different postings, you must manually specify + the transaction price. If you do this, equity conversion postings must + occur in adjacent pairs and must exactly match the amount of a non-con- + version posting. + + 2009-01-01 + assets:dollars $-135 ; $135 paid + equity:conversion EUR-100 + equity:conversion $135 + assets:euros EUR100 @@ $135 ; to buy 100 euros + + 2009-01-01 + assets:euros EUR100 @ $1.35 ; 100 euros bought + equity:conversion EUR-100 + equity:conversion $135 + assets:pounds 80 @@ $100 ; 80 pounds bought + equity:conversion -80 + equity:conversion $100 + assets:dollars $-235 ; for $235 total + + The account names used for the conversion accounts can be changed with + the conversion account type declaration. + Lot prices, lot dates Ledger allows another kind of price, lot price (four variants: {UNIT- PRICE}, {{TOTALPRICE}}, {=FIXEDUNITPRICE}, {{=FIXEDTOTALPRICE}}),