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

Amounts error in invoices grouped by delivery note #321

Open
cramosh opened this issue May 20, 2024 · 2 comments
Open

Amounts error in invoices grouped by delivery note #321

cramosh opened this issue May 20, 2024 · 2 comments
Labels

Comments

@cramosh
Copy link

cramosh commented May 20, 2024

Module

account_invoice_report_grouped_by_picking

Describe the bug

When in an invoice grouped by delivery notes, one of the lines is divided into different delivery notes, the amount field is showing the price with taxes included instead of the taxable base, as the rest of the lines do.

To Reproduce

Affected versions: 17.0

Steps to reproduce the behavior:
1.Create an order with a product that has more than one unit.
2.Create a partial delivery note.
3.Invoice the order.
4. Print report

Expected behavior
In the printed report, the expected amount should not include taxes.

Additional context
The problem seems to be that price_total is assigned where price_subtotal should be.

Module code that operates on the report:

...
@cramosh cramosh added the bug label May 20, 2024
@cramosh
Copy link
Author

cramosh commented Aug 28, 2024

@pedrobaeza @extrememicro Do we know anything about this issue?

@pedrobaeza
Copy link
Member

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants