Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025533Retail ModulesWeb POSpublic2014-01-22 12:582014-02-01 14:53
jecharri 
marvintm 
immediatemajoralways
closedfixed 
5
 
RR14Q2RMP31 
mtaal
No
0025533: Wrong data when you load a paid ticket
Wrong data when you load a paid ticket
-Change the price list to work without taxes
-Log in in Web POS
-Excute the following query in the client database or read issues 25532 and 25531
update m_product set listPrice=3.141245, standardPrice=3.141245 where m_product_id = 'AC79520FEB4743B3AAA379BF70B9B7DA'

-Create a ticket and add 200 "Adhesive body warmers" to the ticket
-Verify that you can see --> 200 * 3.14 = 628.25
-Pay the ticket
-Press in "Receipts" menu entry
-Verify that now the order line is --> 200 * 3.14 = 628 and it is wrong

P.S.:This issue is also creating wrong returns because the pop up verified returns is using the same query. Due to that the return will be 628 intead of 628.25
In java "modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/PaidReceipts.java" apart from linegrossamount we should take also linenetamount
No tags attached.
related to defect 00255323.0PR14Q3 closed gauravdeshmukh Openbravo ERP Price list creation is not working fine 
related to defect 0025531RMP31 closed malsasua Retail Modules Web POS is not rounding prices in table m_product 
Issue History
2014-01-22 12:58jecharriNew Issue
2014-01-22 12:58jecharriAssigned To => marvintm
2014-01-22 12:58jecharriResolution time => 1392418800
2014-01-22 12:58jecharriTriggers an Emergency Pack => No
2014-01-22 12:58jecharriRelationship addedrelated to 0025532
2014-01-22 12:58jecharriRelationship addeddepends on 0025531
2014-01-22 12:58jecharriRelationship deleteddepends on 0025531
2014-01-22 12:59jecharriRelationship addedrelated to 0025531
2014-01-22 13:06jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5357#r5357
2014-01-23 17:33guilleaerTarget VersionRMP31 => RMP32
2014-01-24 10:17malsasuaStatusnew => scheduled
2014-01-24 10:17malsasuafix_in_branch => pi
2014-01-24 10:18malsasuaNote Added: 0063668
2014-01-24 10:18malsasuaStatusscheduled => resolved
2014-01-24 10:18malsasuaFixed in Version => RMP32
2014-01-24 10:18malsasuaResolutionopen => fixed
2014-02-01 14:53mtaalReview Assigned To => mtaal
2014-02-01 14:53mtaalNote Added: 0063841
2014-02-01 14:53mtaalStatusresolved => closed
2014-02-01 14:53mtaalFixed in VersionRMP32 => RMP31

Notes
(0063668)
malsasua   
2014-01-24 10:18   
the error is generated because in the ERP there is wrong data generated by the issue 25531. No changes in code are required.
(0063841)
mtaal   
2014-02-01 14:53   
No change needed, continued in other issue