;update manuals

This commit is contained in:
Simon Michael 2020-12-15 09:03:38 -08:00
parent 7d4d6517a6
commit e5a12683d7
21 changed files with 514 additions and 509 deletions

View File

@ -1,6 +1,6 @@
.\"t
.TH "hledger_csv" "5" "December 2020" "hledger 1.20" "hledger User Manuals"
.TH "hledger_csv" "5" "December 2020" "hledger 1.20.99" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger_csv.info, produced by makeinfo version 6.7 from stdin.

File: hledger_csv.info, Node: Top, Next: EXAMPLES, Up: (dir)
hledger_csv(5) hledger 1.20
***************************
hledger_csv(5) hledger 1.20.99
******************************
CSV - how hledger reads CSV data, and the CSV rules file format
@ -1183,86 +1183,86 @@ command the user specified.

Tag Table:
Node: Top72
Node: EXAMPLES3253
Ref: #examples3355
Node: Basic3501
Ref: #basic3609
Node: Bank of Ireland4151
Ref: #bank-of-ireland4277
Node: Amazon5739
Ref: #amazon5848
Node: Paypal7567
Ref: #paypal7670
Node: CSV RULES15314
Ref: #csv-rules15421
Node: skip15555
Ref: #skip15656
Node: fields16031
Ref: #fields16143
Node: Transaction field names17308
Ref: #transaction-field-names17464
Node: Posting field names17575
Ref: #posting-field-names17723
Node: account17793
Ref: #account17905
Node: amount18442
Ref: #amount18569
Node: currency19676
Ref: #currency19807
Node: balance20013
Ref: #balance20143
Node: comment20460
Ref: #comment20573
Node: field assignment20736
Ref: #field-assignment20869
Node: separator21687
Ref: #separator21814
Node: if block22354
Ref: #if-block22471
Node: Matching the whole record22872
Ref: #matching-the-whole-record23045
Node: Matching individual fields23849
Ref: #matching-individual-fields24051
Node: Combining matchers24275
Ref: #combining-matchers24469
Node: Rules applied on successful match24782
Ref: #rules-applied-on-successful-match24971
Node: if table25625
Ref: #if-table25736
Node: end27474
Ref: #end27578
Node: date-format27802
Ref: #date-format27926
Node: decimal-mark28675
Ref: #decimal-mark28810
Node: newest-first29149
Ref: #newest-first29280
Node: include29963
Ref: #include30084
Node: balance-type30526
Ref: #balance-type30649
Node: TIPS31349
Ref: #tips31459
Node: Rapid feedback31459
Ref: #rapid-feedback31586
Node: Valid CSV32046
Ref: #valid-csv32173
Node: File Extension32365
Ref: #file-extension32514
Node: Reading multiple CSV files32943
Ref: #reading-multiple-csv-files33125
Node: Valid transactions33366
Ref: #valid-transactions33541
Node: Deduplicating importing34169
Ref: #deduplicating-importing34345
Node: Setting amounts35378
Ref: #setting-amounts35544
Node: Setting currency/commodity36531
Ref: #setting-currencycommodity36720
Node: Referencing other fields37894
Ref: #referencing-other-fields38091
Node: How CSV rules are evaluated38988
Ref: #how-csv-rules-are-evaluated39156
Node: EXAMPLES3259
Ref: #examples3361
Node: Basic3507
Ref: #basic3615
Node: Bank of Ireland4157
Ref: #bank-of-ireland4283
Node: Amazon5745
Ref: #amazon5854
Node: Paypal7573
Ref: #paypal7676
Node: CSV RULES15320
Ref: #csv-rules15427
Node: skip15561
Ref: #skip15662
Node: fields16037
Ref: #fields16149
Node: Transaction field names17314
Ref: #transaction-field-names17470
Node: Posting field names17581
Ref: #posting-field-names17729
Node: account17799
Ref: #account17911
Node: amount18448
Ref: #amount18575
Node: currency19682
Ref: #currency19813
Node: balance20019
Ref: #balance20149
Node: comment20466
Ref: #comment20579
Node: field assignment20742
Ref: #field-assignment20875
Node: separator21693
Ref: #separator21820
Node: if block22360
Ref: #if-block22477
Node: Matching the whole record22878
Ref: #matching-the-whole-record23051
Node: Matching individual fields23855
Ref: #matching-individual-fields24057
Node: Combining matchers24281
Ref: #combining-matchers24475
Node: Rules applied on successful match24788
Ref: #rules-applied-on-successful-match24977
Node: if table25631
Ref: #if-table25742
Node: end27480
Ref: #end27584
Node: date-format27808
Ref: #date-format27932
Node: decimal-mark28681
Ref: #decimal-mark28816
Node: newest-first29155
Ref: #newest-first29286
Node: include29969
Ref: #include30090
Node: balance-type30532
Ref: #balance-type30655
Node: TIPS31355
Ref: #tips31465
Node: Rapid feedback31465
Ref: #rapid-feedback31592
Node: Valid CSV32052
Ref: #valid-csv32179
Node: File Extension32371
Ref: #file-extension32520
Node: Reading multiple CSV files32949
Ref: #reading-multiple-csv-files33131
Node: Valid transactions33372
Ref: #valid-transactions33547
Node: Deduplicating importing34175
Ref: #deduplicating-importing34351
Node: Setting amounts35384
Ref: #setting-amounts35550
Node: Setting currency/commodity36537
Ref: #setting-currencycommodity36726
Node: Referencing other fields37900
Ref: #referencing-other-fields38097
Node: How CSV rules are evaluated38994
Ref: #how-csv-rules-are-evaluated39162

End Tag Table

View File

@ -956,4 +956,4 @@ SEE ALSO
hledger 1.20 December 2020 hledger_csv(5)
hledger 1.20.99 December 2020 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t
.TH "hledger_journal" "5" "December 2020" "hledger 1.20" "hledger User Manuals"
.TH "hledger_journal" "5" "December 2020" "hledger 1.20.99" "hledger User Manuals"
@ -1856,8 +1856,6 @@ Periodic transaction rules describe transactions that recur.
They allow hledger to generate temporary future transactions to help
with forecasting, so you don\[aq]t have to write out each one in the
journal, and it\[aq]s easy to try out different forecasts.
Secondly, they are also used to define the budgets shown in budget
reports.
.PP
Periodic transactions can be a little tricky, so before you use them,
read this whole section - or at least these tips:
@ -1891,6 +1889,9 @@ Yes, it\[aq]s a bit inconsistent with the above.) Eg:
\f[C]\[ti] every 10th day of month from 2020/01\f[R], which is
equivalent to \f[C]\[ti] every 10th day of month from 2020/01/01\f[R],
will be adjusted to start on 2019/12/10.
.PP
Periodic transaction rules also have a second meaning: they are used to
define budget goals, shown in budget reports.
.SS Periodic rule syntax
.PP
A periodic transaction rule looks like a normal journal entry, with the

View File

@ -4,8 +4,8 @@ stdin.

File: hledger_journal.info, Node: Top, Next: Transactions, Up: (dir)
hledger_journal(5) hledger 1.20
*******************************
hledger_journal(5) hledger 1.20.99
**********************************
Journal - hledger's default file format, representing a General Journal
@ -1678,8 +1678,7 @@ File: hledger_journal.info, Node: Periodic transactions, Next: Auto postings,
Periodic transaction rules describe transactions that recur. They allow
hledger to generate temporary future transactions to help with
forecasting, so you don't have to write out each one in the journal, and
it's easy to try out different forecasts. Secondly, they are also used
to define the budgets shown in budget reports.
it's easy to try out different forecasts.
Periodic transactions can be a little tricky, so before you use them,
read this whole section - or at least these tips:
@ -1707,6 +1706,9 @@ read this whole section - or at least these tips:
day of month from 2020/01/01', will be adjusted to start on
2019/12/10.
Periodic transaction rules also have a second meaning: they are used
to define budget goals, shown in budget reports.
* Menu:
* Periodic rule syntax::
@ -1962,138 +1964,138 @@ will have these tags added:

Tag Table:
Node: Top76
Node: Transactions2150
Ref: #transactions2268
Node: Dates3282
Ref: #dates3389
Node: Simple dates3454
Ref: #simple-dates3576
Node: Secondary dates4085
Ref: #secondary-dates4235
Node: Posting dates5571
Ref: #posting-dates5696
Node: Status7068
Ref: #status7176
Node: Description8884
Ref: #description9005
Node: Payee and note9325
Ref: #payee-and-note9435
Node: Comments9770
Ref: #comments9883
Node: Tags11077
Ref: #tags11179
Node: Postings12572
Ref: #postings12687
Node: Virtual postings13713
Ref: #virtual-postings13826
Node: Account names15131
Ref: #account-names15259
Node: Amounts15746
Ref: #amounts15872
Node: Digit group marks16996
Ref: #digit-group-marks17143
Node: Commodity display style18081
Ref: #commodity-display-style18257
Node: Rounding19800
Ref: #rounding19920
Node: Transaction prices20332
Ref: #transaction-prices20493
Node: Lot prices and lot dates22924
Ref: #lot-prices-and-lot-dates23108
Node: Balance assertions23596
Ref: #balance-assertions23769
Node: Assertions and ordering24802
Ref: #assertions-and-ordering24986
Node: Assertions and included files25686
Ref: #assertions-and-included-files25925
Node: Assertions and multiple -f options26258
Ref: #assertions-and-multiple--f-options26510
Node: Assertions and commodities26642
Ref: #assertions-and-commodities26870
Node: Assertions and prices28027
Ref: #assertions-and-prices28237
Node: Assertions and subaccounts28677
Ref: #assertions-and-subaccounts28902
Node: Assertions and virtual postings29226
Ref: #assertions-and-virtual-postings29464
Node: Assertions and precision29606
Ref: #assertions-and-precision29795
Node: Balance assignments30062
Ref: #balance-assignments30223
Node: Balance assignments and prices31387
Ref: #balance-assignments-and-prices31555
Node: Directives31779
Ref: #directives31925
Node: Directives and multiple files37423
Ref: #directives-and-multiple-files37602
Node: Comment blocks38266
Ref: #comment-blocks38445
Node: Including other files38621
Ref: #including-other-files38797
Node: Default year39721
Ref: #default-year39886
Node: Declaring commodities40293
Ref: #declaring-commodities40472
Node: Commodity error checking42316
Ref: #commodity-error-checking42472
Node: Default commodity42729
Ref: #default-commodity42911
Node: Declaring market prices43800
Ref: #declaring-market-prices43991
Node: Declaring accounts44848
Ref: #declaring-accounts45030
Node: Account error checking46232
Ref: #account-error-checking46404
Node: Account comments47583
Ref: #account-comments47773
Node: Account subdirectives48197
Ref: #account-subdirectives48388
Node: Account types48701
Ref: #account-types48881
Node: Declaring account types49617
Ref: #declaring-account-types49802
Node: Auto-detected account types50452
Ref: #auto-detected-account-types50699
Node: Interference from auto-detected account types51596
Ref: #interference-from-auto-detected-account-types51879
Node: Old account type syntax52362
Ref: #old-account-type-syntax52565
Node: Account display order52865
Ref: #account-display-order53031
Node: Rewriting accounts54182
Ref: #rewriting-accounts54363
Node: Basic aliases55120
Ref: #basic-aliases55262
Node: Regex aliases55966
Ref: #regex-aliases56134
Node: Combining aliases56853
Ref: #combining-aliases57042
Node: Aliases and multiple files58318
Ref: #aliases-and-multiple-files58523
Node: end aliases59102
Ref: #end-aliases59255
Node: Default parent account59356
Ref: #default-parent-account59520
Node: Periodic transactions60404
Ref: #periodic-transactions60566
Node: Periodic rule syntax62438
Ref: #periodic-rule-syntax62640
Node: Two spaces between period expression and description!63344
Ref: #two-spaces-between-period-expression-and-description63659
Node: Forecasting with periodic transactions64343
Ref: #forecasting-with-periodic-transactions64644
Node: Budgeting with periodic transactions66699
Ref: #budgeting-with-periodic-transactions66934
Node: Auto postings67343
Ref: #auto-postings67470
Node: Auto postings and multiple files69649
Ref: #auto-postings-and-multiple-files69849
Node: Auto postings and dates70058
Ref: #auto-postings-and-dates70328
Node: Auto postings and transaction balancing / inferred amounts / balance assertions70503
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions70850
Node: Auto posting tags71192
Ref: #auto-posting-tags71403
Node: Transactions2156
Ref: #transactions2274
Node: Dates3288
Ref: #dates3395
Node: Simple dates3460
Ref: #simple-dates3582
Node: Secondary dates4091
Ref: #secondary-dates4241
Node: Posting dates5577
Ref: #posting-dates5702
Node: Status7074
Ref: #status7182
Node: Description8890
Ref: #description9011
Node: Payee and note9331
Ref: #payee-and-note9441
Node: Comments9776
Ref: #comments9889
Node: Tags11083
Ref: #tags11185
Node: Postings12578
Ref: #postings12693
Node: Virtual postings13719
Ref: #virtual-postings13832
Node: Account names15137
Ref: #account-names15265
Node: Amounts15752
Ref: #amounts15878
Node: Digit group marks17002
Ref: #digit-group-marks17149
Node: Commodity display style18087
Ref: #commodity-display-style18263
Node: Rounding19806
Ref: #rounding19926
Node: Transaction prices20338
Ref: #transaction-prices20499
Node: Lot prices and lot dates22930
Ref: #lot-prices-and-lot-dates23114
Node: Balance assertions23602
Ref: #balance-assertions23775
Node: Assertions and ordering24808
Ref: #assertions-and-ordering24992
Node: Assertions and included files25692
Ref: #assertions-and-included-files25931
Node: Assertions and multiple -f options26264
Ref: #assertions-and-multiple--f-options26516
Node: Assertions and commodities26648
Ref: #assertions-and-commodities26876
Node: Assertions and prices28033
Ref: #assertions-and-prices28243
Node: Assertions and subaccounts28683
Ref: #assertions-and-subaccounts28908
Node: Assertions and virtual postings29232
Ref: #assertions-and-virtual-postings29470
Node: Assertions and precision29612
Ref: #assertions-and-precision29801
Node: Balance assignments30068
Ref: #balance-assignments30229
Node: Balance assignments and prices31393
Ref: #balance-assignments-and-prices31561
Node: Directives31785
Ref: #directives31931
Node: Directives and multiple files37429
Ref: #directives-and-multiple-files37608
Node: Comment blocks38272
Ref: #comment-blocks38451
Node: Including other files38627
Ref: #including-other-files38803
Node: Default year39727
Ref: #default-year39892
Node: Declaring commodities40299
Ref: #declaring-commodities40478
Node: Commodity error checking42322
Ref: #commodity-error-checking42478
Node: Default commodity42735
Ref: #default-commodity42917
Node: Declaring market prices43806
Ref: #declaring-market-prices43997
Node: Declaring accounts44854
Ref: #declaring-accounts45036
Node: Account error checking46238
Ref: #account-error-checking46410
Node: Account comments47589
Ref: #account-comments47779
Node: Account subdirectives48203
Ref: #account-subdirectives48394
Node: Account types48707
Ref: #account-types48887
Node: Declaring account types49623
Ref: #declaring-account-types49808
Node: Auto-detected account types50458
Ref: #auto-detected-account-types50705
Node: Interference from auto-detected account types51602
Ref: #interference-from-auto-detected-account-types51885
Node: Old account type syntax52368
Ref: #old-account-type-syntax52571
Node: Account display order52871
Ref: #account-display-order53037
Node: Rewriting accounts54188
Ref: #rewriting-accounts54369
Node: Basic aliases55126
Ref: #basic-aliases55268
Node: Regex aliases55972
Ref: #regex-aliases56140
Node: Combining aliases56859
Ref: #combining-aliases57048
Node: Aliases and multiple files58324
Ref: #aliases-and-multiple-files58529
Node: end aliases59108
Ref: #end-aliases59261
Node: Default parent account59362
Ref: #default-parent-account59526
Node: Periodic transactions60410
Ref: #periodic-transactions60572
Node: Periodic rule syntax62489
Ref: #periodic-rule-syntax62691
Node: Two spaces between period expression and description!63395
Ref: #two-spaces-between-period-expression-and-description63710
Node: Forecasting with periodic transactions64394
Ref: #forecasting-with-periodic-transactions64695
Node: Budgeting with periodic transactions66750
Ref: #budgeting-with-periodic-transactions66985
Node: Auto postings67394
Ref: #auto-postings67521
Node: Auto postings and multiple files69700
Ref: #auto-postings-and-multiple-files69900
Node: Auto postings and dates70109
Ref: #auto-postings-and-dates70379
Node: Auto postings and transaction balancing / inferred amounts / balance assertions70554
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions70901
Node: Auto posting tags71243
Ref: #auto-posting-tags71454

End Tag Table

View File

@ -1316,40 +1316,42 @@ FILE FORMAT
Periodic transaction rules describe transactions that recur. They al-
low hledger to generate temporary future transactions to help with
forecasting, so you don't have to write out each one in the journal,
and it's easy to try out different forecasts. Secondly, they are also
used to define the budgets shown in budget reports.
and it's easy to try out different forecasts.
Periodic transactions can be a little tricky, so before you use them,
Periodic transactions can be a little tricky, so before you use them,
read this whole section - or at least these tips:
1. Two spaces accidentally added or omitted will cause you trouble -
1. Two spaces accidentally added or omitted will cause you trouble -
read about this below.
2. For troubleshooting, show the generated transactions with hledger
print --forecast tag:generated or hledger register --forecast
2. For troubleshooting, show the generated transactions with hledger
print --forecast tag:generated or hledger register --forecast
tag:generated.
3. Forecasted transactions will begin only after the last non-fore-
3. Forecasted transactions will begin only after the last non-fore-
casted transaction's date.
4. Forecasted transactions will end 6 months from today, by default.
4. Forecasted transactions will end 6 months from today, by default.
See below for the exact start/end rules.
5. period expressions can be tricky. Their documentation needs im-
5. period expressions can be tricky. Their documentation needs im-
provement, but is worth studying.
6. Some period expressions with a repeating interval must begin on a
natural boundary of that interval. Eg in weekly from DATE, DATE
must be a monday. ~ weekly from 2019/10/1 (a tuesday) will give an
6. Some period expressions with a repeating interval must begin on a
natural boundary of that interval. Eg in weekly from DATE, DATE
must be a monday. ~ weekly from 2019/10/1 (a tuesday) will give an
error.
7. Other period expressions with an interval are automatically expanded
to cover a whole number of that interval. (This is done to improve
to cover a whole number of that interval. (This is done to improve
reports, but it also affects periodic transactions. Yes, it's a bit
inconsistent with the above.) Eg: ~ every 10th day of month from
2020/01, which is equivalent to ~ every 10th day of month from
inconsistent with the above.) Eg: ~ every 10th day of month from
2020/01, which is equivalent to ~ every 10th day of month from
2020/01/01, will be adjusted to start on 2019/12/10.
Periodic transaction rules also have a second meaning: they are used to
define budget goals, shown in budget reports.
Periodic rule syntax
A periodic transaction rule looks like a normal journal entry, with the
date replaced by a tilde (~) followed by a period expression (mnemonic:
@ -1573,4 +1575,4 @@ SEE ALSO
hledger 1.20 December 2020 hledger_journal(5)
hledger 1.20.99 December 2020 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "December 2020" "hledger 1.20" "hledger User Manuals"
.TH "hledger_timeclock" "5" "December 2020" "hledger 1.20.99" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.

File: hledger_timeclock.info, Node: Top, Up: (dir)
hledger_timeclock(5) hledger 1.20
*********************************
hledger_timeclock(5) hledger 1.20.99
************************************
Timeclock - the time logging format of timeclock.el, as read by hledger

View File

@ -75,4 +75,4 @@ SEE ALSO
hledger 1.20 December 2020 hledger_timeclock(5)
hledger 1.20.99 December 2020 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "December 2020" "hledger 1.20" "hledger User Manuals"
.TH "hledger_timedot" "5" "December 2020" "hledger 1.20.99" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.

File: hledger_timedot.info, Node: Top, Up: (dir)
hledger_timedot(5) hledger 1.20
*******************************
hledger_timedot(5) hledger 1.20.99
**********************************
Timedot - hledger's human-friendly time logging format

View File

@ -158,4 +158,4 @@ SEE ALSO
hledger 1.20 December 2020 hledger_timedot(5)
hledger 1.20.99 December 2020 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger-ui" "1" "December 2020" "hledger-ui 1.20" "hledger User Manuals"
.TH "hledger-ui" "1" "December 2020" "hledger-ui 1.20.99" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger-ui.info, produced by makeinfo version 6.7 from stdin.

File: hledger-ui.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-ui(1) hledger-ui 1.20
*****************************
hledger-ui(1) hledger-ui 1.20.99
********************************
hledger-ui - terminal interface for the hledger accounting tool
@ -516,26 +516,26 @@ program is restarted.

Tag Table:
Node: Top71
Node: OPTIONS1550
Ref: #options1647
Node: keys5714
Ref: #keys5809
Node: screens10141
Ref: #screens10250
Node: accounts screen10250
Ref: #accounts-screen10386
Node: Register screen12601
Ref: #register-screen12748
Node: Transaction screen14745
Ref: #transaction-screen14895
Node: Error screen15765
Ref: #error-screen15899
Node: ENVIRONMENT16143
Ref: #environment16262
Node: FILES17069
Ref: #files17168
Node: BUGS17381
Ref: #bugs17460
Node: OPTIONS1556
Ref: #options1653
Node: keys5720
Ref: #keys5815
Node: screens10147
Ref: #screens10256
Node: accounts screen10256
Ref: #accounts-screen10392
Node: Register screen12607
Ref: #register-screen12754
Node: Transaction screen14751
Ref: #transaction-screen14901
Node: Error screen15771
Ref: #error-screen15905
Node: ENVIRONMENT16149
Ref: #environment16268
Node: FILES17075
Ref: #files17174
Node: BUGS17387
Ref: #bugs17466

End Tag Table

View File

@ -457,4 +457,4 @@ SEE ALSO
hledger-ui 1.20 December 2020 hledger-ui(1)
hledger-ui 1.20.99 December 2020 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger-web" "1" "December 2020" "hledger-web 1.20.1" "hledger User Manuals"
.TH "hledger-web" "1" "December 2020" "hledger-web 1.20.99" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger-web.info, produced by makeinfo version 6.7 from stdin.

File: hledger-web.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-web(1) hledger-web 1.20.1
*********************************
hledger-web(1) hledger-web 1.20.99
**********************************
hledger-web - web interface for the hledger accounting tool
@ -589,22 +589,22 @@ awkward.

Tag Table:
Node: Top72
Node: OPTIONS1750
Ref: #options1855
Node: PERMISSIONS8954
Ref: #permissions9093
Node: EDITING UPLOADING DOWNLOADING10305
Ref: #editing-uploading-downloading10486
Node: RELOADING11320
Ref: #reloading11454
Node: JSON API11887
Ref: #json-api12001
Node: ENVIRONMENT17491
Ref: #environment17607
Node: FILES18340
Ref: #files18440
Node: BUGS18653
Ref: #bugs18731
Node: OPTIONS1752
Ref: #options1857
Node: PERMISSIONS8956
Ref: #permissions9095
Node: EDITING UPLOADING DOWNLOADING10307
Ref: #editing-uploading-downloading10488
Node: RELOADING11322
Ref: #reloading11456
Node: JSON API11889
Ref: #json-api12003
Node: ENVIRONMENT17493
Ref: #environment17609
Node: FILES18342
Ref: #files18442
Node: BUGS18655
Ref: #bugs18733

End Tag Table

View File

@ -550,4 +550,4 @@ SEE ALSO
hledger-web 1.20.1 December 2020 hledger-web(1)
hledger-web 1.20.99 December 2020 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t
.TH "hledger" "1" "December 2020" "hledger 1.20" "hledger User Manuals"
.TH "hledger" "1" "December 2020" "hledger 1.20.99" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger.info, produced by makeinfo version 6.7 from stdin.

File: hledger.info, Node: Top, Next: COMMON TASKS, Up: (dir)
hledger(1) hledger 1.20
***********************
hledger(1) hledger 1.20.99
**************************
hledger - a command-line accounting tool
@ -4484,220 +4484,220 @@ $ LANG=en_US.UTF-8 hledger -f my.journal print

Tag Table:
Node: Top68
Node: COMMON TASKS3275
Ref: #common-tasks3392
Node: Getting help3599
Ref: #getting-help3739
Node: Constructing command lines4292
Ref: #constructing-command-lines4471
Node: Starting a journal file5168
Ref: #starting-a-journal-file5353
Node: Setting opening balances6541
Ref: #setting-opening-balances6724
Node: Recording transactions9865
Ref: #recording-transactions10032
Node: Reconciling10588
Ref: #reconciling10718
Node: Reporting12975
Ref: #reporting13102
Node: Migrating to a new file17101
Ref: #migrating-to-a-new-file17252
Node: OPTIONS17551
Ref: #options17678
Node: General options17678
Ref: #general-options17813
Node: Command options21214
Ref: #command-options21359
Node: Command arguments21759
Ref: #command-arguments21900
Node: Queries22780
Ref: #queries22929
Node: Special characters in arguments and queries26891
Ref: #special-characters-in-arguments-and-queries27113
Node: More escaping27564
Ref: #more-escaping27724
Node: Even more escaping28020
Ref: #even-more-escaping28212
Node: Less escaping28886
Ref: #less-escaping29046
Node: Unicode characters29291
Ref: #unicode-characters29467
Node: Input files30879
Ref: #input-files31009
Node: Strict mode33308
Ref: #strict-mode33438
Node: Output destination34086
Ref: #output-destination34232
Node: Output format34657
Ref: #output-format34801
Node: Regular expressions36968
Ref: #regular-expressions37117
Node: Smart dates38853
Ref: #smart-dates38996
Node: Report start & end date40357
Ref: #report-start-end-date40521
Node: Report intervals42018
Ref: #report-intervals42175
Node: Period expressions42565
Ref: #period-expressions42717
Node: Depth limiting47090
Ref: #depth-limiting47226
Node: Pivoting47558
Ref: #pivoting47673
Node: Valuation49349
Ref: #valuation49460
Node: -B Cost50149
Ref: #b-cost50249
Node: -V Value50382
Ref: #v-value50524
Node: -X Value in specified commodity50719
Ref: #x-value-in-specified-commodity50914
Node: Valuation date51063
Ref: #valuation-date51227
Node: Market prices51649
Ref: #market-prices51825
Node: --infer-value market prices from transactions52767
Ref: #infer-value-market-prices-from-transactions53012
Node: Valuation commodity54294
Ref: #valuation-commodity54499
Node: Simple valuation examples55725
Ref: #simple-valuation-examples55923
Node: --value Flexible valuation56582
Ref: #value-flexible-valuation56786
Node: More valuation examples58733
Ref: #more-valuation-examples58938
Node: Effect of valuation on reports60943
Ref: #effect-of-valuation-on-reports61127
Node: COMMANDS68146
Ref: #commands68255
Node: accounts68937
Ref: #accounts69045
Node: activity69744
Ref: #activity69847
Node: add70230
Ref: #add70324
Node: aregister73117
Ref: #aregister73222
Node: aregister and custom posting dates74595
Ref: #aregister-and-custom-posting-dates74766
Ref: #output-format-175357
Node: balance75762
Ref: #balance75872
Node: Classic balance report77352
Ref: #classic-balance-report77523
Node: Customising the classic balance report78847
Ref: #customising-the-classic-balance-report79073
Node: Colour support81149
Ref: #colour-support81314
Node: Flat mode81410
Ref: #flat-mode81556
Node: Depth limited balance reports81969
Ref: #depth-limited-balance-reports82152
Node: Percentages82608
Ref: #percentages82763
Node: Sorting by amount83900
Ref: #sorting-by-amount84064
Node: Multicolumn balance report84558
Ref: #multicolumn-balance-report84742
Node: Budget report90339
Ref: #budget-report90480
Node: Budget report start date95769
Ref: #budget-report-start-date95932
Node: Nested budgets97264
Ref: #nested-budgets97407
Ref: #output-format-2100888
Node: balancesheet101049
Ref: #balancesheet101178
Node: balancesheetequity102690
Ref: #balancesheetequity102832
Node: cashflow103908
Ref: #cashflow104023
Node: check105239
Ref: #check105335
Node: Basic checks105940
Ref: #basic-checks106054
Node: Strict checks106547
Ref: #strict-checks106684
Node: Other checks106927
Ref: #other-checks107063
Node: Add-on checks107361
Ref: #add-on-checks107477
Node: close107930
Ref: #close108023
Node: close usage109545
Ref: #close-usage109634
Node: codes112447
Ref: #codes112546
Node: commodities113258
Ref: #commodities113376
Node: descriptions113458
Ref: #descriptions113577
Node: diff113881
Ref: #diff113978
Node: files115025
Ref: #files115116
Node: help115263
Ref: #help115354
Node: import116435
Ref: #import116540
Node: Importing balance assignments117462
Ref: #importing-balance-assignments117639
Node: Commodity display styles118288
Ref: #commodity-display-styles118455
Node: incomestatement118584
Ref: #incomestatement118708
Node: notes120053
Ref: #notes120157
Node: payees120525
Ref: #payees120622
Node: prices121042
Ref: #prices121139
Node: print121480
Ref: #print121581
Node: print-unique126377
Ref: #print-unique126494
Node: register126779
Ref: #register126897
Node: Custom register output131346
Ref: #custom-register-output131471
Node: register-match132808
Ref: #register-match132933
Node: rewrite133284
Ref: #rewrite133390
Node: Re-write rules in a file135245
Ref: #re-write-rules-in-a-file135375
Node: Diff output format136585
Ref: #diff-output-format136750
Node: rewrite vs print --auto137842
Ref: #rewrite-vs.-print---auto138017
Node: roi138573
Ref: #roi138662
Node: stats150872
Ref: #stats150962
Node: tags151750
Ref: #tags151839
Node: test152358
Ref: #test152457
Node: Add-on commands153204
Ref: #add-on-commands153332
Node: ui154691
Ref: #ui154775
Node: web154829
Ref: #web154928
Node: iadd155044
Ref: #iadd155151
Node: interest155233
Ref: #interest155356
Node: stockquotes155451
Ref: #stockquotes155567
Node: ENVIRONMENT155812
Ref: #environment155933
Node: FILES156918
Ref: #files-1157023
Node: LIMITATIONS157236
Ref: #limitations157357
Node: TROUBLESHOOTING158100
Ref: #troubleshooting158215
Node: COMMON TASKS3281
Ref: #common-tasks3398
Node: Getting help3605
Ref: #getting-help3745
Node: Constructing command lines4298
Ref: #constructing-command-lines4477
Node: Starting a journal file5174
Ref: #starting-a-journal-file5359
Node: Setting opening balances6547
Ref: #setting-opening-balances6730
Node: Recording transactions9871
Ref: #recording-transactions10038
Node: Reconciling10594
Ref: #reconciling10724
Node: Reporting12981
Ref: #reporting13108
Node: Migrating to a new file17107
Ref: #migrating-to-a-new-file17258
Node: OPTIONS17557
Ref: #options17684
Node: General options17684
Ref: #general-options17819
Node: Command options21220
Ref: #command-options21365
Node: Command arguments21765
Ref: #command-arguments21906
Node: Queries22786
Ref: #queries22935
Node: Special characters in arguments and queries26897
Ref: #special-characters-in-arguments-and-queries27119
Node: More escaping27570
Ref: #more-escaping27730
Node: Even more escaping28026
Ref: #even-more-escaping28218
Node: Less escaping28892
Ref: #less-escaping29052
Node: Unicode characters29297
Ref: #unicode-characters29473
Node: Input files30885
Ref: #input-files31015
Node: Strict mode33314
Ref: #strict-mode33444
Node: Output destination34092
Ref: #output-destination34238
Node: Output format34663
Ref: #output-format34807
Node: Regular expressions36974
Ref: #regular-expressions37123
Node: Smart dates38859
Ref: #smart-dates39002
Node: Report start & end date40363
Ref: #report-start-end-date40527
Node: Report intervals42024
Ref: #report-intervals42181
Node: Period expressions42571
Ref: #period-expressions42723
Node: Depth limiting47096
Ref: #depth-limiting47232
Node: Pivoting47564
Ref: #pivoting47679
Node: Valuation49355
Ref: #valuation49466
Node: -B Cost50155
Ref: #b-cost50255
Node: -V Value50388
Ref: #v-value50530
Node: -X Value in specified commodity50725
Ref: #x-value-in-specified-commodity50920
Node: Valuation date51069
Ref: #valuation-date51233
Node: Market prices51655
Ref: #market-prices51831
Node: --infer-value market prices from transactions52773
Ref: #infer-value-market-prices-from-transactions53018
Node: Valuation commodity54300
Ref: #valuation-commodity54505
Node: Simple valuation examples55731
Ref: #simple-valuation-examples55929
Node: --value Flexible valuation56588
Ref: #value-flexible-valuation56792
Node: More valuation examples58739
Ref: #more-valuation-examples58944
Node: Effect of valuation on reports60949
Ref: #effect-of-valuation-on-reports61133
Node: COMMANDS68152
Ref: #commands68261
Node: accounts68943
Ref: #accounts69051
Node: activity69750
Ref: #activity69853
Node: add70236
Ref: #add70330
Node: aregister73123
Ref: #aregister73228
Node: aregister and custom posting dates74601
Ref: #aregister-and-custom-posting-dates74772
Ref: #output-format-175363
Node: balance75768
Ref: #balance75878
Node: Classic balance report77358
Ref: #classic-balance-report77529
Node: Customising the classic balance report78853
Ref: #customising-the-classic-balance-report79079
Node: Colour support81155
Ref: #colour-support81320
Node: Flat mode81416
Ref: #flat-mode81562
Node: Depth limited balance reports81975
Ref: #depth-limited-balance-reports82158
Node: Percentages82614
Ref: #percentages82769
Node: Sorting by amount83906
Ref: #sorting-by-amount84070
Node: Multicolumn balance report84564
Ref: #multicolumn-balance-report84748
Node: Budget report90345
Ref: #budget-report90486
Node: Budget report start date95775
Ref: #budget-report-start-date95938
Node: Nested budgets97270
Ref: #nested-budgets97413
Ref: #output-format-2100894
Node: balancesheet101055
Ref: #balancesheet101184
Node: balancesheetequity102696
Ref: #balancesheetequity102838
Node: cashflow103914
Ref: #cashflow104029
Node: check105245
Ref: #check105341
Node: Basic checks105946
Ref: #basic-checks106060
Node: Strict checks106553
Ref: #strict-checks106690
Node: Other checks106933
Ref: #other-checks107069
Node: Add-on checks107367
Ref: #add-on-checks107483
Node: close107936
Ref: #close108029
Node: close usage109551
Ref: #close-usage109640
Node: codes112453
Ref: #codes112552
Node: commodities113264
Ref: #commodities113382
Node: descriptions113464
Ref: #descriptions113583
Node: diff113887
Ref: #diff113984
Node: files115031
Ref: #files115122
Node: help115269
Ref: #help115360
Node: import116441
Ref: #import116546
Node: Importing balance assignments117468
Ref: #importing-balance-assignments117645
Node: Commodity display styles118294
Ref: #commodity-display-styles118461
Node: incomestatement118590
Ref: #incomestatement118714
Node: notes120059
Ref: #notes120163
Node: payees120531
Ref: #payees120628
Node: prices121048
Ref: #prices121145
Node: print121486
Ref: #print121587
Node: print-unique126383
Ref: #print-unique126500
Node: register126785
Ref: #register126903
Node: Custom register output131352
Ref: #custom-register-output131477
Node: register-match132814
Ref: #register-match132939
Node: rewrite133290
Ref: #rewrite133396
Node: Re-write rules in a file135251
Ref: #re-write-rules-in-a-file135381
Node: Diff output format136591
Ref: #diff-output-format136756
Node: rewrite vs print --auto137848
Ref: #rewrite-vs.-print---auto138023
Node: roi138579
Ref: #roi138668
Node: stats150878
Ref: #stats150968
Node: tags151756
Ref: #tags151845
Node: test152364
Ref: #test152463
Node: Add-on commands153210
Ref: #add-on-commands153338
Node: ui154697
Ref: #ui154781
Node: web154835
Ref: #web154934
Node: iadd155050
Ref: #iadd155157
Node: interest155239
Ref: #interest155362
Node: stockquotes155457
Ref: #stockquotes155573
Node: ENVIRONMENT155818
Ref: #environment155939
Node: FILES156924
Ref: #files-1157029
Node: LIMITATIONS157242
Ref: #limitations157363
Node: TROUBLESHOOTING158106
Ref: #troubleshooting158221

End Tag Table

View File

@ -3842,4 +3842,4 @@ SEE ALSO
hledger 1.20 December 2020 hledger(1)
hledger 1.20.99 December 2020 hledger(1)