Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imp:print: zero posting amounts are now shown with commodity & style #2075

Merged
merged 8 commits into from
Aug 27, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    df9917b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea55c75 View commit details
    Browse the repository at this point in the history
  3. ;doc:check: cleanup

    simonmichael committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    50f26c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    fe337d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8067ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a64c57 View commit details
    Browse the repository at this point in the history
  4. dev: clarify showAmountB

    simonmichael committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0fa95f3 View commit details
    Browse the repository at this point in the history
  5. 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.
    simonmichael committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    882936c View commit details
    Browse the repository at this point in the history