Just want to inquire how to implement Price + Tax Functionality in SmartPOS?
In our SmartERP, we have that check button in the Price List Tab (Price includes Tax).
Is it still implemented in SmartPOS?
Example: If I declare a Sales Tax Rate of 10% for a List Price of ₱10, our Subtotal, Taxes and Total values in the Ticket Panel should show...
Subtotal Taxes Total
₱9 ₱1 ₱10
In the default SmartPOS setup, the tax is added to the List Price. The total price would become ₱11.
In the resources, we also have the label.priceListTax (Price List + Tax).
Hope you can help..
Thanks and Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Rongky, i'm still working & use smartPOS 2.1 (thanks to Mr.Pedro). [SOLVED] Price includes Tax; using eclipse open ERPPosDao.java, change or add line order.setIsTaxIncluded(true); in createOrder Method. test it, RUN server.product then synchronize ERP in smartPOS.
we can see now when product price includes tax it show as your example above, in ERP side Orderline & OrderTax automatic corresponding/right
I hope it helps
Thanks and Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are working in anew release 3.0 (100% web), that migth support that model (we are planning to release it in 4-5 weeks)... for the current SmartPOS 2.1 (thick client) we will need an sponsor due to the complexity of that change,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Sir Pedro and the SmartJSP Team
Just want to inquire how to implement Price + Tax Functionality in SmartPOS?
In our SmartERP, we have that check button in the Price List Tab (Price includes Tax).
Is it still implemented in SmartPOS?
Example: If I declare a Sales Tax Rate of 10% for a List Price of ₱10, our Subtotal, Taxes and Total values in the Ticket Panel should show...
In the default SmartPOS setup, the tax is added to the List Price. The total price would become ₱11.
In the resources, we also have the label.priceListTax (Price List + Tax).
Hope you can help..
Thanks and Regards.
Hi Rongky, i'm still working & use smartPOS 2.1 (thanks to Mr.Pedro).
[SOLVED] Price includes Tax; using eclipse open ERPPosDao.java, change or add line order.setIsTaxIncluded(true); in createOrder Method. test it, RUN server.product then synchronize ERP in smartPOS.
we can see now when product price includes tax it show as your example above, in ERP side Orderline & OrderTax automatic corresponding/right
I hope it helps
Thanks and Regards
We are working in anew release 3.0 (100% web), that migth support that model (we are planning to release it in 4-5 weeks)... for the current SmartPOS 2.1 (thick client) we will need an sponsor due to the complexity of that change,