regen cabal files/manuals

[ci skip]
This commit is contained in:
Simon Michael 2019-03-01 16:17:25 -08:00
parent 68e5c41d52
commit 0cd5545e26
29 changed files with 374 additions and 374 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "February 2019" "hledger\-api 1.13.99" "hledger User Manuals"
.TH "hledger\-api" "1" "March 2019" "hledger\-api 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 7da2a5cb782504aa6b1e15f7f0a357387081a4f07551a4f414e1c860129462b2
-- hash: e7c0a6dd7378e0cca56c467d680045884bad0673d1c9e749b2d06484b2a8dd08
name: hledger-api
version: 1.13.99
version: 1.14
synopsis: Web API server for the hledger accounting tool
description: This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples.
@ -46,7 +46,7 @@ executable hledger-api
other-modules:
Paths_hledger_api
ghc-options: -threaded
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
Decimal
, aeson
@ -56,8 +56,8 @@ executable hledger-api
, data-default >=0.5
, docopt
, either
, hledger >=1.13.99 && <1.14
, hledger-lib >=1.13.99 && <1.14
, hledger >=1.14 && <1.15
, hledger-lib >=1.14 && <1.15
, microlens >=0.4
, microlens-platform >=0.2.3.1
, safe

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)
hledger-api(1) hledger-api 1.13.99
**********************************
hledger-api(1) hledger-api 1.14
*******************************
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
@ -80,7 +80,7 @@ options as shown above.

Tag Table:
Node: Top72
Node: OPTIONS1666
Ref: #options1751
Node: OPTIONS1660
Ref: #options1745

End Tag Table

View File

@ -117,4 +117,4 @@ SEE ALSO
hledger-api 1.13.99 February 2019 hledger-api(1)
hledger-api 1.14 March 2019 hledger-api(1)

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: f03203275248d2f261b7e83e7a7c8585f03d789fa6c3422476d627ed488d3479
-- hash: e2c444e055dd9ef61f9cbddeeddf69ce3274e6c2eef4b64301b7107144d7d84b
name: hledger-lib
version: 1.13.99
version: 1.14
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality.
.

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals"
.TH "hledger_csv" "5" "March 2019" "hledger 1.14" "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)
hledger_csv(5) hledger 1.13.99
******************************
hledger_csv(5) hledger 1.14
***************************
hledger can read CSV (comma-separated value) files as if they were
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:
Node: Top72
Node: CSV RULES2169
Ref: #csv-rules2277
Node: skip2539
Ref: #skip2633
Node: date-format2805
Ref: #date-format2932
Node: field list3482
Ref: #field-list3619
Node: field assignment4324
Ref: #field-assignment4479
Node: conditional block4983
Ref: #conditional-block5137
Node: include6033
Ref: #include6163
Node: newest-first6394
Ref: #newest-first6508
Node: CSV TIPS6919
Ref: #csv-tips7013
Node: CSV ordering7131
Ref: #csv-ordering7249
Node: CSV accounts7430
Ref: #csv-accounts7568
Node: CSV amounts7822
Ref: #csv-amounts7968
Node: CSV balance assertions8743
Ref: #csv-balance-assertions8925
Node: Reading multiple CSV files9130
Ref: #reading-multiple-csv-files9300
Node: CSV RULES2163
Ref: #csv-rules2271
Node: skip2533
Ref: #skip2627
Node: date-format2799
Ref: #date-format2926
Node: field list3476
Ref: #field-list3613
Node: field assignment4318
Ref: #field-assignment4473
Node: conditional block4977
Ref: #conditional-block5131
Node: include6027
Ref: #include6157
Node: newest-first6388
Ref: #newest-first6502
Node: CSV TIPS6913
Ref: #csv-tips7007
Node: CSV ordering7125
Ref: #csv-ordering7243
Node: CSV accounts7424
Ref: #csv-accounts7562
Node: CSV amounts7816
Ref: #csv-amounts7962
Node: CSV balance assertions8737
Ref: #csv-balance-assertions8919
Node: Reading multiple CSV files9124
Ref: #reading-multiple-csv-files9294

End Tag Table

View File

@ -249,4 +249,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_csv(5)
hledger 1.14 March 2019 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t
.TH "hledger_journal" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals"
.TH "hledger_journal" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

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

File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_journal(5) hledger 1.13.99
**********************************
hledger_journal(5) hledger 1.14
*******************************
hledger's usual data source is a plain text file containing journal
entries in hledger journal format. This file represents a standard
@ -1585,109 +1585,109 @@ See the [[Cookbook]] at hledger.org for the latest information.

Tag Table:
Node: Top76
Node: FILE FORMAT2378
Ref: #file-format2502
Node: Transactions2789
Ref: #transactions2910
Node: Postings3594
Ref: #postings3721
Node: Dates4716
Ref: #dates4831
Node: Simple dates4896
Ref: #simple-dates5022
Node: Secondary dates5388
Ref: #secondary-dates5542
Node: Posting dates7105
Ref: #posting-dates7234
Node: Status8608
Ref: #status8728
Node: Description10436
Ref: #description10574
Node: Payee and note10893
Ref: #payee-and-note11007
Node: Account names11249
Ref: #account-names11392
Node: Amounts11879
Ref: #amounts12015
Node: Virtual Postings15032
Ref: #virtual-postings15191
Node: Balance Assertions16411
Ref: #balance-assertions16586
Node: Assertions and ordering17544
Ref: #assertions-and-ordering17730
Node: Assertions and included files18430
Ref: #assertions-and-included-files18671
Node: Assertions and multiple -f options19004
Ref: #assertions-and-multiple--f-options19258
Node: Assertions and commodities19390
Ref: #assertions-and-commodities19620
Node: Assertions and prices20776
Ref: #assertions-and-prices20988
Node: Assertions and subaccounts21428
Ref: #assertions-and-subaccounts21655
Node: Assertions and virtual postings21979
Ref: #assertions-and-virtual-postings22219
Node: Assertions and precision22361
Ref: #assertions-and-precision22552
Node: Balance Assignments22819
Ref: #balance-assignments23000
Node: Balance assignments and prices24164
Ref: #balance-assignments-and-prices24336
Node: Transaction prices24560
Ref: #transaction-prices24729
Node: Comments26997
Ref: #comments27131
Node: Tags28301
Ref: #tags28419
Node: Directives29821
Ref: #directives29964
Node: Comment blocks35571
Ref: #comment-blocks35716
Node: Including other files35892
Ref: #including-other-files36072
Node: Default year36480
Ref: #default-year36649
Node: Declaring commodities37072
Ref: #declaring-commodities37255
Node: Default commodity38482
Ref: #default-commodity38658
Node: Market prices39294
Ref: #market-prices39459
Node: Declaring accounts40300
Ref: #declaring-accounts40476
Node: Account comments41401
Ref: #account-comments41564
Node: Account subdirectives41959
Ref: #account-subdirectives42154
Node: Account types42467
Ref: #account-types42651
Node: Account display order44295
Ref: #account-display-order44465
Node: Rewriting accounts45594
Ref: #rewriting-accounts45779
Node: Basic aliases46513
Ref: #basic-aliases46659
Node: Regex aliases47363
Ref: #regex-aliases47534
Node: Multiple aliases48252
Ref: #multiple-aliases48427
Node: end aliases48925
Ref: #end-aliases49072
Node: Default parent account49173
Ref: #default-parent-account49339
Node: Periodic transactions50223
Ref: #periodic-transactions50405
Node: Two spaces after the period expression51530
Ref: #two-spaces-after-the-period-expression51775
Node: Forecasting with periodic transactions52260
Ref: #forecasting-with-periodic-transactions52550
Node: Budgeting with periodic transactions54237
Ref: #budgeting-with-periodic-transactions54476
Node: Transaction modifiers54935
Ref: #transaction-modifiers55098
Node: Auto postings and transaction balancing / inferred amounts / balance assertions57082
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions57383
Node: EDITOR SUPPORT57761
Ref: #editor-support57879
Node: FILE FORMAT2372
Ref: #file-format2496
Node: Transactions2783
Ref: #transactions2904
Node: Postings3588
Ref: #postings3715
Node: Dates4710
Ref: #dates4825
Node: Simple dates4890
Ref: #simple-dates5016
Node: Secondary dates5382
Ref: #secondary-dates5536
Node: Posting dates7099
Ref: #posting-dates7228
Node: Status8602
Ref: #status8722
Node: Description10430
Ref: #description10568
Node: Payee and note10887
Ref: #payee-and-note11001
Node: Account names11243
Ref: #account-names11386
Node: Amounts11873
Ref: #amounts12009
Node: Virtual Postings15026
Ref: #virtual-postings15185
Node: Balance Assertions16405
Ref: #balance-assertions16580
Node: Assertions and ordering17538
Ref: #assertions-and-ordering17724
Node: Assertions and included files18424
Ref: #assertions-and-included-files18665
Node: Assertions and multiple -f options18998
Ref: #assertions-and-multiple--f-options19252
Node: Assertions and commodities19384
Ref: #assertions-and-commodities19614
Node: Assertions and prices20770
Ref: #assertions-and-prices20982
Node: Assertions and subaccounts21422
Ref: #assertions-and-subaccounts21649
Node: Assertions and virtual postings21973
Ref: #assertions-and-virtual-postings22213
Node: Assertions and precision22355
Ref: #assertions-and-precision22546
Node: Balance Assignments22813
Ref: #balance-assignments22994
Node: Balance assignments and prices24158
Ref: #balance-assignments-and-prices24330
Node: Transaction prices24554
Ref: #transaction-prices24723
Node: Comments26991
Ref: #comments27125
Node: Tags28295
Ref: #tags28413
Node: Directives29815
Ref: #directives29958
Node: Comment blocks35565
Ref: #comment-blocks35710
Node: Including other files35886
Ref: #including-other-files36066
Node: Default year36474
Ref: #default-year36643
Node: Declaring commodities37066
Ref: #declaring-commodities37249
Node: Default commodity38476
Ref: #default-commodity38652
Node: Market prices39288
Ref: #market-prices39453
Node: Declaring accounts40294
Ref: #declaring-accounts40470
Node: Account comments41395
Ref: #account-comments41558
Node: Account subdirectives41953
Ref: #account-subdirectives42148
Node: Account types42461
Ref: #account-types42645
Node: Account display order44289
Ref: #account-display-order44459
Node: Rewriting accounts45588
Ref: #rewriting-accounts45773
Node: Basic aliases46507
Ref: #basic-aliases46653
Node: Regex aliases47357
Ref: #regex-aliases47528
Node: Multiple aliases48246
Ref: #multiple-aliases48421
Node: end aliases48919
Ref: #end-aliases49066
Node: Default parent account49167
Ref: #default-parent-account49333
Node: Periodic transactions50217
Ref: #periodic-transactions50399
Node: Two spaces after the period expression51524
Ref: #two-spaces-after-the-period-expression51769
Node: Forecasting with periodic transactions52254
Ref: #forecasting-with-periodic-transactions52544
Node: Budgeting with periodic transactions54231
Ref: #budgeting-with-periodic-transactions54470
Node: Transaction modifiers54929
Ref: #transaction-modifiers55092
Node: Auto postings and transaction balancing / inferred amounts / balance assertions57076
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions57377
Node: EDITOR SUPPORT57755
Ref: #editor-support57873

End Tag Table

View File

@ -1301,4 +1301,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_journal(5)
hledger 1.14 March 2019 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals"
.TH "hledger_timeclock" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

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

File: hledger_timeclock.info, Node: Top, Up: (dir)
hledger_timeclock(5) hledger 1.13.99
************************************
hledger_timeclock(5) hledger 1.14
*********************************
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

View File

@ -77,4 +77,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_timeclock(5)
hledger 1.14 March 2019 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals"
.TH "hledger_timedot" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

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

File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_timedot(5) hledger 1.13.99
**********************************
hledger_timedot(5) hledger 1.14
*******************************
Timedot is a plain text format for logging dated, categorised quantities
(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:
Node: Top76
Node: FILE FORMAT813
Ref: #file-format914
Node: FILE FORMAT807
Ref: #file-format908

End Tag Table

View File

@ -124,4 +124,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_timedot(5)
hledger 1.14 March 2019 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "February 2019" "hledger\-ui 1.13.99" "hledger User Manuals"
.TH "hledger\-ui" "1" "March 2019" "hledger\-ui 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: b53c0c35837ff57b7b8d3df9c1a6644a21ec4325d6ade3c992e4fd8a7bb551e4
-- hash: 32ad755bb064842ea131b724ee18e8a276c62b2fec58ccff27540efac91cb374
name: hledger-ui
version: 1.13.99
version: 1.14
synopsis: Curses-style user interface for the hledger accounting tool
description: This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the command-line interface,
@ -64,7 +64,7 @@ executable hledger-ui
hs-source-dirs:
./.
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
ansi-terminal >=0.6.2.3
, async
@ -76,8 +76,8 @@ executable hledger-ui
, directory
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.13.99 && <1.14
, hledger-lib >=1.13.99 && <1.14
, hledger >=1.14 && <1.15
, hledger-lib >=1.14 && <1.15
, megaparsec >=7.0.0 && <8
, microlens >=0.4
, microlens-platform >=0.2.3.1

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)
hledger-ui(1) hledger-ui 1.13.99
********************************
hledger-ui(1) hledger-ui 1.14
*****************************
hledger-ui is hledger's curses-style interface, providing an efficient
full-window text UI for viewing accounts and transactions, and some
@ -398,19 +398,19 @@ to cancel the reload attempt.)

Tag Table:
Node: Top71
Node: OPTIONS1106
Ref: #options1203
Node: KEYS4622
Ref: #keys4717
Node: SCREENS7973
Ref: #screens8058
Node: Accounts screen8148
Ref: #accounts-screen8276
Node: Register screen10492
Ref: #register-screen10647
Node: Transaction screen12643
Ref: #transaction-screen12801
Node: Error screen13671
Ref: #error-screen13793
Node: OPTIONS1100
Ref: #options1197
Node: KEYS4616
Ref: #keys4711
Node: SCREENS7967
Ref: #screens8052
Node: Accounts screen8142
Ref: #accounts-screen8270
Node: Register screen10486
Ref: #register-screen10641
Node: Transaction screen12637
Ref: #transaction-screen12795
Node: Error screen13665
Ref: #error-screen13787

End Tag Table

View File

@ -406,4 +406,4 @@ SEE ALSO
hledger-ui 1.13.99 February 2019 hledger-ui(1)
hledger-ui 1.14 March 2019 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "February 2019" "hledger\-web 1.13.99" "hledger User Manuals"
.TH "hledger\-web" "1" "March 2019" "hledger\-web 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 6ce1f891ddac25feac864926d3d6371d49bf145e5f24c58688cf3a93045c2605
-- hash: da546060d989bf42b59988f7db214e93c1ac3e3d166272cbcdbf1c8cbd283187
name: hledger-web
version: 1.13.99
version: 1.14
synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the
@ -151,7 +151,7 @@ library
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
Decimal
, aeson
@ -169,8 +169,8 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.13.99 && <1.14
, hledger-lib >=1.13.99 && <1.14
, hledger >=1.14 && <1.15
, hledger-lib >=1.14 && <1.15
, http-client
, http-conduit
, http-types
@ -211,7 +211,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
base
, hledger-web

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)
hledger-web(1) hledger-web 1.13.99
**********************************
hledger-web(1) hledger-web 1.14
*******************************
hledger-web is hledger's web interface. It starts a simple web
application for browsing and adding transactions, and optionally opens
@ -301,15 +301,15 @@ may be convenient to have them in hledger-web also.

Tag Table:
Node: Top72
Node: OPTIONS1360
Ref: #options1465
Node: PERMISSIONS6555
Ref: #permissions6694
Node: EDITING UPLOADING DOWNLOADING7906
Ref: #editing-uploading-downloading8087
Node: RELOADING8921
Ref: #reloading9055
Node: JSON API9365
Ref: #json-api9459
Node: OPTIONS1354
Ref: #options1459
Node: PERMISSIONS6549
Ref: #permissions6688
Node: EDITING UPLOADING DOWNLOADING7900
Ref: #editing-uploading-downloading8081
Node: RELOADING8915
Ref: #reloading9049
Node: JSON API9359
Ref: #json-api9453

End Tag Table

View File

@ -319,4 +319,4 @@ SEE ALSO
hledger-web 1.13.99 February 2019 hledger-web(1)
hledger-web 1.14 March 2019 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t
.TH "hledger" "1" "February 2019" "hledger 1.13.99" "hledger User Manuals"
.TH "hledger" "1" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 247ee06018e3a4d319f5e13515b0a2e878b506565887ada7cb06bd6dd7646760
-- hash: f7ffe28b8f28021a283c05a1647b2f533f4476d763c411d681914ca141f07fb0
name: hledger
version: 1.13.99
version: 1.14
synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing
@ -137,7 +137,7 @@ library
other-modules:
Paths_hledger
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
Decimal
, Diff
@ -153,7 +153,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.13.99 && <1.14
, hledger-lib >=1.14 && <1.15
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
@ -188,7 +188,7 @@ executable hledger
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -203,7 +203,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.13.99 && <1.14
, hledger-lib >=1.14 && <1.15
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -240,7 +240,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99"
cpp-options: -DVERSION="1.14"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -255,7 +255,7 @@ test-suite test
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.13.99 && <1.14
, hledger-lib >=1.14 && <1.15
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -307,7 +307,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.13.99 && <1.14
, hledger-lib >=1.14 && <1.15
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8

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)
hledger(1) hledger 1.13.99
**************************
hledger(1) hledger 1.14
***********************
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
@ -2697,160 +2697,160 @@ hledger-check.hs checks more powerful account balance assertions.

Tag Table:
Node: Top68
Node: EXAMPLES1890
Ref: #examples1990
Node: OPTIONS3636
Ref: #options3738
Node: General options4173
Ref: #general-options4298
Node: Command options6980
Ref: #command-options7131
Node: Command arguments7529
Ref: #command-arguments7683
Node: Argument files7804
Ref: #argument-files7980
Node: Special characters in arguments and queries8246
Ref: #special-characters-in-arguments-and-queries8480
Node: More escaping8930
Ref: #more-escaping9092
Node: Even more escaping9388
Ref: #even-more-escaping9582
Node: Less escaping10253
Ref: #less-escaping10415
Node: Command line tips10660
Ref: #command-line-tips10846
Node: Unicode characters11223
Ref: #unicode-characters11379
Node: Input files12104
Ref: #input-files12240
Node: Smart dates14210
Ref: #smart-dates14351
Node: Report start & end date15757
Ref: #report-start-end-date15929
Node: Report intervals16995
Ref: #report-intervals17160
Node: Period expressions17561
Ref: #period-expressions17721
Node: Depth limiting21678
Ref: #depth-limiting21822
Node: Pivoting22164
Ref: #pivoting22282
Node: Cost23958
Ref: #cost24066
Node: Market value24184
Ref: #market-value24319
Node: Combining -B and -V25685
Ref: #combining--b-and--v25848
Node: Output destination25995
Ref: #output-destination26157
Node: Output format26440
Ref: #output-format26592
Node: Regular expressions26977
Ref: #regular-expressions27114
Node: QUERIES28475
Ref: #queries28577
Node: COMMANDS32539
Ref: #commands32651
Node: accounts33651
Ref: #accounts33749
Node: activity34448
Ref: #activity34558
Node: add34941
Ref: #add35040
Node: balance37627
Ref: #balance37738
Node: Classic balance report39179
Ref: #classic-balance-report39352
Node: Customising the classic balance report40721
Ref: #customising-the-classic-balance-report40949
Node: Colour support43023
Ref: #colour-support43190
Node: Flat mode43363
Ref: #flat-mode43511
Node: Depth limited balance reports43924
Ref: #depth-limited-balance-reports44124
Node: Multicolumn balance report44580
Ref: #multicolumn-balance-report44778
Node: Budget report49958
Ref: #budget-report50101
Node: Nested budgets55302
Ref: #nested-budgets55414
Ref: #output-format-158894
Node: balancesheet58972
Ref: #balancesheet59108
Node: balancesheetequity60342
Ref: #balancesheetequity60491
Node: cashflow61052
Ref: #cashflow61180
Node: check-dates62208
Ref: #check-dates62335
Node: check-dupes62614
Ref: #check-dupes62738
Node: close63031
Ref: #close63139
Node: files66552
Ref: #files66653
Node: help66800
Ref: #help66900
Node: import67993
Ref: #import68107
Node: incomestatement68851
Ref: #incomestatement68985
Node: prices70321
Ref: #prices70436
Node: print70715
Ref: #print70825
Node: print-unique75318
Ref: #print-unique75444
Node: register75729
Ref: #register75856
Node: Custom register output80027
Ref: #custom-register-output80156
Node: register-match81418
Ref: #register-match81552
Node: rewrite81903
Ref: #rewrite82018
Node: Re-write rules in a file83867
Ref: #re-write-rules-in-a-file84001
Node: Diff output format85211
Ref: #diff-output-format85380
Node: rewrite vs print --auto86472
Ref: #rewrite-vs.-print---auto86651
Node: roi87207
Ref: #roi87305
Node: stats88317
Ref: #stats88416
Node: tags89170
Ref: #tags89268
Node: test89498
Ref: #test89582
Node: ADD-ON COMMANDS90343
Ref: #add-on-commands90453
Node: Official add-ons91740
Ref: #official-add-ons91880
Node: api91967
Ref: #api92056
Node: ui92108
Ref: #ui92207
Node: web92265
Ref: #web92354
Node: Third party add-ons92400
Ref: #third-party-add-ons92575
Node: diff92710
Ref: #diff92807
Node: iadd92906
Ref: #iadd93020
Node: interest93103
Ref: #interest93224
Node: irr93319
Ref: #irr93417
Node: Experimental add-ons93548
Ref: #experimental-add-ons93700
Node: autosync93980
Ref: #autosync94091
Node: chart94330
Ref: #chart94449
Node: check94520
Ref: #check94622
Node: EXAMPLES1884
Ref: #examples1984
Node: OPTIONS3630
Ref: #options3732
Node: General options4167
Ref: #general-options4292
Node: Command options6974
Ref: #command-options7125
Node: Command arguments7523
Ref: #command-arguments7677
Node: Argument files7798
Ref: #argument-files7974
Node: Special characters in arguments and queries8240
Ref: #special-characters-in-arguments-and-queries8474
Node: More escaping8924
Ref: #more-escaping9086
Node: Even more escaping9382
Ref: #even-more-escaping9576
Node: Less escaping10247
Ref: #less-escaping10409
Node: Command line tips10654
Ref: #command-line-tips10840
Node: Unicode characters11217
Ref: #unicode-characters11373
Node: Input files12098
Ref: #input-files12234
Node: Smart dates14204
Ref: #smart-dates14345
Node: Report start & end date15751
Ref: #report-start-end-date15923
Node: Report intervals16989
Ref: #report-intervals17154
Node: Period expressions17555
Ref: #period-expressions17715
Node: Depth limiting21672
Ref: #depth-limiting21816
Node: Pivoting22158
Ref: #pivoting22276
Node: Cost23952
Ref: #cost24060
Node: Market value24178
Ref: #market-value24313
Node: Combining -B and -V25679
Ref: #combining--b-and--v25842
Node: Output destination25989
Ref: #output-destination26151
Node: Output format26434
Ref: #output-format26586
Node: Regular expressions26971
Ref: #regular-expressions27108
Node: QUERIES28469
Ref: #queries28571
Node: COMMANDS32533
Ref: #commands32645
Node: accounts33645
Ref: #accounts33743
Node: activity34442
Ref: #activity34552
Node: add34935
Ref: #add35034
Node: balance37621
Ref: #balance37732
Node: Classic balance report39173
Ref: #classic-balance-report39346
Node: Customising the classic balance report40715
Ref: #customising-the-classic-balance-report40943
Node: Colour support43017
Ref: #colour-support43184
Node: Flat mode43357
Ref: #flat-mode43505
Node: Depth limited balance reports43918
Ref: #depth-limited-balance-reports44118
Node: Multicolumn balance report44574
Ref: #multicolumn-balance-report44772
Node: Budget report49952
Ref: #budget-report50095
Node: Nested budgets55296
Ref: #nested-budgets55408
Ref: #output-format-158888
Node: balancesheet58966
Ref: #balancesheet59102
Node: balancesheetequity60336
Ref: #balancesheetequity60485
Node: cashflow61046
Ref: #cashflow61174
Node: check-dates62202
Ref: #check-dates62329
Node: check-dupes62608
Ref: #check-dupes62732
Node: close63025
Ref: #close63133
Node: files66546
Ref: #files66647
Node: help66794
Ref: #help66894
Node: import67987
Ref: #import68101
Node: incomestatement68845
Ref: #incomestatement68979
Node: prices70315
Ref: #prices70430
Node: print70709
Ref: #print70819
Node: print-unique75312
Ref: #print-unique75438
Node: register75723
Ref: #register75850
Node: Custom register output80021
Ref: #custom-register-output80150
Node: register-match81412
Ref: #register-match81546
Node: rewrite81897
Ref: #rewrite82012
Node: Re-write rules in a file83861
Ref: #re-write-rules-in-a-file83995
Node: Diff output format85205
Ref: #diff-output-format85374
Node: rewrite vs print --auto86466
Ref: #rewrite-vs.-print---auto86645
Node: roi87201
Ref: #roi87299
Node: stats88311
Ref: #stats88410
Node: tags89164
Ref: #tags89262
Node: test89492
Ref: #test89576
Node: ADD-ON COMMANDS90337
Ref: #add-on-commands90447
Node: Official add-ons91734
Ref: #official-add-ons91874
Node: api91961
Ref: #api92050
Node: ui92102
Ref: #ui92201
Node: web92259
Ref: #web92348
Node: Third party add-ons92394
Ref: #third-party-add-ons92569
Node: diff92704
Ref: #diff92801
Node: iadd92900
Ref: #iadd93014
Node: interest93097
Ref: #interest93218
Node: irr93313
Ref: #irr93411
Node: Experimental add-ons93542
Ref: #experimental-add-ons93694
Node: autosync93974
Ref: #autosync94085
Node: chart94324
Ref: #chart94443
Node: check94514
Ref: #check94616

End Tag Table

View File

@ -2418,4 +2418,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger(1)
hledger 1.14 March 2019 hledger(1)