mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
update embedded docs
This commit is contained in:
parent
40d1572359
commit
f9b85a1d4c
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger\-api" "1" "January 2019" "hledger\-api 1.12.99" "hledger User Manuals"
|
.TH "hledger\-api" "1" "February 2019" "hledger\-api 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ This is hledger-api.info, produced by makeinfo version 6.5 from stdin.
|
|||||||
|
|
||||||
File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir)
|
File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir)
|
||||||
|
|
||||||
hledger-api(1) hledger-api 1.12.99
|
hledger-api(1) hledger-api 1.13
|
||||||
**********************************
|
*******************************
|
||||||
|
|
||||||
hledger-api is a simple web API server, intended to support client-side
|
hledger-api is a simple web API server, intended to support client-side
|
||||||
web apps operating on hledger data. It comes with a series of simple
|
web apps operating on hledger data. It comes with a series of simple
|
||||||
@ -80,7 +80,7 @@ options as shown above.
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top72
|
Node: Top72
|
||||||
Node: OPTIONS1666
|
Node: OPTIONS1660
|
||||||
Ref: #options1751
|
Ref: #options1745
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -117,4 +117,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger-api 1.12.99 January 2019 hledger-api(1)
|
hledger-api 1.13 February 2019 hledger-api(1)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger_csv" "5" "January 2019" "hledger 1.12.99" "hledger User Manuals"
|
.TH "hledger_csv" "5" "February 2019" "hledger 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ This is hledger_csv.info, produced by makeinfo version 6.5 from stdin.
|
|||||||
|
|
||||||
File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir)
|
File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir)
|
||||||
|
|
||||||
hledger_csv(5) hledger 1.12.99
|
hledger_csv(5) hledger 1.13
|
||||||
******************************
|
***************************
|
||||||
|
|
||||||
hledger can read CSV (comma-separated value) files as if they were
|
hledger can read CSV (comma-separated value) files as if they were
|
||||||
journal files, automatically converting each CSV record into a
|
journal files, automatically converting each CSV record into a
|
||||||
@ -317,33 +317,33 @@ one rules file will be used for all the CSV files being read.
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top72
|
Node: Top72
|
||||||
Node: CSV RULES2169
|
Node: CSV RULES2163
|
||||||
Ref: #csv-rules2277
|
Ref: #csv-rules2271
|
||||||
Node: skip2539
|
Node: skip2533
|
||||||
Ref: #skip2633
|
Ref: #skip2627
|
||||||
Node: date-format2805
|
Node: date-format2799
|
||||||
Ref: #date-format2932
|
Ref: #date-format2926
|
||||||
Node: field list3482
|
Node: field list3476
|
||||||
Ref: #field-list3619
|
Ref: #field-list3613
|
||||||
Node: field assignment4324
|
Node: field assignment4318
|
||||||
Ref: #field-assignment4479
|
Ref: #field-assignment4473
|
||||||
Node: conditional block4983
|
Node: conditional block4977
|
||||||
Ref: #conditional-block5137
|
Ref: #conditional-block5131
|
||||||
Node: include6033
|
Node: include6027
|
||||||
Ref: #include6163
|
Ref: #include6157
|
||||||
Node: newest-first6394
|
Node: newest-first6388
|
||||||
Ref: #newest-first6508
|
Ref: #newest-first6502
|
||||||
Node: CSV TIPS6919
|
Node: CSV TIPS6913
|
||||||
Ref: #csv-tips7013
|
Ref: #csv-tips7007
|
||||||
Node: CSV ordering7131
|
Node: CSV ordering7125
|
||||||
Ref: #csv-ordering7249
|
Ref: #csv-ordering7243
|
||||||
Node: CSV accounts7430
|
Node: CSV accounts7424
|
||||||
Ref: #csv-accounts7568
|
Ref: #csv-accounts7562
|
||||||
Node: CSV amounts7822
|
Node: CSV amounts7816
|
||||||
Ref: #csv-amounts7968
|
Ref: #csv-amounts7962
|
||||||
Node: CSV balance assertions8743
|
Node: CSV balance assertions8737
|
||||||
Ref: #csv-balance-assertions8925
|
Ref: #csv-balance-assertions8919
|
||||||
Node: Reading multiple CSV files9130
|
Node: Reading multiple CSV files9124
|
||||||
Ref: #reading-multiple-csv-files9300
|
Ref: #reading-multiple-csv-files9294
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -249,4 +249,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger 1.12.99 January 2019 hledger_csv(5)
|
hledger 1.13 February 2019 hledger_csv(5)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\"t
|
.\"t
|
||||||
|
|
||||||
.TH "hledger_journal" "5" "January 2019" "hledger 1.12.99" "hledger User Manuals"
|
.TH "hledger_journal" "5" "February 2019" "hledger 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1738,8 +1738,8 @@ $\ hledger\ print\ \-\-auto
|
|||||||
\ \ \ \ assets:checking\ \ \ \ \ \ \ \ \ \ \ \ $20
|
\ \ \ \ assets:checking\ \ \ \ \ \ \ \ \ \ \ \ $20
|
||||||
\f[]
|
\f[]
|
||||||
.fi
|
.fi
|
||||||
.SS Transaction modifiers and transaction balancing / inferred amounts /
|
.SS Auto postings and transaction balancing / inferred amounts / balance
|
||||||
balance assertions
|
assertions
|
||||||
.PP
|
.PP
|
||||||
Currently, transaction modifiers are applied / auto postings are added:
|
Currently, transaction modifiers are applied / auto postings are added:
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
@ -1748,10 +1748,9 @@ balancedness,
|
|||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
but before balance assertions are checked.
|
but before balance assertions are checked.
|
||||||
.PP
|
.PP
|
||||||
This means that journal entries must be balanced both before and after
|
Note this means that journal entries must be balanced both before and
|
||||||
auto postings are added.
|
after auto postings are added.
|
||||||
This has changed in hledger 1.12+.
|
This changed in hledger 1.12+; see #893 for background.
|
||||||
For some background discussion, see #893, #928, #938.
|
|
||||||
.SH EDITOR SUPPORT
|
.SH EDITOR SUPPORT
|
||||||
.PP
|
.PP
|
||||||
Add\-on modes exist for various text editors, to make working with
|
Add\-on modes exist for various text editors, to make working with
|
||||||
|
@ -4,8 +4,8 @@ stdin.
|
|||||||
|
|
||||||
File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir)
|
File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir)
|
||||||
|
|
||||||
hledger_journal(5) hledger 1.12.99
|
hledger_journal(5) hledger 1.13
|
||||||
**********************************
|
*******************************
|
||||||
|
|
||||||
hledger's usual data source is a plain text file containing journal
|
hledger's usual data source is a plain text file containing journal
|
||||||
entries in hledger journal format. This file represents a standard
|
entries in hledger journal format. This file represents a standard
|
||||||
@ -1556,24 +1556,24 @@ $ hledger print --auto
|
|||||||
|
|
||||||
* Menu:
|
* Menu:
|
||||||
|
|
||||||
* Transaction modifiers and transaction balancing / inferred amounts / balance assertions::
|
* Auto postings and transaction balancing / inferred amounts / balance assertions::
|
||||||
|
|
||||||
|
|
||||||
File: hledger_journal.info, Node: Transaction modifiers and transaction balancing / inferred amounts / balance assertions, Up: Transaction modifiers
|
File: hledger_journal.info, Node: Auto postings and transaction balancing / inferred amounts / balance assertions, Up: Transaction modifiers
|
||||||
|
|
||||||
1.16.1 Transaction modifiers and transaction balancing / inferred
|
1.16.1 Auto postings and transaction balancing / inferred amounts /
|
||||||
-----------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
amounts / balance assertions Currently, transaction modifiers are
|
balance assertions Currently, transaction modifiers are applied / auto
|
||||||
applied / auto postings are added:
|
postings are added:
|
||||||
|
|
||||||
* after missing amounts are inferred, and transactions are checked
|
* after missing amounts are inferred, and transactions are checked
|
||||||
for balancedness,
|
for balancedness,
|
||||||
* but before balance assertions are checked.
|
* but before balance assertions are checked.
|
||||||
|
|
||||||
This means that journal entries must be balanced both before and
|
Note this means that journal entries must be balanced both before and
|
||||||
after auto postings are added. This has changed in hledger 1.12+. For
|
after auto postings are added. This changed in hledger 1.12+; see #893
|
||||||
some background discussion, see #893, #928, #938.
|
for background.
|
||||||
|
|
||||||
|
|
||||||
File: hledger_journal.info, Node: EDITOR SUPPORT, Prev: FILE FORMAT, Up: Top
|
File: hledger_journal.info, Node: EDITOR SUPPORT, Prev: FILE FORMAT, Up: Top
|
||||||
@ -1605,109 +1605,109 @@ Code
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top76
|
Node: Top76
|
||||||
Node: FILE FORMAT2378
|
Node: FILE FORMAT2372
|
||||||
Ref: #file-format2502
|
Ref: #file-format2496
|
||||||
Node: Transactions2789
|
Node: Transactions2783
|
||||||
Ref: #transactions2910
|
Ref: #transactions2904
|
||||||
Node: Postings3594
|
Node: Postings3588
|
||||||
Ref: #postings3721
|
Ref: #postings3715
|
||||||
Node: Dates4716
|
Node: Dates4710
|
||||||
Ref: #dates4831
|
Ref: #dates4825
|
||||||
Node: Simple dates4896
|
Node: Simple dates4890
|
||||||
Ref: #simple-dates5022
|
Ref: #simple-dates5016
|
||||||
Node: Secondary dates5388
|
Node: Secondary dates5382
|
||||||
Ref: #secondary-dates5542
|
Ref: #secondary-dates5536
|
||||||
Node: Posting dates7105
|
Node: Posting dates7099
|
||||||
Ref: #posting-dates7234
|
Ref: #posting-dates7228
|
||||||
Node: Status8608
|
Node: Status8602
|
||||||
Ref: #status8728
|
Ref: #status8722
|
||||||
Node: Description10436
|
Node: Description10430
|
||||||
Ref: #description10574
|
Ref: #description10568
|
||||||
Node: Payee and note10893
|
Node: Payee and note10887
|
||||||
Ref: #payee-and-note11007
|
Ref: #payee-and-note11001
|
||||||
Node: Account names11249
|
Node: Account names11243
|
||||||
Ref: #account-names11392
|
Ref: #account-names11386
|
||||||
Node: Amounts11879
|
Node: Amounts11873
|
||||||
Ref: #amounts12015
|
Ref: #amounts12009
|
||||||
Node: Virtual Postings15032
|
Node: Virtual Postings15026
|
||||||
Ref: #virtual-postings15191
|
Ref: #virtual-postings15185
|
||||||
Node: Balance Assertions16411
|
Node: Balance Assertions16405
|
||||||
Ref: #balance-assertions16586
|
Ref: #balance-assertions16580
|
||||||
Node: Assertions and ordering17537
|
Node: Assertions and ordering17531
|
||||||
Ref: #assertions-and-ordering17723
|
Ref: #assertions-and-ordering17717
|
||||||
Node: Assertions and included files18423
|
Node: Assertions and included files18417
|
||||||
Ref: #assertions-and-included-files18664
|
Ref: #assertions-and-included-files18658
|
||||||
Node: Assertions and multiple -f options18997
|
Node: Assertions and multiple -f options18991
|
||||||
Ref: #assertions-and-multiple--f-options19251
|
Ref: #assertions-and-multiple--f-options19245
|
||||||
Node: Assertions and commodities19383
|
Node: Assertions and commodities19377
|
||||||
Ref: #assertions-and-commodities19613
|
Ref: #assertions-and-commodities19607
|
||||||
Node: Assertions and prices20801
|
Node: Assertions and prices20795
|
||||||
Ref: #assertions-and-prices21013
|
Ref: #assertions-and-prices21007
|
||||||
Node: Assertions and subaccounts21453
|
Node: Assertions and subaccounts21447
|
||||||
Ref: #assertions-and-subaccounts21680
|
Ref: #assertions-and-subaccounts21674
|
||||||
Node: Assertions and virtual postings22201
|
Node: Assertions and virtual postings22195
|
||||||
Ref: #assertions-and-virtual-postings22441
|
Ref: #assertions-and-virtual-postings22435
|
||||||
Node: Assertions and precision22583
|
Node: Assertions and precision22577
|
||||||
Ref: #assertions-and-precision22774
|
Ref: #assertions-and-precision22768
|
||||||
Node: Balance Assignments23041
|
Node: Balance Assignments23035
|
||||||
Ref: #balance-assignments23222
|
Ref: #balance-assignments23216
|
||||||
Node: Balance assignments and prices24386
|
Node: Balance assignments and prices24380
|
||||||
Ref: #balance-assignments-and-prices24558
|
Ref: #balance-assignments-and-prices24552
|
||||||
Node: Transaction prices24782
|
Node: Transaction prices24776
|
||||||
Ref: #transaction-prices24951
|
Ref: #transaction-prices24945
|
||||||
Node: Comments27219
|
Node: Comments27213
|
||||||
Ref: #comments27353
|
Ref: #comments27347
|
||||||
Node: Tags28523
|
Node: Tags28517
|
||||||
Ref: #tags28641
|
Ref: #tags28635
|
||||||
Node: Directives30043
|
Node: Directives30037
|
||||||
Ref: #directives30186
|
Ref: #directives30180
|
||||||
Node: Comment blocks35793
|
Node: Comment blocks35787
|
||||||
Ref: #comment-blocks35938
|
Ref: #comment-blocks35932
|
||||||
Node: Including other files36114
|
Node: Including other files36108
|
||||||
Ref: #including-other-files36294
|
Ref: #including-other-files36288
|
||||||
Node: Default year36702
|
Node: Default year36696
|
||||||
Ref: #default-year36871
|
Ref: #default-year36865
|
||||||
Node: Declaring commodities37294
|
Node: Declaring commodities37288
|
||||||
Ref: #declaring-commodities37477
|
Ref: #declaring-commodities37471
|
||||||
Node: Default commodity38704
|
Node: Default commodity38698
|
||||||
Ref: #default-commodity38880
|
Ref: #default-commodity38874
|
||||||
Node: Market prices39516
|
Node: Market prices39510
|
||||||
Ref: #market-prices39681
|
Ref: #market-prices39675
|
||||||
Node: Declaring accounts40522
|
Node: Declaring accounts40516
|
||||||
Ref: #declaring-accounts40698
|
Ref: #declaring-accounts40692
|
||||||
Node: Account comments41623
|
Node: Account comments41617
|
||||||
Ref: #account-comments41786
|
Ref: #account-comments41780
|
||||||
Node: Account subdirectives42181
|
Node: Account subdirectives42175
|
||||||
Ref: #account-subdirectives42376
|
Ref: #account-subdirectives42370
|
||||||
Node: Account types42689
|
Node: Account types42683
|
||||||
Ref: #account-types42873
|
Ref: #account-types42867
|
||||||
Node: Account display order44517
|
Node: Account display order44511
|
||||||
Ref: #account-display-order44687
|
Ref: #account-display-order44681
|
||||||
Node: Rewriting accounts45816
|
Node: Rewriting accounts45810
|
||||||
Ref: #rewriting-accounts46001
|
Ref: #rewriting-accounts45995
|
||||||
Node: Basic aliases46735
|
Node: Basic aliases46729
|
||||||
Ref: #basic-aliases46881
|
Ref: #basic-aliases46875
|
||||||
Node: Regex aliases47585
|
Node: Regex aliases47579
|
||||||
Ref: #regex-aliases47756
|
Ref: #regex-aliases47750
|
||||||
Node: Multiple aliases48474
|
Node: Multiple aliases48468
|
||||||
Ref: #multiple-aliases48649
|
Ref: #multiple-aliases48643
|
||||||
Node: end aliases49147
|
Node: end aliases49141
|
||||||
Ref: #end-aliases49294
|
Ref: #end-aliases49288
|
||||||
Node: Default parent account49395
|
Node: Default parent account49389
|
||||||
Ref: #default-parent-account49561
|
Ref: #default-parent-account49555
|
||||||
Node: Periodic transactions50445
|
Node: Periodic transactions50439
|
||||||
Ref: #periodic-transactions50627
|
Ref: #periodic-transactions50621
|
||||||
Node: Two spaces after the period expression51752
|
Node: Two spaces after the period expression51746
|
||||||
Ref: #two-spaces-after-the-period-expression51997
|
Ref: #two-spaces-after-the-period-expression51991
|
||||||
Node: Forecasting with periodic transactions52482
|
Node: Forecasting with periodic transactions52476
|
||||||
Ref: #forecasting-with-periodic-transactions52772
|
Ref: #forecasting-with-periodic-transactions52766
|
||||||
Node: Budgeting with periodic transactions54459
|
Node: Budgeting with periodic transactions54453
|
||||||
Ref: #budgeting-with-periodic-transactions54698
|
Ref: #budgeting-with-periodic-transactions54692
|
||||||
Node: Transaction modifiers55157
|
Node: Transaction modifiers55151
|
||||||
Ref: #transaction-modifiers55320
|
Ref: #transaction-modifiers55314
|
||||||
Node: Transaction modifiers and transaction balancing / inferred amounts / balance assertions57312
|
Node: Auto postings and transaction balancing / inferred amounts / balance assertions57298
|
||||||
Ref: #transaction-modifiers-and-transaction-balancing-inferred-amounts-balance-assertions57627
|
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions57599
|
||||||
Node: EDITOR SUPPORT58034
|
Node: EDITOR SUPPORT57977
|
||||||
Ref: #editor-support58152
|
Ref: #editor-support58095
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -1260,8 +1260,8 @@ FILE FORMAT
|
|||||||
assets:checking:gifts -$20
|
assets:checking:gifts -$20
|
||||||
assets:checking $20
|
assets:checking $20
|
||||||
|
|
||||||
Transaction modifiers and transaction balancing / inferred amounts /
|
Auto postings and transaction balancing / inferred amounts / balance
|
||||||
balance assertions
|
assertions
|
||||||
|
|
||||||
Currently, transaction modifiers are applied / auto postings are added:
|
Currently, transaction modifiers are applied / auto postings are added:
|
||||||
|
|
||||||
@ -1270,9 +1270,9 @@ FILE FORMAT
|
|||||||
|
|
||||||
o but before balance assertions are checked.
|
o but before balance assertions are checked.
|
||||||
|
|
||||||
This means that journal entries must be balanced both before and after
|
Note this means that journal entries must be balanced both before and
|
||||||
auto postings are added. This has changed in hledger 1.12+. For some
|
after auto postings are added. This changed in hledger 1.12+; see #893
|
||||||
background discussion, see #893, #928, #938.
|
for background.
|
||||||
|
|
||||||
EDITOR SUPPORT
|
EDITOR SUPPORT
|
||||||
Add-on modes exist for various text editors, to make working with jour-
|
Add-on modes exist for various text editors, to make working with jour-
|
||||||
@ -1322,4 +1322,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger 1.12.99 January 2019 hledger_journal(5)
|
hledger 1.13 February 2019 hledger_journal(5)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger_timeclock" "5" "January 2019" "hledger 1.12.99" "hledger User Manuals"
|
.TH "hledger_timeclock" "5" "February 2019" "hledger 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.12.99
|
hledger_timeclock(5) hledger 1.13
|
||||||
************************************
|
*********************************
|
||||||
|
|
||||||
hledger can read timeclock files. As with Ledger, these are (a subset
|
hledger can read timeclock files. As with Ledger, these are (a subset
|
||||||
of) timeclock.el's format, containing clock-in and clock-out entries as
|
of) timeclock.el's format, containing clock-in and clock-out entries as
|
||||||
|
@ -77,4 +77,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger 1.12.99 January 2019 hledger_timeclock(5)
|
hledger 1.13 February 2019 hledger_timeclock(5)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger_timedot" "5" "January 2019" "hledger 1.12.99" "hledger User Manuals"
|
.TH "hledger_timedot" "5" "February 2019" "hledger 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ stdin.
|
|||||||
|
|
||||||
File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir)
|
File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir)
|
||||||
|
|
||||||
hledger_timedot(5) hledger 1.12.99
|
hledger_timedot(5) hledger 1.13
|
||||||
**********************************
|
*******************************
|
||||||
|
|
||||||
Timedot is a plain text format for logging dated, categorised quantities
|
Timedot is a plain text format for logging dated, categorised quantities
|
||||||
(of time, usually), supported by hledger. It is convenient for
|
(of time, usually), supported by hledger. It is convenient for
|
||||||
@ -110,7 +110,7 @@ $ hledger -f t.timedot --alias /\\./=: bal date:2016/2/4
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top76
|
Node: Top76
|
||||||
Node: FILE FORMAT813
|
Node: FILE FORMAT807
|
||||||
Ref: #file-format914
|
Ref: #file-format908
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -124,4 +124,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger 1.12.99 January 2019 hledger_timedot(5)
|
hledger 1.13 February 2019 hledger_timedot(5)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger\-ui" "1" "January 2019" "hledger\-ui 1.12.99" "hledger User Manuals"
|
.TH "hledger\-ui" "1" "February 2019" "hledger\-ui 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ This is hledger-ui.info, produced by makeinfo version 6.5 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.12.99
|
hledger-ui(1) hledger-ui 1.13
|
||||||
********************************
|
*****************************
|
||||||
|
|
||||||
hledger-ui is hledger's curses-style interface, providing an efficient
|
hledger-ui is hledger's curses-style interface, providing an efficient
|
||||||
full-window text UI for viewing accounts and transactions, and some
|
full-window text UI for viewing accounts and transactions, and some
|
||||||
@ -398,19 +398,19 @@ to cancel the reload attempt.)
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top71
|
Node: Top71
|
||||||
Node: OPTIONS1106
|
Node: OPTIONS1100
|
||||||
Ref: #options1203
|
Ref: #options1197
|
||||||
Node: KEYS4622
|
Node: KEYS4616
|
||||||
Ref: #keys4717
|
Ref: #keys4711
|
||||||
Node: SCREENS7973
|
Node: SCREENS7967
|
||||||
Ref: #screens8058
|
Ref: #screens8052
|
||||||
Node: Accounts screen8148
|
Node: Accounts screen8142
|
||||||
Ref: #accounts-screen8276
|
Ref: #accounts-screen8270
|
||||||
Node: Register screen10492
|
Node: Register screen10486
|
||||||
Ref: #register-screen10647
|
Ref: #register-screen10641
|
||||||
Node: Transaction screen12643
|
Node: Transaction screen12637
|
||||||
Ref: #transaction-screen12801
|
Ref: #transaction-screen12795
|
||||||
Node: Error screen13671
|
Node: Error screen13665
|
||||||
Ref: #error-screen13793
|
Ref: #error-screen13787
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -406,4 +406,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger-ui 1.12.99 January 2019 hledger-ui(1)
|
hledger-ui 1.13 February 2019 hledger-ui(1)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.TH "hledger\-web" "1" "January 2019" "hledger\-web 1.12.99" "hledger User Manuals"
|
.TH "hledger\-web" "1" "February 2019" "hledger\-web 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ This is hledger-web.info, produced by makeinfo version 6.5 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.12.99
|
hledger-web(1) hledger-web 1.13
|
||||||
**********************************
|
*******************************
|
||||||
|
|
||||||
hledger-web is hledger's web interface. It starts a simple web
|
hledger-web is hledger's web interface. It starts a simple web
|
||||||
application for browsing and adding transactions, and optionally opens
|
application for browsing and adding transactions, and optionally opens
|
||||||
@ -212,7 +212,7 @@ this, insert a '--' argument before.)
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top72
|
Node: Top72
|
||||||
Node: OPTIONS3160
|
Node: OPTIONS3154
|
||||||
Ref: #options3245
|
Ref: #options3239
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -251,4 +251,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger-web 1.12.99 January 2019 hledger-web(1)
|
hledger-web 1.13 February 2019 hledger-web(1)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\"t
|
.\"t
|
||||||
|
|
||||||
.TH "hledger" "1" "January 2019" "hledger 1.12.99" "hledger User Manuals"
|
.TH "hledger" "1" "February 2019" "hledger 1.13" "hledger User Manuals"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ This is hledger.info, produced by makeinfo version 6.5 from stdin.
|
|||||||
|
|
||||||
File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir)
|
File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir)
|
||||||
|
|
||||||
hledger(1) hledger 1.12.99
|
hledger(1) hledger 1.13
|
||||||
**************************
|
***********************
|
||||||
|
|
||||||
This is hledger's command-line interface (there are also curses and web
|
This is hledger's command-line interface (there are also curses and web
|
||||||
interfaces). Its basic function is to read a plain text file describing
|
interfaces). Its basic function is to read a plain text file describing
|
||||||
@ -2678,160 +2678,160 @@ hledger-check.hs checks more powerful account balance assertions.
|
|||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top68
|
Node: Top68
|
||||||
Node: EXAMPLES1890
|
Node: EXAMPLES1884
|
||||||
Ref: #examples1990
|
Ref: #examples1984
|
||||||
Node: OPTIONS3636
|
Node: OPTIONS3630
|
||||||
Ref: #options3738
|
Ref: #options3732
|
||||||
Node: General options4173
|
Node: General options4167
|
||||||
Ref: #general-options4298
|
Ref: #general-options4292
|
||||||
Node: Command options6980
|
Node: Command options6974
|
||||||
Ref: #command-options7131
|
Ref: #command-options7125
|
||||||
Node: Command arguments7529
|
Node: Command arguments7523
|
||||||
Ref: #command-arguments7683
|
Ref: #command-arguments7677
|
||||||
Node: Argument files7804
|
Node: Argument files7798
|
||||||
Ref: #argument-files7980
|
Ref: #argument-files7974
|
||||||
Node: Special characters in arguments and queries8246
|
Node: Special characters in arguments and queries8240
|
||||||
Ref: #special-characters-in-arguments-and-queries8480
|
Ref: #special-characters-in-arguments-and-queries8474
|
||||||
Node: More escaping8930
|
Node: More escaping8924
|
||||||
Ref: #more-escaping9092
|
Ref: #more-escaping9086
|
||||||
Node: Even more escaping9388
|
Node: Even more escaping9382
|
||||||
Ref: #even-more-escaping9582
|
Ref: #even-more-escaping9576
|
||||||
Node: Less escaping10253
|
Node: Less escaping10247
|
||||||
Ref: #less-escaping10415
|
Ref: #less-escaping10409
|
||||||
Node: Command line tips10660
|
Node: Command line tips10654
|
||||||
Ref: #command-line-tips10846
|
Ref: #command-line-tips10840
|
||||||
Node: Unicode characters11223
|
Node: Unicode characters11217
|
||||||
Ref: #unicode-characters11379
|
Ref: #unicode-characters11373
|
||||||
Node: Input files12104
|
Node: Input files12098
|
||||||
Ref: #input-files12240
|
Ref: #input-files12234
|
||||||
Node: Smart dates14210
|
Node: Smart dates14204
|
||||||
Ref: #smart-dates14351
|
Ref: #smart-dates14345
|
||||||
Node: Report start & end date15757
|
Node: Report start & end date15751
|
||||||
Ref: #report-start-end-date15929
|
Ref: #report-start-end-date15923
|
||||||
Node: Report intervals16995
|
Node: Report intervals16989
|
||||||
Ref: #report-intervals17160
|
Ref: #report-intervals17154
|
||||||
Node: Period expressions17561
|
Node: Period expressions17555
|
||||||
Ref: #period-expressions17721
|
Ref: #period-expressions17715
|
||||||
Node: Depth limiting21678
|
Node: Depth limiting21672
|
||||||
Ref: #depth-limiting21822
|
Ref: #depth-limiting21816
|
||||||
Node: Pivoting22164
|
Node: Pivoting22158
|
||||||
Ref: #pivoting22282
|
Ref: #pivoting22276
|
||||||
Node: Cost23958
|
Node: Cost23952
|
||||||
Ref: #cost24066
|
Ref: #cost24060
|
||||||
Node: Market value24184
|
Node: Market value24178
|
||||||
Ref: #market-value24319
|
Ref: #market-value24313
|
||||||
Node: Combining -B and -V25685
|
Node: Combining -B and -V25679
|
||||||
Ref: #combining--b-and--v25848
|
Ref: #combining--b-and--v25842
|
||||||
Node: Output destination25995
|
Node: Output destination25989
|
||||||
Ref: #output-destination26157
|
Ref: #output-destination26151
|
||||||
Node: Output format26440
|
Node: Output format26434
|
||||||
Ref: #output-format26592
|
Ref: #output-format26586
|
||||||
Node: Regular expressions26977
|
Node: Regular expressions26971
|
||||||
Ref: #regular-expressions27114
|
Ref: #regular-expressions27108
|
||||||
Node: QUERIES28475
|
Node: QUERIES28469
|
||||||
Ref: #queries28577
|
Ref: #queries28571
|
||||||
Node: COMMANDS32539
|
Node: COMMANDS32533
|
||||||
Ref: #commands32651
|
Ref: #commands32645
|
||||||
Node: accounts33651
|
Node: accounts33645
|
||||||
Ref: #accounts33749
|
Ref: #accounts33743
|
||||||
Node: activity34448
|
Node: activity34442
|
||||||
Ref: #activity34558
|
Ref: #activity34552
|
||||||
Node: add34941
|
Node: add34935
|
||||||
Ref: #add35040
|
Ref: #add35034
|
||||||
Node: balance37627
|
Node: balance37621
|
||||||
Ref: #balance37738
|
Ref: #balance37732
|
||||||
Node: Classic balance report39179
|
Node: Classic balance report39173
|
||||||
Ref: #classic-balance-report39352
|
Ref: #classic-balance-report39346
|
||||||
Node: Customising the classic balance report40721
|
Node: Customising the classic balance report40715
|
||||||
Ref: #customising-the-classic-balance-report40949
|
Ref: #customising-the-classic-balance-report40943
|
||||||
Node: Colour support43023
|
Node: Colour support43017
|
||||||
Ref: #colour-support43190
|
Ref: #colour-support43184
|
||||||
Node: Flat mode43363
|
Node: Flat mode43357
|
||||||
Ref: #flat-mode43511
|
Ref: #flat-mode43505
|
||||||
Node: Depth limited balance reports43924
|
Node: Depth limited balance reports43918
|
||||||
Ref: #depth-limited-balance-reports44124
|
Ref: #depth-limited-balance-reports44118
|
||||||
Node: Multicolumn balance report44580
|
Node: Multicolumn balance report44574
|
||||||
Ref: #multicolumn-balance-report44778
|
Ref: #multicolumn-balance-report44772
|
||||||
Node: Budget report50018
|
Node: Budget report50012
|
||||||
Ref: #budget-report50161
|
Ref: #budget-report50155
|
||||||
Node: Nested budgets54845
|
Node: Nested budgets54839
|
||||||
Ref: #nested-budgets54957
|
Ref: #nested-budgets54951
|
||||||
Ref: #output-format-158437
|
Ref: #output-format-158431
|
||||||
Node: balancesheet58515
|
Node: balancesheet58509
|
||||||
Ref: #balancesheet58651
|
Ref: #balancesheet58645
|
||||||
Node: balancesheetequity59885
|
Node: balancesheetequity59879
|
||||||
Ref: #balancesheetequity60034
|
Ref: #balancesheetequity60028
|
||||||
Node: cashflow60595
|
Node: cashflow60589
|
||||||
Ref: #cashflow60723
|
Ref: #cashflow60717
|
||||||
Node: check-dates61751
|
Node: check-dates61745
|
||||||
Ref: #check-dates61878
|
Ref: #check-dates61872
|
||||||
Node: check-dupes62157
|
Node: check-dupes62151
|
||||||
Ref: #check-dupes62281
|
Ref: #check-dupes62275
|
||||||
Node: close62574
|
Node: close62568
|
||||||
Ref: #close62682
|
Ref: #close62676
|
||||||
Node: files66095
|
Node: files66089
|
||||||
Ref: #files66196
|
Ref: #files66190
|
||||||
Node: help66343
|
Node: help66337
|
||||||
Ref: #help66443
|
Ref: #help66437
|
||||||
Node: import67536
|
Node: import67530
|
||||||
Ref: #import67650
|
Ref: #import67644
|
||||||
Node: incomestatement68394
|
Node: incomestatement68388
|
||||||
Ref: #incomestatement68528
|
Ref: #incomestatement68522
|
||||||
Node: prices69864
|
Node: prices69858
|
||||||
Ref: #prices69979
|
Ref: #prices69973
|
||||||
Node: print70258
|
Node: print70252
|
||||||
Ref: #print70368
|
Ref: #print70362
|
||||||
Node: print-unique74861
|
Node: print-unique74855
|
||||||
Ref: #print-unique74987
|
Ref: #print-unique74981
|
||||||
Node: register75272
|
Node: register75266
|
||||||
Ref: #register75399
|
Ref: #register75393
|
||||||
Node: Custom register output79268
|
Node: Custom register output79262
|
||||||
Ref: #custom-register-output79397
|
Ref: #custom-register-output79391
|
||||||
Node: register-match80659
|
Node: register-match80653
|
||||||
Ref: #register-match80793
|
Ref: #register-match80787
|
||||||
Node: rewrite81144
|
Node: rewrite81138
|
||||||
Ref: #rewrite81259
|
Ref: #rewrite81253
|
||||||
Node: Re-write rules in a file83108
|
Node: Re-write rules in a file83102
|
||||||
Ref: #re-write-rules-in-a-file83242
|
Ref: #re-write-rules-in-a-file83236
|
||||||
Node: Diff output format84452
|
Node: Diff output format84446
|
||||||
Ref: #diff-output-format84621
|
Ref: #diff-output-format84615
|
||||||
Node: rewrite vs print --auto85713
|
Node: rewrite vs print --auto85707
|
||||||
Ref: #rewrite-vs.-print---auto85892
|
Ref: #rewrite-vs.-print---auto85886
|
||||||
Node: roi86448
|
Node: roi86442
|
||||||
Ref: #roi86546
|
Ref: #roi86540
|
||||||
Node: stats87558
|
Node: stats87552
|
||||||
Ref: #stats87657
|
Ref: #stats87651
|
||||||
Node: tags88411
|
Node: tags88405
|
||||||
Ref: #tags88509
|
Ref: #tags88503
|
||||||
Node: test88739
|
Node: test88733
|
||||||
Ref: #test88823
|
Ref: #test88817
|
||||||
Node: ADD-ON COMMANDS89584
|
Node: ADD-ON COMMANDS89578
|
||||||
Ref: #add-on-commands89694
|
Ref: #add-on-commands89688
|
||||||
Node: Official add-ons90981
|
Node: Official add-ons90975
|
||||||
Ref: #official-add-ons91121
|
Ref: #official-add-ons91115
|
||||||
Node: api91208
|
Node: api91202
|
||||||
Ref: #api91297
|
Ref: #api91291
|
||||||
Node: ui91349
|
Node: ui91343
|
||||||
Ref: #ui91448
|
Ref: #ui91442
|
||||||
Node: web91506
|
Node: web91500
|
||||||
Ref: #web91595
|
Ref: #web91589
|
||||||
Node: Third party add-ons91641
|
Node: Third party add-ons91635
|
||||||
Ref: #third-party-add-ons91816
|
Ref: #third-party-add-ons91810
|
||||||
Node: diff91951
|
Node: diff91945
|
||||||
Ref: #diff92048
|
Ref: #diff92042
|
||||||
Node: iadd92147
|
Node: iadd92141
|
||||||
Ref: #iadd92261
|
Ref: #iadd92255
|
||||||
Node: interest92344
|
Node: interest92338
|
||||||
Ref: #interest92465
|
Ref: #interest92459
|
||||||
Node: irr92560
|
Node: irr92554
|
||||||
Ref: #irr92658
|
Ref: #irr92652
|
||||||
Node: Experimental add-ons92789
|
Node: Experimental add-ons92783
|
||||||
Ref: #experimental-add-ons92941
|
Ref: #experimental-add-ons92935
|
||||||
Node: autosync93221
|
Node: autosync93215
|
||||||
Ref: #autosync93332
|
Ref: #autosync93326
|
||||||
Node: chart93571
|
Node: chart93565
|
||||||
Ref: #chart93690
|
Ref: #chart93684
|
||||||
Node: check93761
|
Node: check93755
|
||||||
Ref: #check93863
|
Ref: #check93857
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -2400,4 +2400,4 @@ SEE ALSO
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
hledger 1.12.99 January 2019 hledger(1)
|
hledger 1.13 February 2019 hledger(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user