Simon Michael
6072f2a8f4
doc: update generated doc files
2016-12-31 11:23:53 -08:00
Simon Michael
14c8e4d8f7
bump version to 1.1
2016-12-31 07:54:47 -08:00
Simon Michael
7ad31e65a1
ui: comment
2016-12-31 07:54:47 -08:00
Simon Michael
a1555ce964
Revert "Adding "--value"/"-V" option for balancesheet/incomestatement/cashflow and register ( #361 )"
...
This reverts commit b935cd2243
.
2016-12-31 07:54:47 -08:00
Justin Le
b935cd2243
Adding "--value"/"-V" option for balancesheet/incomestatement/cashflow and register ( #361 )
...
* Added --value options for specialized balance ouputs balancesheet, incomestatement, cashflow
* --value option for 'register' command
lib: postingsValue to convert posting amounts to market value
2016-12-31 07:48:17 -08:00
Nikolay Orlyuk
419f5f2a2a
Fix hledger-equity ( #456 )
...
* extra: hledger-equity: adapt to new BalanceReport
Make it compatible with change from 974b1e3be
* extra: hledger-equity: valid multi-commodity posts
2016-12-31 07:31:01 -08:00
Simon Michael
37632a3283
ui: small change to --watch, ignore file add/remove events
2016-12-30 20:01:34 -08:00
Simon Michael
48fa4afc96
ui: doc: note --watch weaknesses under stress in BUGS
2016-12-30 20:01:34 -08:00
Simon Michael
04557613b1
fix Shake.hs
2016-12-30 15:43:47 -08:00
Simon Michael
eaadc927a7
tools: fix ugly warnings after using multiple cabal versions
2016-12-30 14:36:28 -08:00
Simon Michael
3bfc5f7743
tools: build shake threaded for entr
2016-12-30 14:36:27 -08:00
Simon Michael
78f0c403fb
doc: update generated docs
2016-12-30 14:36:27 -08:00
Simon Michael
701fb5496f
doc, cli: improvements for -B, -V, prices docs #403
2016-12-30 14:36:27 -08:00
Simon Michael
a5992c38a8
update market price tests #403 #453
2016-12-30 14:36:27 -08:00
Simon Michael
2b05970781
lib: report end date fix #403 #453
2016-12-30 14:36:27 -08:00
Simon Michael
66fcd0d4b2
lib: show report end date in debug output #403 #453
2016-12-30 14:36:15 -08:00
Simon Michael
1866d2375d
bal: with same-date market prices, use the last parsed not the highest price #403 #453
2016-12-30 11:46:13 -08:00
Simon Michael
a57c1bde08
bal: with -V, don't ignore market prices in the future #453
2016-12-30 11:46:13 -08:00
Simon Michael
7dcfcb05ec
lib: get effective report start/end dates
2016-12-30 11:46:13 -08:00
Simon Michael
ce8046bdb4
lib: add some debug output for market prices ( #453 )
2016-12-30 11:15:03 -08:00
Simon Michael
547e6d5438
doc: journal: clarify market prices ( #403 )
2016-12-29 12:39:39 -08:00
Simon Michael
fa431f9544
doc: cli: add a new section on report start/end dates ( #403 )
...
and more linkage among the cli date docs.
2016-12-29 12:39:16 -08:00
Simon Michael
1930213407
tools: just run Shake.hs to compile it
2016-12-29 11:33:34 -08:00
Simon Michael
eaf8853a9f
tools: hakyll isn't in lts 7, use nightly for hakyll-std
...
Also compile it when run interpreted.
2016-12-29 11:33:34 -08:00
Simon Michael
ff6ca9cc43
stack: bump recommended snapshots to latest lts versions
2016-12-29 11:33:34 -08:00
Simon Michael
264e81c430
lib: applyN comment
2016-12-29 11:33:34 -08:00
Simon Michael
f84324682e
lib: fix a doctest in Hledger.Data.Dates
2016-12-29 11:33:33 -08:00
Simon Michael
90f440fdc4
site: devguide: update sandstorm links
2016-12-29 07:30:40 -08:00
Simon Michael
bc70fe96dc
site: devguide: more github tweaks
2016-12-29 06:15:38 -08:00
Simon Michael
aff8b4bdf5
site: devguide: issue/PR throughput graph from waffle.io
2016-12-29 05:54:32 -08:00
Simon Michael
654aceee3d
site: devguide: update github stars ranking
2016-12-29 05:53:38 -08:00
Simon Michael
3b98cf373a
site: home: restore bountysource widget
2016-12-27 11:25:46 -08:00
Simon Michael
0e6808ab6a
site: home: update gratipay widget, hledger is now registered there
2016-12-27 11:22:31 -08:00
Simon Michael
eab60892d3
Revert "site: download: --resolver=nightly is unneeded"
...
This reverts commit 885d3778fc
.
2016-12-26 05:48:51 -08:00
Simon Michael
885d3778fc
site: download: --resolver=nightly is unneeded
2016-12-22 17:16:20 -08:00
Simon Michael
6edb86e33e
doc: changelog tweaks
2016-12-20 09:30:32 -08:00
Shubham Lagwankar
37b7ebfe22
use isSpace in lstrip ( #441 )
2016-12-20 09:29:12 -08:00
Simon Michael
282e85c602
doc: update release notes
2016-12-10 08:40:29 -08:00
Simon Michael
47ca1965b2
doc: document balance assignments ( #438 )
2016-12-10 08:03:56 -08:00
Simon Michael
fe58ef7946
lib: fix typo breaking tests ( #438 )
2016-12-10 07:13:17 -08:00
Johannes Gerer
45401e538e
Balance Assignments and accounts resetting ( #438 )
...
* Changed behavior of `readJournalFiles` to be identical to `readJournalFile` for singleton lists
* Balance Assertions have to be simple Amounts
* Add 'isAssignment' and 'assignmentPostings' to Hledger.Data.Posting and Transaction
* Implemented 'balanceTransactionUpdate', a more general version of 'balanceTransaction' that takes an update function
* Fixed test cases.
* Implemented balance assignment ("resetting a balance")
* Add assertions to show function
* updated the comments
* numbering is not needed in journalCheckBalanceAssertions
* remove prices before balance checks
* rename functions
2016-12-10 07:04:48 -08:00
Johannes Gerer
74502f7e50
more general parser types enabling reuse outside of IO ( #439 )
2016-12-09 15:57:17 -08:00
Simon Michael
31e4f538c0
ui: the A key runs hledger-iadd (if available)
2016-12-08 13:18:56 -08:00
Simon Michael
7483be02fa
ui: doc: remove obsolete limitation text
2016-12-07 15:37:54 -08:00
Simon Michael
3c4cb4eeeb
ui: --watch: track date only when a standard period is in effect
2016-12-07 15:19:36 -08:00
Simon Michael
6aeaee17f5
ui: clarify docs of some period functions
2016-12-07 14:54:23 -08:00
Simon Michael
91c524b600
ui: allow brick 0.15, vty 5.14
2016-12-07 14:17:23 -08:00
Simon Michael
00e2a8a327
lib: note a problem with dbg*IO
2016-12-07 07:59:48 -08:00
Johannes Gerer
2e8e67aa09
Changed behavior of readJournalFiles
to be identical to readJournalFile
for singleton lists ( #437 )
2016-12-07 07:59:24 -08:00
Simon Michael
eac2ff0ea7
ui: make --watch work on the error screen too
2016-12-02 15:37:18 -08:00