doc: regen embedded manuals

This commit is contained in:
Simon Michael 2018-04-20 06:48:26 -07:00
parent d53557b09d
commit 3a3829ac0f
24 changed files with 372 additions and 337 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "March 2018" "hledger\-api 1.9" "hledger User Manuals" .TH "hledger\-api" "1" "March 2018" "hledger\-api 1.9.99" "hledger User Manuals"

View File

@ -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.9 hledger-api(1) hledger-api 1.9.99
****************************** *********************************
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: OPTIONS1658 Node: OPTIONS1664
Ref: #options1743 Ref: #options1749
 
End Tag Table End Tag Table

View File

@ -117,4 +117,4 @@ SEE ALSO
hledger-api 1.9 March 2018 hledger-api(1) hledger-api 1.9.99 March 2018 hledger-api(1)

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "March 2018" "hledger 1.9" "hledger User Manuals" .TH "hledger_csv" "5" "March 2018" "hledger 1.9.99" "hledger User Manuals"

View File

@ -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.9 hledger_csv(5) hledger 1.9.99
************************** *****************************
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 RULES2161 Node: CSV RULES2167
Ref: #csv-rules2269 Ref: #csv-rules2275
Node: skip2531 Node: skip2537
Ref: #skip2625 Ref: #skip2631
Node: date-format2797 Node: date-format2803
Ref: #date-format2924 Ref: #date-format2930
Node: field list3430 Node: field list3436
Ref: #field-list3567 Ref: #field-list3573
Node: field assignment4272 Node: field assignment4278
Ref: #field-assignment4427 Ref: #field-assignment4433
Node: conditional block4931 Node: conditional block4937
Ref: #conditional-block5085 Ref: #conditional-block5091
Node: include5981 Node: include5987
Ref: #include6111 Ref: #include6117
Node: newest-first6342 Node: newest-first6348
Ref: #newest-first6456 Ref: #newest-first6462
Node: CSV TIPS6867 Node: CSV TIPS6873
Ref: #csv-tips6961 Ref: #csv-tips6967
Node: CSV ordering7079 Node: CSV ordering7085
Ref: #csv-ordering7197 Ref: #csv-ordering7203
Node: CSV accounts7378 Node: CSV accounts7384
Ref: #csv-accounts7516 Ref: #csv-accounts7522
Node: CSV amounts7770 Node: CSV amounts7776
Ref: #csv-amounts7916 Ref: #csv-amounts7922
Node: CSV balance assertions8691 Node: CSV balance assertions8697
Ref: #csv-balance-assertions8873 Ref: #csv-balance-assertions8879
Node: Reading multiple CSV files9078 Node: Reading multiple CSV files9084
Ref: #reading-multiple-csv-files9248 Ref: #reading-multiple-csv-files9254
 
End Tag Table End Tag Table

View File

@ -249,4 +249,4 @@ SEE ALSO
hledger 1.9 March 2018 hledger_csv(5) hledger 1.9.99 March 2018 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "March 2018" "hledger 1.9" "hledger User Manuals" .TH "hledger_journal" "5" "March 2018" "hledger 1.9.99" "hledger User Manuals"
@ -1226,10 +1226,15 @@ transaction involving the \f[C]expenses:gifts\f[] account:
$\ hledger\ print\ \-\-auto $\ hledger\ print\ \-\-auto
2017/12/14 2017/12/14
\ \ \ \ expenses:gifts\ \ \ \ \ \ \ \ \ \ \ \ \ $20 \ \ \ \ expenses:gifts\ \ \ \ \ \ \ \ \ \ \ \ \ $20
\ \ \ \ assets
\ \ \ \ (budget:gifts)\ \ \ \ \ \ \ \ \ \ \ \ $\-20 \ \ \ \ (budget:gifts)\ \ \ \ \ \ \ \ \ \ \ \ $\-20
\ \ \ \ assets
\f[] \f[]
.fi .fi
.PP
Automated postings would not be distinguishable from equivalent postings
written by hand.
In particular, they would affect [amount inference|#postings] and
[balance assertion|#balance\-assertions] checks in the usual way.
.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
@ -1257,7 +1262,7 @@ T}
T{ T{
Vim Vim
T}@T{ T}@T{
https://github.com/ledger/ledger/wiki/Getting\-started https://github.com/ledger/vim\-ledger
T} T}
T{ T{
Sublime Text Sublime Text

View File

@ -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.9 hledger_journal(5) hledger 1.9.99
****************************** *********************************
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
@ -1149,8 +1149,13 @@ every transaction involving the 'expenses:gifts' account:
$ hledger print --auto $ hledger print --auto
2017/12/14 2017/12/14
expenses:gifts $20 expenses:gifts $20
assets
(budget:gifts) $-20 (budget:gifts) $-20
assets
Automated postings would not be distinguishable from equivalent
postings written by hand. In particular, they would affect [amount
inference|#postings] and [balance assertion|#balance-assertions] checks
in the usual way.
 
File: hledger_journal.info, Node: EDITOR SUPPORT, Prev: Automated postings, Up: Top File: hledger_journal.info, Node: EDITOR SUPPORT, Prev: Automated postings, Up: Top
@ -1169,7 +1174,7 @@ files:
Editor Editor
-------------------------------------------------------------------------- --------------------------------------------------------------------------
Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html
Vim https://github.com/ledger/ledger/wiki/Getting-started Vim https://github.com/ledger/vim-ledger
Sublime https://github.com/ledger/ledger/wiki/Editing-Ledger-files-with-Sublime-Text-or-RubyMine Sublime https://github.com/ledger/ledger/wiki/Editing-Ledger-files-with-Sublime-Text-or-RubyMine
Text Text
Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2 Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2
@ -1182,89 +1187,89 @@ Code
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT2419 Node: FILE FORMAT2425
Ref: #file-format2550 Ref: #file-format2556
Node: Transactions2773 Node: Transactions2779
Ref: #transactions2894 Ref: #transactions2900
Node: Postings3578 Node: Postings3584
Ref: #postings3705 Ref: #postings3711
Node: Dates4700 Node: Dates4706
Ref: #dates4815 Ref: #dates4821
Node: Simple dates4880 Node: Simple dates4886
Ref: #simple-dates5006 Ref: #simple-dates5012
Node: Secondary dates5372 Node: Secondary dates5378
Ref: #secondary-dates5526 Ref: #secondary-dates5532
Node: Posting dates7089 Node: Posting dates7095
Ref: #posting-dates7218 Ref: #posting-dates7224
Node: Status8592 Node: Status8598
Ref: #status8712 Ref: #status8718
Node: Description10420 Node: Description10426
Ref: #description10558 Ref: #description10564
Node: Payee and note10877 Node: Payee and note10883
Ref: #payee-and-note10991 Ref: #payee-and-note10997
Node: Account names11233 Node: Account names11239
Ref: #account-names11376 Ref: #account-names11382
Node: Amounts11863 Node: Amounts11869
Ref: #amounts11999 Ref: #amounts12005
Node: Virtual Postings15014 Node: Virtual Postings15020
Ref: #virtual-postings15173 Ref: #virtual-postings15179
Node: Balance Assertions16393 Node: Balance Assertions16399
Ref: #balance-assertions16568 Ref: #balance-assertions16574
Node: Assertions and ordering17464 Node: Assertions and ordering17470
Ref: #assertions-and-ordering17650 Ref: #assertions-and-ordering17656
Node: Assertions and included files18350 Node: Assertions and included files18356
Ref: #assertions-and-included-files18591 Ref: #assertions-and-included-files18597
Node: Assertions and multiple -f options18924 Node: Assertions and multiple -f options18930
Ref: #assertions-and-multiple--f-options19178 Ref: #assertions-and-multiple--f-options19184
Node: Assertions and commodities19310 Node: Assertions and commodities19316
Ref: #assertions-and-commodities19545 Ref: #assertions-and-commodities19551
Node: Assertions and subaccounts20241 Node: Assertions and subaccounts20247
Ref: #assertions-and-subaccounts20473 Ref: #assertions-and-subaccounts20479
Node: Assertions and virtual postings20994 Node: Assertions and virtual postings21000
Ref: #assertions-and-virtual-postings21201 Ref: #assertions-and-virtual-postings21207
Node: Balance Assignments21343 Node: Balance Assignments21349
Ref: #balance-assignments21512 Ref: #balance-assignments21518
Node: Prices22632 Node: Prices22638
Ref: #prices22765 Ref: #prices22771
Node: Transaction prices22816 Node: Transaction prices22822
Ref: #transaction-prices22961 Ref: #transaction-prices22967
Node: Market prices25117 Node: Market prices25123
Ref: #market-prices25252 Ref: #market-prices25258
Node: Comments26212 Node: Comments26218
Ref: #comments26334 Ref: #comments26340
Node: Tags27576 Node: Tags27582
Ref: #tags27694 Ref: #tags27700
Node: Directives29096 Node: Directives29102
Ref: #directives29209 Ref: #directives29215
Node: Account aliases29402 Node: Account aliases29408
Ref: #account-aliases29546 Ref: #account-aliases29552
Node: Basic aliases30150 Node: Basic aliases30156
Ref: #basic-aliases30293 Ref: #basic-aliases30299
Node: Regex aliases30983 Node: Regex aliases30989
Ref: #regex-aliases31151 Ref: #regex-aliases31157
Node: Multiple aliases31869 Node: Multiple aliases31875
Ref: #multiple-aliases32041 Ref: #multiple-aliases32047
Node: end aliases32539 Node: end aliases32545
Ref: #end-aliases32679 Ref: #end-aliases32685
Node: account directive32780 Node: account directive32786
Ref: #account-directive32960 Ref: #account-directive32966
Node: apply account directive34307 Node: apply account directive34313
Ref: #apply-account-directive34503 Ref: #apply-account-directive34509
Node: Multi-line comments35162 Node: Multi-line comments35168
Ref: #multi-line-comments35352 Ref: #multi-line-comments35358
Node: commodity directive35480 Node: commodity directive35486
Ref: #commodity-directive35664 Ref: #commodity-directive35670
Node: Default commodity36536 Node: Default commodity36542
Ref: #default-commodity36709 Ref: #default-commodity36715
Node: Default year37246 Node: Default year37252
Ref: #default-year37411 Ref: #default-year37417
Node: Including other files37834 Node: Including other files37840
Ref: #including-other-files37991 Ref: #including-other-files37997
Node: Periodic transactions38388 Node: Periodic transactions38394
Ref: #periodic-transactions38554 Ref: #periodic-transactions38560
Node: Automated postings39543 Node: Automated postings39549
Ref: #automated-postings39706 Ref: #automated-postings39712
Node: EDITOR SUPPORT40608 Node: EDITOR SUPPORT40840
Ref: #editor-support40733 Ref: #editor-support40965
 
End Tag Table End Tag Table

View File

@ -897,23 +897,28 @@ Automated postings
$ hledger print --auto $ hledger print --auto
2017/12/14 2017/12/14
expenses:gifts $20 expenses:gifts $20
assets
(budget:gifts) $-20 (budget:gifts) $-20
assets
Automated postings would not be distinguishable from equivalent post-
ings written by hand. In particular, they would affect [amount infer-
ence|#postings] and [balance assertion|#balance-assertions] checks in
the usual way.
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-
nal files easier. They add colour, navigation aids and helpful com- nal files easier. They add colour, navigation aids and helpful com-
mands. For hledger users who edit the journal file directly (the mands. For hledger users who edit the journal file directly (the
majority), using one of these modes is quite recommended. majority), using one of these modes is quite recommended.
These were written with Ledger in mind, but also work with hledger These were written with Ledger in mind, but also work with hledger
files: files:
Editor Editor
-------------------------------------------------------------------------- --------------------------------------------------------------------------
Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html
Vim https://github.com/ledger/ledger/wiki/Getting-started Vim https://github.com/ledger/vim-ledger
Sublime Text https://github.com/ledger/ledger/wiki/Edit- Sublime Text https://github.com/ledger/ledger/wiki/Edit-
ing-Ledger-files-with-Sublime-Text-or-RubyMine ing-Ledger-files-with-Sublime-Text-or-RubyMine
Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2 Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2
@ -925,7 +930,7 @@ EDITOR SUPPORT
REPORTING BUGS REPORTING BUGS
Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel
or hledger mail list) or hledger mail list)
@ -939,7 +944,7 @@ COPYRIGHT
SEE ALSO SEE ALSO
hledger(1), hledger-ui(1), hledger-web(1), hledger-api(1), hledger(1), hledger-ui(1), hledger-web(1), hledger-api(1),
hledger_csv(5), hledger_journal(5), hledger_timeclock(5), hledger_time- hledger_csv(5), hledger_journal(5), hledger_timeclock(5), hledger_time-
dot(5), ledger(1) dot(5), ledger(1)
@ -947,4 +952,4 @@ SEE ALSO
hledger 1.9 March 2018 hledger_journal(5) hledger 1.9.99 March 2018 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "March 2018" "hledger 1.9" "hledger User Manuals" .TH "hledger_timeclock" "5" "March 2018" "hledger 1.9.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.9 hledger_timeclock(5) hledger 1.9.99
******************************** ***********************************
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

View File

@ -77,4 +77,4 @@ SEE ALSO
hledger 1.9 March 2018 hledger_timeclock(5) hledger 1.9.99 March 2018 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "March 2018" "hledger 1.9" "hledger User Manuals" .TH "hledger_timedot" "5" "March 2018" "hledger 1.9.99" "hledger User Manuals"

View File

@ -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.9 hledger_timedot(5) hledger 1.9.99
****************************** *********************************
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 FORMAT805 Node: FILE FORMAT811
Ref: #file-format906 Ref: #file-format912
 
End Tag Table End Tag Table

View File

@ -124,4 +124,4 @@ SEE ALSO
hledger 1.9 March 2018 hledger_timedot(5) hledger 1.9.99 March 2018 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "March 2018" "hledger\-ui 1.9" "hledger User Manuals" .TH "hledger\-ui" "1" "March 2018" "hledger\-ui 1.9.99" "hledger User Manuals"

View File

@ -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.9 hledger-ui(1) hledger-ui 1.9.99
**************************** *******************************
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
@ -377,19 +377,19 @@ to cancel the reload attempt.)
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS821 Node: OPTIONS827
Ref: #options918 Ref: #options924
Node: KEYS4135 Node: KEYS4141
Ref: #keys4230 Ref: #keys4236
Node: SCREENS7189 Node: SCREENS7195
Ref: #screens7274 Ref: #screens7280
Node: Accounts screen7364 Node: Accounts screen7370
Ref: #accounts-screen7492 Ref: #accounts-screen7498
Node: Register screen9722 Node: Register screen9728
Ref: #register-screen9877 Ref: #register-screen9883
Node: Transaction screen11951 Node: Transaction screen11957
Ref: #transaction-screen12109 Ref: #transaction-screen12115
Node: Error screen12979 Node: Error screen12985
Ref: #error-screen13101 Ref: #error-screen13107
 
End Tag Table End Tag Table

View File

@ -384,4 +384,4 @@ SEE ALSO
hledger-ui 1.9 March 2018 hledger-ui(1) hledger-ui 1.9.99 March 2018 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "March 2018" "hledger\-web 1.9" "hledger User Manuals" .TH "hledger\-web" "1" "March 2018" "hledger\-web 1.9.99" "hledger User Manuals"

View File

@ -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.9 hledger-web(1) hledger-web 1.9.99
****************************** *********************************
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
@ -209,7 +209,7 @@ this, insert a '--' argument before.)
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS3152 Node: OPTIONS3158
Ref: #options3237 Ref: #options3243
 
End Tag Table End Tag Table

View File

@ -248,4 +248,4 @@ SEE ALSO
hledger-web 1.9 March 2018 hledger-web(1) hledger-web 1.9.99 March 2018 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "March 2018" "hledger 1.9" "hledger User Manuals" .TH "hledger" "1" "March 2018" "hledger 1.9.99" "hledger User Manuals"
@ -991,32 +991,36 @@ How many euros do I have ?
.IP .IP
.nf .nf
\f[C] \f[C]
$\ hledger\ \-f\ t.j\ bal\ euros $\ hledger\ \-f\ t.j\ bal\ \-N\ euros
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ €100\ \ assets:euros \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ €100\ \ assets:euros
\f[] \f[]
.fi .fi
.PP .PP
What are they worth on nov 3 ? What are they worth at end of nov 3 ?
(no report end date specified, defaults to the last date in the journal)
.IP .IP
.nf .nf
\f[C] \f[C]
$\ hledger\ \-f\ t.j\ bal\ euros\ \-V $\ hledger\ \-f\ t.j\ bal\ \-N\ euros\ \-V\ \-e\ 2016/11/4
\ \ \ \ \ \ \ \ \ \ \ \ \ $110.00\ \ assets:euros \ \ \ \ \ \ \ \ \ \ \ \ \ $110.00\ \ assets:euros
\f[] \f[]
.fi .fi
.PP .PP
What are they worth on dec 21 ? What are they worth after 2016/12/21 ?
(no report end date specified, defaults to today)
.IP .IP
.nf .nf
\f[C] \f[C]
$\ hledger\ \-f\ t.j\ bal\ euros\ \-V\ \-e\ 2016/12/21 $\ hledger\ \-f\ t.j\ bal\ \-N\ euros\ \-V
\ \ \ \ \ \ \ \ \ \ \ \ \ $103.00\ \ assets:euros \ \ \ \ \ \ \ \ \ \ \ \ \ $103.00\ \ assets:euros
\f[] \f[]
.fi .fi
.PP .PP
Currently, hledger's \-V only uses market prices recorded with P Currently, hledger's \-V only uses market prices recorded with P
directives, not transaction prices (unlike Ledger). directives, not transaction prices (unlike Ledger).
.PP
Currently, the \-V has a limitation with in multicolumn balance reports:
it uses the market prices on the report end date for all columns.
(Instead of the prices on each column's end date.)
.SS Combining \-B and \-V .SS Combining \-B and \-V
.PP .PP
Using \-B/\[en]cost and \-V/\[en]value together is currently allowed, Using \-B/\[en]cost and \-V/\[en]value together is currently allowed,
@ -1130,13 +1134,11 @@ The following kinds of search terms can be used.
Remember these can also be prefixed with \f[B]\f[BC]not:\f[B]\f[], eg to Remember these can also be prefixed with \f[B]\f[BC]not:\f[B]\f[], eg to
exclude a particular subaccount. exclude a particular subaccount.
.TP .TP
.B \f[B]\f[BC]REGEX\f[B]\f[] .B \f[B]\f[BC]REGEX\f[B], \f[BC]acct:REGEX\f[B]\f[]
match account names by this regular expression. match account names by this regular expression.
(No prefix is equivalent to \f[C]acct:\f[]). (With no prefix, \f[C]acct:\f[] is assumed.)
.RS .RS
.RE .RE
.TP
.B \f[B]\f[BC]acct:REGEX\f[B]\f[]
same as above same as above
.RS .RS
.RE .RE
@ -1759,6 +1761,11 @@ Balance\ changes\ in\ 2008:
#\ Average\ is\ rounded\ to\ the\ dollar\ here\ since\ all\ journal\ amounts\ are #\ Average\ is\ rounded\ to\ the\ dollar\ here\ since\ all\ journal\ amounts\ are
\f[] \f[]
.fi .fi
.PP
The \f[C]\-V/\-\-value\f[] flag currently has a limitation with
multicolumn reports: it uses the market prices on the report end date
for all columns.
(Instead of the prices on each column's end date.)
.SS Budgets .SS Budgets
.PP .PP
With \f[C]\-\-budget\f[] and a report interval, all periodic With \f[C]\-\-budget\f[] and a report interval, all periodic

View File

@ -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.9 hledger(1) hledger 1.9.99
********************** *************************
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
@ -668,23 +668,27 @@ P 2016/12/21 € $1.03
How many euros do I have ? How many euros do I have ?
$ hledger -f t.j bal euros $ hledger -f t.j bal -N euros
€100 assets:euros €100 assets:euros
What are they worth on nov 3 ? (no report end date specified, What are they worth at end of nov 3 ?
defaults to the last date in the journal)
$ hledger -f t.j bal euros -V $ hledger -f t.j bal -N euros -V -e 2016/11/4
$110.00 assets:euros $110.00 assets:euros
What are they worth on dec 21 ? What are they worth after 2016/12/21 ? (no report end date
specified, defaults to today)
$ hledger -f t.j bal euros -V -e 2016/12/21 $ hledger -f t.j bal -N euros -V
$103.00 assets:euros $103.00 assets:euros
Currently, hledger's -V only uses market prices recorded with P Currently, hledger's -V only uses market prices recorded with P
directives, not transaction prices (unlike Ledger). directives, not transaction prices (unlike Ledger).
Currently, the -V has a limitation with in multicolumn balance
reports: it uses the market prices on the report end date for all
columns. (Instead of the prices on each column's end date.)
 
File: hledger.info, Node: Combining -B and -V, Next: Output destination, Prev: Market value, Up: OPTIONS File: hledger.info, Node: Combining -B and -V, Next: Output destination, Prev: Market value, Up: OPTIONS
@ -795,13 +799,11 @@ instead most commands show transactions/postings/accounts which match
The following kinds of search terms can be used. Remember these can The following kinds of search terms can be used. Remember these can
also be prefixed with *'not:'*, eg to exclude a particular subaccount. also be prefixed with *'not:'*, eg to exclude a particular subaccount.
*'REGEX'* *'REGEX', 'acct:REGEX'*
match account names by this regular expression. (No prefix is match account names by this regular expression. (With no prefix,
equivalent to 'acct:'). 'acct:' is assumed.) same as above
*'acct:REGEX'*
same as above
*'amt:N, amt:<N, amt:<=N, amt:>N, amt:>=N'* *'amt:N, amt:<N, amt:<=N, amt:>N, amt:>=N'*
match postings with a single-commodity amount that is equal to, match postings with a single-commodity amount that is equal to,
@ -1336,6 +1338,10 @@ Balance changes in 2008:
# Average is rounded to the dollar here since all journal amounts are # Average is rounded to the dollar here since all journal amounts are
The '-V/--value' flag currently has a limitation with multicolumn
reports: it uses the market prices on the report end date for all
columns. (Instead of the prices on each column's end date.)
 
File: hledger.info, Node: Budgets, Next: Custom balance output, Prev: Multicolumn balance reports, Up: balance File: hledger.info, Node: Budgets, Next: Custom balance output, Prev: Multicolumn balance reports, Up: balance
@ -2403,135 +2409,135 @@ hledger-check.hs checks more powerful account balance assertions.
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: EXAMPLES1882 Node: EXAMPLES1888
Ref: #examples1982 Ref: #examples1988
Node: OPTIONS3628 Node: OPTIONS3634
Ref: #options3730 Ref: #options3736
Node: General options4095 Node: General options4101
Ref: #general-options4220 Ref: #general-options4226
Node: Command options6819 Node: Command options6825
Ref: #command-options6970 Ref: #command-options6976
Node: Command arguments7368 Node: Command arguments7374
Ref: #command-arguments7522 Ref: #command-arguments7528
Node: Argument files7643 Node: Argument files7649
Ref: #argument-files7794 Ref: #argument-files7800
Node: Special characters8060 Node: Special characters8066
Ref: #special-characters8213 Ref: #special-characters8219
Node: Input files9632 Node: Input files9638
Ref: #input-files9768 Ref: #input-files9774
Node: Smart dates11738 Node: Smart dates11744
Ref: #smart-dates11879 Ref: #smart-dates11885
Node: Report start & end date13285 Node: Report start & end date13291
Ref: #report-start-end-date13455 Ref: #report-start-end-date13461
Node: Report intervals14520 Node: Report intervals14526
Ref: #report-intervals14683 Ref: #report-intervals14689
Node: Period expressions15084 Node: Period expressions15090
Ref: #period-expressions15244 Ref: #period-expressions15250
Node: Depth limiting19201 Node: Depth limiting19207
Ref: #depth-limiting19345 Ref: #depth-limiting19351
Node: Pivoting19687 Node: Pivoting19693
Ref: #pivoting19805 Ref: #pivoting19811
Node: Cost21481 Node: Cost21487
Ref: #cost21589 Ref: #cost21595
Node: Market value21707 Node: Market value21713
Ref: #market-value21842 Ref: #market-value21848
Node: Combining -B and -V23025 Node: Combining -B and -V23224
Ref: #combining--b-and--v23188 Ref: #combining--b-and--v23387
Node: Output destination23335 Node: Output destination23534
Ref: #output-destination23497 Ref: #output-destination23696
Node: Output format23780 Node: Output format23979
Ref: #output-format23932 Ref: #output-format24131
Node: Regular expressions24317 Node: Regular expressions24516
Ref: #regular-expressions24454 Ref: #regular-expressions24653
Node: QUERIES25815 Node: QUERIES26014
Ref: #queries25917 Ref: #queries26116
Node: COMMANDS29884 Node: COMMANDS30078
Ref: #commands29996 Ref: #commands30190
Node: accounts30978 Node: accounts31172
Ref: #accounts31076 Ref: #accounts31270
Node: activity32322 Node: activity32516
Ref: #activity32432 Ref: #activity32626
Node: add32792 Node: add32986
Ref: #add32891 Ref: #add33085
Node: balance35552 Node: balance35746
Ref: #balance35663 Ref: #balance35857
Node: Flat mode39167 Node: Flat mode39361
Ref: #flat-mode39292 Ref: #flat-mode39486
Node: Depth limited balance reports39712 Node: Depth limited balance reports39906
Ref: #depth-limited-balance-reports39913 Ref: #depth-limited-balance-reports40107
Node: Multicolumn balance reports40333 Node: Multicolumn balance reports40527
Ref: #multicolumn-balance-reports40528 Ref: #multicolumn-balance-reports40722
Node: Budgets45217 Node: Budgets45608
Ref: #budgets45364 Ref: #budgets45755
Node: Custom balance output49333 Node: Custom balance output49724
Ref: #custom-balance-output49495 Ref: #custom-balance-output49886
Node: Colour support51661 Node: Colour support52052
Ref: #colour-support51793 Ref: #colour-support52184
Node: balancesheet51966 Node: balancesheet52357
Ref: #balancesheet52102 Ref: #balancesheet52493
Node: balancesheetequity54413 Node: balancesheetequity54804
Ref: #balancesheetequity54562 Ref: #balancesheetequity54953
Node: cashflow55099 Node: cashflow55490
Ref: #cashflow55227 Ref: #cashflow55618
Node: check-dates57350 Node: check-dates57741
Ref: #check-dates57477 Ref: #check-dates57868
Node: check-dupes57594 Node: check-dupes57985
Ref: #check-dupes57718 Ref: #check-dupes58109
Node: close57855 Node: close58246
Ref: #close57962 Ref: #close58353
Node: help58292 Node: help58683
Ref: #help58392 Ref: #help58783
Node: import59466 Node: import59857
Ref: #import59580 Ref: #import59971
Node: incomestatement60310 Node: incomestatement60701
Ref: #incomestatement60444 Ref: #incomestatement60835
Node: prices62848 Node: prices63239
Ref: #prices62963 Ref: #prices63354
Node: print63006 Node: print63397
Ref: #print63116 Ref: #print63507
Node: print-unique68010 Node: print-unique68401
Ref: #print-unique68136 Ref: #print-unique68527
Node: register68204 Node: register68595
Ref: #register68331 Ref: #register68722
Node: Custom register output72832 Node: Custom register output73223
Ref: #custom-register-output72961 Ref: #custom-register-output73352
Node: register-match74191 Node: register-match74582
Ref: #register-match74325 Ref: #register-match74716
Node: rewrite74508 Node: rewrite74899
Ref: #rewrite74625 Ref: #rewrite75016
Node: stats74694 Node: stats75085
Ref: #stats74797 Ref: #stats75188
Node: tags75667 Node: tags76058
Ref: #tags75765 Ref: #tags76156
Node: test76001 Node: test76392
Ref: #test76085 Ref: #test76476
Node: ADD-ON COMMANDS76453 Node: ADD-ON COMMANDS76844
Ref: #add-on-commands76563 Ref: #add-on-commands76954
Node: Official add-ons77850 Node: Official add-ons78241
Ref: #official-add-ons77990 Ref: #official-add-ons78381
Node: api78077 Node: api78468
Ref: #api78166 Ref: #api78557
Node: ui78218 Node: ui78609
Ref: #ui78317 Ref: #ui78708
Node: web78375 Node: web78766
Ref: #web78464 Ref: #web78855
Node: Third party add-ons78510 Node: Third party add-ons78901
Ref: #third-party-add-ons78685 Ref: #third-party-add-ons79076
Node: diff78820 Node: diff79211
Ref: #diff78917 Ref: #diff79308
Node: iadd79016 Node: iadd79407
Ref: #iadd79130 Ref: #iadd79521
Node: interest79213 Node: interest79604
Ref: #interest79334 Ref: #interest79725
Node: irr79429 Node: irr79820
Ref: #irr79527 Ref: #irr79918
Node: Experimental add-ons79605 Node: Experimental add-ons79996
Ref: #experimental-add-ons79757 Ref: #experimental-add-ons80148
Node: autosync80037 Node: autosync80428
Ref: #autosync80148 Ref: #autosync80539
Node: chart80387 Node: chart80778
Ref: #chart80506 Ref: #chart80897
Node: check80577 Node: check80968
Ref: #check80679 Ref: #check81070
 
End Tag Table End Tag Table

View File

@ -634,23 +634,27 @@ OPTIONS
How many euros do I have ? How many euros do I have ?
$ hledger -f t.j bal euros $ hledger -f t.j bal -N euros
100 assets:euros 100 assets:euros
What are they worth on nov 3 ? (no report end date specified, defaults What are they worth at end of nov 3 ?
to the last date in the journal)
$ hledger -f t.j bal euros -V $ hledger -f t.j bal -N euros -V -e 2016/11/4
$110.00 assets:euros $110.00 assets:euros
What are they worth on dec 21 ? What are they worth after 2016/12/21 ? (no report end date specified,
defaults to today)
$ hledger -f t.j bal euros -V -e 2016/12/21 $ hledger -f t.j bal -N euros -V
$103.00 assets:euros $103.00 assets:euros
Currently, hledger's -V only uses market prices recorded with P direc- Currently, hledger's -V only uses market prices recorded with P direc-
tives, not transaction prices (unlike Ledger). tives, not transaction prices (unlike Ledger).
Currently, the -V has a limitation with in multicolumn balance reports:
it uses the market prices on the report end date for all columns.
(Instead of the prices on each column's end date.)
Combining -B and -V Combining -B and -V
Using -B/-cost and -V/-value together is currently allowed, but the Using -B/-cost and -V/-value together is currently allowed, but the
results are probably not meaningful. Let us know if you find a use for results are probably not meaningful. Let us know if you find a use for
@ -749,11 +753,10 @@ QUERIES
The following kinds of search terms can be used. Remember these can The following kinds of search terms can be used. Remember these can
also be prefixed with not:, eg to exclude a particular subaccount. also be prefixed with not:, eg to exclude a particular subaccount.
REGEX match account names by this regular expression. (No prefix is REGEX, acct:REGEX
equivalent to acct:). match account names by this regular expression. (With no pre-
fix, acct: is assumed.)
acct:REGEX same as above
same as above
amt:N, amt:<N, amt:<=N, amt:>N, amt:>=N amt:N, amt:<N, amt:<=N, amt:>N, amt:>=N
match postings with a single-commodity amount that is equal to, match postings with a single-commodity amount that is equal to,
@ -1213,6 +1216,10 @@ COMMANDS
# Average is rounded to the dollar here since all journal amounts are # Average is rounded to the dollar here since all journal amounts are
The -V/--value flag currently has a limitation with multicolumn
reports: it uses the market prices on the report end date for all col-
umns. (Instead of the prices on each column's end date.)
Budgets Budgets
With --budget and a report interval, all periodic transactions in your With --budget and a report interval, all periodic transactions in your
journal with that interval, active during the requested report period, journal with that interval, active during the requested report period,
@ -2186,4 +2193,4 @@ SEE ALSO
hledger 1.9 March 2018 hledger(1) hledger 1.9.99 March 2018 hledger(1)