Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033919Retail ModulesWeb POSpublic2016-09-07 13:442016-09-21 00:17
jorge-garcia 
mario_castello 
urgentmajorhave not tried
closedfixed 
5
 
RR16Q4 
guilleaer
Pre packaging ( pi )
2016-08-12
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5bb4f21c107bfcf7e6c4ba77a63f3caae62c174d [^]
No
0033919: The gross of the lines are not calculated when the user loads a ticket from the backend
The gross of the lines are not calculated when the user loads a ticket from the backend
1) Create a ticket in the WebPOS, add some products and pay it completely.
2) Go to the menu and click on Receipts option
3) In the popup, select the receipt recently created.
4) Check when the receipts is loaded, the information of the grooss of lines are not calculated and is set to 0.00.
No tags attached.
caused by defect 0031800 closed mario_castello Warning shown when a receipt is loaded 
Issue History
2016-09-07 13:44jorge-garciaNew Issue
2016-09-07 13:44jorge-garciaAssigned To => Retail
2016-09-07 13:44jorge-garciaResolution time => 1475186400
2016-09-07 13:44jorge-garciaTriggers an Emergency Pack => No
2016-09-07 16:07mario_castelloAssigned ToRetail => mario_castello
2016-09-07 16:07mario_castelloStatusnew => acknowledged
2016-09-07 16:08mario_castelloStatusacknowledged => scheduled
2016-09-10 00:44hgbotCheckin
2016-09-10 00:44hgbotNote Added: 0089886
2016-09-10 00:44hgbotStatusscheduled => resolved
2016-09-10 00:44hgbotResolutionopen => fixed
2016-09-10 00:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/027dc930d1761e778089716c0cae4b9f5c9d3cee [^]
2016-09-20 13:18guilleaerReview Assigned To => guilleaer
2016-09-20 13:18guilleaerStatusresolved => closed
2016-09-20 13:18guilleaerFixed in Version => RR16Q4
2016-09-20 15:10migueldejuanaNote Added: 0090113
2016-09-20 15:12migueldejuanaRelationship addedcaused by 0031800
2016-09-20 15:24guilleaerRegression level => Pre packaging ( pi )
2016-09-20 15:24guilleaerRegression date => 2016-08-12
2016-09-20 15:24guilleaerRegression introduced in release => pi
2016-09-20 15:24guilleaerRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5bb4f21c107bfcf7e6c4ba77a63f3caae62c174d [^]
2016-09-21 00:17hgbotCheckin
2016-09-21 00:17hgbotNote Added: 0090127

Notes
(0089886)
hgbot   
2016-09-10 00:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 027dc930d1761e778089716c0cae4b9f5c9d3cee
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Sep 07 10:43:15 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/027dc930d1761e778089716c0cae4b9f5c9d3cee [^]

Fixed issue 33919: Split the function calculateGross in two function calculateGross and calculateGrossAndSave that use the same logic.
The second function allow save the ticket as default.

---
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0090113)
migueldejuana   
2016-09-20 15:10   
This is clearly a regression introduced by https://issues.openbravo.com/view.php?id=31800. [^]

This issue is an error that was not happening before, so we should check what introduced this error and try to solve it without breaking other functionalities.
(0090127)
hgbot   
2016-09-21 00:17   
Repository: tools/automation/pi-mobile
Changeset: 5235befab07196f758bf9442576050f6ed731e1a
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Sep 20 13:10:09 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5235befab07196f758bf9442576050f6ed731e1a [^]

Verifies issue 33919: Added automated test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33919_PayReceiptAndOpen.java
---