Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032930Retail ModulesWeb POSpublic2016-05-11 12:552016-06-17 14:45
aaroncalero 
aaroncalero 
normalmajoralways
closedfixed 
5
 
 
marvintm
No
0032930: Ticket total not calculated when adding a deferred service to a background ticket
When creating a deferred sell of a service, it is possible to add that service to a new or existing ticket, but without opening it (the original ticket is kept open).
In these cases, the service is added to the requested ticket, but the total amount of that ticket is not updated.
Login in web pos and create a new ticket.
Add a GPS Mini, continue without adding services, and pay the ticket.
Recover the created ticket (Menu > Receipts) and click on the Related Services button of the GPS Mini.
Try to add the Warranty (deferrable). The Not Editable Receipt popup will be shown, allowing the user to create a new ticket with the service.
Select the Create New Receipt option.
Uncheck the "Open target receipt" option.
Click on apply.
A new ticket will be created on the background.
Using the opened receipts list, open this new ticket.
Verify that this ticket contains a Warranty (deferrable) related to the GPS Mini of the previous ticket, but the total of the ticket is 0.
No tags attached.
related to defect 0033109 closed ranjith_qualiantech_com [SERQA 1217] Wrong calculated price in services deferred sales 
Issue History
2016-05-11 12:55aaroncaleroNew Issue
2016-05-11 12:55aaroncaleroAssigned To => aaroncalero
2016-05-11 12:55aaroncaleroTriggers an Emergency Pack => No
2016-06-06 18:19aaroncaleroRelationship addedrelated to 0033109
2016-06-14 09:41hgbotCheckin
2016-06-14 09:41hgbotNote Added: 0087230
2016-06-14 09:41hgbotStatusnew => resolved
2016-06-14 09:41hgbotResolutionopen => fixed
2016-06-14 09:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68d9bc568e1938dea895ea0433d27a9760d35559 [^]
2016-06-14 09:42hgbotCheckin
2016-06-14 09:42hgbotNote Added: 0087231
2016-06-17 14:45marvintmReview Assigned To => marvintm
2016-06-17 14:45marvintmStatusresolved => closed

Notes
(0087230)
hgbot   
2016-06-14 09:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 68d9bc568e1938dea895ea0433d27a9760d35559
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Wed May 11 13:28:07 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68d9bc568e1938dea895ea0433d27a9760d35559 [^]

Fixed issue 32930: Ticket total not calculated when adding a deferred service to a background ticket

---
M web/org.openbravo.retail.posterminal/js/components/modalselectopenreceipts.js
---
(0087231)
hgbot   
2016-06-14 09:42   
Repository: tools/automation/pi-mobile
Changeset: 7568743780321f5cfdacfdc42d374bf5a1fe7443
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 14 13:11:27 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7568743780321f5cfdacfdc42d374bf5a1fe7443 [^]

Verifies issue 32930 : Added automated test 'I32930_VerifyDeferredServiceAmount'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestIdBase.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/deferredsell/I32930_VerifyDeferredServiceAmount.java
---