kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Taxes are not displayed in the order #49

Closed piffpaffpuff closed 9 years ago

piffpaffpuff commented 9 years ago

WooCommerce 2.2 and later introduced a new refund system and tax rate calculation. WC Settings: Prices are entered with tax included and the tax rate is 8%.

Issue: When the WooPOS creates a new order, the taxes are displayed correctly in the POS system. But if you check the order in WooCommerce, the tax row is missing. This makes it quite difficult to create a correct refund, because WC then calculates the prices without any tax.

How to solve: Include the taxes per product in the order.

kilbot commented 9 years ago

This has been fixed in the coming version 0.4. Below is an example of a fairly complicated order, ie: discount, shipping, fee with different tax rate, product meta. Disregard the Spanish and crazy currency settings.

screen shot 2015-03-17 at 2 02 46 pm