Simon Michael
7c4f45ac1f
make tag: include all hledger-web hs files in tags
2019-05-23 22:25:05 -07:00
Simon Michael
20bc386b80
restore TransactionsReport
...
hledger-web's register chart uses it, I didn't see it
because it's called from a hamlet template.
2019-05-23 22:15:40 -07:00
Simon Michael
7212b92079
cleanups ( #329 )
2019-05-23 22:07:50 -07:00
Simon Michael
54c1529638
lib: drop TransactionsReport, BalanceHistoryReport
...
They seem unused.
2019-05-23 21:55:19 -07:00
Simon Michael
04a30fa084
lib: TransactionsReport/AccountTransactionsReport cleanup
...
Split them into separate files, rename journalTransactionsReport to
transactionsReport.
2019-05-23 21:55:19 -07:00
Simon Michael
37b30415d5
update valuation tests to match latest #329 scheme
2019-05-23 21:55:19 -07:00
Simon Michael
9977739c76
bal etc.: replace --value=transaction with --value=cost ( #329 )
2019-05-23 21:55:18 -07:00
Simon Michael
adbce22152
bal: --budget: don't always convert to cost
...
And don't show a percentage when budgeted and actual amounts are in
different commodities.
2019-05-23 21:55:18 -07:00
Simon Michael
2355da0f93
reg: replace --value=transaction with --value=cost
2019-05-23 21:55:18 -07:00
Simon Michael
ace215f5f3
print: replace --value=transaction with --value=cost
2019-05-23 21:55:18 -07:00
Simon Michael
37c0edb1f9
lib: drop postingValueAtDate
2019-05-23 21:55:18 -07:00
Simon Michael
4a75971c6d
lib: postingTransformAmount, postingToCost, postingValue
2019-05-23 21:55:17 -07:00
Simon Michael
2325ff4e08
;doc: update --value docs ( #329 )
2019-05-23 21:55:17 -07:00
Simon Michael
e5cb082fb5
lib: amountToCost, mixedAmountToCost
2019-05-23 13:11:34 -07:00
Simon Michael
f999bf78e6
opts: new -B/--cost, -V/--market, --value flags ( #329 )
2019-05-23 13:11:20 -07:00
Simon Michael
0b67df2d31
opts: shorten csv separator arg template
2019-05-23 00:36:59 -07:00
Simon Michael
3681fdedaa
;site: add missing CONTRIBUTING.md symlink
...
[ci skip]
2019-05-21 14:19:19 -07:00
Simon Michael
2f48a4e058
; contributing: mention the need for a regular build before ghci
...
[ci skip]
2019-05-21 13:45:08 -07:00
Simon Michael
157371fa00
;make: add ghcid to tools list
...
[ci skip]
2019-05-21 12:32:58 -07:00
Simon Michael
7136707e0d
;site: download: tweaks, align table
...
[ci skip]
2019-05-19 08:47:04 -07:00
Simon Michael
393bd76b81
;site: download: pick an older nix rev that's more prebuilt for mac
...
[ci skip]
2019-05-18 12:56:10 -07:00
Simon Michael
b255df45e8
;site: download: tweak nix note ( #1030 )
...
[ci skip]
2019-05-18 12:41:17 -07:00
Simon Michael
9e64acaaab
;site: download: note nix on linux breakage ( #1030 )
...
[ci skip]
2019-05-18 12:19:13 -07:00
Simon Michael
a7ffa6108b
;site: download: reorganise with binaries at top, cleanup, add TOC
...
[ci skip]
2019-05-17 20:59:44 -07:00
Simon Michael
54a6ee2c64
;site: download: align table
...
[ci skip]
2019-05-17 17:47:24 -07:00
Simon Michael
dfb9574433
;doc: web: improve /add docs ( #1026 )
...
[ci skip]
2019-05-14 09:27:41 -07:00
Simon Michael
71ec1e3986
;doc: web: document /add PUT ( #1026 )
...
[ci skip]
2019-05-14 09:22:50 -07:00
Simon Michael
e21afc466a
bal/bs/bse: -H or --cumulative now disables -T ( #329 )
...
To reduce confusion, multiperiod balance reports using -H/--historical
or --cumulative, which show end balances, no longer show a Totals
column since summing end balances generally doesn't make sense.
Also the underlying MultiBalanceReport now returns zero for those
totals when in cumulative or historical mode.
2019-05-11 20:43:28 -07:00
Simon Michael
76342a3fd0
bal/bs/cf/is: mention valuation type in report title
2019-05-09 15:39:43 -07:00
Simon Michael
e5339218f7
lib: valueTypeFromOpts helper
2019-05-09 15:36:26 -07:00
Simon Michael
2e44d09fdb
;doc: tweak --value-at table
...
[ci skip]
2019-05-09 12:26:30 -07:00
Simon Michael
fb18019212
bal: document and test --value-at with --budget ( #329 )
2019-05-09 12:23:51 -07:00
Simon Michael
a8599d991e
shake: show htmlmanuals target in help
...
[ci skip]
2019-05-09 12:23:11 -07:00
Simon Michael
d15869f855
;doc: typo
...
[ci skip]
2019-05-09 12:22:48 -07:00
Simon Michael
82104e580b
;doc: improve --value-at docs
...
[ci skip]
2019-05-09 08:49:51 -07:00
Simon Michael
d77fd5743d
bal/bs/cf/is: support --value-at with -H; fix row/col/grand totals
...
This also includes a big cleanup of multiBalanceReport, which got
accidentally mingled.
2019-05-09 07:58:45 -07:00
Simon Michael
9680e894cc
;tests: fix totals in a --value-at test
...
[ci skip]
2019-05-09 07:57:03 -07:00
Simon Michael
a63e582aca
;doc: improve --value-at docs
...
[ci skip]
2019-05-07 16:20:19 -07:00
Simon Michael
2ffe7914be
;improve valuation code docs
2019-05-07 16:19:49 -07:00
Simon Michael
5cecc81c19
;site: show row borders in tables
...
[ci skip]
2019-05-07 16:11:35 -07:00
Simon Michael
5e2f5cf511
;doc: rewrite: consistent literal block styling
...
[ci skip]
2019-05-07 16:11:35 -07:00
Simon Michael
5744d7679d
;doc: options: definition lists + bullets don't work in man pages
...
[ci skip]
2019-05-07 16:11:33 -07:00
Simon Michael
74e653bfbc
;lib: declare Period exports
2019-05-06 11:52:10 -07:00
Simon Michael
72214a5747
reg: fix --value-at=transaction with -M ( #329 )
2019-05-06 08:07:16 -07:00
Simon Michael
30a35230d2
;doc: update --value-at support, add more report details ( #329 )
2019-05-05 17:48:20 -07:00
Simon Michael
ad00da244b
reg: support --value-at with -H ( #329 )
2019-05-05 17:47:38 -07:00
Simon Michael
4c56baf842
;doc:options:update --value-at support
2019-05-05 11:12:01 -07:00
Simon Michael
2ba0281335
bal: fix --value-at for old-style single period balance reports ( #329 )
2019-05-05 10:51:07 -07:00
Simon Michael
629b590de1
;lib: cleanup
2019-05-05 10:38:13 -07:00
Simon Michael
76542458e6
lib: mapJournalTransactions, mapJournalPostings, mapTransactionPostings
2019-05-05 10:35:49 -07:00