Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035438Retail ModulesWeb POSpublic2017-03-06 16:072017-03-16 11:40
xabiermerino 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
Coding ( Testing )
2017-01-04
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d26b00e2f64#l5.53 [^]
No
0035438: [SERQA 2549] Default payment method as 'POS Terminal Type' level is not working
If you select Cash USA as Payment Method as 'POS Terminal Type' level the application does not take it into account. Cash appears as default payment method
- Log into backoffice
- Go to POS Terminal Type window and select VBS POS Terminal Type
- Select Cash USA as Payment Method
- Log into web POS
- Create a ticket
- Click on amount
- Realize that the payment method selected by default is not Cash USA
No tags attached.
patch issue 35438 source posterminal.patch (4,007) 2017-03-14 09:58
https://issues.openbravo.com/file_download.php?file_id=10562&type=bug
Issue History
2017-03-06 16:07xabiermerinoNew Issue
2017-03-06 16:07xabiermerinoAssigned To => Retail
2017-03-06 16:07xabiermerinoResolution time => 1490050800
2017-03-06 16:07xabiermerinoTriggers an Emergency Pack => No
2017-03-07 13:39ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-07 13:40ranjith_qualiantech_comStatusnew => scheduled
2017-03-14 09:58ranjith_qualiantech_comFile Added: issue 35438 source posterminal.patch
2017-03-15 08:01hgbotCheckin
2017-03-15 08:01hgbotNote Added: 0095009
2017-03-15 08:01hgbotStatusscheduled => resolved
2017-03-15 08:01hgbotResolutionopen => fixed
2017-03-15 08:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ad4b5f7e41769e1a8cb06d3b80ec766985e66474 [^]
2017-03-15 08:02hgbotCheckin
2017-03-15 08:02hgbotNote Added: 0095010
2017-03-15 10:29ranjith_qualiantech_comRegression level => Coding ( Testing )
2017-03-15 10:29ranjith_qualiantech_comRegression date => 2017-01-04
2017-03-15 10:29ranjith_qualiantech_comRegression introduced in release => pi
2017-03-15 10:29ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5d26b00e2f64#l5.53 [^]
2017-03-16 11:40marvintmReview Assigned To => marvintm
2017-03-16 11:40marvintmStatusresolved => closed
2017-03-16 11:40marvintmFixed in Version => RR17Q2

Notes
(0095009)
hgbot   
2017-03-15 08:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ad4b5f7e41769e1a8cb06d3b80ec766985e66474
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 15 12:30:51 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ad4b5f7e41769e1a8cb06d3b80ec766985e66474 [^]

Fixes issue 35438 : Terminal Payment method should be selected as default payment in POS

* Refactored Code, Removed Code to get default payment method, Since default payment method is already defined while loading POS itself

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
---
(0095010)
hgbot   
2017-03-15 08:02   
Repository: tools/automation/pi-mobile
Changeset: d62722585b8fcf6959799df366b7fe2c6b0e3d90
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 15 12:31:05 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d62722585b8fcf6959799df366b7fe2c6b0e3d90 [^]

Verifies issue 35438 : Added automated test 'I35438_VerifyTerminalPaymentMethod'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35438_VerifyTerminalPaymentMethod.java
---