hledger/hledger-lib/Hledger/Data
Simon Michael 1ad9fbb4a8 imp:print: clean up special tags; show them more often with --verbose-tags
- These special hidden tags, used internally, have been renamed:
  - `_modified`           -> `_modified-transaction`
  - `_cost-matched`       -> `_cost-posting`
  - `_conversion-matched` -> `_conversion-posting`

- All special hidden tags now have a similarly-named visible tag,
  and `--verbose-tags` now shows those more often, which is useful
  when troubleshooting `--infer-equity`, `--infer-costs`,
  or the matching of redundant costs and conversion postings.

- The `generated-posting:` tag added by `--infer-equity` is now valueless.

- The `modified-transaction:` tag added by `--auto` now appears on its own line.
2024-11-16 14:40:03 -10:00
..
JournalChecks imp!: check ordereddates: drop --date2 support; check primary dates only 2024-04-26 18:59:45 -10:00
Account.hs dev: fix warnings with ghc 9.10 / base 4.20 2024-09-30 17:20:13 -10:00
AccountName.hs imp: default V accounts become just E when a new V account is declared 2024-10-20 09:13:58 -10:00
Amount.hs dev: AmountFormat: add displayQuotes property to control enclosing quotes 2024-11-07 01:24:21 -10:00
Balancing.hs dev: move/rename nullsourcepos 2024-11-02 14:59:43 -10:00
Currency.hs lib: add Hledger.Data.Currency, currencySymbolToCode, currencyCodeToSymbol 2024-10-11 14:56:03 -10:00
Dates.hs dev: rename some Intervals for clarity [#2218] 2024-09-04 16:07:54 +01:00
Errors.hs imp: check commodities: also check commodities used in P directives [#2280] 2024-11-02 15:03:57 -10:00
Journal.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
JournalChecks.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
Json.hs dev: AmountPrice,UnitPrice,TotalPrice -> AmountCost,UnitCost,TotalCost; related renames 2024-01-23 21:35:06 -10:00
Ledger.hs dev:clarify: rename jinferredcommodities to jinferredcommoditystyles 2024-11-02 15:52:07 -10:00
Period.hs ;dev: update doctests for weekly headings change [#2204] 2024-06-25 18:36:43 +01:00
PeriodicTransaction.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
Posting.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
RawOptions.hs imp:cli: detect --color more safely in most cases 2024-10-19 16:28:36 -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:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
TransactionModifier.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
Types.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
Valuation.hs dev: save the parse positions of PriceDirectives 2024-11-02 15:00:47 -10:00