;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 .\"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) 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 CSV - how hledger reads CSV data, and the CSV rules file format
@ -1183,86 +1183,86 @@ command the user specified.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: EXAMPLES3253 Node: EXAMPLES3259
Ref: #examples3355 Ref: #examples3361
Node: Basic3501 Node: Basic3507
Ref: #basic3609 Ref: #basic3615
Node: Bank of Ireland4151 Node: Bank of Ireland4157
Ref: #bank-of-ireland4277 Ref: #bank-of-ireland4283
Node: Amazon5739 Node: Amazon5745
Ref: #amazon5848 Ref: #amazon5854
Node: Paypal7567 Node: Paypal7573
Ref: #paypal7670 Ref: #paypal7676
Node: CSV RULES15314 Node: CSV RULES15320
Ref: #csv-rules15421 Ref: #csv-rules15427
Node: skip15555 Node: skip15561
Ref: #skip15656 Ref: #skip15662
Node: fields16031 Node: fields16037
Ref: #fields16143 Ref: #fields16149
Node: Transaction field names17308 Node: Transaction field names17314
Ref: #transaction-field-names17464 Ref: #transaction-field-names17470
Node: Posting field names17575 Node: Posting field names17581
Ref: #posting-field-names17723 Ref: #posting-field-names17729
Node: account17793 Node: account17799
Ref: #account17905 Ref: #account17911
Node: amount18442 Node: amount18448
Ref: #amount18569 Ref: #amount18575
Node: currency19676 Node: currency19682
Ref: #currency19807 Ref: #currency19813
Node: balance20013 Node: balance20019
Ref: #balance20143 Ref: #balance20149
Node: comment20460 Node: comment20466
Ref: #comment20573 Ref: #comment20579
Node: field assignment20736 Node: field assignment20742
Ref: #field-assignment20869 Ref: #field-assignment20875
Node: separator21687 Node: separator21693
Ref: #separator21814 Ref: #separator21820
Node: if block22354 Node: if block22360
Ref: #if-block22471 Ref: #if-block22477
Node: Matching the whole record22872 Node: Matching the whole record22878
Ref: #matching-the-whole-record23045 Ref: #matching-the-whole-record23051
Node: Matching individual fields23849 Node: Matching individual fields23855
Ref: #matching-individual-fields24051 Ref: #matching-individual-fields24057
Node: Combining matchers24275 Node: Combining matchers24281
Ref: #combining-matchers24469 Ref: #combining-matchers24475
Node: Rules applied on successful match24782 Node: Rules applied on successful match24788
Ref: #rules-applied-on-successful-match24971 Ref: #rules-applied-on-successful-match24977
Node: if table25625 Node: if table25631
Ref: #if-table25736 Ref: #if-table25742
Node: end27474 Node: end27480
Ref: #end27578 Ref: #end27584
Node: date-format27802 Node: date-format27808
Ref: #date-format27926 Ref: #date-format27932
Node: decimal-mark28675 Node: decimal-mark28681
Ref: #decimal-mark28810 Ref: #decimal-mark28816
Node: newest-first29149 Node: newest-first29155
Ref: #newest-first29280 Ref: #newest-first29286
Node: include29963 Node: include29969
Ref: #include30084 Ref: #include30090
Node: balance-type30526 Node: balance-type30532
Ref: #balance-type30649 Ref: #balance-type30655
Node: TIPS31349 Node: TIPS31355
Ref: #tips31459 Ref: #tips31465
Node: Rapid feedback31459 Node: Rapid feedback31465
Ref: #rapid-feedback31586 Ref: #rapid-feedback31592
Node: Valid CSV32046 Node: Valid CSV32052
Ref: #valid-csv32173 Ref: #valid-csv32179
Node: File Extension32365 Node: File Extension32371
Ref: #file-extension32514 Ref: #file-extension32520
Node: Reading multiple CSV files32943 Node: Reading multiple CSV files32949
Ref: #reading-multiple-csv-files33125 Ref: #reading-multiple-csv-files33131
Node: Valid transactions33366 Node: Valid transactions33372
Ref: #valid-transactions33541 Ref: #valid-transactions33547
Node: Deduplicating importing34169 Node: Deduplicating importing34175
Ref: #deduplicating-importing34345 Ref: #deduplicating-importing34351
Node: Setting amounts35378 Node: Setting amounts35384
Ref: #setting-amounts35544 Ref: #setting-amounts35550
Node: Setting currency/commodity36531 Node: Setting currency/commodity36537
Ref: #setting-currencycommodity36720 Ref: #setting-currencycommodity36726
Node: Referencing other fields37894 Node: Referencing other fields37900
Ref: #referencing-other-fields38091 Ref: #referencing-other-fields38097
Node: How CSV rules are evaluated38988 Node: How CSV rules are evaluated38994
Ref: #how-csv-rules-are-evaluated39156 Ref: #how-csv-rules-are-evaluated39162
 
End Tag Table 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 .\"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 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 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. 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 .PP
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: 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 \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], 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. 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 .SS Periodic rule syntax
.PP .PP
A periodic transaction rule looks like a normal journal entry, with the 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) 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 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 Periodic transaction rules describe transactions that recur. They allow
hledger to generate temporary future transactions to help with hledger to generate temporary future transactions to help with
forecasting, so you don't have to write out each one in the journal, and 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 it's easy to try out different forecasts.
to define the budgets shown in budget reports.
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: 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 day of month from 2020/01/01', will be adjusted to start on
2019/12/10. 2019/12/10.
Periodic transaction rules also have a second meaning: they are used
to define budget goals, shown in budget reports.
* Menu: * Menu:
* Periodic rule syntax:: * Periodic rule syntax::
@ -1962,138 +1964,138 @@ will have these tags added:
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: Transactions2150 Node: Transactions2156
Ref: #transactions2268 Ref: #transactions2274
Node: Dates3282 Node: Dates3288
Ref: #dates3389 Ref: #dates3395
Node: Simple dates3454 Node: Simple dates3460
Ref: #simple-dates3576 Ref: #simple-dates3582
Node: Secondary dates4085 Node: Secondary dates4091
Ref: #secondary-dates4235 Ref: #secondary-dates4241
Node: Posting dates5571 Node: Posting dates5577
Ref: #posting-dates5696 Ref: #posting-dates5702
Node: Status7068 Node: Status7074
Ref: #status7176 Ref: #status7182
Node: Description8884 Node: Description8890
Ref: #description9005 Ref: #description9011
Node: Payee and note9325 Node: Payee and note9331
Ref: #payee-and-note9435 Ref: #payee-and-note9441
Node: Comments9770 Node: Comments9776
Ref: #comments9883 Ref: #comments9889
Node: Tags11077 Node: Tags11083
Ref: #tags11179 Ref: #tags11185
Node: Postings12572 Node: Postings12578
Ref: #postings12687 Ref: #postings12693
Node: Virtual postings13713 Node: Virtual postings13719
Ref: #virtual-postings13826 Ref: #virtual-postings13832
Node: Account names15131 Node: Account names15137
Ref: #account-names15259 Ref: #account-names15265
Node: Amounts15746 Node: Amounts15752
Ref: #amounts15872 Ref: #amounts15878
Node: Digit group marks16996 Node: Digit group marks17002
Ref: #digit-group-marks17143 Ref: #digit-group-marks17149
Node: Commodity display style18081 Node: Commodity display style18087
Ref: #commodity-display-style18257 Ref: #commodity-display-style18263
Node: Rounding19800 Node: Rounding19806
Ref: #rounding19920 Ref: #rounding19926
Node: Transaction prices20332 Node: Transaction prices20338
Ref: #transaction-prices20493 Ref: #transaction-prices20499
Node: Lot prices and lot dates22924 Node: Lot prices and lot dates22930
Ref: #lot-prices-and-lot-dates23108 Ref: #lot-prices-and-lot-dates23114
Node: Balance assertions23596 Node: Balance assertions23602
Ref: #balance-assertions23769 Ref: #balance-assertions23775
Node: Assertions and ordering24802 Node: Assertions and ordering24808
Ref: #assertions-and-ordering24986 Ref: #assertions-and-ordering24992
Node: Assertions and included files25686 Node: Assertions and included files25692
Ref: #assertions-and-included-files25925 Ref: #assertions-and-included-files25931
Node: Assertions and multiple -f options26258 Node: Assertions and multiple -f options26264
Ref: #assertions-and-multiple--f-options26510 Ref: #assertions-and-multiple--f-options26516
Node: Assertions and commodities26642 Node: Assertions and commodities26648
Ref: #assertions-and-commodities26870 Ref: #assertions-and-commodities26876
Node: Assertions and prices28027 Node: Assertions and prices28033
Ref: #assertions-and-prices28237 Ref: #assertions-and-prices28243
Node: Assertions and subaccounts28677 Node: Assertions and subaccounts28683
Ref: #assertions-and-subaccounts28902 Ref: #assertions-and-subaccounts28908
Node: Assertions and virtual postings29226 Node: Assertions and virtual postings29232
Ref: #assertions-and-virtual-postings29464 Ref: #assertions-and-virtual-postings29470
Node: Assertions and precision29606 Node: Assertions and precision29612
Ref: #assertions-and-precision29795 Ref: #assertions-and-precision29801
Node: Balance assignments30062 Node: Balance assignments30068
Ref: #balance-assignments30223 Ref: #balance-assignments30229
Node: Balance assignments and prices31387 Node: Balance assignments and prices31393
Ref: #balance-assignments-and-prices31555 Ref: #balance-assignments-and-prices31561
Node: Directives31779 Node: Directives31785
Ref: #directives31925 Ref: #directives31931
Node: Directives and multiple files37423 Node: Directives and multiple files37429
Ref: #directives-and-multiple-files37602 Ref: #directives-and-multiple-files37608
Node: Comment blocks38266 Node: Comment blocks38272
Ref: #comment-blocks38445 Ref: #comment-blocks38451
Node: Including other files38621 Node: Including other files38627
Ref: #including-other-files38797 Ref: #including-other-files38803
Node: Default year39721 Node: Default year39727
Ref: #default-year39886 Ref: #default-year39892
Node: Declaring commodities40293 Node: Declaring commodities40299
Ref: #declaring-commodities40472 Ref: #declaring-commodities40478
Node: Commodity error checking42316 Node: Commodity error checking42322
Ref: #commodity-error-checking42472 Ref: #commodity-error-checking42478
Node: Default commodity42729 Node: Default commodity42735
Ref: #default-commodity42911 Ref: #default-commodity42917
Node: Declaring market prices43800 Node: Declaring market prices43806
Ref: #declaring-market-prices43991 Ref: #declaring-market-prices43997
Node: Declaring accounts44848 Node: Declaring accounts44854
Ref: #declaring-accounts45030 Ref: #declaring-accounts45036
Node: Account error checking46232 Node: Account error checking46238
Ref: #account-error-checking46404 Ref: #account-error-checking46410
Node: Account comments47583 Node: Account comments47589
Ref: #account-comments47773 Ref: #account-comments47779
Node: Account subdirectives48197 Node: Account subdirectives48203
Ref: #account-subdirectives48388 Ref: #account-subdirectives48394
Node: Account types48701 Node: Account types48707
Ref: #account-types48881 Ref: #account-types48887
Node: Declaring account types49617 Node: Declaring account types49623
Ref: #declaring-account-types49802 Ref: #declaring-account-types49808
Node: Auto-detected account types50452 Node: Auto-detected account types50458
Ref: #auto-detected-account-types50699 Ref: #auto-detected-account-types50705
Node: Interference from auto-detected account types51596 Node: Interference from auto-detected account types51602
Ref: #interference-from-auto-detected-account-types51879 Ref: #interference-from-auto-detected-account-types51885
Node: Old account type syntax52362 Node: Old account type syntax52368
Ref: #old-account-type-syntax52565 Ref: #old-account-type-syntax52571
Node: Account display order52865 Node: Account display order52871
Ref: #account-display-order53031 Ref: #account-display-order53037
Node: Rewriting accounts54182 Node: Rewriting accounts54188
Ref: #rewriting-accounts54363 Ref: #rewriting-accounts54369
Node: Basic aliases55120 Node: Basic aliases55126
Ref: #basic-aliases55262 Ref: #basic-aliases55268
Node: Regex aliases55966 Node: Regex aliases55972
Ref: #regex-aliases56134 Ref: #regex-aliases56140
Node: Combining aliases56853 Node: Combining aliases56859
Ref: #combining-aliases57042 Ref: #combining-aliases57048
Node: Aliases and multiple files58318 Node: Aliases and multiple files58324
Ref: #aliases-and-multiple-files58523 Ref: #aliases-and-multiple-files58529
Node: end aliases59102 Node: end aliases59108
Ref: #end-aliases59255 Ref: #end-aliases59261
Node: Default parent account59356 Node: Default parent account59362
Ref: #default-parent-account59520 Ref: #default-parent-account59526
Node: Periodic transactions60404 Node: Periodic transactions60410
Ref: #periodic-transactions60566 Ref: #periodic-transactions60572
Node: Periodic rule syntax62438 Node: Periodic rule syntax62489
Ref: #periodic-rule-syntax62640 Ref: #periodic-rule-syntax62691
Node: Two spaces between period expression and description!63344 Node: Two spaces between period expression and description!63395
Ref: #two-spaces-between-period-expression-and-description63659 Ref: #two-spaces-between-period-expression-and-description63710
Node: Forecasting with periodic transactions64343 Node: Forecasting with periodic transactions64394
Ref: #forecasting-with-periodic-transactions64644 Ref: #forecasting-with-periodic-transactions64695
Node: Budgeting with periodic transactions66699 Node: Budgeting with periodic transactions66750
Ref: #budgeting-with-periodic-transactions66934 Ref: #budgeting-with-periodic-transactions66985
Node: Auto postings67343 Node: Auto postings67394
Ref: #auto-postings67470 Ref: #auto-postings67521
Node: Auto postings and multiple files69649 Node: Auto postings and multiple files69700
Ref: #auto-postings-and-multiple-files69849 Ref: #auto-postings-and-multiple-files69900
Node: Auto postings and dates70058 Node: Auto postings and dates70109
Ref: #auto-postings-and-dates70328 Ref: #auto-postings-and-dates70379
Node: Auto postings and transaction balancing / inferred amounts / balance assertions70503 Node: Auto postings and transaction balancing / inferred amounts / balance assertions70554
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions70850 Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions70901
Node: Auto posting tags71192 Node: Auto posting tags71243
Ref: #auto-posting-tags71403 Ref: #auto-posting-tags71454
 
End Tag Table End Tag Table

View File

@ -1316,40 +1316,42 @@ FILE FORMAT
Periodic transaction rules describe transactions that recur. They al- Periodic transaction rules describe transactions that recur. They al-
low hledger to generate temporary future transactions to help with low hledger to generate temporary future transactions to help with
forecasting, so you don't have to write out each one in the journal, 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 and it's easy to try out different forecasts.
used to define the budgets shown in budget reports.
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: 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. read about this below.
2. For troubleshooting, show the generated transactions with hledger 2. For troubleshooting, show the generated transactions with hledger
print --forecast tag:generated or hledger register --forecast print --forecast tag:generated or hledger register --forecast
tag:generated. 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. 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. 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. provement, but is worth studying.
6. Some period expressions with a repeating interval must begin on a 6. Some period expressions with a repeating interval must begin on a
natural boundary of that interval. Eg in weekly from DATE, DATE 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 must be a monday. ~ weekly from 2019/10/1 (a tuesday) will give an
error. error.
7. Other period expressions with an interval are automatically expanded 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 reports, but it also affects periodic transactions. Yes, it's a bit
inconsistent with the above.) Eg: ~ 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, which is equivalent to ~ every 10th day of month from
2020/01/01, will be adjusted to start on 2019/12/10. 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 Periodic rule syntax
A periodic transaction rule looks like a normal journal entry, with the A periodic transaction rule looks like a normal journal entry, with the
date replaced by a tilde (~) followed by a period expression (mnemonic: 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) 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 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) 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 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) 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 hledger-ui - terminal interface for the hledger accounting tool
@ -516,26 +516,26 @@ program is restarted.
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS1550 Node: OPTIONS1556
Ref: #options1647 Ref: #options1653
Node: keys5714 Node: keys5720
Ref: #keys5809 Ref: #keys5815
Node: screens10141 Node: screens10147
Ref: #screens10250 Ref: #screens10256
Node: accounts screen10250 Node: accounts screen10256
Ref: #accounts-screen10386 Ref: #accounts-screen10392
Node: Register screen12601 Node: Register screen12607
Ref: #register-screen12748 Ref: #register-screen12754
Node: Transaction screen14745 Node: Transaction screen14751
Ref: #transaction-screen14895 Ref: #transaction-screen14901
Node: Error screen15765 Node: Error screen15771
Ref: #error-screen15899 Ref: #error-screen15905
Node: ENVIRONMENT16143 Node: ENVIRONMENT16149
Ref: #environment16262 Ref: #environment16268
Node: FILES17069 Node: FILES17075
Ref: #files17168 Ref: #files17174
Node: BUGS17381 Node: BUGS17387
Ref: #bugs17460 Ref: #bugs17466
 
End Tag Table 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) 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 hledger-web - web interface for the hledger accounting tool
@ -589,22 +589,22 @@ awkward.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1750 Node: OPTIONS1752
Ref: #options1855 Ref: #options1857
Node: PERMISSIONS8954 Node: PERMISSIONS8956
Ref: #permissions9093 Ref: #permissions9095
Node: EDITING UPLOADING DOWNLOADING10305 Node: EDITING UPLOADING DOWNLOADING10307
Ref: #editing-uploading-downloading10486 Ref: #editing-uploading-downloading10488
Node: RELOADING11320 Node: RELOADING11322
Ref: #reloading11454 Ref: #reloading11456
Node: JSON API11887 Node: JSON API11889
Ref: #json-api12001 Ref: #json-api12003
Node: ENVIRONMENT17491 Node: ENVIRONMENT17493
Ref: #environment17607 Ref: #environment17609
Node: FILES18340 Node: FILES18342
Ref: #files18440 Ref: #files18442
Node: BUGS18653 Node: BUGS18655
Ref: #bugs18731 Ref: #bugs18733
 
End Tag Table 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 .\"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) 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 hledger - a command-line accounting tool
@ -4484,220 +4484,220 @@ $ LANG=en_US.UTF-8 hledger -f my.journal print
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: COMMON TASKS3275 Node: COMMON TASKS3281
Ref: #common-tasks3392 Ref: #common-tasks3398
Node: Getting help3599 Node: Getting help3605
Ref: #getting-help3739 Ref: #getting-help3745
Node: Constructing command lines4292 Node: Constructing command lines4298
Ref: #constructing-command-lines4471 Ref: #constructing-command-lines4477
Node: Starting a journal file5168 Node: Starting a journal file5174
Ref: #starting-a-journal-file5353 Ref: #starting-a-journal-file5359
Node: Setting opening balances6541 Node: Setting opening balances6547
Ref: #setting-opening-balances6724 Ref: #setting-opening-balances6730
Node: Recording transactions9865 Node: Recording transactions9871
Ref: #recording-transactions10032 Ref: #recording-transactions10038
Node: Reconciling10588 Node: Reconciling10594
Ref: #reconciling10718 Ref: #reconciling10724
Node: Reporting12975 Node: Reporting12981
Ref: #reporting13102 Ref: #reporting13108
Node: Migrating to a new file17101 Node: Migrating to a new file17107
Ref: #migrating-to-a-new-file17252 Ref: #migrating-to-a-new-file17258
Node: OPTIONS17551 Node: OPTIONS17557
Ref: #options17678 Ref: #options17684
Node: General options17678 Node: General options17684
Ref: #general-options17813 Ref: #general-options17819
Node: Command options21214 Node: Command options21220
Ref: #command-options21359 Ref: #command-options21365
Node: Command arguments21759 Node: Command arguments21765
Ref: #command-arguments21900 Ref: #command-arguments21906
Node: Queries22780 Node: Queries22786
Ref: #queries22929 Ref: #queries22935
Node: Special characters in arguments and queries26891 Node: Special characters in arguments and queries26897
Ref: #special-characters-in-arguments-and-queries27113 Ref: #special-characters-in-arguments-and-queries27119
Node: More escaping27564 Node: More escaping27570
Ref: #more-escaping27724 Ref: #more-escaping27730
Node: Even more escaping28020 Node: Even more escaping28026
Ref: #even-more-escaping28212 Ref: #even-more-escaping28218
Node: Less escaping28886 Node: Less escaping28892
Ref: #less-escaping29046 Ref: #less-escaping29052
Node: Unicode characters29291 Node: Unicode characters29297
Ref: #unicode-characters29467 Ref: #unicode-characters29473
Node: Input files30879 Node: Input files30885
Ref: #input-files31009 Ref: #input-files31015
Node: Strict mode33308 Node: Strict mode33314
Ref: #strict-mode33438 Ref: #strict-mode33444
Node: Output destination34086 Node: Output destination34092
Ref: #output-destination34232 Ref: #output-destination34238
Node: Output format34657 Node: Output format34663
Ref: #output-format34801 Ref: #output-format34807
Node: Regular expressions36968 Node: Regular expressions36974
Ref: #regular-expressions37117 Ref: #regular-expressions37123
Node: Smart dates38853 Node: Smart dates38859
Ref: #smart-dates38996 Ref: #smart-dates39002
Node: Report start & end date40357 Node: Report start & end date40363
Ref: #report-start-end-date40521 Ref: #report-start-end-date40527
Node: Report intervals42018 Node: Report intervals42024
Ref: #report-intervals42175 Ref: #report-intervals42181
Node: Period expressions42565 Node: Period expressions42571
Ref: #period-expressions42717 Ref: #period-expressions42723
Node: Depth limiting47090 Node: Depth limiting47096
Ref: #depth-limiting47226 Ref: #depth-limiting47232
Node: Pivoting47558 Node: Pivoting47564
Ref: #pivoting47673 Ref: #pivoting47679
Node: Valuation49349 Node: Valuation49355
Ref: #valuation49460 Ref: #valuation49466
Node: -B Cost50149 Node: -B Cost50155
Ref: #b-cost50249 Ref: #b-cost50255
Node: -V Value50382 Node: -V Value50388
Ref: #v-value50524 Ref: #v-value50530
Node: -X Value in specified commodity50719 Node: -X Value in specified commodity50725
Ref: #x-value-in-specified-commodity50914 Ref: #x-value-in-specified-commodity50920
Node: Valuation date51063 Node: Valuation date51069
Ref: #valuation-date51227 Ref: #valuation-date51233
Node: Market prices51649 Node: Market prices51655
Ref: #market-prices51825 Ref: #market-prices51831
Node: --infer-value market prices from transactions52767 Node: --infer-value market prices from transactions52773
Ref: #infer-value-market-prices-from-transactions53012 Ref: #infer-value-market-prices-from-transactions53018
Node: Valuation commodity54294 Node: Valuation commodity54300
Ref: #valuation-commodity54499 Ref: #valuation-commodity54505
Node: Simple valuation examples55725 Node: Simple valuation examples55731
Ref: #simple-valuation-examples55923 Ref: #simple-valuation-examples55929
Node: --value Flexible valuation56582 Node: --value Flexible valuation56588
Ref: #value-flexible-valuation56786 Ref: #value-flexible-valuation56792
Node: More valuation examples58733 Node: More valuation examples58739
Ref: #more-valuation-examples58938 Ref: #more-valuation-examples58944
Node: Effect of valuation on reports60943 Node: Effect of valuation on reports60949
Ref: #effect-of-valuation-on-reports61127 Ref: #effect-of-valuation-on-reports61133
Node: COMMANDS68146 Node: COMMANDS68152
Ref: #commands68255 Ref: #commands68261
Node: accounts68937 Node: accounts68943
Ref: #accounts69045 Ref: #accounts69051
Node: activity69744 Node: activity69750
Ref: #activity69847 Ref: #activity69853
Node: add70230 Node: add70236
Ref: #add70324 Ref: #add70330
Node: aregister73117 Node: aregister73123
Ref: #aregister73222 Ref: #aregister73228
Node: aregister and custom posting dates74595 Node: aregister and custom posting dates74601
Ref: #aregister-and-custom-posting-dates74766 Ref: #aregister-and-custom-posting-dates74772
Ref: #output-format-175357 Ref: #output-format-175363
Node: balance75762 Node: balance75768
Ref: #balance75872 Ref: #balance75878
Node: Classic balance report77352 Node: Classic balance report77358
Ref: #classic-balance-report77523 Ref: #classic-balance-report77529
Node: Customising the classic balance report78847 Node: Customising the classic balance report78853
Ref: #customising-the-classic-balance-report79073 Ref: #customising-the-classic-balance-report79079
Node: Colour support81149 Node: Colour support81155
Ref: #colour-support81314 Ref: #colour-support81320
Node: Flat mode81410 Node: Flat mode81416
Ref: #flat-mode81556 Ref: #flat-mode81562
Node: Depth limited balance reports81969 Node: Depth limited balance reports81975
Ref: #depth-limited-balance-reports82152 Ref: #depth-limited-balance-reports82158
Node: Percentages82608 Node: Percentages82614
Ref: #percentages82763 Ref: #percentages82769
Node: Sorting by amount83900 Node: Sorting by amount83906
Ref: #sorting-by-amount84064 Ref: #sorting-by-amount84070
Node: Multicolumn balance report84558 Node: Multicolumn balance report84564
Ref: #multicolumn-balance-report84742 Ref: #multicolumn-balance-report84748
Node: Budget report90339 Node: Budget report90345
Ref: #budget-report90480 Ref: #budget-report90486
Node: Budget report start date95769 Node: Budget report start date95775
Ref: #budget-report-start-date95932 Ref: #budget-report-start-date95938
Node: Nested budgets97264 Node: Nested budgets97270
Ref: #nested-budgets97407 Ref: #nested-budgets97413
Ref: #output-format-2100888 Ref: #output-format-2100894
Node: balancesheet101049 Node: balancesheet101055
Ref: #balancesheet101178 Ref: #balancesheet101184
Node: balancesheetequity102690 Node: balancesheetequity102696
Ref: #balancesheetequity102832 Ref: #balancesheetequity102838
Node: cashflow103908 Node: cashflow103914
Ref: #cashflow104023 Ref: #cashflow104029
Node: check105239 Node: check105245
Ref: #check105335 Ref: #check105341
Node: Basic checks105940 Node: Basic checks105946
Ref: #basic-checks106054 Ref: #basic-checks106060
Node: Strict checks106547 Node: Strict checks106553
Ref: #strict-checks106684 Ref: #strict-checks106690
Node: Other checks106927 Node: Other checks106933
Ref: #other-checks107063 Ref: #other-checks107069
Node: Add-on checks107361 Node: Add-on checks107367
Ref: #add-on-checks107477 Ref: #add-on-checks107483
Node: close107930 Node: close107936
Ref: #close108023 Ref: #close108029
Node: close usage109545 Node: close usage109551
Ref: #close-usage109634 Ref: #close-usage109640
Node: codes112447 Node: codes112453
Ref: #codes112546 Ref: #codes112552
Node: commodities113258 Node: commodities113264
Ref: #commodities113376 Ref: #commodities113382
Node: descriptions113458 Node: descriptions113464
Ref: #descriptions113577 Ref: #descriptions113583
Node: diff113881 Node: diff113887
Ref: #diff113978 Ref: #diff113984
Node: files115025 Node: files115031
Ref: #files115116 Ref: #files115122
Node: help115263 Node: help115269
Ref: #help115354 Ref: #help115360
Node: import116435 Node: import116441
Ref: #import116540 Ref: #import116546
Node: Importing balance assignments117462 Node: Importing balance assignments117468
Ref: #importing-balance-assignments117639 Ref: #importing-balance-assignments117645
Node: Commodity display styles118288 Node: Commodity display styles118294
Ref: #commodity-display-styles118455 Ref: #commodity-display-styles118461
Node: incomestatement118584 Node: incomestatement118590
Ref: #incomestatement118708 Ref: #incomestatement118714
Node: notes120053 Node: notes120059
Ref: #notes120157 Ref: #notes120163
Node: payees120525 Node: payees120531
Ref: #payees120622 Ref: #payees120628
Node: prices121042 Node: prices121048
Ref: #prices121139 Ref: #prices121145
Node: print121480 Node: print121486
Ref: #print121581 Ref: #print121587
Node: print-unique126377 Node: print-unique126383
Ref: #print-unique126494 Ref: #print-unique126500
Node: register126779 Node: register126785
Ref: #register126897 Ref: #register126903
Node: Custom register output131346 Node: Custom register output131352
Ref: #custom-register-output131471 Ref: #custom-register-output131477
Node: register-match132808 Node: register-match132814
Ref: #register-match132933 Ref: #register-match132939
Node: rewrite133284 Node: rewrite133290
Ref: #rewrite133390 Ref: #rewrite133396
Node: Re-write rules in a file135245 Node: Re-write rules in a file135251
Ref: #re-write-rules-in-a-file135375 Ref: #re-write-rules-in-a-file135381
Node: Diff output format136585 Node: Diff output format136591
Ref: #diff-output-format136750 Ref: #diff-output-format136756
Node: rewrite vs print --auto137842 Node: rewrite vs print --auto137848
Ref: #rewrite-vs.-print---auto138017 Ref: #rewrite-vs.-print---auto138023
Node: roi138573 Node: roi138579
Ref: #roi138662 Ref: #roi138668
Node: stats150872 Node: stats150878
Ref: #stats150962 Ref: #stats150968
Node: tags151750 Node: tags151756
Ref: #tags151839 Ref: #tags151845
Node: test152358 Node: test152364
Ref: #test152457 Ref: #test152463
Node: Add-on commands153204 Node: Add-on commands153210
Ref: #add-on-commands153332 Ref: #add-on-commands153338
Node: ui154691 Node: ui154697
Ref: #ui154775 Ref: #ui154781
Node: web154829 Node: web154835
Ref: #web154928 Ref: #web154934
Node: iadd155044 Node: iadd155050
Ref: #iadd155151 Ref: #iadd155157
Node: interest155233 Node: interest155239
Ref: #interest155356 Ref: #interest155362
Node: stockquotes155451 Node: stockquotes155457
Ref: #stockquotes155567 Ref: #stockquotes155573
Node: ENVIRONMENT155812 Node: ENVIRONMENT155818
Ref: #environment155933 Ref: #environment155939
Node: FILES156918 Node: FILES156924
Ref: #files-1157023 Ref: #files-1157029
Node: LIMITATIONS157236 Node: LIMITATIONS157242
Ref: #limitations157357 Ref: #limitations157363
Node: TROUBLESHOOTING158100 Node: TROUBLESHOOTING158106
Ref: #troubleshooting158215 Ref: #troubleshooting158221
 
End Tag Table 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)