Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025386Retail ModulesWeb POSpublic2013-12-20 12:332014-01-14 12:16
migueldejuana 
marvintm 
urgentmajoralways
closedduplicate 
5
 
 
No
No
0025386: Tax rate is not well obtained.
When adding a product, we select the first tax rate ordered by valid from date column desc(Only ordered in the back end, it should be ordered in the front end). This is wrong because we could insert a tax rate which would start in the future and it would be applied before it should be.
- Add a tax rate used (IVA 21% for example) and put a future date in valid from date.
- Go to Web POS and add a product with this tax and see the tax applied
- In dataordertaxes.js, filter TaxRate model using orderDate of the order (validFromDate <= orderDate)
- Add orderByClause in this filtering (validFromDate desc)
No tags attached.
duplicate of defect 0025325RMP31 closed malsasua Web POS is not taking into account valid from field in taxes 
Issue History
2013-12-20 12:33migueldejuanaNew Issue
2013-12-20 12:33migueldejuanaAssigned To => marvintm
2013-12-20 12:33migueldejuanaOBNetwork customer => No
2013-12-20 12:33migueldejuanaTriggers an Emergency Pack => No
2013-12-29 16:36dmitry_mezentsevNote Added: 0063102
2013-12-29 16:36dmitry_mezentsevSeveritycritical => major
2014-01-14 12:16malsasuaRelationship addedduplicate of 0025325
2014-01-14 12:16malsasuaStatusnew => closed
2014-01-14 12:16malsasuaResolutionopen => duplicate

Notes
(0063102)
dmitry_mezentsev   
2013-12-29 16:36   
Critical means production system is stopped