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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029345
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POScriticalalways2015-03-18 17:482015-04-13 17:09
ReporterjecharriView Statuspublic 
Assigned Tomigueldejuana 
PriorityimmediateResolutionfixedFixed in VersionRR15Q1.3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR15Q1.3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned Toadrianromero
OBNetwork customerOBPS
Support ticket35148
Regression levelProduction - QA Approved
Regression date2014-12-11
Regression introduced in releaseRR15Q1
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/354010b54e3a [^]
Triggers an Emergency PackNo
Summary

0029345: Discounts are not properly calculated in Q1.1 of 2015 version

DescriptionDiscounts are not properly calculated in Q1.1 of 2015 version

We are not rounding the final result of applying a discount and before Q1.1 we were doing it.
Steps To ReproduceIn Q3.5
-go to Web POS and create a ticket
0.53*12=6.36 -> apply 20% discount -> round(0.53 * 0.8, 2) = 0.42 -> 0.42*12=5.04

In Q1.1 of 2015
-go to Web POS and create a ticket
0.53*12=6.36 -> apply 20% discount -> 0.53 * 0.8 = 0.424 -> 0.424*12=5.088~=5.09
TagsApproved
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0029339 closedmigueldejuana Discounts are not properly calculated in Q1.1 of 2015 version 

-  Notes
(0076466)
Orekaria (viewer)
2015-04-13 11:46

Repository: retail/backports/3.0RR15Q1.3/org.openbravo.retail.discounts
Changeset: f78942ca26348142af4c6c56a1cd1a3a094886f4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Mar 19 11:21:09 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.retail.discounts/rev/f78942ca26348142af4c6c56a1cd1a3a094886f4 [^] [^]

Fixed issue 0029339: Discounts are not properly calculated in Q1.1 of 2015 version

Backout issue 28358

---
M web/org.openbravo.retail.discounts/js/promotion-manual.js
---
(0076493)
adrianromero (viewer)
2015-04-13 17:09

Verified

- Issue History
Date Modified Username Field Change
2015-03-19 11:03 migueldejuana Type defect => backport
2015-03-19 11:03 migueldejuana Target Version => RR15Q1.2
2015-03-20 19:41 dmitry_mezentsev Tag Attached: Approved
2015-03-26 18:59 malsasua Target Version RR15Q1.2 => RR15Q1.3
2015-04-13 11:46 Orekaria Note Added: 0076466
2015-04-13 11:46 Orekaria Status scheduled => resolved
2015-04-13 11:46 Orekaria Fixed in Version => RR15Q1.3
2015-04-13 11:46 Orekaria Resolution open => fixed
2015-04-13 17:09 adrianromero Review Assigned To => adrianromero
2015-04-13 17:09 adrianromero Note Added: 0076493
2015-04-13 17:09 adrianromero Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker