hledger/hledger-lib/Hledger/Data
Simon Michael ff730f775b imp:print: zero posting amounts are now shown with commodity & style
print now shows zero posting amounts with their original commodity
symbol and the corresponding style (instead of stripping the symbol).

If an inferred amount has multiple zeroes in different commodities,
a posting is displayed for each of these.

Possible breaking changes:

showMixedAmountLinesB, showAmountB, showAmountPrice now preserve
commodityful zeroes when rendering. This is intended to improve print output,
but it seems possible it might also affect balance and register reports,
though our tests show no change in those.
2023-08-27 07:34:09 +01:00
..
JournalChecks dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00
Account.hs dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00
AccountName.hs journal: Fully unbracket AccountNames in account directives 2023-01-23 12:43:13 -10:00
Amount.hs imp:print: zero posting amounts are now shown with commodity & style 2023-08-27 07:34:09 +01:00
Balancing.hs fix: use costs when balancing a txn with a balance assignment (fix #2039) 2023-05-27 08:34:11 -10:00
Dates.hs make groupByDateSpan return data when first period has unbounded begin 2023-08-25 18:40:50 +01:00
Errors.hs ;dev: improve comment 2023-04-27 09:17:29 -10:00
Journal.hs ;cln: journalAddInferredEquityPostings -> journalInferEquityFromCosts 2023-07-04 13:21:55 -10:00
JournalChecks.hs imp:check:recentassertions: improve the error message's suggestion 2023-07-13 09:01:57 -10:00
Json.hs pkg: add support for aeson 2.2, add upper bound 2023-07-01 08:14:23 -10:00
Ledger.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Period.hs imp: partial/inferred dates are flexible, full dates are not (#1982) 2023-02-17 07:24:19 -10:00
PeriodicTransaction.hs imp: Generated/modified txns/postings are now tagged only with --verbose-tags 2023-04-29 18:25:11 -10:00
Posting.hs imp:print: zero posting amounts are now shown with commodity & style 2023-08-27 07:34:09 +01:00
RawOptions.hs lib: add toggleopt, for flags that toggle when repeated 2023-05-09 10:08:52 -10:00
StringFormat.hs dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00
Timeclock.hs imp: timeclock: support comments and tags (fix #1220) 2023-05-03 00:05:11 -10:00
Transaction.hs imp:journal: match equity conversion postings more tolerantly (fix #2041) 2023-07-15 16:21:00 -10:00
TransactionModifier.hs imp: revert 2b5194238 imp: generate auto postings on forecast transactions by default (#2027) 2023-04-30 08:08:26 -10:00
Types.hs imp: timeclock: support comments and tags (fix #1220) 2023-05-03 00:05:11 -10:00
Valuation.hs dev: lib: support debug logging to file in a few more places for hledger-ui 2022-11-06 09:01:12 -10:00