hledger/hledger-lib/Hledger/Read
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
..
Common.hs imp:print: clean up special tags; show them more often with --verbose-tags 2024-11-16 14:40:03 -10:00
CsvReader.hs imp: Support tsv and ssv prefixes (#2164) 2024-02-08 06:44:44 -10:00
InputOptions.hs dev: clarify how readJournalFiles defers checks, and use a dedicated flag 2024-05-02 21:36:32 -10:00
JournalReader.hs dev:clarify: rename jcommodities to jdeclaredcommodities 2024-11-02 15:52:17 -10:00
LedgerReader.hs.disabled debug: move command parsing debug output down to level 8 2020-07-03 11:37:01 -07:00
RulesReader.hs dev: fix warnings with ghc 9.10 / base 4.20 2024-09-30 17:20:13 -10:00
TimeclockReader.hs imp: Support tsv and ssv prefixes (#2164) 2024-02-08 06:44:44 -10:00
TimedotReader.hs dev: comment parsing tests/refactoring, fix indented timedot comments 2024-06-25 18:37:54 +01:00