Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025386
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2013-12-20 12:332014-01-14 12:16
ReportermigueldejuanaView Statuspublic 
Assigned Tomarvintm 
PriorityurgentResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025386: Tax rate is not well obtained.

DescriptionWhen 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.
Steps To Reproduce- 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
Proposed Solution- In dataordertaxes.js, filter TaxRate model using orderDate of the order (validFromDate <= orderDate)
- Add orderByClause in this filtering (validFromDate desc)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0025325RMP31 closedmalsasua Web POS is not taking into account valid from field in taxes 

-  Notes
(0063102)
dmitry_mezentsev (developer)
2013-12-29 16:36

Critical means production system is stopped

- Issue History
Date Modified Username Field Change
2013-12-20 12:33 migueldejuana New Issue
2013-12-20 12:33 migueldejuana Assigned To => marvintm
2013-12-20 12:33 migueldejuana Triggers an Emergency Pack => No
2013-12-29 16:36 dmitry_mezentsev Note Added: 0063102
2013-12-29 16:36 dmitry_mezentsev Severity critical => major
2014-01-14 12:16 malsasua Relationship added duplicate of 0025325
2014-01-14 12:16 malsasua Status new => closed
2014-01-14 12:16 malsasua Resolution open => duplicate


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker