simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.97k stars 317 forks source link

print: preserve Ledger-specific lot syntax in amounts, even if unsupported #2187

Open simonmichael opened 6 months ago

simonmichael commented 6 months ago

https://forum.plaintextaccounting.org/t/ledger-anyone-have-a-good-pretty-printer-for-transactions/212/5:

Given,

2024-03-22 Thing
  cash  $-100
  asset  $100  {{=1 unit}}

We get

>hledger -f - print
2024-03-22 Thing
    cash            $-100
    asset            $100

I wish hledger would just mind its business and keep my lots :P!