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

price are not show with taxes on POS #75

Closed
tboulogne opened this issue Jan 21, 2016 · 8 comments
Closed

price are not show with taxes on POS #75

tboulogne opened this issue Jan 21, 2016 · 8 comments
Labels
Milestone

Comments

@tboulogne
Copy link

module: pos_pricelist
version: 8.0

Steps to reproduce

  • no particular step.

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 ?

@JGarcia-Panach
Copy link

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.

@tboulogne
Copy link
Author

Thanks for your answer.

Price with Taxes checked.
http://prntscr.com/9swuzy

taxes setup on products
http://prntscr.com/9swuqb

But price show exclusive taxes even after cleaning and refresh session...
http://prntscr.com/9swui8
http://prntscr.com/9swu63

Do you have any over tips i could try to debug ?

Thanks for help.

regards


From: Javier García-Panach
Sent: Thursday, Jan 21, 2016 1:07:24 PM CET
To: OCA/pos
Cc: Thierry BOULOGNE
Subject: [pos] price are not show with taxes on POS (#75)

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.


Reply to this email directly or view it on GitHub
#75 (comment).

@JGarcia-Panach
Copy link

Hi Thierry,
I have installed pos_pricelist in a clean instance of odoo (just pos_pricelist, with custom accounting package) to try this. I post here the results:

Create a product:
1 1

Start a session in POS
We have now the product without taxes.
3

Close session
1

2

Check "Price With Taxes" in configuration, and open a new session.
6

Now, price with taxes is shown
4

As you see, it works for me.

Regards

@tboulogne
Copy link
Author

thanks.

Not working for me on the production side.
I will git it another try


From: Javier García-Panach
Sent: Thursday, Jan 21, 2016 1:37:11 PM CET
To: OCA/pos
Cc: Thierry BOULOGNE
Subject: [pos] price are not show with taxes on POS (#75)

Hi Thierry,
I have installed pos_pricelist in a clean instance of odoo (just
pos_pricelist, with custom accounting package) to try this. I post
here the results:

/Create a product:/

1 1
https://cloud.githubusercontent.com/assets/13234598/12480536/5bc4e5be-c043-11e5-8bb9-4c3e71da0386.JPG

/Start a session in POS/

We have now the product without taxes.

3
https://cloud.githubusercontent.com/assets/13234598/12480569/9bf4d91e-c043-11e5-94c0-7f8409a5143b.JPG

/Close session/

1
https://cloud.githubusercontent.com/assets/13234598/12480579/ab659d20-c043-11e5-9630-d4d359957414.JPG

2
https://cloud.githubusercontent.com/assets/13234598/12480582/aeddf8b2-c043-11e5-953f-5f8e6e288663.JPG

/Check "Price With Taxes" in configuration/, and open a new session.

6
https://cloud.githubusercontent.com/assets/13234598/12480612/e4039ed4-c043-11e5-93e0-cafb569db9d9.JPG

/Now, price with taxes is shown/

4
https://cloud.githubusercontent.com/assets/13234598/12480637/fb17bde4-c043-11e5-99e0-e907da2f9aa1.JPG

As you see, it works for me.

Regards


Reply to this email directly or view it on GitHub
#75 (comment).

@JGarcia-Panach
Copy link

You can try these two PRs from Antiun, maybe one of them could suit you.
#33
#38

But, as they say here, #39 (comment)
those PRs are included in pos_pricelist and with a better implementation

@legalsylvain legalsylvain added this to the 8.0 milestone Jan 30, 2016
@JGarcia-Panach
Copy link

Hey @tboulogne, try checking "Taxes included in price" inside every tax, in:
Invoicing/Configuration/Taxes.

It seems that if you have this check selected, the one included in the point of sale does not matter.
Please, correct me if I'm wrong.

Regards.

@legalsylvain
Copy link
Contributor

in fact, check taxes included on each taxes should fix your problem.

kind regards.

@qupro
Copy link

qupro commented Nov 23, 2016

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:
test
In another hand , price included in POS is good choice because final costumers and cashiers talk about final prices.

@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

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

4 participants