Openbravo Issue Tracking System - Retail Modules
View Issue Details
0024267Retail ModulesWeb POSpublic2013-07-04 11:192013-07-23 18:39
jecharri 
marvintm 
highmajoralways
closedfixed 
5
 
RMP25RMP25 
guilleaer
No
0024267: Web POS is not loading all the taxes
Web POS is not loading all the taxes

If you go to java modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/master/TaxRate.java you will see that we are collecting only the taxes where the origin is the POS terminal location and the destination is the default BP location.
-Configure one POS
-Configure the POS terminal in United States, region MM
-Configure default BP in United States, region MM
-Configure another BP in United States, region MN

-Create 2 taxes:
+one from MM to MM
+another one from MM to MN

Verify that the second tax is not loaded and also the BP can not make sales in Web POS due to a products have not got taxes
No tags attached.
Issue History
2013-07-04 11:19jecharriNew Issue
2013-07-04 11:19jecharriAssigned To => marvintm
2013-07-04 11:19jecharriResolution time => 1375826400
2013-07-04 19:50hgbotCheckin
2013-07-04 19:50hgbotNote Added: 0059873
2013-07-04 19:50hgbotStatusnew => resolved
2013-07-04 19:50hgbotResolutionopen => fixed
2013-07-04 19:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/56e0a2379af9500b788c7ec5190ad824d26ea6be [^]
2013-07-08 15:26hgbotCheckin
2013-07-08 15:26hgbotNote Added: 0059920
2013-07-08 15:26hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/56e0a2379af9500b788c7ec5190ad824d26ea6be [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/56e0a2379af9500b788c7ec5190ad824d26ea6be [^]
2013-07-23 18:39guilleaerReview Assigned To => guilleaer
2013-07-23 18:39guilleaerNote Added: 0060203
2013-07-23 18:39guilleaerStatusresolved => closed
2013-07-23 18:39guilleaerFixed in Version => RMP25

Notes
(0059873)
hgbot   
2013-07-04 19:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 56e0a2379af9500b788c7ec5190ad824d26ea6be
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 04 19:50:15 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/56e0a2379af9500b788c7ec5190ad824d26ea6be [^]

Fixed issue 24267. Removed filtering by destination country/region in the backend, as it doesn't make sense, because the business partner may be changed in the client side.

---
M src/org/openbravo/retail/posterminal/master/TaxRate.java
---
(0059920)
hgbot   
2013-07-08 15:26   
Repository: erp/pmods/org.openbravo.retail.posterminal.multiorder
Changeset: 56e0a2379af9500b788c7ec5190ad824d26ea6be
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 04 19:50:15 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/56e0a2379af9500b788c7ec5190ad824d26ea6be [^]

Fixed issue 24267. Removed filtering by destination country/region in the backend, as it doesn't make sense, because the business partner may be changed in the client side.

---
M src/org/openbravo/retail/posterminal/master/TaxRate.java
---
(0060203)
guilleaer   
2013-07-23 18:39   
verified