Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034955Retail ModulesWeb POSpublic2016-12-20 12:592017-03-08 19:28
ranjith_qualiantech_com 
guilleaer 
highmajoralways
closedfixed 
5
 
RR17Q1RR17Q1 
marvintm
No
0034955: Payment Method Popup ID Duplicated After Completing Ticket
Payment Method Popup ID was duplicated, if the Payment Method Popup is opened several times. If ID is duplicated then "Problems in Popup" will be shown
Instance With Gift Card Module
1) Add any product to receipt
2) Click Pay and Click More Button
3) Close Payment Method Popup
4) Complete the ticket
5) IN New Ticket, Add any product to receipt
6) Click Pay and Click More Button

Payment Method Popup ID Duplicated
No tags attached.
blocks design defect 0034786 closed guilleaer Payment Method Popup ID Duplicated After Completing Ticket 
Issue History
2017-01-13 19:36guilleaerTypedesign defect => backport
2017-01-13 19:36guilleaerTarget Version => RR17Q1.1
2017-01-16 15:10marvintmTarget VersionRR17Q1.1 => RR17Q1
2017-01-18 10:25hgbotCheckin
2017-01-18 10:25hgbotNote Added: 0093680
2017-01-18 10:25hgbotStatusscheduled => resolved
2017-01-18 10:25hgbotResolutionopen => fixed
2017-01-18 10:25hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/530f8d565b096a2d1270fe5070bb2cbf274c4d65 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q1/org.openbravo.retail.posterminal/rev/bce6d6416c40c2cd0e5f73344acb9bdb2521adaa [^]
2017-01-18 16:56hgbotCheckin
2017-01-18 16:56hgbotNote Added: 0093706
2017-03-08 19:28marvintmReview Assigned To => marvintm
2017-03-08 19:28marvintmStatusresolved => closed
2017-03-08 19:28marvintmFixed in Version => RR17Q1

Notes
(0093680)
hgbot   
2017-01-18 10:25   
Repository: retail/backports/3.0RR17Q1/org.openbravo.retail.posterminal
Changeset: bce6d6416c40c2cd0e5f73344acb9bdb2521adaa
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jan 18 10:13:10 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q1/org.openbravo.retail.posterminal/rev/bce6d6416c40c2cd0e5f73344acb9bdb2521adaa [^]

Fixed issue 34955: More Payment Methods popup has been refactored and it works fine after complete a sale

The popup is now defined in the posterminal window (As we do with the majority of the popups). Buttons which are in the list are generated dynamically when the popup is opened for the first time or when new payments methods have to be added.

---
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
A web/org.openbravo.retail.posterminal/js/components/modalmorepaymentmethods.js
---
(0093706)
hgbot   
2017-01-18 16:56   
Repository: retail/backports/3.0RR17Q1/org.openbravo.retail.posterminal
Changeset: efb908d323ef9ec427b4f56fd09433970cd5f03f
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Jan 18 16:55:59 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q1/org.openbravo.retail.posterminal/rev/efb908d323ef9ec427b4f56fd09433970cd5f03f [^]

Related to issue 34955: Update copyright year

---
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---