doc: manuals: update version strings

This commit is contained in:
Simon Michael 2018-07-04 12:51:10 +01:00
parent 6a67e4bb99
commit 91c487d4c2
24 changed files with 371 additions and 335 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "June 2018" "hledger\-api 1.9.99" "hledger User Manuals" .TH "hledger\-api" "1" "June 2018" "hledger\-api 1.10" "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.99 hledger-api(1) hledger-api 1.10
********************************* *******************************
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: OPTIONS1664 Node: OPTIONS1660
Ref: #options1749 Ref: #options1745
 
End Tag Table End Tag Table

View File

@ -117,4 +117,4 @@ SEE ALSO
hledger-api 1.9.99 June 2018 hledger-api(1) hledger-api 1.10 June 2018 hledger-api(1)

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "June 2018" "hledger 1.9.99" "hledger User Manuals" .TH "hledger_csv" "5" "June 2018" "hledger 1.10" "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.99 hledger_csv(5) hledger 1.10
***************************** ***************************
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 RULES2167 Node: CSV RULES2163
Ref: #csv-rules2275 Ref: #csv-rules2271
Node: skip2537 Node: skip2533
Ref: #skip2631 Ref: #skip2627
Node: date-format2803 Node: date-format2799
Ref: #date-format2930 Ref: #date-format2926
Node: field list3436 Node: field list3432
Ref: #field-list3573 Ref: #field-list3569
Node: field assignment4278 Node: field assignment4274
Ref: #field-assignment4433 Ref: #field-assignment4429
Node: conditional block4937 Node: conditional block4933
Ref: #conditional-block5091 Ref: #conditional-block5087
Node: include5987 Node: include5983
Ref: #include6117 Ref: #include6113
Node: newest-first6348 Node: newest-first6344
Ref: #newest-first6462 Ref: #newest-first6458
Node: CSV TIPS6873 Node: CSV TIPS6869
Ref: #csv-tips6967 Ref: #csv-tips6963
Node: CSV ordering7085 Node: CSV ordering7081
Ref: #csv-ordering7203 Ref: #csv-ordering7199
Node: CSV accounts7384 Node: CSV accounts7380
Ref: #csv-accounts7522 Ref: #csv-accounts7518
Node: CSV amounts7776 Node: CSV amounts7772
Ref: #csv-amounts7922 Ref: #csv-amounts7918
Node: CSV balance assertions8697 Node: CSV balance assertions8693
Ref: #csv-balance-assertions8879 Ref: #csv-balance-assertions8875
Node: Reading multiple CSV files9084 Node: Reading multiple CSV files9080
Ref: #reading-multiple-csv-files9254 Ref: #reading-multiple-csv-files9250
 
End Tag Table End Tag Table

View File

@ -249,4 +249,4 @@ SEE ALSO
hledger 1.9.99 June 2018 hledger_csv(5) hledger 1.10 June 2018 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "June 2018" "hledger 1.9.99" "hledger User Manuals" .TH "hledger_journal" "5" "June 2018" "hledger 1.10" "hledger User Manuals"
@ -1410,11 +1410,26 @@ These are not saved in the journal, but appear in all reports.
They will look like normal transactions, but with an extra tag named They will look like normal transactions, but with an extra tag named
\f[C]recur\f[], whose value is the generating period expression. \f[C]recur\f[], whose value is the generating period expression.
.PP .PP
Forecast transactions begin on or after the day after the latest normal Forecast transactions start on the first occurrence, and end on the last
(non\-periodic) transaction in the journal, or today if there are none. occurrence, of their interval within the forecast period.
The forecast period:
.IP \[bu] 2
begins on the later of
.RS 2
.IP \[bu] 2
the report start date if specified with \-b/\-p/date:
.IP \[bu] 2
the day after the latest normal (non\-periodic) transaction in the
journal, or today if there are no normal transactions.
.RE
.IP \[bu] 2
ends on the report end date if specified with \-e/\-p/date:, or 180 days
from today.
.PP .PP
They end on or before the report end date if specified, or 180 days from where \[lq]today\[rq] means the current date at report time.
today if unspecified. The \[lq]later of\[rq] rule ensures that forecast transactions do not
overlap normal transactions in time; they will begin only after normal
transactions end.
.PP .PP
Forecasting can be useful for estimating balances into the future, and Forecasting can be useful for estimating balances into the future, and
experimenting with different scenarios. experimenting with different scenarios.

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.99 hledger_journal(5) hledger 1.10
********************************* *******************************
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
@ -1245,12 +1245,22 @@ saved in the journal, but appear in all reports. They will look like
normal transactions, but with an extra tag named 'recur', whose value is normal transactions, but with an extra tag named 'recur', whose value is
the generating period expression. the generating period expression.
Forecast transactions begin on or after the day after the latest Forecast transactions start on the first occurrence, and end on the
normal (non-periodic) transaction in the journal, or today if there are last occurrence, of their interval within the forecast period. The
none. forecast period:
They end on or before the report end date if specified, or 180 days * begins on the later of
from today if unspecified. * the report start date if specified with -b/-p/date:
* the day after the latest normal (non-periodic) transaction in
the journal, or today if there are no normal transactions.
* ends on the report end date if specified with -e/-p/date:, or 180
days from today.
where "today" means the current date at report time. The "later of"
rule ensures that forecast transactions do not overlap normal
transactions in time; they will begin only after normal transactions
end.
Forecasting can be useful for estimating balances into the future, Forecasting can be useful for estimating balances into the future,
and experimenting with different scenarios. Note the start date logic and experimenting with different scenarios. Note the start date logic
@ -1354,91 +1364,91 @@ Code
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT2376 Node: FILE FORMAT2372
Ref: #file-format2500 Ref: #file-format2496
Node: Transactions2784 Node: Transactions2780
Ref: #transactions2905 Ref: #transactions2901
Node: Postings3589 Node: Postings3585
Ref: #postings3716 Ref: #postings3712
Node: Dates4711 Node: Dates4707
Ref: #dates4826 Ref: #dates4822
Node: Simple dates4891 Node: Simple dates4887
Ref: #simple-dates5017 Ref: #simple-dates5013
Node: Secondary dates5383 Node: Secondary dates5379
Ref: #secondary-dates5537 Ref: #secondary-dates5533
Node: Posting dates7100 Node: Posting dates7096
Ref: #posting-dates7229 Ref: #posting-dates7225
Node: Status8603 Node: Status8599
Ref: #status8723 Ref: #status8719
Node: Description10431 Node: Description10427
Ref: #description10569 Ref: #description10565
Node: Payee and note10888 Node: Payee and note10884
Ref: #payee-and-note11002 Ref: #payee-and-note10998
Node: Account names11244 Node: Account names11240
Ref: #account-names11387 Ref: #account-names11383
Node: Amounts11874 Node: Amounts11870
Ref: #amounts12010 Ref: #amounts12006
Node: Virtual Postings15027 Node: Virtual Postings15023
Ref: #virtual-postings15186 Ref: #virtual-postings15182
Node: Balance Assertions16406 Node: Balance Assertions16402
Ref: #balance-assertions16581 Ref: #balance-assertions16577
Node: Assertions and ordering17477 Node: Assertions and ordering17473
Ref: #assertions-and-ordering17663 Ref: #assertions-and-ordering17659
Node: Assertions and included files18363 Node: Assertions and included files18359
Ref: #assertions-and-included-files18604 Ref: #assertions-and-included-files18600
Node: Assertions and multiple -f options18937 Node: Assertions and multiple -f options18933
Ref: #assertions-and-multiple--f-options19191 Ref: #assertions-and-multiple--f-options19187
Node: Assertions and commodities19323 Node: Assertions and commodities19319
Ref: #assertions-and-commodities19558 Ref: #assertions-and-commodities19554
Node: Assertions and subaccounts20254 Node: Assertions and subaccounts20250
Ref: #assertions-and-subaccounts20486 Ref: #assertions-and-subaccounts20482
Node: Assertions and virtual postings21007 Node: Assertions and virtual postings21003
Ref: #assertions-and-virtual-postings21214 Ref: #assertions-and-virtual-postings21210
Node: Balance Assignments21356 Node: Balance Assignments21352
Ref: #balance-assignments21537 Ref: #balance-assignments21533
Node: Transaction prices22657 Node: Transaction prices22653
Ref: #transaction-prices22826 Ref: #transaction-prices22822
Node: Comments25094 Node: Comments25090
Ref: #comments25228 Ref: #comments25224
Node: Tags26398 Node: Tags26394
Ref: #tags26516 Ref: #tags26512
Node: Directives27918 Node: Directives27914
Ref: #directives28061 Ref: #directives28057
Node: Comment blocks33917 Node: Comment blocks33913
Ref: #comment-blocks34062 Ref: #comment-blocks34058
Node: Including other files34238 Node: Including other files34234
Ref: #including-other-files34418 Ref: #including-other-files34414
Node: Default year34807 Node: Default year34803
Ref: #default-year34976 Ref: #default-year34972
Node: Declaring commodities35399 Node: Declaring commodities35395
Ref: #declaring-commodities35582 Ref: #declaring-commodities35578
Node: Default commodity36809 Node: Default commodity36805
Ref: #default-commodity36985 Ref: #default-commodity36981
Node: Market prices37621 Node: Market prices37617
Ref: #market-prices37786 Ref: #market-prices37782
Node: Declaring accounts38627 Node: Declaring accounts38623
Ref: #declaring-accounts38803 Ref: #declaring-accounts38799
Node: Rewriting accounts40474 Node: Rewriting accounts40470
Ref: #rewriting-accounts40659 Ref: #rewriting-accounts40655
Node: Basic aliases41393 Node: Basic aliases41389
Ref: #basic-aliases41539 Ref: #basic-aliases41535
Node: Regex aliases42243 Node: Regex aliases42239
Ref: #regex-aliases42414 Ref: #regex-aliases42410
Node: Multiple aliases43132 Node: Multiple aliases43128
Ref: #multiple-aliases43307 Ref: #multiple-aliases43303
Node: end aliases43805 Node: end aliases43801
Ref: #end-aliases43952 Ref: #end-aliases43948
Node: Default parent account44053 Node: Default parent account44049
Ref: #default-parent-account44219 Ref: #default-parent-account44215
Node: Periodic transactions45103 Node: Periodic transactions45099
Ref: #periodic-transactions45282 Ref: #periodic-transactions45278
Node: Forecasting with periodic transactions46492 Node: Forecasting with periodic transactions46488
Ref: #forecasting-with-periodic-transactions46735 Ref: #forecasting-with-periodic-transactions46731
Node: Budgeting with periodic transactions47976 Node: Budgeting with periodic transactions48418
Ref: #budgeting-with-periodic-transactions48215 Ref: #budgeting-with-periodic-transactions48657
Node: Automated postings48674 Node: Automated postings49116
Ref: #automated-postings48828 Ref: #automated-postings49270
Node: EDITOR SUPPORT49967 Node: EDITOR SUPPORT50409
Ref: #editor-support50085 Ref: #editor-support50527
 
End Tag Table End Tag Table

View File

@ -1003,35 +1003,47 @@ FILE FORMAT
normal transactions, but with an extra tag named recur, whose value is normal transactions, but with an extra tag named recur, whose value is
the generating period expression. the generating period expression.
Forecast transactions begin on or after the day after the latest normal Forecast transactions start on the first occurrence, and end on the
(non-periodic) transaction in the journal, or today if there are none. last occurrence, of their interval within the forecast period. The
forecast period:
They end on or before the report end date if specified, or 180 days o begins on the later of
from today if unspecified.
Forecasting can be useful for estimating balances into the future, and o the report start date if specified with -b/-p/date:
experimenting with different scenarios. Note the start date logic
o the day after the latest normal (non-periodic) transaction in the
journal, or today if there are no normal transactions.
o ends on the report end date if specified with -e/-p/date:, or 180
days from today.
where "today" means the current date at report time. The "later of"
rule ensures that forecast transactions do not overlap normal transac-
tions in time; they will begin only after normal transactions end.
Forecasting can be useful for estimating balances into the future, and
experimenting with different scenarios. Note the start date logic
means that forecasted transactions are automatically replaced by normal means that forecasted transactions are automatically replaced by normal
transactions as you add those. transactions as you add those.
Forecasting can also help with data entry: describe most of your trans- Forecasting can also help with data entry: describe most of your trans-
actions with periodic rules, and every so often copy the output of actions with periodic rules, and every so often copy the output of
print --forecast to the journal. print --forecast to the journal.
You can generate one-time transactions too: just write a period expres- You can generate one-time transactions too: just write a period expres-
sion specifying a date with no report interval. (You could also write sion specifying a date with no report interval. (You could also write
a normal transaction with a future date, but remember this disables a normal transaction with a future date, but remember this disables
forecast transactions on previous dates.) forecast transactions on previous dates.)
Budgeting with periodic transactions Budgeting with periodic transactions
With the --budget flag, currently supported by the balance command, With the --budget flag, currently supported by the balance command,
each periodic transaction rule declares recurring budget goals for the each periodic transaction rule declares recurring budget goals for the
specified accounts. Eg the first example above declares a goal of specified accounts. Eg the first example above declares a goal of
spending $2000 on rent (and also, a goal of depositing $2000 into spending $2000 on rent (and also, a goal of depositing $2000 into
checking) every month. Goals and actual performance can then be com- checking) every month. Goals and actual performance can then be com-
pared in budget reports. pared in budget reports.
For more details, see: balance: Budget report and Cookbook: Budgeting For more details, see: balance: Budget report and Cookbook: Budgeting
and Forecasting. and Forecasting.
Automated postings Automated postings
@ -1039,20 +1051,20 @@ FILE FORMAT
certain transactions at report time, when the --auto flag is used. certain transactions at report time, when the --auto flag is used.
An automated posting rule looks like a normal journal entry, except the An automated posting rule looks like a normal journal entry, except the
first line is an equal sign (=) followed by a query (mnemonic: = looks first line is an equal sign (=) followed by a query (mnemonic: = looks
like posting lines): like posting lines):
= expenses:gifts = expenses:gifts
budget:gifts *-1 budget:gifts *-1
assets:budget *1 assets:budget *1
The posting amounts can be of the form *N, which means "the amount of The posting amounts can be of the form *N, which means "the amount of
the matched transaction's first posting, multiplied by N". They can the matched transaction's first posting, multiplied by N". They can
also be ordinary fixed amounts. Fixed amounts with no commodity symbol also be ordinary fixed amounts. Fixed amounts with no commodity symbol
will be given the same commodity as the matched transaction's first will be given the same commodity as the matched transaction's first
posting. posting.
This example adds a corresponding (unbalanced) budget posting to every This example adds a corresponding (unbalanced) budget posting to every
transaction involving the expenses:gifts account: transaction involving the expenses:gifts account:
= expenses:gifts = expenses:gifts
@ -1068,16 +1080,16 @@ FILE FORMAT
(budget:gifts) $-20 (budget:gifts) $-20
assets assets
Like postings recorded by hand, automated postings participate in Like postings recorded by hand, automated postings participate in
transaction balancing, missing amount inference and balance assertions. transaction balancing, missing amount inference and balance assertions.
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:
@ -1090,14 +1102,13 @@ EDITOR SUPPORT
Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2 Textmate https://github.com/ledger/ledger/wiki/Using-TextMate-2
Text Wran- https://github.com/ledger/ledger/wiki/Edit- Text Wran- https://github.com/ledger/ledger/wiki/Edit-
gler ing-Ledger-files-with-TextWrangler gler ing-Ledger-files-with-TextWrangler
Visual Stu- https://marketplace.visualstudio.com/items?item- Visual Stu- https://marketplace.visualstudio.com/items?item-
dio Code Name=mark-hansen.hledger-vscode dio Code Name=mark-hansen.hledger-vscode
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)
@ -1111,7 +1122,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)
@ -1119,4 +1130,4 @@ SEE ALSO
hledger 1.9.99 June 2018 hledger_journal(5) hledger 1.10 June 2018 hledger_journal(5)

View File

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

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "June 2018" "hledger 1.9.99" "hledger User Manuals" .TH "hledger_timedot" "5" "June 2018" "hledger 1.10" "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.99 hledger_timedot(5) hledger 1.10
********************************* *******************************
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 FORMAT811 Node: FILE FORMAT807
Ref: #file-format912 Ref: #file-format908
 
End Tag Table End Tag Table

View File

@ -124,4 +124,4 @@ SEE ALSO
hledger 1.9.99 June 2018 hledger_timedot(5) hledger 1.10 June 2018 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "June 2018" "hledger\-ui 1.9.99" "hledger User Manuals" .TH "hledger\-ui" "1" "June 2018" "hledger\-ui 1.10" "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.99 hledger-ui(1) hledger-ui 1.10
******************************* *****************************
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: OPTIONS827 Node: OPTIONS823
Ref: #options924 Ref: #options920
Node: KEYS4141 Node: KEYS4137
Ref: #keys4236 Ref: #keys4232
Node: SCREENS7195 Node: SCREENS7191
Ref: #screens7280 Ref: #screens7276
Node: Accounts screen7370 Node: Accounts screen7366
Ref: #accounts-screen7498 Ref: #accounts-screen7494
Node: Register screen9728 Node: Register screen9724
Ref: #register-screen9883 Ref: #register-screen9879
Node: Transaction screen11957 Node: Transaction screen11953
Ref: #transaction-screen12115 Ref: #transaction-screen12111
Node: Error screen12985 Node: Error screen12981
Ref: #error-screen13107 Ref: #error-screen13103
 
End Tag Table End Tag Table

View File

@ -384,4 +384,4 @@ SEE ALSO
hledger-ui 1.9.99 June 2018 hledger-ui(1) hledger-ui 1.10 June 2018 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "June 2018" "hledger\-web 1.9.99" "hledger User Manuals" .TH "hledger\-web" "1" "June 2018" "hledger\-web 1.10" "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.99 hledger-web(1) hledger-web 1.10
********************************* *******************************
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: OPTIONS3158 Node: OPTIONS3154
Ref: #options3243 Ref: #options3239
 
End Tag Table End Tag Table

View File

@ -248,4 +248,4 @@ SEE ALSO
hledger-web 1.9.99 June 2018 hledger-web(1) hledger-web 1.10 June 2018 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "June 2018" "hledger 1.9.99" "hledger User Manuals" .TH "hledger" "1" "June 2018" "hledger 1.10" "hledger User Manuals"

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.99 hledger(1) hledger 1.10
************************* ***********************
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
@ -2433,138 +2433,138 @@ hledger-check.hs checks more powerful account balance assertions.
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: EXAMPLES1888 Node: EXAMPLES1884
Ref: #examples1988 Ref: #examples1984
Node: OPTIONS3634 Node: OPTIONS3630
Ref: #options3736 Ref: #options3732
Node: General options4101 Node: General options4097
Ref: #general-options4226 Ref: #general-options4222
Node: Command options6825 Node: Command options6821
Ref: #command-options6976 Ref: #command-options6972
Node: Command arguments7374 Node: Command arguments7370
Ref: #command-arguments7528 Ref: #command-arguments7524
Node: Argument files7649 Node: Argument files7645
Ref: #argument-files7800 Ref: #argument-files7796
Node: Special characters8066 Node: Special characters8062
Ref: #special-characters8219 Ref: #special-characters8215
Node: Input files9638 Node: Input files9634
Ref: #input-files9774 Ref: #input-files9770
Node: Smart dates11744 Node: Smart dates11740
Ref: #smart-dates11885 Ref: #smart-dates11881
Node: Report start & end date13291 Node: Report start & end date13287
Ref: #report-start-end-date13461 Ref: #report-start-end-date13457
Node: Report intervals14526 Node: Report intervals14522
Ref: #report-intervals14689 Ref: #report-intervals14685
Node: Period expressions15090 Node: Period expressions15086
Ref: #period-expressions15250 Ref: #period-expressions15246
Node: Depth limiting19207 Node: Depth limiting19203
Ref: #depth-limiting19351 Ref: #depth-limiting19347
Node: Pivoting19693 Node: Pivoting19689
Ref: #pivoting19811 Ref: #pivoting19807
Node: Cost21487 Node: Cost21483
Ref: #cost21595 Ref: #cost21591
Node: Market value21713 Node: Market value21709
Ref: #market-value21848 Ref: #market-value21844
Node: Combining -B and -V23214 Node: Combining -B and -V23210
Ref: #combining--b-and--v23377 Ref: #combining--b-and--v23373
Node: Output destination23524 Node: Output destination23520
Ref: #output-destination23686 Ref: #output-destination23682
Node: Output format23969 Node: Output format23965
Ref: #output-format24121 Ref: #output-format24117
Node: Regular expressions24506 Node: Regular expressions24502
Ref: #regular-expressions24643 Ref: #regular-expressions24639
Node: QUERIES26004 Node: QUERIES26000
Ref: #queries26106 Ref: #queries26102
Node: COMMANDS30068 Node: COMMANDS30064
Ref: #commands30180 Ref: #commands30176
Node: accounts31162 Node: accounts31158
Ref: #accounts31260 Ref: #accounts31256
Node: activity32506 Node: activity32502
Ref: #activity32616 Ref: #activity32612
Node: add32976 Node: add32972
Ref: #add33075 Ref: #add33071
Node: balance35736 Node: balance35732
Ref: #balance35847 Ref: #balance35843
Node: Classic balance report38930 Node: Classic balance report38926
Ref: #classic-balance-report39103 Ref: #classic-balance-report39099
Node: Customising the classic balance report40472 Node: Customising the classic balance report40468
Ref: #customising-the-classic-balance-report40700 Ref: #customising-the-classic-balance-report40696
Node: Colour support42774 Node: Colour support42770
Ref: #colour-support42941 Ref: #colour-support42937
Node: Flat mode43114 Node: Flat mode43110
Ref: #flat-mode43262 Ref: #flat-mode43258
Node: Depth limited balance reports43675 Node: Depth limited balance reports43671
Ref: #depth-limited-balance-reports43875 Ref: #depth-limited-balance-reports43871
Node: Multicolumn balance report44331 Node: Multicolumn balance report44327
Ref: #multicolumn-balance-report44529 Ref: #multicolumn-balance-report44525
Node: Budget report49709 Node: Budget report49705
Ref: #budget-report49852 Ref: #budget-report49848
Ref: #output-format-152886 Ref: #output-format-152882
Node: balancesheet52964 Node: balancesheet52960
Ref: #balancesheet53100 Ref: #balancesheet53096
Node: balancesheetequity55411 Node: balancesheetequity55407
Ref: #balancesheetequity55560 Ref: #balancesheetequity55556
Node: cashflow56097 Node: cashflow56093
Ref: #cashflow56225 Ref: #cashflow56221
Node: check-dates58348 Node: check-dates58344
Ref: #check-dates58475 Ref: #check-dates58471
Node: check-dupes58592 Node: check-dupes58588
Ref: #check-dupes58716 Ref: #check-dupes58712
Node: close58853 Node: close58849
Ref: #close58960 Ref: #close58956
Node: help59290 Node: help59286
Ref: #help59390 Ref: #help59386
Node: import60464 Node: import60460
Ref: #import60578 Ref: #import60574
Node: incomestatement61308 Node: incomestatement61304
Ref: #incomestatement61442 Ref: #incomestatement61438
Node: prices63846 Node: prices63842
Ref: #prices63961 Ref: #prices63957
Node: print64004 Node: print64000
Ref: #print64114 Ref: #print64110
Node: print-unique69008 Node: print-unique69004
Ref: #print-unique69134 Ref: #print-unique69130
Node: register69202 Node: register69198
Ref: #register69329 Ref: #register69325
Node: Custom register output73830 Node: Custom register output73826
Ref: #custom-register-output73959 Ref: #custom-register-output73955
Node: register-match75189 Node: register-match75185
Ref: #register-match75323 Ref: #register-match75319
Node: rewrite75506 Node: rewrite75502
Ref: #rewrite75623 Ref: #rewrite75619
Node: stats75692 Node: stats75688
Ref: #stats75795 Ref: #stats75791
Node: tags76665 Node: tags76661
Ref: #tags76763 Ref: #tags76759
Node: test76999 Node: test76995
Ref: #test77083 Ref: #test77079
Node: ADD-ON COMMANDS77451 Node: ADD-ON COMMANDS77447
Ref: #add-on-commands77561 Ref: #add-on-commands77557
Node: Official add-ons78848 Node: Official add-ons78844
Ref: #official-add-ons78988 Ref: #official-add-ons78984
Node: api79075 Node: api79071
Ref: #api79164 Ref: #api79160
Node: ui79216 Node: ui79212
Ref: #ui79315 Ref: #ui79311
Node: web79373 Node: web79369
Ref: #web79462 Ref: #web79458
Node: Third party add-ons79508 Node: Third party add-ons79504
Ref: #third-party-add-ons79683 Ref: #third-party-add-ons79679
Node: diff79818 Node: diff79814
Ref: #diff79915 Ref: #diff79911
Node: iadd80014 Node: iadd80010
Ref: #iadd80128 Ref: #iadd80124
Node: interest80211 Node: interest80207
Ref: #interest80332 Ref: #interest80328
Node: irr80427 Node: irr80423
Ref: #irr80525 Ref: #irr80521
Node: Experimental add-ons80603 Node: Experimental add-ons80599
Ref: #experimental-add-ons80755 Ref: #experimental-add-ons80751
Node: autosync81035 Node: autosync81031
Ref: #autosync81146 Ref: #autosync81142
Node: chart81385 Node: chart81381
Ref: #chart81504 Ref: #chart81500
Node: check81575 Node: check81571
Ref: #check81677 Ref: #check81673
 
End Tag Table End Tag Table

View File

@ -2210,4 +2210,4 @@ SEE ALSO
hledger 1.9.99 June 2018 hledger(1) hledger 1.10 June 2018 hledger(1)