Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035119
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2017-02-01 10:022017-02-10 13:49
ReporterguillermogilView Statuspublic 
Assigned Tojorge-garcia 
PriorityhighResolutionfixedFixed in VersionRR17Q2
StatusclosedFix in branchFixed in SCM revision595473a3ad7f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0035119: OBPOS_NewReceipt hook is not opening popups on login

DescriptionOBPOS_NewReceipt hook is not opening popups on login although it is working fine if you click '*' (new) button.
Steps To Reproduce- Implement OBPOS_NewReceipt hook

Example:
OB.UTIL.HookManager.registerHook('OBPOS_NewReceipt', function (args, callbacks) {
  OB.MobileApp.view.waterfall('onShowPopup', {
    popup: 'receiptPropertiesDialog'
  });
  OB.UTIL.HookManager.callbackExecutor(args, callbacks);
});
You will see on login that there is an scrim and no popup
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0035269 closedmario_castello Test I35119_ShowPoupInNewOrderHokkOnLogin is failing in quarantine 
related to defect 0036985 closedranjith_qualiantech_com We are triggering twice window:ready 

-  Notes
(0094059)
hgbot (developer)
2017-02-06 08:41

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 595473a3ad7fca588a1b7fb667bca94cc5e50701
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Feb 03 14:47:23 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/595473a3ad7fca588a1b7fb667bca94cc5e50701 [^]

Fixed issue 35119: OBPOS_NewReceipt hook is not opening popups on login

Render pointofsale window when the load of models of masterdata is done.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0094060)
hgbot (developer)
2017-02-06 08:47

Repository: tools/automation/pi-mobile
Changeset: 8a9749abe6a06354c541d25f06cfc300146b6477
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Feb 03 14:55:21 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8a9749abe6a06354c541d25f06cfc300146b6477 [^]

Verifies issue 35119: OBPOS_NewReceipt hook is not opening popups on login

Added test I35119_ShowPoupInNewOrderHokkOnLogin.

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35119_ShowPoupInNewOrderHokkOnLogin.java
---
(0094081)
guillermogil (manager)
2017-02-06 13:03

Reopened due to a wrong behavior on showing the popup on the hook.
It is opening perfectly but it is not working properly, values are not getting saved.
It seems to be due to duplicated window ready triggers.
(0094127)
hgbot (developer)
2017-02-07 15:25

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 4729f5935750dd6a632b63033c2bd3ab21305d46
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Feb 06 16:59:28 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4729f5935750dd6a632b63033c2bd3ab21305d46 [^]

Related to issue 35119: OBPOS_NewReceipt hook is not opening popups on login

Avoid execution of rendering the main window of the application if it’s
already done.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---

- Issue History
Date Modified Username Field Change
2017-02-01 10:02 guillermogil New Issue
2017-02-01 10:02 guillermogil Assigned To => Retail
2017-02-01 10:02 guillermogil Resolution time => 1487718000
2017-02-01 10:02 guillermogil Triggers an Emergency Pack => No
2017-02-03 13:23 jorge-garcia Assigned To Retail => jorge-garcia
2017-02-03 13:23 jorge-garcia Status new => acknowledged
2017-02-03 13:25 jorge-garcia Status acknowledged => scheduled
2017-02-06 08:41 hgbot Checkin
2017-02-06 08:41 hgbot Note Added: 0094059
2017-02-06 08:41 hgbot Status scheduled => resolved
2017-02-06 08:41 hgbot Resolution open => fixed
2017-02-06 08:41 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/595473a3ad7fca588a1b7fb667bca94cc5e50701 [^]
2017-02-06 08:47 hgbot Checkin
2017-02-06 08:47 hgbot Note Added: 0094060
2017-02-06 10:50 marvintm Review Assigned To => marvintm
2017-02-06 10:50 marvintm Status resolved => closed
2017-02-06 10:50 marvintm Fixed in Version => RR17Q2
2017-02-06 13:03 guillermogil Note Added: 0094081
2017-02-06 13:03 guillermogil Status closed => new
2017-02-06 13:03 guillermogil Resolution fixed => open
2017-02-06 13:03 guillermogil Fixed in Version RR17Q2 =>
2017-02-06 17:37 jorge-garcia Status new => scheduled
2017-02-07 15:25 hgbot Checkin
2017-02-07 15:25 hgbot Note Added: 0094127
2017-02-07 15:26 jorge-garcia Status scheduled => resolved
2017-02-07 15:26 jorge-garcia Fixed in Version => RR17Q2
2017-02-07 15:26 jorge-garcia Resolution open => fixed
2017-02-10 13:49 marvintm Status resolved => closed
2017-02-15 10:57 jorge-garcia Relationship added related to 0035269
2017-10-02 16:59 migueldejuana Relationship added related to 0036985


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker