Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028067Retail ModulesMulti order paymentpublic2014-11-04 09:082015-04-01 13:32
sureshbabu 
Retail 
lowtrivialalways
newopen 
5
 
 
No
0028067: [RR14Q4] At pay open tickets popup cancel button alway in inactive state
At pay open tickets popup cancel button background color always in inactive state but when the user clicks the button system closes the popup.
1) Navigate to Webpos
2) Then click Pay open tickets menu option
3) In the "Open Tickets" popup verify the "Cancel" button color

Defect: one can find the button background color is gray instead of Green.
No tags attached.
blocks feature request 0028933RR16Q1 closed Retail QA: RR15Q2: Add tests for Mobile applications 
png At pay open tickets popup cancel button alway in inactive state.png (166,058) 2014-11-04 09:08
https://issues.openbravo.com/file_download.php?file_id=7469&type=bug
png
Issue History
2014-11-04 09:08sureshbabuNew Issue
2014-11-04 09:08sureshbabuAssigned To => marvintm
2014-11-04 09:08sureshbabuFile Added: At pay open tickets popup cancel button alway in inactive state.png
2014-11-04 09:08sureshbabuTriggers an Emergency Pack => No
2015-03-06 14:42mario_castelloAssigned Tomarvintm => mario_castello
2015-03-06 15:55hgbotCheckin
2015-03-06 15:55hgbotNote Added: 0075252
2015-03-06 15:55hgbotStatusnew => resolved
2015-03-06 15:55hgbotResolutionopen => fixed
2015-03-06 15:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2f7c7bddfd78e1c9fcb187bf36fe0b6bf006c42f [^]
2015-03-06 19:00OrekariaRelationship addedblocks 0028933
2015-03-16 11:15OrekariaNote Added: 0075613
2015-03-16 11:15OrekariaStatusresolved => new
2015-03-16 11:15OrekariaResolutionfixed => open
2015-03-16 18:25OrekariaNote Edited: 0075613bug_revision_view_page.php?bugnote_id=0075613#r7993
2015-03-16 18:25OrekariaNote Edited: 0075613bug_revision_view_page.php?bugnote_id=0075613#r7994
2015-03-30 18:54OrekariaRelationship addedblocks 0029465
2015-03-30 18:55OrekariaRelationship deletedblocks 0029465
2015-04-01 13:32malsasuaAssigned Tomario_castello => Retail

Notes
(0075252)
hgbot   
2015-03-06 15:55   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2f7c7bddfd78e1c9fcb187bf36fe0b6bf006c42f
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Mar 06 08:55:03 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2f7c7bddfd78e1c9fcb187bf36fe0b6bf006c42f [^]

fixed issue 28067: [RR14Q4] At pay open tickets popup cancel button alway in inactive state

---
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
---
(0075613)
Orekaria   
2015-03-16 11:15   
(edited on: 2015-03-16 18:25)
I cannot reproduce this issue

But... if you could reproduce it, adding a css class is not the solution

Try adding:
        kind: 'OB.UI.SmallButton',
        disabled: false,
        ontap: 'cancelAction'
or:
        this.$.cancelMultiOrdersButton.setDisabled(false)