;update manuals

This commit is contained in:
Simon Michael 2020-12-29 10:27:48 -08:00
parent 6f08631be3
commit 22c6f056c2
9 changed files with 1308 additions and 1253 deletions

View File

@ -192,7 +192,7 @@ show general or COMMAND user manual with man
show general or COMMAND user manual with info show general or COMMAND user manual with info
.TP .TP
\f[B]\f[CB]--version\f[B]\f[R] \f[B]\f[CB]--version\f[B]\f[R]
show general or ADDONCOMMAND version show general or ADDONCMD version
.TP .TP
\f[B]\f[CB]--debug[=N]\f[B]\f[R] \f[B]\f[CB]--debug[=N]\f[B]\f[R]
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)

View File

@ -206,7 +206,7 @@ the last one takes precedence.
show general or COMMAND user manual with info show general or COMMAND user manual with info
'--version' '--version'
show general or ADDONCOMMAND version show general or ADDONCMD version
'--debug[=N]' '--debug[=N]'
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)
@ -528,23 +528,23 @@ Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS1488 Node: OPTIONS1488
Ref: #options1585 Ref: #options1585
Node: KEYS5772 Node: KEYS5768
Ref: #keys5867 Ref: #keys5863
Node: SCREENS10186 Node: SCREENS10182
Ref: #screens10291 Ref: #screens10287
Node: Accounts screen10381 Node: Accounts screen10377
Ref: #accounts-screen10509 Ref: #accounts-screen10505
Node: Register screen12724 Node: Register screen12720
Ref: #register-screen12879 Ref: #register-screen12875
Node: Transaction screen14876 Node: Transaction screen14872
Ref: #transaction-screen15034 Ref: #transaction-screen15030
Node: Error screen15904 Node: Error screen15900
Ref: #error-screen16026 Ref: #error-screen16022
Node: ENVIRONMENT16270 Node: ENVIRONMENT16266
Ref: #environment16384 Ref: #environment16380
Node: FILES17191 Node: FILES17187
Ref: #files17290 Ref: #files17286
Node: BUGS17503 Node: BUGS17499
Ref: #bugs17580 Ref: #bugs17576
 
End Tag Table End Tag Table

View File

@ -185,7 +185,7 @@ OPTIONS
--info show general or COMMAND user manual with info --info show general or COMMAND user manual with info
--version --version
show general or ADDONCOMMAND version show general or ADDONCMD version
--debug[=N] --debug[=N]
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)

View File

@ -221,7 +221,7 @@ show general or COMMAND user manual with man
show general or COMMAND user manual with info show general or COMMAND user manual with info
.TP .TP
\f[B]\f[CB]--version\f[B]\f[R] \f[B]\f[CB]--version\f[B]\f[R]
show general or ADDONCOMMAND version show general or ADDONCMD version
.TP .TP
\f[B]\f[CB]--debug[=N]\f[B]\f[R] \f[B]\f[CB]--debug[=N]\f[B]\f[R]
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)

View File

@ -234,7 +234,7 @@ the last one takes precedence.
show general or COMMAND user manual with info show general or COMMAND user manual with info
'--version' '--version'
show general or ADDONCOMMAND version show general or ADDONCMD version
'--debug[=N]' '--debug[=N]'
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)
@ -598,19 +598,19 @@ Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1762 Node: OPTIONS1762
Ref: #options1867 Ref: #options1867
Node: PERMISSIONS9086 Node: PERMISSIONS9082
Ref: #permissions9225 Ref: #permissions9221
Node: EDITING UPLOADING DOWNLOADING10437 Node: EDITING UPLOADING DOWNLOADING10433
Ref: #editing-uploading-downloading10618 Ref: #editing-uploading-downloading10614
Node: RELOADING11452 Node: RELOADING11448
Ref: #reloading11586 Ref: #reloading11582
Node: JSON API12019 Node: JSON API12015
Ref: #json-api12133 Ref: #json-api12129
Node: ENVIRONMENT17623 Node: ENVIRONMENT17619
Ref: #environment17739 Ref: #environment17735
Node: FILES18472 Node: FILES18468
Ref: #files18572 Ref: #files18568
Node: BUGS18785 Node: BUGS18781
Ref: #bugs18863 Ref: #bugs18859
 
End Tag Table End Tag Table

View File

@ -209,7 +209,7 @@ OPTIONS
--info show general or COMMAND user manual with info --info show general or COMMAND user manual with info
--version --version
show general or ADDONCOMMAND version show general or ADDONCMD version
--debug[=N] --debug[=N]
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)

View File

@ -84,7 +84,7 @@ show general or COMMAND user manual with man
show general or COMMAND user manual with info show general or COMMAND user manual with info
.TP .TP
\f[B]\f[CB]--version\f[B]\f[R] \f[B]\f[CB]--version\f[B]\f[R]
show general or ADDONCOMMAND version show general or ADDONCMD version
.TP .TP
\f[B]\f[CB]--debug[=N]\f[B]\f[R] \f[B]\f[CB]--debug[=N]\f[B]\f[R]
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)
@ -3788,15 +3788,12 @@ print
Show transaction journal entries, sorted by date. Show transaction journal entries, sorted by date.
.PP .PP
The print command displays full journal entries (transactions) from the The print command displays full journal entries (transactions) from the
journal file in date order, tidily formatted. journal file, sorted by date (or with \f[C]--date2\f[R], by secondary
With --date2, transactions are sorted by secondary date instead. date).
.PP Amounts are shown right-aligned within each transaction (but not across
print\[aq]s output is always a valid hledger journal. all transactions).
.PD 0 Directives and inter-transaction comments are not shown.
.P Eg:
.PD
It preserves all transaction information, but it does not preserve
directives or inter-transaction comments
.IP .IP
.nf .nf
\f[C] \f[C]
@ -3824,6 +3821,29 @@ $ hledger print
\f[R] \f[R]
.fi .fi
.PP .PP
print\[aq]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:
.IP
.nf
\f[C]
# Show running total of food expenses paid from cash.
# -f- reads from stdin. -I/--ignore-assertions is sometimes needed.
$ hledger print assets:cash | hledger -f- -I reg expenses:food
\f[R]
.fi
.PP
There are some situations where print\[aq]s output can become
unparseable:
.IP \[bu] 2
Rounding amounts according to commodity display styles can cause
transactions to appear unbalanced.
.IP \[bu] 2
Valuation affects posting amounts but not balance assertion or balance
assignment amounts, potentially causing those to fail.
.IP \[bu] 2
Auto postings can generate postings with too many missing amounts.
.PP
Normally, the journal entry\[aq]s explicit or implicit amount style is Normally, the journal entry\[aq]s explicit or implicit amount style is
preserved. preserved.
For example, when an amount is omitted in the journal, it will not For example, when an amount is omitted in the journal, it will not

View File

@ -112,7 +112,7 @@ by most hledger commands, run 'hledger -h'.
show general or COMMAND user manual with info show general or COMMAND user manual with info
'--version' '--version'
show general or ADDONCOMMAND version show general or ADDONCMD version
'--debug[=N]' '--debug[=N]'
show debug output (levels 1-9, default: 1) show debug output (levels 1-9, default: 1)
@ -3218,12 +3218,10 @@ print
Show transaction journal entries, sorted by date. Show transaction journal entries, sorted by date.
The print command displays full journal entries (transactions) from The print command displays full journal entries (transactions) from
the journal file in date order, tidily formatted. With -date2, the journal file, sorted by date (or with '--date2', by secondary date).
transactions are sorted by secondary date instead. Amounts are shown right-aligned within each transaction (but not across
all transactions). Directives and inter-transaction comments are not
print's output is always a valid hledger journal. shown. Eg:
It preserves all transaction information, but it does not preserve
directives or inter-transaction comments
$ hledger print $ hledger print
2008/01/01 income 2008/01/01 income
@ -3247,6 +3245,23 @@ $ hledger print
liabilities:debts $1 liabilities:debts $1
assets:bank:checking $-1 assets:bank:checking $-1
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:
# Show running total of food expenses paid from cash.
# -f- reads from stdin. -I/--ignore-assertions is sometimes needed.
$ hledger print assets:cash | hledger -f- -I reg expenses:food
There are some situations where print's output can become
unparseable:
* Rounding amounts according to commodity display styles can cause
transactions to appear unbalanced.
* Valuation affects posting amounts but not balance assertion or
balance assignment amounts, potentially causing those to fail.
* Auto postings can generate postings with too many missing amounts.
Normally, the journal entry's explicit or implicit amount style is Normally, the journal entry's explicit or implicit amount style is
preserved. For example, when an amount is omitted in the journal, it preserved. For example, when an amount is omitted in the journal, it
will not appear in the output. Similarly, when a transaction price is will not appear in the output. Similarly, when a transaction price is
@ -7836,421 +7851,421 @@ Node: OPTIONS2509
Ref: #options2610 Ref: #options2610
Node: General options2752 Node: General options2752
Ref: #general-options2877 Ref: #general-options2877
Node: Command options6398 Node: Command options6394
Ref: #command-options6549 Ref: #command-options6545
Node: Command arguments6949 Node: Command arguments6945
Ref: #command-arguments7107 Ref: #command-arguments7103
Node: Special characters7987 Node: Special characters7983
Ref: #special-characters8150 Ref: #special-characters8146
Node: Single escaping shell metacharacters8313 Node: Single escaping shell metacharacters8309
Ref: #single-escaping-shell-metacharacters8554 Ref: #single-escaping-shell-metacharacters8550
Node: Double escaping regular expression metacharacters8955 Node: Double escaping regular expression metacharacters8951
Ref: #double-escaping-regular-expression-metacharacters9266 Ref: #double-escaping-regular-expression-metacharacters9262
Node: Triple escaping for add-on commands9792 Node: Triple escaping for add-on commands9788
Ref: #triple-escaping-for-add-on-commands10052 Ref: #triple-escaping-for-add-on-commands10048
Node: Less escaping10696 Node: Less escaping10692
Ref: #less-escaping10850 Ref: #less-escaping10846
Node: Unicode characters11174 Node: Unicode characters11170
Ref: #unicode-characters11339 Ref: #unicode-characters11335
Node: Regular expressions12751 Node: Regular expressions12747
Ref: #regular-expressions12891 Ref: #regular-expressions12887
Node: ENVIRONMENT14627 Node: ENVIRONMENT14623
Ref: #environment14743 Ref: #environment14739
Node: DATA FILES15728 Node: DATA FILES15724
Ref: #data-files15847 Ref: #data-files15843
Node: Data formats16386 Node: Data formats16382
Ref: #data-formats16504 Ref: #data-formats16500
Node: Multiple files17841 Node: Multiple files17837
Ref: #multiple-files17983 Ref: #multiple-files17979
Node: Strict mode18452 Node: Strict mode18448
Ref: #strict-mode18567 Ref: #strict-mode18563
Node: TIME PERIODS19215 Node: TIME PERIODS19211
Ref: #time-periods19332 Ref: #time-periods19328
Node: Smart dates19430 Node: Smart dates19426
Ref: #smart-dates19556 Ref: #smart-dates19552
Node: Report start & end date20882 Node: Report start & end date20878
Ref: #report-start-end-date21057 Ref: #report-start-end-date21053
Node: Report intervals22590 Node: Report intervals22586
Ref: #report-intervals22758 Ref: #report-intervals22754
Node: Period expressions23148 Node: Period expressions23144
Ref: #period-expressions23288 Ref: #period-expressions23284
Node: DEPTH27731 Node: DEPTH27727
Ref: #depth27831 Ref: #depth27827
Node: QUERIES28163 Node: QUERIES28159
Ref: #queries28264 Ref: #queries28260
Node: VALUATION32226 Node: VALUATION32222
Ref: #valuation32334 Ref: #valuation32330
Node: -B Cost33023 Node: -B Cost33019
Ref: #b-cost33121 Ref: #b-cost33117
Node: -V Value33254 Node: -V Value33250
Ref: #v-value33394 Ref: #v-value33390
Node: -X Value in specified commodity33589 Node: -X Value in specified commodity33585
Ref: #x-value-in-specified-commodity33782 Ref: #x-value-in-specified-commodity33778
Node: Valuation date33931 Node: Valuation date33927
Ref: #valuation-date34093 Ref: #valuation-date34089
Node: Market prices34530 Node: Market prices34526
Ref: #market-prices34704 Ref: #market-prices34700
Node: --infer-value market prices from transactions35625 Node: --infer-value market prices from transactions35621
Ref: #infer-value-market-prices-from-transactions35868 Ref: #infer-value-market-prices-from-transactions35864
Node: Valuation commodity37129 Node: Valuation commodity37125
Ref: #valuation-commodity37332 Ref: #valuation-commodity37328
Node: Simple valuation examples38537 Node: Simple valuation examples38533
Ref: #simple-valuation-examples38733 Ref: #simple-valuation-examples38729
Node: --value Flexible valuation39392 Node: --value Flexible valuation39388
Ref: #value-flexible-valuation39594 Ref: #value-flexible-valuation39590
Node: More valuation examples41541 Node: More valuation examples41537
Ref: #more-valuation-examples41744 Ref: #more-valuation-examples41740
Node: Effect of valuation on reports43749 Node: Effect of valuation on reports43745
Ref: #effect-of-valuation-on-reports43931 Ref: #effect-of-valuation-on-reports43927
Node: PIVOTING50950 Node: PIVOTING50946
Ref: #pivoting51055 Ref: #pivoting51051
Node: OUTPUT52731 Node: OUTPUT52727
Ref: #output52831 Ref: #output52827
Node: Output destination52882 Node: Output destination52878
Ref: #output-destination53013 Ref: #output-destination53009
Node: Output format53438 Node: Output format53434
Ref: #output-format53559 Ref: #output-format53555
Node: COMMANDS55726 Node: COMMANDS55722
Ref: #commands55838 Ref: #commands55834
Node: accounts59203 Node: accounts59199
Ref: #accounts59303 Ref: #accounts59299
Node: activity59999 Node: activity59995
Ref: #activity60111 Ref: #activity60107
Node: add60494 Node: add60490
Ref: #add60597 Ref: #add60593
Node: aregister63390 Node: aregister63386
Ref: #aregister63504 Ref: #aregister63500
Node: aregister and custom posting dates64998 Node: aregister and custom posting dates64994
Ref: #aregister-and-custom-posting-dates65164 Ref: #aregister-and-custom-posting-dates65160
Node: balance65985 Node: balance65981
Ref: #balance66104 Ref: #balance66100
Node: Classic balance report67727 Node: Classic balance report67723
Ref: #classic-balance-report67902 Ref: #classic-balance-report67898
Node: Customising the classic balance report69226 Node: Customising the classic balance report69222
Ref: #customising-the-classic-balance-report69456 Ref: #customising-the-classic-balance-report69452
Node: Colour support71532 Node: Colour support71528
Ref: #colour-support71701 Ref: #colour-support71697
Node: Flat mode71797 Node: Flat mode71793
Ref: #flat-mode71947 Ref: #flat-mode71943
Node: Depth limited balance reports72360 Node: Depth limited balance reports72356
Ref: #depth-limited-balance-reports72547 Ref: #depth-limited-balance-reports72543
Node: Percentages73003 Node: Percentages72999
Ref: #percentages73162 Ref: #percentages73158
Node: Sorting by amount74299 Node: Sorting by amount74295
Ref: #sorting-by-amount74467 Ref: #sorting-by-amount74463
Node: Multicolumn balance report74961 Node: Multicolumn balance report74957
Ref: #multicolumn-balance-report75149 Ref: #multicolumn-balance-report75145
Node: Budget report80746 Node: Budget report80742
Ref: #budget-report80882 Ref: #budget-report80878
Node: Budget report start date86171 Node: Budget report start date86167
Ref: #budget-report-start-date86338 Ref: #budget-report-start-date86334
Node: Nested budgets87670 Node: Nested budgets87666
Ref: #nested-budgets87817 Ref: #nested-budgets87813
Node: balancesheet91257 Node: balancesheet91253
Ref: #balancesheet91395 Ref: #balancesheet91391
Node: balancesheetequity93032 Node: balancesheetequity93028
Ref: #balancesheetequity93183 Ref: #balancesheetequity93179
Node: cashflow94402 Node: cashflow94398
Ref: #cashflow94526 Ref: #cashflow94522
Node: check95860 Node: check95856
Ref: #check95965 Ref: #check95961
Node: Basic checks96570 Node: Basic checks96566
Ref: #basic-checks96688 Ref: #basic-checks96684
Node: Strict checks97181 Node: Strict checks97177
Ref: #strict-checks97322 Ref: #strict-checks97318
Node: Other checks97565 Node: Other checks97561
Ref: #other-checks97705 Ref: #other-checks97701
Node: Add-on checks98003 Node: Add-on checks97999
Ref: #add-on-checks98123 Ref: #add-on-checks98119
Node: close98576 Node: close98572
Ref: #close98680 Ref: #close98676
Node: close usage100202 Node: close usage100198
Ref: #close-usage100297 Ref: #close-usage100293
Node: codes103110 Node: codes103106
Ref: #codes103220 Ref: #codes103216
Node: commodities103932 Node: commodities103928
Ref: #commodities104061 Ref: #commodities104057
Node: descriptions104143 Node: descriptions104139
Ref: #descriptions104273 Ref: #descriptions104269
Node: diff104577 Node: diff104573
Ref: #diff104685 Ref: #diff104681
Node: files105732 Node: files105728
Ref: #files105834 Ref: #files105830
Node: help105981 Node: help105977
Ref: #help106083 Ref: #help106079
Node: import106810 Node: import106806
Ref: #import106926 Ref: #import106922
Node: Importing balance assignments107848 Node: Importing balance assignments107844
Ref: #importing-balance-assignments108031 Ref: #importing-balance-assignments108027
Node: Commodity display styles108680 Node: Commodity display styles108676
Ref: #commodity-display-styles108853 Ref: #commodity-display-styles108849
Node: incomestatement108982 Node: incomestatement108978
Ref: #incomestatement109117 Ref: #incomestatement109113
Node: notes110579 Node: notes110575
Ref: #notes110694 Ref: #notes110690
Node: payees111062 Node: payees111058
Ref: #payees111170 Ref: #payees111166
Node: prices111590 Node: prices111586
Ref: #prices111698 Ref: #prices111694
Node: print112039 Node: print112035
Ref: #print112151 Ref: #print112147
Node: print-unique116938 Node: print-unique117632
Ref: #print-unique117066 Ref: #print-unique117760
Node: register117351 Node: register118045
Ref: #register117480 Ref: #register118174
Node: Custom register output121926 Node: Custom register output122620
Ref: #custom-register-output122057 Ref: #custom-register-output122751
Node: register-match123394 Node: register-match124088
Ref: #register-match123530 Ref: #register-match124224
Node: rewrite123881 Node: rewrite124575
Ref: #rewrite123998 Ref: #rewrite124692
Node: Re-write rules in a file125904 Node: Re-write rules in a file126598
Ref: #re-write-rules-in-a-file126067 Ref: #re-write-rules-in-a-file126761
Node: Diff output format127216 Node: Diff output format127910
Ref: #diff-output-format127399 Ref: #diff-output-format128093
Node: rewrite vs print --auto128491 Node: rewrite vs print --auto129185
Ref: #rewrite-vs.-print---auto128651 Ref: #rewrite-vs.-print---auto129345
Node: roi129207 Node: roi129901
Ref: #roi129307 Ref: #roi130001
Node: stats141517 Node: stats142211
Ref: #stats141618 Ref: #stats142312
Node: tags142406 Node: tags143100
Ref: #tags142506 Ref: #tags143200
Node: test143025 Node: test143719
Ref: #test143141 Ref: #test143835
Node: About add-on commands143888 Node: About add-on commands144582
Ref: #about-add-on-commands144025 Ref: #about-add-on-commands144719
Node: JOURNAL FORMAT145156 Node: JOURNAL FORMAT145850
Ref: #journal-format145284 Ref: #journal-format145978
Node: Transactions147450 Node: Transactions148144
Ref: #transactions147565 Ref: #transactions148259
Node: Dates148579 Node: Dates149273
Ref: #dates148695 Ref: #dates149389
Node: Simple dates148760 Node: Simple dates149454
Ref: #simple-dates148880 Ref: #simple-dates149574
Node: Secondary dates149389 Node: Secondary dates150083
Ref: #secondary-dates149537 Ref: #secondary-dates150231
Node: Posting dates150873 Node: Posting dates151567
Ref: #posting-dates150996 Ref: #posting-dates151690
Node: Status152368 Node: Status153062
Ref: #status152485 Ref: #status153179
Node: Description154193 Node: Description154887
Ref: #description154323 Ref: #description155017
Node: Payee and note154643 Node: Payee and note155337
Ref: #payee-and-note154751 Ref: #payee-and-note155445
Node: Comments155086 Node: Comments155780
Ref: #comments155208 Ref: #comments155902
Node: Tags156402 Node: Tags157096
Ref: #tags-1156513 Ref: #tags-1157207
Node: Postings157906 Node: Postings158600
Ref: #postings158030 Ref: #postings158724
Node: Virtual postings159056 Node: Virtual postings159750
Ref: #virtual-postings159167 Ref: #virtual-postings159861
Node: Account names160472 Node: Account names161166
Ref: #account-names160609 Ref: #account-names161303
Node: Amounts161096 Node: Amounts161790
Ref: #amounts161231 Ref: #amounts161925
Node: Digit group marks162355 Node: Digit group marks163049
Ref: #digit-group-marks162500 Ref: #digit-group-marks163194
Node: Commodity display style163438 Node: Commodity display style164132
Ref: #commodity-display-style163612 Ref: #commodity-display-style164306
Node: Rounding165325 Node: Rounding166019
Ref: #rounding165443 Ref: #rounding166137
Node: Transaction prices165855 Node: Transaction prices166549
Ref: #transaction-prices166021 Ref: #transaction-prices166715
Node: Lot prices lot dates168452 Node: Lot prices lot dates169146
Ref: #lot-prices-lot-dates168635 Ref: #lot-prices-lot-dates169329
Node: Balance assertions169123 Node: Balance assertions169817
Ref: #balance-assertions169301 Ref: #balance-assertions169995
Node: Assertions and ordering170334 Node: Assertions and ordering171028
Ref: #assertions-and-ordering170516 Ref: #assertions-and-ordering171210
Node: Assertions and included files171216 Node: Assertions and included files171910
Ref: #assertions-and-included-files171453 Ref: #assertions-and-included-files172147
Node: Assertions and multiple -f options171786 Node: Assertions and multiple -f options172480
Ref: #assertions-and-multiple--f-options172036 Ref: #assertions-and-multiple--f-options172730
Node: Assertions and commodities172168 Node: Assertions and commodities172862
Ref: #assertions-and-commodities172394 Ref: #assertions-and-commodities173088
Node: Assertions and prices173551 Node: Assertions and prices174245
Ref: #assertions-and-prices173759 Ref: #assertions-and-prices174453
Node: Assertions and subaccounts174199 Node: Assertions and subaccounts174893
Ref: #assertions-and-subaccounts174422 Ref: #assertions-and-subaccounts175116
Node: Assertions and virtual postings174746 Node: Assertions and virtual postings175440
Ref: #assertions-and-virtual-postings174982 Ref: #assertions-and-virtual-postings175676
Node: Assertions and precision175124 Node: Assertions and precision175818
Ref: #assertions-and-precision175311 Ref: #assertions-and-precision176005
Node: Balance assignments175578 Node: Balance assignments176272
Ref: #balance-assignments175748 Ref: #balance-assignments176442
Node: Balance assignments and prices176912 Node: Balance assignments and prices177606
Ref: #balance-assignments-and-prices177078 Ref: #balance-assignments-and-prices177772
Node: Directives177302 Node: Directives177996
Ref: #directives177465 Ref: #directives178159
Node: Directives and multiple files182708 Node: Directives and multiple files183402
Ref: #directives-and-multiple-files182904 Ref: #directives-and-multiple-files183598
Node: Comment blocks183568 Node: Comment blocks184262
Ref: #comment-blocks183745 Ref: #comment-blocks184439
Node: Including other files183921 Node: Including other files184615
Ref: #including-other-files184095 Ref: #including-other-files184789
Node: Default year185019 Node: Default year185713
Ref: #default-year185182 Ref: #default-year185876
Node: Declaring commodities185589 Node: Declaring commodities186283
Ref: #declaring-commodities185766 Ref: #declaring-commodities186460
Node: Commodity error checking187610 Node: Commodity error checking188304
Ref: #commodity-error-checking187760 Ref: #commodity-error-checking188454
Node: Default commodity188017 Node: Default commodity188711
Ref: #default-commodity188197 Ref: #default-commodity188891
Node: Declaring market prices189086 Node: Declaring market prices189780
Ref: #declaring-market-prices189275 Ref: #declaring-market-prices189969
Node: Declaring accounts190132 Node: Declaring accounts190826
Ref: #declaring-accounts190312 Ref: #declaring-accounts191006
Node: Account error checking191514 Node: Account error checking192208
Ref: #account-error-checking191680 Ref: #account-error-checking192374
Node: Account comments192859 Node: Account comments193553
Ref: #account-comments193043 Ref: #account-comments193737
Node: Account subdirectives193467 Node: Account subdirectives194161
Ref: #account-subdirectives193652 Ref: #account-subdirectives194346
Node: Account types193965 Node: Account types194659
Ref: #account-types194139 Ref: #account-types194833
Node: Declaring account types194875 Node: Declaring account types195569
Ref: #declaring-account-types195054 Ref: #declaring-account-types195748
Node: Auto-detected account types195704 Node: Auto-detected account types196398
Ref: #auto-detected-account-types195945 Ref: #auto-detected-account-types196639
Node: Interference from auto-detected account types196842 Node: Interference from auto-detected account types197536
Ref: #interference-from-auto-detected-account-types197119 Ref: #interference-from-auto-detected-account-types197813
Node: Old account type syntax197602 Node: Old account type syntax198296
Ref: #old-account-type-syntax197799 Ref: #old-account-type-syntax198493
Node: Account display order198099 Node: Account display order198793
Ref: #account-display-order198259 Ref: #account-display-order198953
Node: Rewriting accounts199410 Node: Rewriting accounts200104
Ref: #rewriting-accounts199589 Ref: #rewriting-accounts200283
Node: Basic aliases200346 Node: Basic aliases201040
Ref: #basic-aliases200482 Ref: #basic-aliases201176
Node: Regex aliases201186 Node: Regex aliases201880
Ref: #regex-aliases201348 Ref: #regex-aliases202042
Node: Combining aliases202067 Node: Combining aliases202761
Ref: #combining-aliases202250 Ref: #combining-aliases202944
Node: Aliases and multiple files203526 Node: Aliases and multiple files204220
Ref: #aliases-and-multiple-files203725 Ref: #aliases-and-multiple-files204419
Node: end aliases204304 Node: end aliases204998
Ref: #end-aliases204451 Ref: #end-aliases205145
Node: Default parent account204552 Node: Default parent account205246
Ref: #default-parent-account204742 Ref: #default-parent-account205436
Node: Periodic transactions205626 Node: Periodic transactions206320
Ref: #periodic-transactions205809 Ref: #periodic-transactions206503
Node: Periodic rule syntax207726 Node: Periodic rule syntax208420
Ref: #periodic-rule-syntax207926 Ref: #periodic-rule-syntax208620
Node: Two spaces between period expression and description!208630 Node: Two spaces between period expression and description!209324
Ref: #two-spaces-between-period-expression-and-description208943 Ref: #two-spaces-between-period-expression-and-description209637
Node: Forecasting with periodic transactions209627 Node: Forecasting with periodic transactions210321
Ref: #forecasting-with-periodic-transactions209926 Ref: #forecasting-with-periodic-transactions210620
Node: Budgeting with periodic transactions211981 Node: Budgeting with periodic transactions212675
Ref: #budgeting-with-periodic-transactions212214 Ref: #budgeting-with-periodic-transactions212908
Node: Auto postings212623 Node: Auto postings213317
Ref: #auto-postings212759 Ref: #auto-postings213453
Node: Auto postings and multiple files214938 Node: Auto postings and multiple files215632
Ref: #auto-postings-and-multiple-files215136 Ref: #auto-postings-and-multiple-files215830
Node: Auto postings and dates215345 Node: Auto postings and dates216039
Ref: #auto-postings-and-dates215613 Ref: #auto-postings-and-dates216307
Node: Auto postings and transaction balancing / inferred amounts / balance assertions215788 Node: Auto postings and transaction balancing / inferred amounts / balance assertions216482
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions216133 Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions216827
Node: Auto posting tags216475 Node: Auto posting tags217169
Ref: #auto-posting-tags216684 Ref: #auto-posting-tags217378
Node: CSV FORMAT217320 Node: CSV FORMAT218014
Ref: #csv-format217448 Ref: #csv-format218142
Node: Examples220034 Node: Examples220728
Ref: #examples220137 Ref: #examples220831
Node: Basic220345 Node: Basic221039
Ref: #basic220447 Ref: #basic221141
Node: Bank of Ireland220989 Node: Bank of Ireland221683
Ref: #bank-of-ireland221126 Ref: #bank-of-ireland221820
Node: Amazon222588 Node: Amazon223282
Ref: #amazon222708 Ref: #amazon223402
Node: Paypal224427 Node: Paypal225121
Ref: #paypal224523 Ref: #paypal225217
Node: CSV rules232167 Node: CSV rules232861
Ref: #csv-rules232285 Ref: #csv-rules232979
Node: skip232597 Node: skip233291
Ref: #skip232692 Ref: #skip233386
Node: fields233067 Node: fields233761
Ref: #fields233191 Ref: #fields233885
Node: Transaction field names234356 Node: Transaction field names235050
Ref: #transaction-field-names234518 Ref: #transaction-field-names235212
Node: Posting field names234629 Node: Posting field names235323
Ref: #posting-field-names234783 Ref: #posting-field-names235477
Node: field assignment237153 Node: field assignment237847
Ref: #field-assignment237298 Ref: #field-assignment237992
Node: separator238116 Node: separator238810
Ref: #separator238253 Ref: #separator238947
Node: if block238793 Node: if block239487
Ref: #if-block238920 Ref: #if-block239614
Node: Matching the whole record239321 Node: Matching the whole record240015
Ref: #matching-the-whole-record239498 Ref: #matching-the-whole-record240192
Node: Matching individual fields240302 Node: Matching individual fields240996
Ref: #matching-individual-fields240508 Ref: #matching-individual-fields241202
Node: Combining matchers240732 Node: Combining matchers241426
Ref: #combining-matchers240930 Ref: #combining-matchers241624
Node: Rules applied on successful match241243 Node: Rules applied on successful match241937
Ref: #rules-applied-on-successful-match241436 Ref: #rules-applied-on-successful-match242130
Node: if table242090 Node: if table242784
Ref: #if-table242211 Ref: #if-table242905
Node: end243949 Node: end244643
Ref: #end244063 Ref: #end244757
Node: date-format244287 Node: date-format244981
Ref: #date-format244421 Ref: #date-format245115
Node: decimal-mark245170 Node: decimal-mark245864
Ref: #decimal-mark245315 Ref: #decimal-mark246009
Node: newest-first245654 Node: newest-first246348
Ref: #newest-first245797 Ref: #newest-first246491
Node: include246480 Node: include247174
Ref: #include246613 Ref: #include247307
Node: balance-type247057 Node: balance-type247751
Ref: #balance-type247179 Ref: #balance-type247873
Node: Tips247879 Node: Tips248573
Ref: #tips247970 Ref: #tips248664
Node: Rapid feedback248226 Node: Rapid feedback248920
Ref: #rapid-feedback248345 Ref: #rapid-feedback249039
Node: Valid CSV248805 Node: Valid CSV249499
Ref: #valid-csv248937 Ref: #valid-csv249631
Node: File Extension249129 Node: File Extension249823
Ref: #file-extension249283 Ref: #file-extension249977
Node: Reading multiple CSV files249712 Node: Reading multiple CSV files250406
Ref: #reading-multiple-csv-files249899 Ref: #reading-multiple-csv-files250593
Node: Valid transactions250140 Node: Valid transactions250834
Ref: #valid-transactions250320 Ref: #valid-transactions251014
Node: Deduplicating importing250948 Node: Deduplicating importing251642
Ref: #deduplicating-importing251129 Ref: #deduplicating-importing251823
Node: Setting amounts252162 Node: Setting amounts252856
Ref: #setting-amounts252333 Ref: #setting-amounts253027
Node: Setting currency/commodity253320 Node: Setting currency/commodity254014
Ref: #setting-currencycommodity253514 Ref: #setting-currencycommodity254208
Node: Referencing other fields254688 Node: Referencing other fields255382
Ref: #referencing-other-fields254890 Ref: #referencing-other-fields255584
Node: How CSV rules are evaluated255787 Node: How CSV rules are evaluated256481
Ref: #how-csv-rules-are-evaluated255962 Ref: #how-csv-rules-are-evaluated256656
Node: TIMECLOCK FORMAT257413 Node: TIMECLOCK FORMAT258107
Ref: #timeclock-format257553 Ref: #timeclock-format258247
Node: TIMEDOT FORMAT259614 Node: TIMEDOT FORMAT260308
Ref: #timedot-format259752 Ref: #timedot-format260446
Node: COMMON TASKS264028 Node: COMMON TASKS264722
Ref: #common-tasks264157 Ref: #common-tasks264851
Node: Getting help264564 Node: Getting help265258
Ref: #getting-help264698 Ref: #getting-help265392
Node: Constructing command lines265251 Node: Constructing command lines265945
Ref: #constructing-command-lines265445 Ref: #constructing-command-lines266139
Node: Starting a journal file266142 Node: Starting a journal file266836
Ref: #starting-a-journal-file266342 Ref: #starting-a-journal-file267036
Node: Setting opening balances267530 Node: Setting opening balances268224
Ref: #setting-opening-balances267728 Ref: #setting-opening-balances268422
Node: Recording transactions270869 Node: Recording transactions271563
Ref: #recording-transactions271051 Ref: #recording-transactions271745
Node: Reconciling271607 Node: Reconciling272301
Ref: #reconciling271752 Ref: #reconciling272446
Node: Reporting274009 Node: Reporting274703
Ref: #reporting274151 Ref: #reporting274845
Node: Migrating to a new file278150 Node: Migrating to a new file278844
Ref: #migrating-to-a-new-file278300 Ref: #migrating-to-a-new-file278994
Node: LIMITATIONS278599 Node: LIMITATIONS279293
Ref: #limitations278727 Ref: #limitations279421
Node: TROUBLESHOOTING279470 Node: TROUBLESHOOTING280164
Ref: #troubleshooting279585 Ref: #troubleshooting280279
 
End Tag Table End Tag Table

File diff suppressed because it is too large Load Diff