Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036071Retail ModulesWeb POSpublic2017-05-23 12:242017-06-21 18:55
networkb 
ebecerra 
normalmajoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0036071: [SERQA 2877] when a product cannot be added to a ticket, the linked services screen should not be open
When a product cannot be added to a ticket due to an error, the linked services screen should not be open.
1. Log into backend https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ [^]
2. Deactivate all tax rates belong to the tax category 'IVA Normal'.
3. Log into the POS terminal https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]
4. Add to the ticket the product 'GPS Nano'. Check that an error is raised "Cannot calculate receipt taxes..." and the product is not added to the ticket.
ERROR: the linked services screen is open although the product has been not added to the ticket.

see video https://drive.google.com/open?id=0B_fgCEJswkYWMjhUZTZIcTJHdFU [^]
SER-QA
Issue History
2017-05-23 12:24networkbNew Issue
2017-05-23 12:24networkbAssigned To => Retail
2017-05-23 12:24networkbResolution time => 1497477600
2017-05-23 12:24networkbTriggers an Emergency Pack => No
2017-05-23 12:24networkbTag Attached: SER-QA
2017-06-12 18:15marvintmAssigned ToRetail => ebecerra
2017-06-12 18:15marvintmStatusnew => scheduled
2017-06-14 10:56hgbotCheckin
2017-06-14 10:56hgbotNote Added: 0097385
2017-06-14 10:56hgbotStatusscheduled => resolved
2017-06-14 10:56hgbotResolutionopen => fixed
2017-06-14 10:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1109774844f03c6cb3b25638dc302007dcc16e9c [^]
2017-06-21 13:17hgbotCheckin
2017-06-21 13:17hgbotNote Added: 0097552
2017-06-21 18:55marvintmReview Assigned To => marvintm
2017-06-21 18:55marvintmStatusresolved => closed
2017-06-21 18:55marvintmFixed in Version => RR17Q3

Notes
(0097385)
hgbot   
2017-06-14 10:56   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1109774844f03c6cb3b25638dc302007dcc16e9c
Author: Eduardo Becerra <ebec70 <at> yahoo.com>
Date: Mon Jun 12 14:16:05 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1109774844f03c6cb3b25638dc302007dcc16e9c [^]

Fixed issue 36071: when a product cannot be added to a ticket, the linked services screen should not be open

---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0097552)
hgbot   
2017-06-21 13:17   
Repository: tools/automation/pi-mobile
Changeset: 99d5b71917514afbc5dc21b9287e20080b9a2d8b
Author: Eduardo Becerra <ebec70 <at> yahoo.com>
Date: Tue Jun 20 17:54:49 2017 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/99d5b71917514afbc5dc21b9287e20080b9a2d8b [^]

Related to issue 36071: Added automated test 'I36071_VerifyNotServicesShownWhenProductNotAdd'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I36071_VerifyNotServicesShownWhenProductNotAdd.java
---