Commit Graph

5018 Commits

Author SHA1 Message Date
Simon Michael
fc9f4fedc6 travis: require the build to be warning-free #520 2017-03-21 08:59:57 +00:00
Joshua Kehn
4f00925ad5 [TEST] Add balance/cashflow/incomestatement shelltest
These pass the current version of hledger available on homebrew and
cover the bug reported in #514 and fixed in #515.
2017-03-20 10:04:28 -04:00
Justin Le
34a2c8e7e6 fixed warning in BalanceView.hs 2017-03-18 10:40:03 +00:00
Justin Le
f5a530d620 bugfix for #514, is and cf are now period reports, and bs, as a snapshot report, is treated as a special case 2017-03-18 10:40:03 +00:00
Simon Michael
3dab20c654 finance: I think those expenses are from gratipay's bank 2017-03-16 17:46:03 +00:00
Simon Michael
e5343ad6d3 examples: xpensetracker csv rules 2017-03-16 17:45:22 +00:00
Peter Simons
e2c8a6ae42 Use more accurate license tag in Cabal file. 2017-03-15 23:07:57 +00:00
Simon Michael
3c13da3ca2 update cabal files to hpack 0.17.0/stack 1.4 format #512 2017-03-15 23:04:35 +00:00
Simon Michael
7af53ff6b3 dogfooding! start tracking project finances
[ci skip]
2017-03-15 09:44:28 +00:00
Simon Michael
7b4e11babe doc: drop old org notes
[ci skip]
2017-03-10 10:42:02 +00:00
Simon Michael
02335f647e site: home: comments
[ci skip]
2017-03-10 10:41:46 +00:00
Simon Michael
9d7721bb59 site: home: github/donate link tweaks
[ci skip]
2017-03-07 00:11:50 +00:00
Simon Michael
ebc2409838 site: home: opencollective backers/sponsors badges
[ci skip]
2017-03-06 23:44:24 +00:00
Simon Michael
d4014318c3 site: home: opencollective link, simpler gratipay link
[ci skip]
2017-03-06 17:19:58 +00:00
Simon Michael
95833d6b7d site: devguide: move forks link
[ci skip]
2017-03-06 16:32:16 +00:00
Simon Michael
eba0835ad8 site: devguide: better bounty links
Links to find
(a) issues with bountysource bounties (fragile)
(b) issues with codemill bounties
(c) issues with the bounty tag, which should be applied to issues with any kind of bounty
2017-03-06 16:30:32 +00:00
Simon Michael
506ddcbc3c site: devguide: link bountysource/codemill bounties; clarify stars ranking 2017-03-06 16:01:09 +00:00
Simon Michael
b3c8bb8543 update stack.yaml, lts-8.* is needed for osx sierra 2017-02-22 17:21:42 +00:00
Steven R. Baker
75e169d369 Add missing assrt param to documentation.
I was working through the documentation, and this wouldn't work as-is. I noticed that there is an additional argument `assrt` which is not used here. Passing `True` causes this example to work.
2017-02-11 12:08:33 -08:00
Simon Michael
93cec2e558 examples: tarsnap csv rule fixes
[ci skip]
2017-02-10 18:18:32 -08:00
Simon Michael
deeb10d673 examples: add tarsnap reporting example 2017-02-10 17:57:34 -08:00
Simon Michael
7e2487a4dc examples: tarsnap csv rules 2017-02-10 17:45:20 -08:00
Simon Michael
ea1f19c71e lib: csv: refactor, allow writing different rules text 2017-02-06 02:34:18 -08:00
Simon Michael
9cfb7bf6af lib: update readJournalFromCsv doc 2017-02-06 01:45:32 -08:00
Simon Michael
7dd34d71b5 ui: transaction: fix pattern match failure when pressing E (fixes #508) 2017-02-05 12:00:45 -08:00
Justin Le
600132445c documentation changed to reflect new bs/is/cf and -V behavior 2017-02-04 16:38:18 -08:00
Justin Le
b41d11c6e9 documentation and cleanup for BalanceView 2017-02-04 16:38:18 -08:00
Justin Le
9d817e2d47 hledger-ui command line arguments and documentation edited to reflect new command structure (-V is global command) 2017-02-04 16:38:18 -08:00
Justin Le
5ef30d1d4d full documentation of new command structure 2017-02-04 16:38:18 -08:00
Justin Le
bc67c2a769 fixed small regression in number of newlines at the end of incomestatement, balancesheet, cashflow outputs 2017-02-04 16:38:18 -08:00
Justin Le
baf232d3d9 moved -V/--value to be a global report option, so it works with balance, print, register, balancesheet, incomestatement, cashflow, etc. 2017-02-04 16:38:18 -08:00
Justin Le
f47df67167 mapping function over journal amounts 2017-02-04 16:38:18 -08:00
Justin Le
573eda15e6 support all single-column balance features for balancesheet/incomestatement/cashflow 2017-02-04 16:38:18 -08:00
Justin Le
321ace107e BalanceView system implemented for incomestatement and cashflow 2017-02-04 16:38:18 -08:00
Justin Le
a6f98f1170 abstracting over balancesheet, incomestatement, and cashflow with BalanceView 2017-02-04 16:38:18 -08:00
Simon Michael
2e2a34261f stack: bump to latest lts & extra deps 2017-02-04 16:32:03 -08:00
Simon Michael
58c89127f8 ui: allow text-zipper 0.10 2017-02-04 16:32:03 -08:00
Simon Michael
fa388257d9 add MarketPrice module to other cabal sections #505 2017-02-04 16:32:03 -08:00
Justin Le
6bccb847d5 Added a simple 'showMarketPrice' function to show market price directives in a journal-compatible way (#505)
* added showMarketPrice and Hledger.Data.MarketPrice module

* showMarketPrice implemented using showDate

* attempted to add tests to Hledger.Data.MarketPrice

* moved MarketPrice test to Hledger.Read.JournalReader; fixed documentation on MarketPrice; added MarketPrice module to package.yaml
2017-02-03 18:20:00 -08:00
Simon Michael
3564c929e1 addons: fix compilation of rewrite by bin/compile.sh 2017-02-02 11:48:09 -08:00
Simon Michael
e7421eb31c doc: misc tweaks 2017-02-02 11:47:36 -08:00
Simon Michael
046b443da5 doc: cookbook: prices example 2017-02-02 11:46:25 -08:00
Simon Michael
a30583f6a1 allow megaparsec 5.2 #503 2017-02-01 16:24:37 -08:00
Simon Michael
761d912324 doc: docs page, cookbook tweaks 2017-02-01 16:24:37 -08:00
Bryan Richter
4890d2bf90 Escape account names (#499)
Fixes #498.
2017-01-30 09:17:18 -08:00
Simon Michael
7c5b97816e doc: cookbook: journal starting and version control recipes 2017-01-26 14:19:59 -08:00
Simon Michael
0395543719 doc: journal: market price doc tweak 2017-01-26 14:19:23 -08:00
Simon Michael
00a22792ff tools: fix gitignore of generated manuals 2017-01-26 11:54:59 -08:00
Simon Michael
d4654d46af doc: cookbook tweaks, simpler titles
Also drop the main heading from the big manual again,
it disrupted the TOC style.

[ci skip]
2017-01-26 09:51:14 -08:00
Simon Michael
4d91013182 doc: add main heading to combined manual & cookbook
[ci skip]
2017-01-26 09:51:08 -08:00