Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029260 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2015-03-12 16:02 | 2015-03-30 13:11 | |||
Reporter | migueldejuana | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 24c24fb7badf | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029260: We must advice user of having modules in development | |||||||
Description | There are many clients that have modules in development in a production enviroment. We have to advice user of that mistake. | |||||||
Steps To Reproduce | - Login in the ERP and put any module in development - Login in Web POS | |||||||
Tags | No tags attached. | |||||||
Attached Files | Undo.png [^] (103,253 bytes) 2015-03-20 13:53
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0075490) hgbot (developer) 2015-03-12 16:03 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: b783bc2385e71959ca9e9e99a0fa744a83adb124 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Mar 12 16:02:37 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b783bc2385e71959ca9e9e99a0fa744a83adb124 [^] Fixed issue 0029260: We must advice user of having modules in development --- M web/org.openbravo.mobile.core/assets/css/ob-standard.css M web/org.openbravo.mobile.core/source/component/ob-login.js A web/org.openbravo.mobile.core/assets/img/BACKGROUND-InDevelopment.png --- |
(0075491) hgbot (developer) 2015-03-12 16:12 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 97b4069ffd85161f7f8f3751048653c8770e7b48 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Mar 12 16:11:48 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/97b4069ffd85161f7f8f3751048653c8770e7b48 [^] Fixed issue 0029260: We must advice user of having modules in development We change the background and add a button to advice when at leat one module is in development --- M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/scan.js A web/org.openbravo.retail.posterminal/js/components/modalmodulesindev.js --- |
(0075538) hgbot (developer) 2015-03-13 11:54 |
Repository: tools/automation/pi-mobile Changeset: ba1599a087d06842a8429ac92ca077d57df0fc74 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Fri Mar 13 11:19:18 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ba1599a087d06842a8429ac92ca077d57df0fc74 [^] Related to issue 28933, verifies issue 29260: Added 'I29260_InDevelopmentMessage' test (I - II) --- M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29260_InDevelopmentMessage.java --- |
(0075802) dbaz (developer) 2015-03-20 13:52 |
There are several things to be fine tuned. The testing resolution should be the lowest supported one: 1024x768 (iPad) Take a look also to the attached image [Undo.png]. * All the WebPOS buttons have no borders, so the "MODULES IN DEVELOPMENT" one should not have neither. * All the WebPOS buttons have a hover effect when you pass the mouse over it (based on opacity), so this new one should have it. * The button text mention "Modules" and the popup shown once you press the button mention "System". Both should refer the same idea: or the modules are in development or the system is in development. * In case that "Undo" button be shown, it should be always in the same line that the text ("Added line 1 x Adhesive body warmers" in the attached image) to avoid it overlaps the clock. In case the text be too long, it should be cut and add "..." at the end. I would suggest check the "ellipsis" css property. Note that different screen resolutions should cut the text in a different place depending on the browser width. |
(0075969) hgbot (developer) 2015-03-25 16:17 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 26a435bf976059f482078481274e55f29fb9b3a2 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Wed Mar 25 16:16:39 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/26a435bf976059f482078481274e55f29fb9b3a2 [^] Fixed issue 0029260: We must advice user of having modules in development Fix UI errors defined in the note of the issue --- M src-db/database/sourcedata/AD_MESSAGE.xml M web/org.openbravo.retail.posterminal/js/pointofsale/view/scan.js --- |
(0075970) hgbot (developer) 2015-03-25 16:18 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 24c24fb7badf453b7b966b3e6ce417dbe9627f23 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Wed Mar 25 16:15:13 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/24c24fb7badf453b7b966b3e6ce417dbe9627f23 [^] Fixed issue 0029260: We must advice user of having modules in development Add a class in the UI for Systen in development button --- M web/org.openbravo.mobile.core/assets/css/ob-standard.css --- |
(0075987) hgbot (developer) 2015-03-25 22:51 |
Repository: tools/automation/pi-mobile Changeset: 001f214c92642aee6c596858c3243c3591796eb8 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Wed Mar 25 22:50:55 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/001f214c92642aee6c596858c3243c3591796eb8 [^] Related to issue 29260: Test updated --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29260_InDevelopmentMessage.java --- |
(0076110) hgbot (developer) 2015-03-30 09:46 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 20440986cfd7f7fdd929037e27e103f33c18e2a0 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Fri Mar 27 16:09:42 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/20440986cfd7f7fdd929037e27e103f33c18e2a0 [^] Related to issue 29260: 'System in development' changed to 'Application in development' --- M src-db/database/sourcedata/AD_MESSAGE.xml --- |
(0076137) hgbot (developer) 2015-03-30 13:11 |
Repository: tools/automation/pi-mobile Changeset: 41b77621ebaafeb00e4f7f4acc3028e12d12bd91 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Mar 26 18:47:41 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/41b77621ebaafeb00e4f7f4acc3028e12d12bd91 [^] Related to issue 29260: Uptated test 'I29260_InDevelopmentMessage' - verifies the current version instead of a hard coded string --- M src-test/org/openbravo/test/mobile/common/selenium/javascript/APIs/MobileCoreAPI.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29260_InDevelopmentMessage.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2015-03-12 16:02 | migueldejuana | New Issue | |
2015-03-12 16:02 | migueldejuana | Assigned To | => migueldejuana |
2015-03-12 16:02 | migueldejuana | Triggers an Emergency Pack | => No |
2015-03-12 16:03 | hgbot | Checkin | |
2015-03-12 16:03 | hgbot | Note Added: 0075490 | |
2015-03-12 16:03 | hgbot | Status | new => resolved |
2015-03-12 16:03 | hgbot | Resolution | open => fixed |
2015-03-12 16:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b783bc2385e71959ca9e9e99a0fa744a83adb124 [^] |
2015-03-12 16:12 | hgbot | Checkin | |
2015-03-12 16:12 | hgbot | Note Added: 0075491 | |
2015-03-12 16:12 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b783bc2385e71959ca9e9e99a0fa744a83adb124 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/97b4069ffd85161f7f8f3751048653c8770e7b48 [^] |
2015-03-13 11:12 | Orekaria | Relationship added | blocks 0028933 |
2015-03-13 11:12 | Orekaria | Review Assigned To | => Orekaria |
2015-03-13 11:12 | Orekaria | Status | resolved => closed |
2015-03-13 11:12 | Orekaria | Fixed in Version | => RR15Q2 |
2015-03-13 11:54 | hgbot | Checkin | |
2015-03-13 11:54 | hgbot | Note Added: 0075538 | |
2015-03-20 13:52 | dbaz | Note Added: 0075802 | |
2015-03-20 13:52 | dbaz | Status | closed => new |
2015-03-20 13:52 | dbaz | Resolution | fixed => open |
2015-03-20 13:52 | dbaz | Fixed in Version | RR15Q2 => |
2015-03-20 13:53 | dbaz | File Added: Undo.png | |
2015-03-25 16:17 | hgbot | Checkin | |
2015-03-25 16:17 | hgbot | Note Added: 0075969 | |
2015-03-25 16:17 | hgbot | Status | new => resolved |
2015-03-25 16:17 | hgbot | Resolution | open => fixed |
2015-03-25 16:17 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/97b4069ffd85161f7f8f3751048653c8770e7b48 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/26a435bf976059f482078481274e55f29fb9b3a2 [^] |
2015-03-25 16:18 | hgbot | Checkin | |
2015-03-25 16:18 | hgbot | Note Added: 0075970 | |
2015-03-25 16:18 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/26a435bf976059f482078481274e55f29fb9b3a2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/24c24fb7badf453b7b966b3e6ce417dbe9627f23 [^] |
2015-03-25 22:51 | hgbot | Checkin | |
2015-03-25 22:51 | hgbot | Note Added: 0075987 | |
2015-03-27 17:36 | marvintm | Review Assigned To | Orekaria => marvintm |
2015-03-27 17:36 | marvintm | Status | resolved => closed |
2015-03-27 17:36 | marvintm | Fixed in Version | => RR15Q2 |
2015-03-30 09:46 | hgbot | Checkin | |
2015-03-30 09:46 | hgbot | Note Added: 0076110 | |
2015-03-30 13:11 | hgbot | Checkin | |
2015-03-30 13:11 | hgbot | Note Added: 0076137 |
Copyright © 2000 - 2009 MantisBT Group |