-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
price are not show with taxes on POS #75
Comments
Have you tried "Price With Taxes" in Point of Sale configuration? If you have, close session and start a new one. If closing session does not help, you may not have taxes configuration in your product. |
Thanks for your answer. Price with Taxes checked. taxes setup on products But price show exclusive taxes even after cleaning and refresh session... Do you have any over tips i could try to debug ? Thanks for help. regards From: Javier García-Panach
|
thanks. Not working for me on the production side. From: Javier García-Panach
|
You can try these two PRs from Antiun, maybe one of them could suit you. But, as they say here, #39 (comment) |
Hey @tboulogne, try checking "Taxes included in price" inside every tax, in: It seems that if you have this check selected, the one included in the point of sale does not matter. Regards. |
in fact, check taxes included on each taxes should fix your problem. kind regards. |
Same @tboulogne problem and same @JGarcia-Panach solution, but checking "Taxes Included in price" in tax affects more functionalities like Invoicing. IMHO this results quite confusing , specially in invoices, since people is use to see price + tax = amount and not price - tax = amount. An example of last case: @legalsylvain I think that what happens here is that check "Taxes Included in price" in taxes works as defined, but "Price with taxes" in POS is not working. edit: Sorry , I have just realized that you are using v8 and me v9, not sure any diferences regarding this |
module: pos_pricelist
version: 8.0
Steps to reproduce
Current behavior
prices shown without taxes on POS. Sales taxe are setup on products
No error dialog or line in logging files
Expected behavior
price including tax on POS
Do you have any tips to debug and solve this please ?
The text was updated successfully, but these errors were encountered: