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

[16.0][FIX] account_financial_report: fix the order of vat tag report lines #1266

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

dhx
Copy link

@dhx dhx commented Jan 5, 2025

  • Currently the lines of the vat tax tag report are not properly sorted leading to similar tags (only differing by their sign) ending up far apart making it difficult to see when values have to be subtracted from another to get the final result.
  • This patch sorts the lines first by the code (currently always empty) second by the name of the tag (without the sign) and only third by the sign (to always have the '+' in front of the '-' tag)

- Currently the lines of the vat tax tag report are not properly sorted
  leading to similar tags (only differing by their sign) ending up far
  apart making it difficult to see when values have to be subtracted
  from another to get the final result.
- This patch sorts the lines first by the code (currently always empty)
  second by the name of the tag (without the sign) and only third by
  the sign (to always have the '+' in front of the '-' tag)
@dhx dhx changed the title [FIX] account_financial_report: fix the order of vat tag report lines [16.0][FIX] account_financial_report: fix the order of vat tag report lines Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant