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

[FW][FIX] point_of_sale: pos sale reprot total now include taxes correctly #163197

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Apr 24, 2024

Current behavior:
If you make a sale of a product that use a taxe not included in the price. Then go in order analysis in PoS, the total price of the product will not include the taxes.

Steps to reproduce:

  • Create a tax of 15% that is not included in price
  • Create a product with 10$ price and add this tax to it. (Total price including tax should be 11.5$)
  • Sell it in the PoS and close the session
  • Go in PoS > Reporting > Order. Open the pivot view and check the total price for the product
  • The total is 10$ instad of 11.5$

opw-3817535

I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #162984
Forward-Port-Of: #162883

Current behavior:
If you make a sale of a product that use a taxe not included in the
price. Then go in order analysis in PoS, the total price of the product
will not include the taxes.

Steps to reproduce:
- Create a tax of 15% that is not included in price
- Create a product with 10$ price and add this tax to it. (Total price
  including tax should be 11.5$)
- Sell it in the PoS and close the session
- Go in PoS > Reporting > Order. Open the pivot view and check the total
  price for the product
- The total is 10$ instad of 11.5$

opw-3817535

X-original-commit: 42fd6a6
@robodoo
Copy link
Contributor

robodoo commented Apr 24, 2024

@fw-bot
Copy link
Contributor Author

fw-bot commented Apr 24, 2024

This PR targets saas-16.3 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Apr 24, 2024
@C3POdoo C3POdoo added the OE the report is linked to a support ticket (opw-...) label Apr 24, 2024
robodoo pushed a commit that referenced this pull request Apr 25, 2024
Current behavior:
If you make a sale of a product that use a taxe not included in the
price. Then go in order analysis in PoS, the total price of the product
will not include the taxes.

Steps to reproduce:
- Create a tax of 15% that is not included in price
- Create a product with 10$ price and add this tax to it. (Total price
  including tax should be 11.5$)
- Sell it in the PoS and close the session
- Go in PoS > Reporting > Order. Open the pivot view and check the total
  price for the product
- The total is 10$ instad of 11.5$

opw-3817535

closes #163197

X-original-commit: 42fd6a6
Signed-off-by: Vlad Stroia (vlst) <vlst@odoo.com>
Signed-off-by: Robin Engels (roen) <roen@odoo.com>
@robodoo robodoo closed this Apr 25, 2024
nd-dew pushed a commit to odoo-dev/odoo that referenced this pull request Apr 30, 2024
Current behavior:
If you make a sale of a product that use a taxe not included in the
price. Then go in order analysis in PoS, the total price of the product
will not include the taxes.

Steps to reproduce:
- Create a tax of 15% that is not included in price
- Create a product with 10$ price and add this tax to it. (Total price
  including tax should be 11.5$)
- Sell it in the PoS and close the session
- Go in PoS > Reporting > Order. Open the pivot view and check the total
  price for the product
- The total is 10$ instad of 11.5$

opw-3817535

closes odoo#163197

X-original-commit: 42fd6a6
Signed-off-by: Vlad Stroia (vlst) <vlst@odoo.com>
Signed-off-by: Robin Engels (roen) <roen@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants