Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038463Retail ModulesWeb POSpublic2018-04-27 11:372019-04-01 17:11
ebecerra 
ebecerra 
normalminorhave not tried
closedfixed 
5
 
RR19Q2 
guilleaer
No
0038463: Logged user visualization
The improvements that will be made to the visualization of the logged user:

- The “online” menu entry (where the user could log out or lock the screen) and the “user” menu entry (where the user could change the role) are now merged in a single menu entry

- This new menu entry will be on the top of the menu

- This new menu entry will also have the image and name of the logged user, to make easier to identify what is the user that is logged in.


- When clicking this menu entry, a pop up will be shown with 3 options:
    * Profile (to see&change the role)
    * Lock screen
    * Log out
N/A
No tags attached.
diff mobile-core.diff (21,731) 2019-02-19 11:51
https://issues.openbravo.com/file_download.php?file_id=12672&type=bug
diff Test_38463.diff (15,903) 2019-02-19 12:06
https://issues.openbravo.com/file_download.php?file_id=12673&type=bug
Issue History
2018-04-27 11:37ebecerraNew Issue
2018-04-27 11:37ebecerraAssigned To => Retail
2018-04-27 11:37ebecerraTriggers an Emergency Pack => No
2019-01-21 10:06ebecerraFile Added: mobile_core.diff
2019-01-22 13:08ebecerraFile Deleted: mobile_core.diff
2019-01-22 13:08ebecerraFile Added: mobile-core.diff
2019-01-22 13:09ebecerraFile Added: Test_I38463.diff
2019-02-01 08:52ebecerraFile Deleted: mobile-core.diff
2019-02-01 08:52ebecerraFile Added: mobile-core.diff
2019-02-13 13:54ebecerraFile Added: Test_I38463_v1.diff
2019-02-14 08:42ebecerraFile Deleted: mobile-core.diff
2019-02-14 08:43ebecerraFile Added: mobile-core.diff
2019-02-14 08:53ebecerraFile Deleted: mobile-core.diff
2019-02-14 08:54ebecerraFile Added: mobile-core.diff
2019-02-19 11:50ebecerraFile Deleted: mobile-core.diff
2019-02-19 11:51ebecerraFile Added: mobile-core.diff
2019-02-19 12:06ebecerraFile Deleted: Test_I38463_v1.diff
2019-02-19 12:06ebecerraFile Deleted: Test_I38463.diff
2019-02-19 12:06ebecerraFile Added: Test_38463.diff
2019-02-19 12:07hgbotCheckin
2019-02-19 12:07hgbotNote Added: 0109931
2019-02-19 12:08hgbotCheckin
2019-02-19 12:08hgbotNote Added: 0109932
2019-04-01 17:08guilleaerStatusnew => scheduled
2019-04-01 17:09guilleaerStatusscheduled => resolved
2019-04-01 17:09guilleaerFixed in Version => RR19Q2
2019-04-01 17:09guilleaerResolutionopen => fixed
2019-04-01 17:09guilleaerReview Assigned To => guilleaer
2019-04-01 17:09guilleaerStatusresolved => closed
2019-04-01 17:11guilleaerAssigned ToRetail => ebecerra

Notes
(0109931)
hgbot   
2019-02-19 12:07   
Repository: tools/automation/pi-mobile
Changeset: fff361475460f29c77f359faa9d5319cb76381a8
Author: Eduardo Becerra <ebec70 <at> yahoo.com>
Date: Tue Feb 19 12:05:46 2019 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fff361475460f29c77f359faa9d5319cb76381a8 [^]

Relate issue 38463: Logged user visualization Test

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I33730_VerifyRoleOrgAccess.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I34424_VerifyRoleOrgAccessPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/HideActionButtons.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29459_HookProfileDialogApply.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32625_VerifyUserProfileDefaultLang.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35040_RequestDuringChangeRoleAction.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36374_VerifyLayawayWithDifferentUserRole.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineUserInformation.java
---
(0109932)
hgbot   
2019-02-19 12:08   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 86d778ff490984345f600e08aff73a1c901a1ecc
Author: Eduardo Becerra <ebec70 <at> yahoo.com>
Date: Tue Feb 19 11:52:13 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/86d778ff490984345f600e08aff73a1c901a1ecc [^]

Fix issue 38463: Logged user visualization

---
M src/org/openbravo/mobile/core/login/Context.java
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
---