Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044313Retail ModulesWeb POSpublic2020-06-09 10:322020-06-25 15:43
AgatheBertin 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
RR20Q3 
marvintm
No
0044313: [Popup of Gift Cards /Credit Notes/Product Gift Cards] Focus is not in search
When paying with Gift Cards /Credit Notes/Product Gift Cards, the focus should automatically be in the search field of the popup
1. add product to a ticket
2. choose on of these payments method : Gift Cards /Credit Notes/Product Gift Cards
3. Click on "Pay total" => the popup is visible
4. The focus is not an the search field (should be)
NOR
related to defect 0044314 closed ranjith_qualiantech_com [Popup of Gift Cards /Credit Notes/Product Gift Cards] In case of the Anonymous Customer, should not be pre-filtered 
Issue History
2020-06-09 10:32AgatheBertinNew Issue
2020-06-09 10:32AgatheBertinAssigned To => Retail
2020-06-09 10:32AgatheBertinResolution time => 1592863200
2020-06-09 10:32AgatheBertinTriggers an Emergency Pack => No
2020-06-09 10:32AgatheBertinTag Attached: NOR
2020-06-09 10:56rafarodaRelationship addedrelated to 0044314
2020-06-18 12:11ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-06-22 09:07ranjith_qualiantech_comStatusnew => scheduled
2020-06-24 06:39hgbotCheckin
2020-06-24 06:39hgbotNote Added: 0121005
2020-06-24 06:39hgbotCheckin
2020-06-24 06:39hgbotNote Added: 0121006
2020-06-24 06:39hgbotStatusscheduled => resolved
2020-06-24 06:39hgbotResolutionopen => fixed
2020-06-24 06:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3376b6f68587a68bffe00c0494f083c60e940ca8 [^]
2020-06-25 15:43marvintmReview Assigned To => marvintm
2020-06-25 15:43marvintmStatusresolved => closed
2020-06-25 15:43marvintmFixed in Version => RR20Q3

Notes
(0121005)
hgbot   
2020-06-24 06:39   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: a7658896f001546ebe45c36adcd45f11cff76272
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 24 10:08:55 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/a7658896f001546ebe45c36adcd45f11cff76272 [^]

Related to issue-44313: Initialized method should be called for GiftCard Popup

* When opening GiftCard popup, isInitialized should be called to check
  initialize variable and set focus

---
M web/org.openbravo.retail.giftcards/js/components/GiftCardDialog.js
---
(0121006)
hgbot   
2020-06-24 06:39   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3376b6f68587a68bffe00c0494f083c60e940ca8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 24 10:09:03 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3376b6f68587a68bffe00c0494f083c60e940ca8 [^]

Fixed issue-44313: Focus should be set when ModalSelector is intitalized

* SetFocus method should be called on isInitialized method
  because focus should be set even if ModalSelector is already initialized

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js
---