Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033037Retail ModulesWeb POSpublic2016-05-24 14:132016-06-02 16:05
amayavicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
 
migueldejuana
No
0033037: [SERQA 1156] % doesn't work well with product method categories
% doesn't work well with product method categories in WebPOS
1. In backend, open POS Payment Method Categories and create a new category 'Test'
2. For the POS Terminal Type 'VBS POS Terminal Type', include the Payment Methods Credit card and Voucher in the new payment method category.
3. Log into the termianl VBS-1.
4. Create a ticket with a product.
5. Click the total amount.
6. Click button 'Cash'. Check that now are all the payment method buttons in grey (disable)
7. Enter 50% in the numeric keyboard.
8. Click button 'Test' and select, for instance'Card'.
ERROR: Check that 50EUR has been added instead the 50% of the ticket amount.

See the video:
https://drive.google.com/a/openbravo.com/file/d/0B3RBrE5TUxwbZ1RRRzE2a1dhRUE/view [^]
SER-QA
Issue History
2016-05-24 14:13amayavicenteNew Issue
2016-05-24 14:13amayavicenteAssigned To => Retail
2016-05-24 14:13amayavicenteResolution time => 1465250400
2016-05-24 14:13amayavicenteTriggers an Emergency Pack => No
2016-05-24 14:15amayavicenteTag Attached: SER-QA
2016-05-24 14:15amayavicenteSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=12221#r12221
2016-05-27 09:12ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-05-27 09:12ranjith_qualiantech_comStatusnew => scheduled
2016-05-29 06:49hgbotCheckin
2016-05-29 06:49hgbotNote Added: 0086791
2016-05-29 06:49hgbotStatusscheduled => resolved
2016-05-29 06:49hgbotResolutionopen => fixed
2016-05-29 06:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e57075a292f53e0f070b77958680362b71df0335 [^]
2016-05-31 11:18hgbotCheckin
2016-05-31 11:18hgbotNote Added: 0086855
2016-05-31 11:18hgbotCheckin
2016-05-31 11:18hgbotNote Added: 0086856
2016-06-02 14:34ranjith_qualiantech_comNote Added: 0086926
2016-06-02 16:05migueldejuanaReview Assigned To => migueldejuana
2016-06-02 16:05migueldejuanaNote Added: 0086944
2016-06-02 16:05migueldejuanaStatusresolved => closed

Notes
(0086791)
hgbot   
2016-05-29 06:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e57075a292f53e0f070b77958680362b71df0335
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun May 29 10:16:19 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e57075a292f53e0f070b77958680362b71df0335 [^]

Fixes issue 33037 : Adding payment "options" Parameter to "onStatusChanged" event

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
---
(0086855)
hgbot   
2016-05-31 11:18   
Repository: tools/automation/pi-mobile
Changeset: 3f7284b70a2090b5df3b1a05a5f0f6b9eced6253
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue May 31 14:44:46 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3f7284b70a2090b5df3b1a05a5f0f6b9eced6253 [^]

Verifies issue 33037 : Added automated test 'I33037_VerifyPercentAmountByInput'

---
A src-test/org/openbravo/test/mobile/quarantine/pack/RAN/receipts/I33037_VerifyPercentAmountByInput.java
---
(0086856)
hgbot   
2016-05-31 11:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1adb110c312fb89231f9363538eb9424737f9ca3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue May 31 14:47:38 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1adb110c312fb89231f9363538eb9424737f9ca3 [^]

Related to issue 33037 : Adding name attribute to Payment Method in Payment Method Category Popup

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
---
(0086926)
ranjith_qualiantech_com   
2016-06-02 14:34   
In modalpayment.js,
1) name attribute is added in order to use the component in test
2) "options" arguments used in the "pay" fn which was triggered from "onStatusChanged" event
(0086944)
migueldejuana   
2016-06-02 16:05   
Tested and reviewed