doc: bump version to 1.0, update manuals & cabal files
This commit is contained in:
		
							parent
							
								
									ee2ced7f65
								
							
						
					
					
						commit
						315db5621a
					
				| @ -7,9 +7,9 @@ m4_define({{_webseparate_}}, m4_ifdef({{WEB && SEPARATE}},{{$1}}) )m4_dnl | |||||||
| m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl | m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl | ||||||
| m4_dnl | m4_dnl | ||||||
| m4_define({{_author_}}, {{}})m4_dnl | m4_define({{_author_}}, {{}})m4_dnl | ||||||
| m4_define({{_monthyear_}}, {{May 2016}})m4_dnl | m4_define({{_monthyear_}}, {{October 2016}})m4_dnl | ||||||
| m4_define({{_currentrelease_}}, {{0.27}})m4_dnl | m4_define({{_currentrelease_}}, {{1.0}})m4_dnl | ||||||
| m4_define({{_version_}}, {{0.28dev}})m4_dnl | m4_define({{_version_}}, {{1.0}})m4_dnl | ||||||
| m4_dnl | m4_dnl | ||||||
| m4_dnl Links to dev and recent release versions of a manual. | m4_dnl Links to dev and recent release versions of a manual. | ||||||
| m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc. | m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc. | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger\-api" "1" "May 2016" "hledger\-api 0.28dev" "hledger User Manuals" | .TH "hledger\-api" "1" "October 2016" "hledger\-api 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger-api.1.info,  Node: Top,  Up: (dir) | File: hledger-api.1.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger-api(1) hledger-api 0.28dev | hledger-api(1) hledger-api 1.0 | ||||||
| ********************************** | ****************************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
| @ -84,7 +84,7 @@ before options as shown above. | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top90 | Node: Top90 | ||||||
| Node: OPTIONS1063 | Node: OPTIONS1055 | ||||||
| Ref: #options1150 | Ref: #options1142 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -118,4 +118,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger-api 0.28dev                May 2016                     hledger-api(1) | hledger-api 1.0                  October 2016                   hledger-api(1) | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| 
 | 
 | ||||||
| name:           hledger-api | name:           hledger-api | ||||||
| version:        0.28 | version:        1.0 | ||||||
| synopsis:       Web API server for the hledger accounting tool | synopsis:       Web API server for the hledger accounting tool | ||||||
| description:    This is a simple web API server for hledger data. | description:    This is a simple web API server for hledger data. | ||||||
|                 It comes with a series of simple client-side web app examples. |                 It comes with a series of simple client-side web app examples. | ||||||
| @ -44,10 +44,10 @@ source-repository head | |||||||
| executable hledger-api | executable hledger-api | ||||||
|   main-is: hledger-api.hs |   main-is: hledger-api.hs | ||||||
|   ghc-options: -threaded |   ghc-options: -threaded | ||||||
|   cpp-options: -DVERSION="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   build-depends: |   build-depends: | ||||||
|       hledger-lib ==0.28 |       hledger-lib >= 1.0 && < 1.1 | ||||||
|     , hledger ==0.28 |     , hledger >= 1.0 && < 1.1 | ||||||
|     , base >=4 && <5 |     , base >=4 && <5 | ||||||
|     , aeson |     , aeson | ||||||
|     , bytestring |     , bytestring | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name: hledger-api | name: hledger-api | ||||||
| version: '0.28' | version: '1.0' | ||||||
| synopsis: Web API server for the hledger accounting tool | synopsis: Web API server for the hledger accounting tool | ||||||
| description: | | description: | | ||||||
|   This is a simple web API server for hledger data. |   This is a simple web API server for hledger data. | ||||||
| @ -27,8 +27,8 @@ data-files: | |||||||
| - doc/hledger-api.1.txt | - doc/hledger-api.1.txt | ||||||
| - doc/hledger-api.1.info | - doc/hledger-api.1.info | ||||||
| dependencies: | dependencies: | ||||||
| - hledger-lib ==0.28 | - hledger-lib >= 1.0 && < 1.1 | ||||||
| - hledger ==0.28 | - hledger >= 1.0 && < 1.1 | ||||||
| - base >=4 && <5 | - base >=4 && <5 | ||||||
| - aeson | - aeson | ||||||
| - bytestring | - bytestring | ||||||
| @ -51,6 +51,6 @@ executables: | |||||||
|   hledger-api: |   hledger-api: | ||||||
|     main: hledger-api.hs |     main: hledger-api.hs | ||||||
|     ghc-options: -threaded |     ghc-options: -threaded | ||||||
|     cpp-options: -DVERSION="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
| stability: alpha | stability: alpha | ||||||
| tested-with: GHC==7.10.3, GHC==8.0 | tested-with: GHC==7.10.3, GHC==8.0 | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger_csv" "5" "May 2016" "hledger 0.28dev" "hledger User Manuals" | .TH "hledger_csv" "5" "October 2016" "hledger 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger_csv.5.info,  Node: Top,  Up: (dir) | File: hledger_csv.5.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger_csv(5) hledger 0.28dev | hledger_csv(5) hledger 1.0 | ||||||
| ****************************** | ************************** | ||||||
| 
 | 
 | ||||||
| hledger can read CSV files, converting each CSV record into a journal | hledger can read CSV files, converting each CSV record into a journal | ||||||
| entry (transaction), if you provide some conversion hints in a "rules | entry (transaction), if you provide some conversion hints in a "rules | ||||||
| @ -211,21 +211,21 @@ order of same-day entries will be preserved, usually. | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top90 | Node: Top90 | ||||||
| Node: CSV RULES803 | Node: CSV RULES795 | ||||||
| Ref: #csv-rules909 | Ref: #csv-rules901 | ||||||
| Node: skip1152 | Node: skip1144 | ||||||
| Ref: #skip1248 | Ref: #skip1240 | ||||||
| Node: date-format1419 | Node: date-format1411 | ||||||
| Ref: #date-format1548 | Ref: #date-format1540 | ||||||
| Node: field list2057 | Node: field list2049 | ||||||
| Ref: #field-list2196 | Ref: #field-list2188 | ||||||
| Node: field assignment2891 | Node: field assignment2883 | ||||||
| Ref: #field-assignment3048 | Ref: #field-assignment3040 | ||||||
| Node: conditional block3553 | Node: conditional block3545 | ||||||
| Ref: #conditional-block3709 | Ref: #conditional-block3701 | ||||||
| Node: include4596 | Node: include4588 | ||||||
| Ref: #include4707 | Ref: #include4699 | ||||||
| Node: TIPS4938 | Node: TIPS4930 | ||||||
| Ref: #tips5022 | Ref: #tips5014 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -166,4 +166,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger 0.28dev                    May 2016                     hledger_csv(5) | hledger 1.0                      October 2016                   hledger_csv(5) | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| .\"t | .\"t | ||||||
| 
 | 
 | ||||||
| .TH "hledger_journal" "5" "May 2016" "hledger 0.28dev" "hledger User Manuals" | .TH "hledger_journal" "5" "October 2016" "hledger 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -758,8 +758,8 @@ include\ personal.journal | |||||||
| \f[] | \f[] | ||||||
| .fi | .fi | ||||||
| .PP | .PP | ||||||
| Prior to hledger 0.28, legacy \f[C]account\f[] and \f[C]end\f[] | Prior to hledger 1.0, legacy \f[C]account\f[] and \f[C]end\f[] spellings | ||||||
| spellings were also supported. | were also supported. | ||||||
| .SS Multi\-line comments | .SS Multi\-line comments | ||||||
| .PP | .PP | ||||||
| A line containing just \f[C]comment\f[] starts a multi\-line comment, | A line containing just \f[C]comment\f[] starts a multi\-line comment, | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger_journal.5.info,  Node: Top,  Up: (dir) | File: hledger_journal.5.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger_journal(5) hledger 0.28dev | hledger_journal(5) hledger 1.0 | ||||||
| ********************************** | ****************************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
| @ -788,8 +788,8 @@ end apply account | |||||||
| apply account personal | apply account personal | ||||||
| include personal.journal | include personal.journal | ||||||
| 
 | 
 | ||||||
|    Prior to hledger 0.28, legacy `account' and `end' spellings were |    Prior to hledger 1.0, legacy `account' and `end' spellings were also | ||||||
| also supported. | supported. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| File: hledger_journal.5.info,  Node: Multi-line comments,  Next: commodity directive,  Prev: apply account directive,  Up: Directives | File: hledger_journal.5.info,  Node: Multi-line comments,  Next: commodity directive,  Prev: apply account directive,  Up: Directives | ||||||
| @ -925,71 +925,71 @@ Text Wrangler     https://github.com/ledger/ledger/wiki/Editing-Ledger-files-wit | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top94 | Node: Top94 | ||||||
| Node: FILE FORMAT2292 | Node: FILE FORMAT2284 | ||||||
| Ref: #file-format2418 | Ref: #file-format2410 | ||||||
| Node: Transactions2577 | Node: Transactions2569 | ||||||
| Ref: #transactions2697 | Ref: #transactions2689 | ||||||
| Node: Dates3640 | Node: Dates3632 | ||||||
| Ref: #dates3768 | Ref: #dates3760 | ||||||
| Node: Simple dates3833 | Node: Simple dates3825 | ||||||
| Ref: #simple-dates3961 | Ref: #simple-dates3953 | ||||||
| Node: Secondary dates4325 | Node: Secondary dates4317 | ||||||
| Ref: #secondary-dates4481 | Ref: #secondary-dates4473 | ||||||
| Node: Posting dates6041 | Node: Posting dates6033 | ||||||
| Ref: #posting-dates6172 | Ref: #posting-dates6164 | ||||||
| Node: Account names7543 | Node: Account names7535 | ||||||
| Ref: #account-names7682 | Ref: #account-names7674 | ||||||
| Node: Amounts8167 | Node: Amounts8159 | ||||||
| Ref: #amounts8305 | Ref: #amounts8297 | ||||||
| Node: Virtual Postings10303 | Node: Virtual Postings10295 | ||||||
| Ref: #virtual-postings10464 | Ref: #virtual-postings10456 | ||||||
| Node: Balance Assertions11684 | Node: Balance Assertions11676 | ||||||
| Ref: #balance-assertions11848 | Ref: #balance-assertions11840 | ||||||
| Node: Assertions and ordering12670 | Node: Assertions and ordering12662 | ||||||
| Ref: #assertions-and-ordering12855 | Ref: #assertions-and-ordering12847 | ||||||
| Node: Assertions and commodities13886 | Node: Assertions and commodities13878 | ||||||
| Ref: #assertions-and-commodities14112 | Ref: #assertions-and-commodities14104 | ||||||
| Node: Assertions and subaccounts14804 | Node: Assertions and subaccounts14796 | ||||||
| Ref: #assertions-and-subaccounts15038 | Ref: #assertions-and-subaccounts15030 | ||||||
| Node: Assertions and virtual postings15560 | Node: Assertions and virtual postings15552 | ||||||
| Ref: #assertions-and-virtual-postings15769 | Ref: #assertions-and-virtual-postings15761 | ||||||
| Node: Prices15910 | Node: Prices15902 | ||||||
| Ref: #prices16042 | Ref: #prices16034 | ||||||
| Node: Transaction prices16093 | Node: Transaction prices16085 | ||||||
| Ref: #transaction-prices16238 | Ref: #transaction-prices16230 | ||||||
| Node: Market prices17845 | Node: Market prices17837 | ||||||
| Ref: #market-prices17980 | Ref: #market-prices17972 | ||||||
| Node: Comments18868 | Node: Comments18860 | ||||||
| Ref: #comments18990 | Ref: #comments18982 | ||||||
| Node: Tags20102 | Node: Tags20094 | ||||||
| Ref: #tags20220 | Ref: #tags20212 | ||||||
| Node: Directives21143 | Node: Directives21135 | ||||||
| Ref: #directives21258 | Ref: #directives21250 | ||||||
| Node: Account aliases21451 | Node: Account aliases21443 | ||||||
| Ref: #account-aliases21597 | Ref: #account-aliases21589 | ||||||
| Node: Basic aliases22199 | Node: Basic aliases22191 | ||||||
| Ref: #basic-aliases22344 | Ref: #basic-aliases22336 | ||||||
| Node: Regex aliases23032 | Node: Regex aliases23024 | ||||||
| Ref: #regex-aliases23202 | Ref: #regex-aliases23194 | ||||||
| Node: Multiple aliases23972 | Node: Multiple aliases23964 | ||||||
| Ref: #multiple-aliases24146 | Ref: #multiple-aliases24138 | ||||||
| Node: end aliases24642 | Node: end aliases24634 | ||||||
| Ref: #end-aliases24784 | Ref: #end-aliases24776 | ||||||
| Node: account directive24886 | Node: account directive24878 | ||||||
| Ref: #account-directive25068 | Ref: #account-directive25060 | ||||||
| Node: apply account directive25364 | Node: apply account directive25356 | ||||||
| Ref: #apply-account-directive25562 | Ref: #apply-account-directive25554 | ||||||
| Node: Multi-line comments26223 | Node: Multi-line comments26214 | ||||||
| Ref: #multi-line-comments26415 | Ref: #multi-line-comments26406 | ||||||
| Node: commodity directive26542 | Node: commodity directive26533 | ||||||
| Ref: #commodity-directive26728 | Ref: #commodity-directive26719 | ||||||
| Node: Default commodity27601 | Node: Default commodity27592 | ||||||
| Ref: #default-commodity27776 | Ref: #default-commodity27767 | ||||||
| Node: Default year28312 | Node: Default year28303 | ||||||
| Ref: #default-year28479 | Ref: #default-year28470 | ||||||
| Node: Including other files28902 | Node: Including other files28893 | ||||||
| Ref: #including-other-files29061 | Ref: #including-other-files29052 | ||||||
| Node: EDITOR SUPPORT29457 | Node: EDITOR SUPPORT29448 | ||||||
| Ref: #editor-support29577 | Ref: #editor-support29568 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -622,7 +622,7 @@ apply account personal | |||||||
| include personal.journal | include personal.journal | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| Prior to hledger 0.28, legacy `account` and `end` spellings were also supported. | Prior to hledger 1.0, legacy `account` and `end` spellings were also supported. | ||||||
| 
 | 
 | ||||||
| ### Multi-line comments | ### Multi-line comments | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -570,7 +570,7 @@ FILE FORMAT | |||||||
|               apply account personal |               apply account personal | ||||||
|               include personal.journal |               include personal.journal | ||||||
| 
 | 
 | ||||||
|        Prior to hledger 0.28, legacy account and end spellings were also  sup- |        Prior to hledger 1.0, legacy account and end spellings were  also  sup- | ||||||
|        ported. |        ported. | ||||||
| 
 | 
 | ||||||
|    Multi-line comments |    Multi-line comments | ||||||
| @ -697,4 +697,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger 0.28dev                    May 2016                 hledger_journal(5) | hledger 1.0                      October 2016               hledger_journal(5) | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger_timeclock" "5" "May 2016" "hledger 0.28dev" "hledger User Manuals" | .TH "hledger_timeclock" "5" "October 2016" "hledger 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger_timeclock.5.info,  Node: Top,  Up: (dir) | File: hledger_timeclock.5.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger_timeclock(5) hledger 0.28dev | hledger_timeclock(5) hledger 1.0 | ||||||
| ************************************ | ******************************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
|  | |||||||
| @ -79,4 +79,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger 0.28dev                    May 2016               hledger_timeclock(5) | hledger 1.0                      October 2016             hledger_timeclock(5) | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger_timedot" "5" "May 2016" "hledger 0.28dev" "hledger User Manuals" | .TH "hledger_timedot" "5" "October 2016" "hledger 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger_timedot.5.info,  Node: Top,  Up: (dir) | File: hledger_timedot.5.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger_timedot(5) hledger 0.28dev | hledger_timedot(5) hledger 1.0 | ||||||
| ********************************** | ****************************** | ||||||
| 
 | 
 | ||||||
| Timedot is a plain text format for logging dated, categorised quantities | Timedot is a plain text format for logging dated, categorised quantities | ||||||
| (eg time), supported by hledger. It is convenient for approximate and | (eg time), supported by hledger. It is convenient for approximate and | ||||||
| @ -115,7 +115,7 @@ $ hledger -f t.timedot --alias /\\./=: bal date:2016/2/4 | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top94 | Node: Top94 | ||||||
| Node: FILE FORMAT884 | Node: FILE FORMAT876 | ||||||
| Ref: #file-format987 | Ref: #file-format979 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -120,4 +120,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger 0.28dev                    May 2016                 hledger_timedot(5) | hledger 1.0                      October 2016               hledger_timedot(5) | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| 
 | 
 | ||||||
| name:           hledger-lib | name:           hledger-lib | ||||||
| version:        0.28 | version:        1.0 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance | category:       Finance | ||||||
| synopsis:       Core data types, parsers and functionality for the hledger accounting tools | synopsis:       Core data types, parsers and functionality for the hledger accounting tools | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name: hledger-lib | name: hledger-lib | ||||||
| version: '0.28' | version: '1.0' | ||||||
| synopsis: Core data types, parsers and functionality for the hledger accounting tools | synopsis: Core data types, parsers and functionality for the hledger accounting tools | ||||||
| description: | | description: | | ||||||
|   This is a reusable library containing hledger's core functionality. |   This is a reusable library containing hledger's core functionality. | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger\-ui" "1" "May 2016" "hledger\-ui 0.28dev" "hledger User Manuals" | .TH "hledger\-ui" "1" "October 2016" "hledger\-ui 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -210,6 +210,11 @@ If the tag value is a multi:level:account:name the new account name will | |||||||
| be "TAG:multi:level:account:name". | be "TAG:multi:level:account:name". | ||||||
| .RS | .RS | ||||||
| .RE | .RE | ||||||
|  | .TP | ||||||
|  | .B \f[C]\-\-anon\f[] | ||||||
|  | show anonymized accounts and payees | ||||||
|  | .RS | ||||||
|  | .RE | ||||||
| .SH KEYS | .SH KEYS | ||||||
| .PP | .PP | ||||||
| \f[C]?\f[] shows a help dialog listing all keys. | \f[C]?\f[] shows a help dialog listing all keys. | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ This is hledger-ui/doc/hledger-ui.1.info, produced by makeinfo version | |||||||
|  |  | ||||||
| File: hledger-ui.1.info,  Node: Top,  Up: (dir) | File: hledger-ui.1.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger-ui(1) hledger-ui 0.28dev | hledger-ui(1) hledger-ui 1.0 | ||||||
| ******************************** | **************************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
| @ -143,6 +143,9 @@ the data. | |||||||
|      If the tag value is a multi:level:account:name the new account |      If the tag value is a multi:level:account:name the new account | ||||||
|      name will be "TAG:multi:level:account:name". |      name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  | `--anon' | ||||||
|  |      show anonymized accounts and payees | ||||||
|  | 
 | ||||||
|  |  | ||||||
| File: hledger-ui.1.info,  Node: KEYS,  Next: SCREENS,  Prev: OPTIONS,  Up: Top | File: hledger-ui.1.info,  Node: KEYS,  Next: SCREENS,  Prev: OPTIONS,  Up: Top | ||||||
| 
 | 
 | ||||||
| @ -346,19 +349,19 @@ to cancel the reload attempt.) | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top88 | Node: Top88 | ||||||
| Node: OPTIONS831 | Node: OPTIONS823 | ||||||
| Ref: #options930 | Ref: #options922 | ||||||
| Node: KEYS3743 | Node: KEYS3786 | ||||||
| Ref: #keys3840 | Ref: #keys3883 | ||||||
| Node: SCREENS6241 | Node: SCREENS6284 | ||||||
| Ref: #screens6328 | Ref: #screens6371 | ||||||
| Node: Accounts screen6418 | Node: Accounts screen6461 | ||||||
| Ref: #accounts-screen6548 | Ref: #accounts-screen6591 | ||||||
| Node: Register screen8586 | Node: Register screen8629 | ||||||
| Ref: #register-screen8743 | Ref: #register-screen8786 | ||||||
| Node: Transaction screen10631 | Node: Transaction screen10674 | ||||||
| Ref: #transaction-screen10791 | Ref: #transaction-screen10834 | ||||||
| Node: Error screen11658 | Node: Error screen11701 | ||||||
| Ref: #error-screen11782 | Ref: #error-screen11825 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -137,6 +137,8 @@ OPTIONS | |||||||
|        tion.  If the tag value is a multi:level:account:name the  new  account |        tion.  If the tag value is a multi:level:account:name the  new  account | ||||||
|        name will be "TAG:multi:level:account:name". |        name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  |        --anon show anonymized accounts and payees | ||||||
|  | 
 | ||||||
| KEYS | KEYS | ||||||
|        ?  shows a help dialog listing all keys.  (Some of these also appear in |        ?  shows a help dialog listing all keys.  (Some of these also appear in | ||||||
|        the quick help at the bottom of each screen.) Press ? again (or ESCAPE, |        the quick help at the bottom of each screen.) Press ? again (or ESCAPE, | ||||||
| @ -346,4 +348,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger-ui 0.28dev                 May 2016                      hledger-ui(1) | hledger-ui 1.0                   October 2016                    hledger-ui(1) | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| 
 | 
 | ||||||
| name:           hledger-ui | name:           hledger-ui | ||||||
| version:        0.28 | version:        1.0 | ||||||
| stability:      beta | stability:      beta | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| synopsis:       Curses-style user interface for the hledger accounting tool | synopsis:       Curses-style user interface for the hledger accounting tool | ||||||
| @ -55,10 +55,10 @@ executable hledger-ui | |||||||
|   hs-source-dirs: |   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 |   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="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   build-depends: |   build-depends: | ||||||
|       hledger >= 0.28 && < 0.29 |       hledger >= 1.0 && < 1.1 | ||||||
|     , hledger-lib >= 0.28 && < 0.29 |     , hledger-lib >= 1.0 && < 1.1 | ||||||
|     , ansi-terminal >= 0.6.2.3 && < 0.7 |     , ansi-terminal >= 0.6.2.3 && < 0.7 | ||||||
|     , base >= 3 && < 5 |     , base >= 3 && < 5 | ||||||
|     , base-compat >= 0.8.1 |     , base-compat >= 0.8.1 | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name        : hledger-ui | name        : hledger-ui | ||||||
| version     : '0.28' | version     : '1.0' | ||||||
| synopsis    : Curses-style user interface for the hledger accounting tool | synopsis    : Curses-style user interface for the hledger accounting tool | ||||||
| description : | | description : | | ||||||
|   This is hledger's curses-style interface. |   This is hledger's curses-style interface. | ||||||
| @ -35,7 +35,7 @@ flags: | |||||||
|     description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal. |     description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal. | ||||||
|     manual: false |     manual: false | ||||||
|     default: false |     default: false | ||||||
| cpp-options: -DVERSION="0.28" | cpp-options: -DVERSION="1.0" | ||||||
| executables: | executables: | ||||||
|   hledger-ui: |   hledger-ui: | ||||||
|     source-dirs: . |     source-dirs: . | ||||||
| @ -48,8 +48,8 @@ executables: | |||||||
|       -fno-warn-type-defaults |       -fno-warn-type-defaults | ||||||
|       -fno-warn-orphans |       -fno-warn-orphans | ||||||
|     dependencies: |     dependencies: | ||||||
|       - hledger >= 0.28 && < 0.29 |       - hledger >= 1.0 && < 1.1 | ||||||
|       - hledger-lib >= 0.28 && < 0.29 |       - hledger-lib >= 1.0 && < 1.1 | ||||||
|       - ansi-terminal >= 0.6.2.3 && < 0.7 |       - ansi-terminal >= 0.6.2.3 && < 0.7 | ||||||
|       - base >= 3 && < 5 |       - base >= 3 && < 5 | ||||||
|       - base-compat >= 0.8.1 |       - base-compat >= 0.8.1 | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| 
 | 
 | ||||||
| .TH "hledger\-web" "1" "May 2016" "hledger\-web 0.28dev" "hledger User Manuals" | .TH "hledger\-web" "1" "October 2016" "hledger\-web 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -266,6 +266,11 @@ If the tag value is a multi:level:account:name the new account name will | |||||||
| be "TAG:multi:level:account:name". | be "TAG:multi:level:account:name". | ||||||
| .RS | .RS | ||||||
| .RE | .RE | ||||||
|  | .TP | ||||||
|  | .B \f[C]\-\-anon\f[] | ||||||
|  | show anonymized accounts and payees | ||||||
|  | .RS | ||||||
|  | .RE | ||||||
| .SH ENVIRONMENT | .SH ENVIRONMENT | ||||||
| .PP | .PP | ||||||
| \f[B]LEDGER_FILE\f[] The journal file path when not specified with | \f[B]LEDGER_FILE\f[] The journal file path when not specified with | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ version 4.8 from stdin. | |||||||
|  |  | ||||||
| File: hledger-web.1.info,  Node: Top,  Up: (dir) | File: hledger-web.1.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger-web(1) hledger-web 0.28dev | hledger-web(1) hledger-web 1.0 | ||||||
| ********************************** | ****************************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
| @ -186,11 +186,14 @@ before options as shown above. | |||||||
|      If the tag value is a multi:level:account:name the new account |      If the tag value is a multi:level:account:name the new account | ||||||
|      name will be "TAG:multi:level:account:name". |      name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  | `--anon' | ||||||
|  |      show anonymized accounts and payees | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top90 | Node: Top90 | ||||||
| Node: OPTIONS3005 | Node: OPTIONS2997 | ||||||
| Ref: #options3092 | Ref: #options3084 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -184,6 +184,8 @@ OPTIONS | |||||||
|        tion.   If  the tag value is a multi:level:account:name the new account |        tion.   If  the tag value is a multi:level:account:name the new account | ||||||
|        name will be "TAG:multi:level:account:name". |        name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  |        --anon show anonymized accounts and payees | ||||||
|  | 
 | ||||||
| ENVIRONMENT | ENVIRONMENT | ||||||
|        LEDGER_FILE The journal file path when not specified with -f.  Default: |        LEDGER_FILE The journal file path when not specified with -f.  Default: | ||||||
|        ~/.hledger.journal  (on  windows,  perhaps C:/Users/USER/.hledger.jour- |        ~/.hledger.journal  (on  windows,  perhaps C:/Users/USER/.hledger.jour- | ||||||
| @ -232,4 +234,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger-web 0.28dev                May 2016                     hledger-web(1) | hledger-web 1.0                  October 2016                   hledger-web(1) | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| 
 | 
 | ||||||
| name:           hledger-web | name:           hledger-web | ||||||
| version:        0.28 | version:        1.0 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance | category:       Finance | ||||||
| synopsis:       Web interface for the hledger accounting tool | synopsis:       Web interface for the hledger accounting tool | ||||||
| @ -125,10 +125,10 @@ flag threaded | |||||||
| 
 | 
 | ||||||
| library | library | ||||||
|     ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |     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="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     build-depends: |     build-depends: | ||||||
|           hledger-lib >=0.28 && <0.29 |           hledger-lib >= 1.0 && < 1.1 | ||||||
|         , hledger >=0.28 && <0.29 |         , hledger >= 1.0 && < 1.1 | ||||||
|         , base >=4 && <5 |         , base >=4 && <5 | ||||||
|         , base-compat >=0.8.1 |         , base-compat >=0.8.1 | ||||||
|         , blaze-html |         , blaze-html | ||||||
| @ -199,10 +199,10 @@ executable hledger-web | |||||||
|     hs-source-dirs: |     hs-source-dirs: | ||||||
|           app |           app | ||||||
|     ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |     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="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     build-depends: |     build-depends: | ||||||
|           hledger-lib >=0.28 && <0.29 |           hledger-lib >= 1.0 && < 1.1 | ||||||
|         , hledger >=0.28 && <0.29 |         , hledger >= 1.0 && < 1.1 | ||||||
|         , base >=4 && <5 |         , base >=4 && <5 | ||||||
|         , base-compat >=0.8.1 |         , base-compat >=0.8.1 | ||||||
|         , blaze-html |         , blaze-html | ||||||
| @ -234,7 +234,7 @@ executable hledger-web | |||||||
|         , yesod-static |         , yesod-static | ||||||
|         , json |         , json | ||||||
|         , parsec >=3 |         , parsec >=3 | ||||||
|         , hledger-web ==0.28 |         , hledger-web == 1.0 | ||||||
|     if flag(library-only) |     if flag(library-only) | ||||||
|         buildable: False |         buildable: False | ||||||
|     if flag(threaded) |     if flag(threaded) | ||||||
| @ -264,10 +264,10 @@ test-suite test | |||||||
|     hs-source-dirs: |     hs-source-dirs: | ||||||
|           tests |           tests | ||||||
|     ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |     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="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     build-depends: |     build-depends: | ||||||
|           hledger-lib >=0.28 && <0.29 |           hledger-lib >= 1.0 && < 1.1 | ||||||
|         , hledger >=0.28 && <0.29 |         , hledger >= 1.0 && < 1.1 | ||||||
|         , base >=4 && <5 |         , base >=4 && <5 | ||||||
|         , base-compat >=0.8.1 |         , base-compat >=0.8.1 | ||||||
|         , blaze-html |         , blaze-html | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name: hledger-web | name: hledger-web | ||||||
| version: '0.28' | version: '1.0' | ||||||
| synopsis: Web interface for the hledger accounting tool | synopsis: Web interface for the hledger accounting tool | ||||||
| description: | | description: | | ||||||
|   This is hledger's web interface. |   This is hledger's web interface. | ||||||
| @ -60,8 +60,8 @@ flags: | |||||||
|     manual: false |     manual: false | ||||||
|     default: false |     default: false | ||||||
| dependencies: | dependencies: | ||||||
| - hledger-lib >=0.28 && <0.29 | - hledger-lib >= 1.0 && < 1.1 | ||||||
| - hledger >=0.28 && <0.29 | - hledger >= 1.0 && < 1.1 | ||||||
| - base >=4 && <5 | - base >=4 && <5 | ||||||
| - base-compat >=0.8.1 | - base-compat >=0.8.1 | ||||||
| - blaze-html | - blaze-html | ||||||
| @ -100,7 +100,7 @@ ghc-options: | |||||||
| - -fno-warn-type-defaults | - -fno-warn-type-defaults | ||||||
| - -fno-warn-orphans | - -fno-warn-orphans | ||||||
| library: | library: | ||||||
|   cpp-options: -DVERSION="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   exposed-modules: |   exposed-modules: | ||||||
|   - Application |   - Application | ||||||
|   - Foundation |   - Foundation | ||||||
| @ -139,10 +139,10 @@ executables: | |||||||
|   hledger-web: |   hledger-web: | ||||||
|     main: main.hs |     main: main.hs | ||||||
|     source-dirs: app |     source-dirs: app | ||||||
|     cpp-options: -DVERSION="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     dependencies: |     dependencies: | ||||||
|     - parsec >=3 |     - parsec >=3 | ||||||
|     - hledger-web ==0.28 |     - hledger-web == 1.0 | ||||||
|     when: |     when: | ||||||
|     - condition: flag(library-only) |     - condition: flag(library-only) | ||||||
|       buildable: false |       buildable: false | ||||||
| @ -167,7 +167,7 @@ tests: | |||||||
|   test: |   test: | ||||||
|     main: main.hs |     main: main.hs | ||||||
|     source-dirs: tests |     source-dirs: tests | ||||||
|     cpp-options: -DVERSION="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     dependencies: |     dependencies: | ||||||
|     - hledger-web |     - hledger-web | ||||||
|     - hspec |     - hspec | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| .\"t | .\"t | ||||||
| 
 | 
 | ||||||
| .TH "hledger" "1" "May 2016" "hledger 0.28dev" "hledger User Manuals" | .TH "hledger" "1" "October 2016" "hledger 1.0" "hledger User Manuals" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -388,6 +388,11 @@ If the tag value is a multi:level:account:name the new account name will | |||||||
| be "TAG:multi:level:account:name". | be "TAG:multi:level:account:name". | ||||||
| .RS | .RS | ||||||
| .RE | .RE | ||||||
|  | .TP | ||||||
|  | .B \f[C]\-\-anon\f[] | ||||||
|  | show anonymized accounts and payees | ||||||
|  | .RS | ||||||
|  | .RE | ||||||
| .SS Multiple files | .SS Multiple files | ||||||
| .PP | .PP | ||||||
| You can specify multiple \f[C]\-f/\-\-file\ FILE\f[] options. | You can specify multiple \f[C]\-f/\-\-file\ FILE\f[] options. | ||||||
|  | |||||||
| @ -4,8 +4,8 @@ from stdin. | |||||||
|  |  | ||||||
| File: hledger.1.info,  Node: Top,  Up: (dir) | File: hledger.1.info,  Node: Top,  Up: (dir) | ||||||
| 
 | 
 | ||||||
| hledger(1) hledger 0.28dev | hledger(1) hledger 1.0 | ||||||
| ************************** | ********************** | ||||||
| 
 | 
 | ||||||
| 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 | ||||||
| @ -288,6 +288,9 @@ cur:\\\\$'. | |||||||
|      If the tag value is a multi:level:account:name the new account |      If the tag value is a multi:level:account:name the new account | ||||||
|      name will be "TAG:multi:level:account:name". |      name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  | `--anon' | ||||||
|  |      show anonymized accounts and payees | ||||||
|  | 
 | ||||||
| * Menu: | * Menu: | ||||||
| 
 | 
 | ||||||
| * Multiple files:: | * Multiple files:: | ||||||
| @ -2107,99 +2110,99 @@ in hledger add. | |||||||
|  |  | ||||||
| Tag Table: | Tag Table: | ||||||
| Node: Top82 | Node: Top82 | ||||||
| Node: EXAMPLES1881 | Node: EXAMPLES1873 | ||||||
| Ref: #examples1983 | Ref: #examples1975 | ||||||
| Node: OPTIONS3987 | Node: OPTIONS3979 | ||||||
| Ref: #options4091 | Ref: #options4083 | ||||||
| Node: Multiple files8965 | Node: Multiple files9008 | ||||||
| Ref: #multiple-files9090 | Ref: #multiple-files9133 | ||||||
| Node: Repeated options9355 | Node: Repeated options9398 | ||||||
| Ref: #repeated-options9507 | Ref: #repeated-options9550 | ||||||
| Node: Depth limiting9627 | Node: Depth limiting9670 | ||||||
| Ref: #depth-limiting9772 | Ref: #depth-limiting9815 | ||||||
| Node: Smart dates9973 | Node: Smart dates10016 | ||||||
| Ref: #smart-dates10112 | Ref: #smart-dates10155 | ||||||
| Node: Report intervals11109 | Node: Report intervals11152 | ||||||
| Ref: #report-intervals11262 | Ref: #report-intervals11305 | ||||||
| Node: Period expressions11598 | Node: Period expressions11641 | ||||||
| Ref: #period-expressions11763 | Ref: #period-expressions11806 | ||||||
| Node: Regular expressions14098 | Node: Regular expressions14141 | ||||||
| Ref: #regular-expressions14240 | Ref: #regular-expressions14283 | ||||||
| Node: QUERIES15723 | Node: QUERIES15766 | ||||||
| Ref: #queries15827 | Ref: #queries15870 | ||||||
| Node: COMMANDS19466 | Node: COMMANDS19509 | ||||||
| Ref: #commands19580 | Ref: #commands19623 | ||||||
| Node: accounts20253 | Node: accounts20296 | ||||||
| Ref: #accounts20353 | Ref: #accounts20396 | ||||||
| Node: activity21335 | Node: activity21378 | ||||||
| Ref: #activity21447 | Ref: #activity21490 | ||||||
| Node: add21806 | Node: add21849 | ||||||
| Ref: #add21907 | Ref: #add21950 | ||||||
| Node: balance24566 | Node: balance24609 | ||||||
| Ref: #balance24679 | Ref: #balance24722 | ||||||
| Node: Flat mode27652 | Node: Flat mode27695 | ||||||
| Ref: #flat-mode27779 | Ref: #flat-mode27822 | ||||||
| Node: Depth limited balance reports28198 | Node: Depth limited balance reports28241 | ||||||
| Ref: #depth-limited-balance-reports28401 | Ref: #depth-limited-balance-reports28444 | ||||||
| Node: Multicolumn balance reports28822 | Node: Multicolumn balance reports28865 | ||||||
| Ref: #multicolumn-balance-reports29024 | Ref: #multicolumn-balance-reports29067 | ||||||
| Node: Market value33673 | Node: Market value33716 | ||||||
| Ref: #market-value33837 | Ref: #market-value33880 | ||||||
| Node: Custom balance output34330 | Node: Custom balance output34373 | ||||||
| Ref: #custom-balance-output34503 | Ref: #custom-balance-output34546 | ||||||
| Node: Output destination36607 | Node: Output destination36650 | ||||||
| Ref: #output-destination36772 | Ref: #output-destination36815 | ||||||
| Node: CSV output37042 | Node: CSV output37085 | ||||||
| Ref: #csv-output37161 | Ref: #csv-output37204 | ||||||
| Node: balancesheet37558 | Node: balancesheet37601 | ||||||
| Ref: #balancesheet37686 | Ref: #balancesheet37729 | ||||||
| Node: cashflow38338 | Node: cashflow38381 | ||||||
| Ref: #cashflow38455 | Ref: #cashflow38498 | ||||||
| Node: help39145 | Node: help39188 | ||||||
| Ref: #help39257 | Ref: #help39300 | ||||||
| Node: incomestatement40094 | Node: incomestatement40137 | ||||||
| Ref: #incomestatement40224 | Ref: #incomestatement40267 | ||||||
| Node: info40951 | Node: info40994 | ||||||
| Ref: #info41058 | Ref: #info41101 | ||||||
| Node: man41420 | Node: man41463 | ||||||
| Ref: #man41517 | Ref: #man41560 | ||||||
| Node: print41920 | Node: print41963 | ||||||
| Ref: #print42025 | Ref: #print42068 | ||||||
| Node: register43371 | Node: register43414 | ||||||
| Ref: #register43484 | Ref: #register43527 | ||||||
| Node: Custom register output47976 | Node: Custom register output48019 | ||||||
| Ref: #custom-register-output48107 | Ref: #custom-register-output48150 | ||||||
| Node: stats49404 | Node: stats49447 | ||||||
| Ref: #stats49510 | Ref: #stats49553 | ||||||
| Node: test50386 | Node: test50429 | ||||||
| Ref: #test50473 | Ref: #test50516 | ||||||
| Node: ADD-ON COMMANDS50840 | Node: ADD-ON COMMANDS50883 | ||||||
| Ref: #add-on-commands50976 | Ref: #add-on-commands51019 | ||||||
| Node: api52264 | Node: api52307 | ||||||
| Ref: #api52356 | Ref: #api52399 | ||||||
| Node: autosync52390 | Node: autosync52433 | ||||||
| Ref: #autosync52505 | Ref: #autosync52548 | ||||||
| Node: diff54820 | Node: diff54863 | ||||||
| Ref: #diff54930 | Ref: #diff54973 | ||||||
| Node: equity55594 | Node: equity55637 | ||||||
| Ref: #equity55708 | Ref: #equity55751 | ||||||
| Node: interest57036 | Node: interest57079 | ||||||
| Ref: #interest57153 | Ref: #interest57196 | ||||||
| Node: irr60237 | Node: irr60280 | ||||||
| Ref: #irr60350 | Ref: #irr60393 | ||||||
| Node: print-unique62725 | Node: print-unique62768 | ||||||
| Ref: #print-unique62855 | Ref: #print-unique62898 | ||||||
| Node: rewrite63113 | Node: rewrite63156 | ||||||
| Ref: #rewrite63232 | Ref: #rewrite63275 | ||||||
| Node: ui63761 | Node: ui63804 | ||||||
| Ref: #ui63861 | Ref: #ui63904 | ||||||
| Node: web63902 | Node: web63945 | ||||||
| Ref: #web63990 | Ref: #web64033 | ||||||
| Node: TROUBLESHOOTING64023 | Node: TROUBLESHOOTING64066 | ||||||
| Ref: #troubleshooting64142 | Ref: #troubleshooting64185 | ||||||
| Node: Run-time problems64196 | Node: Run-time problems64239 | ||||||
| Ref: #run-time-problems64339 | Ref: #run-time-problems64382 | ||||||
| Node: Known limitations66283 | Node: Known limitations66326 | ||||||
| Ref: #known-limitations66426 | Ref: #known-limitations66469 | ||||||
|  |  | ||||||
| End Tag Table | End Tag Table | ||||||
|  | |||||||
| @ -267,6 +267,8 @@ OPTIONS | |||||||
|        tion.  If the tag value is a multi:level:account:name the  new  account |        tion.  If the tag value is a multi:level:account:name the  new  account | ||||||
|        name will be "TAG:multi:level:account:name". |        name will be "TAG:multi:level:account:name". | ||||||
| 
 | 
 | ||||||
|  |        --anon show anonymized accounts and payees | ||||||
|  | 
 | ||||||
|    Multiple files |    Multiple files | ||||||
|        You  can specify multiple -f/--file FILE options.  This is like combin- |        You  can specify multiple -f/--file FILE options.  This is like combin- | ||||||
|        ing all the files into one, except they  can  have  different  formats. |        ing all the files into one, except they  can  have  different  formats. | ||||||
| @ -339,7 +341,6 @@ OPTIONS | |||||||
| 
 | 
 | ||||||
|        -p "1/1 4/1" |        -p "1/1 4/1" | ||||||
|        -p "january-apr" |        -p "january-apr" | ||||||
| 
 |  | ||||||
|        -p "this year to 4/1" |        -p "this year to 4/1" | ||||||
| 
 | 
 | ||||||
|        If you specify only one date, the missing start or end date will be the |        If you specify only one date, the missing start or end date will be the | ||||||
| @ -1801,4 +1802,4 @@ SEE ALSO | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| hledger 0.28dev                    May 2016                         hledger(1) | hledger 1.0                      October 2016                       hledger(1) | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| 
 | 
 | ||||||
| name:           hledger | name:           hledger | ||||||
| version:        0.28 | version:        1.0 | ||||||
| stability:      stable | stability:      stable | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| synopsis:       Command-line interface for the hledger accounting tool | synopsis:       Command-line interface for the hledger accounting tool | ||||||
| @ -80,7 +80,7 @@ flag threaded | |||||||
| 
 | 
 | ||||||
| library | library | ||||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |   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="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   build-depends: |   build-depends: | ||||||
|       base >=4.3 && <5 |       base >=4.3 && <5 | ||||||
|     , base-compat >=0.8.1 |     , base-compat >=0.8.1 | ||||||
| @ -91,7 +91,7 @@ library | |||||||
|     , process |     , process | ||||||
|     , temporary |     , temporary | ||||||
|     , tabular >=0.2 && <0.3 |     , tabular >=0.2 && <0.3 | ||||||
|     , hledger-lib ==0.28 |     , hledger-lib ==1.0 | ||||||
|     , bytestring |     , bytestring | ||||||
|     , containers |     , containers | ||||||
|     , unordered-containers |     , unordered-containers | ||||||
| @ -163,7 +163,7 @@ executable hledger | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       app |       app | ||||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |   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="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   build-depends: |   build-depends: | ||||||
|       base >=4.3 && <5 |       base >=4.3 && <5 | ||||||
|     , base-compat >=0.8.1 |     , base-compat >=0.8.1 | ||||||
| @ -174,8 +174,8 @@ executable hledger | |||||||
|     , process |     , process | ||||||
|     , temporary |     , temporary | ||||||
|     , tabular >=0.2 && <0.3 |     , tabular >=0.2 && <0.3 | ||||||
|     , hledger-lib ==0.28 |     , hledger-lib >= 1.0 && < 1.1 | ||||||
|     , hledger ==0.28 |     , hledger >= 1.0 && < 1.1 | ||||||
|     , bytestring |     , bytestring | ||||||
|     , containers |     , containers | ||||||
|     , unordered-containers |     , unordered-containers | ||||||
| @ -224,7 +224,7 @@ test-suite test | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       test |       test | ||||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |   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="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   build-depends: |   build-depends: | ||||||
|       base >=4.3 && <5 |       base >=4.3 && <5 | ||||||
|     , base-compat >=0.8.1 |     , base-compat >=0.8.1 | ||||||
| @ -235,7 +235,7 @@ test-suite test | |||||||
|     , process |     , process | ||||||
|     , temporary |     , temporary | ||||||
|     , tabular >=0.2 && <0.3 |     , tabular >=0.2 && <0.3 | ||||||
|     , hledger-lib ==0.28 |     , hledger-lib ==1.0 | ||||||
|     , hledger |     , hledger | ||||||
|     , bytestring |     , bytestring | ||||||
|     , containers |     , containers | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| name: hledger | name: hledger | ||||||
| version: '0.28' | version: '1.0' | ||||||
| synopsis: Command-line interface for the hledger accounting tool | synopsis: Command-line interface for the hledger accounting tool | ||||||
| description: | | description: | | ||||||
|   This is hledger's command-line interface. |   This is hledger's command-line interface. | ||||||
| @ -80,7 +80,7 @@ ghc-options: | |||||||
| - -fno-warn-type-defaults | - -fno-warn-type-defaults | ||||||
| - -fno-warn-orphans | - -fno-warn-orphans | ||||||
| library: | library: | ||||||
|   cpp-options: -DVERSION="0.28" |   cpp-options: -DVERSION="1.0" | ||||||
|   exposed-modules: |   exposed-modules: | ||||||
|   - Hledger.Cli |   - Hledger.Cli | ||||||
|   - Hledger.Cli.Main |   - Hledger.Cli.Main | ||||||
| @ -104,7 +104,7 @@ library: | |||||||
|   - Hledger.Cli.Stats |   - Hledger.Cli.Stats | ||||||
|   - Text.Tabular.AsciiWide |   - Text.Tabular.AsciiWide | ||||||
|   dependencies: |   dependencies: | ||||||
|   - hledger-lib ==0.28 |   - hledger-lib ==1.0 | ||||||
|   - bytestring |   - bytestring | ||||||
|   - containers |   - containers | ||||||
|   - unordered-containers |   - unordered-containers | ||||||
| @ -152,10 +152,10 @@ executables: | |||||||
|   hledger: |   hledger: | ||||||
|     main: hledger-cli.hs |     main: hledger-cli.hs | ||||||
|     source-dirs: app |     source-dirs: app | ||||||
|     cpp-options: -DVERSION="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     dependencies: |     dependencies: | ||||||
|     - hledger-lib ==0.28 |     - hledger-lib >= 1.0 && < 1.1 | ||||||
|     - hledger ==0.28 |     - hledger >= 1.0 && < 1.1 | ||||||
|     - bytestring |     - bytestring | ||||||
|     - containers |     - containers | ||||||
|     - unordered-containers |     - unordered-containers | ||||||
| @ -203,9 +203,9 @@ tests: | |||||||
|   test: |   test: | ||||||
|     main: test.hs |     main: test.hs | ||||||
|     source-dirs: test |     source-dirs: test | ||||||
|     cpp-options: -DVERSION="0.28" |     cpp-options: -DVERSION="1.0" | ||||||
|     dependencies: |     dependencies: | ||||||
|     - hledger-lib ==0.28 |     - hledger-lib ==1.0 | ||||||
|     - hledger |     - hledger | ||||||
|     - bytestring |     - bytestring | ||||||
|     - containers |     - containers | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user