Skip to Content
Menu
This question has been flagged
1 Reply
6674 Views

Where would I go to see the total taxes taken from sales made in a POS session? I can look at the tax on individual orders from the POS, but I would like a total tax taken per session or per time period.

Avatar
Discard
Best Answer

Hi,

If you want to have a global amount of taxes, you can go in pos.order (tree view), filter by session (search view), remove the 80 lines limit by default. After, either you simply select all rows and export in Excel doc, with the column tax & total. (more simple), either you add the tax column in the tree view and you can see the total amount directly.

But if the question is : I need to have the different taxes amount (ex : total VAT 10%, total VAT 20%), it's not possible because the tax details are not stored in pos.order. (only in sale.order). BTW, I think this point is a problem in Point of sale module and generate bugs.

Regards.

Avatar
Discard
Author

There doesn't seem to be a tax column, just a total. I have to click each order individually to get the tax on that order, and it doesn't show up on the fields for exporting.

As said, you have to add this column (editing the view or developping a custom module). But a more simple solution is to export in Excel document with the columns you want.

Author

Ah, okay, found out where to add it. Thanks for pointing me in the right direction, as well as telling me about that Excel export, I didn't know about that, and it'll make things so much easier from here on.

For anyone catching this later, add <field name="amount_tax"/> to point_of_sale_view.xml under pos.order to get the column.

Related Posts Replies Views Activity
2
Mar 24
2179
0
Jul 23
1998
1
Oct 15
4316
1
Mar 15
5765
0
Jun 20
3510