Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034899Retail ModulesWeb POSpublic2017-01-10 16:232017-01-16 09:07
Asantos9 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0034899: [SERQA 2286] Payments and keyboard disappear adding some products
Payments and keyboard are hidden when a product added on payment window with the next characteristics:

- 'Show stock screen' checked
- A service related to this product is assigned

If a product with above description is added on payment window, the issue happens.
- Log into Web POS
- Add a product to the order
- Click on a product that must have stock screen and must have a service related to it
- Click on payment button
- Click on 'Add to the receipt' button
- Press 'Continue'

Note that the payments and keyboard are hidden
The solution is to force to close the Stock Screen without adding the product (hide) when the payment button is clicked.
No tags attached.
causes defect 0035450RR17Q2 closed ranjith_qualiantech_com Multi Receipt view and Receipt view are displayed at same time 
Issue History
2017-01-10 16:23Asantos9New Issue
2017-01-10 16:23Asantos9Assigned To => Retail
2017-01-10 16:23Asantos9Triggers an Emergency Pack => No
2017-01-10 16:24Asantos9Steps to Reproduce Updatedbug_revision_view_page.php?rev_id=14233#r14233
2017-01-10 16:29Asantos9Prioritynormal => urgent
2017-01-10 16:34xabiermerinoSummaryPayments and keyboard disappear adding some products => [SERQA 2286] Payments and keyboard disappear adding some products
2017-01-12 13:48jorge-garciaDescription Updatedbug_revision_view_page.php?rev_id=14254#r14254
2017-01-12 13:48jorge-garciaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14255#r14255
2017-01-12 13:48jorge-garciaProposed Solution updated
2017-01-12 14:54jorge-garciaStatusnew => scheduled
2017-01-12 14:54jorge-garciaAssigned ToRetail => jorge-garcia
2017-01-13 14:06jorge-garciaResolution time => 1485990000
2017-01-13 14:07hgbotCheckin
2017-01-13 14:07hgbotNote Added: 0093538
2017-01-13 14:07hgbotStatusscheduled => resolved
2017-01-13 14:07hgbotResolutionopen => fixed
2017-01-13 14:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cf9d6cd643ab25b96b5d12f806b3d814c348bac4 [^]
2017-01-13 14:08hgbotCheckin
2017-01-13 14:08hgbotNote Added: 0093539
2017-01-16 09:07marvintmReview Assigned To => marvintm
2017-01-16 09:07marvintmStatusresolved => closed
2017-01-16 09:07marvintmFixed in Version => RR17Q2
2017-03-08 09:25jorge-garciaRelationship addedcauses 0035450

Notes
(0093538)
hgbot   
2017-01-13 14:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cf9d6cd643ab25b96b5d12f806b3d814c348bac4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 12 17:07:54 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cf9d6cd643ab25b96b5d12f806b3d814c348bac4 [^]

Fixed issue 34899: [SERQA 2286] Payments and keyboard disappear adding
some products

If the Stock Screen is being shown when the payment button is clicked, the
subwindow is closed.

This solution fix the problem of be able to add a product when the POS is in
the payment window.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0093539)
hgbot   
2017-01-13 14:08   
Repository: tools/automation/pi-mobile
Changeset: 42655534209743294192ef76143bf3ad4eb4243c
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 12 17:43:19 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/42655534209743294192ef76143bf3ad4eb4243c [^]

Verifies issue 34899: [SERQA 2286] Payments and keyboard disappear adding
some products

Added test I34899_CloseStockScreenWhenPaymentTabIsShown.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34899_CloseStockScreenWhenPaymentTabIsShown.java
---