Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031702 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-12-14 12:38 | 2016-01-22 15:31 | |||
Reporter | amayavicente | View Status | public | |||||
Assigned To | guilleaer | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | dfe9bacdf582 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jorge-garcia | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031702: [SERQA 463] Wrong size of the Payment Method button | |||||||
Description | Wrong size of the Payment Method button when the payment method name is longer than usual. | |||||||
Steps To Reproduce | CASE 1 1. Login in backoffice. 2. In the 'POS terminal' window, for 'VBS-1' change the payment method name 'Card' to 'CardAdministracion' 3. Log into the webpos, add a product and click the 'Total amount' button. ERROR: see image 463_1 CASE 2 1. Login in backoffice. 2. In the 'POS terminal' window, for 'VBS-1' change the payment method name 'Card' to 'Card Administracion line2 line3' 3. Log into the webpos, add a product and click the 'Total amount' button. ERROR: see image 463_2 | |||||||
Tags | SER-QA | |||||||
Attached Files | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0082723) dbaz (viewer) 2015-12-14 14:36 |
Let's try a visualization like this: http://jsfiddle.net/yznwu6bt/3/ [^] |
(0082864) hgbot (developer) 2015-12-18 09:34 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: dfe9bacdf582a3e61d84af46d37531efc63462ce Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Fri Dec 18 09:33:37 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dfe9bacdf582a3e61d84af46d37531efc63462ce [^] Fixed issue 31702: Convenience function has been created to be executed when this buttons are created. --- M web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js --- |
(0082865) guilleaer (viewer) 2015-12-18 09:37 |
I have done my best to try to avoid this fix, but the current design of the keyboard doesn't allow to use standard css practices to achieve the expected result. A redesign of the keyboard is needed in order to use correct CSS techniques. For the moment i think that the commit is enough. |
(0082866) hgbot (developer) 2015-12-18 09:58 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: efe18d0446d42e013251658e3ffe03009ba8482a Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Fri Dec 18 09:57:55 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/efe18d0446d42e013251658e3ffe03009ba8482a [^] Related to issue 31702: Add support to single column mode --- M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js --- |
(0082868) hgbot (developer) 2015-12-18 10:37 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: fac66079d461278fe4518af1b5625af99a6bd0b8 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Fri Dec 18 10:35:41 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fac66079d461278fe4518af1b5625af99a6bd0b8 [^] Related to issue 31702: If screen changes from 2 columns to 1 column buttons are redrawn --- M web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js --- |
(0082937) agete (viewer) 2015-12-22 13:35 |
The solution given is incomplete: - If the button is one of the mains, it shows: Administr... - If the button is into the ones in MORE option, buttons larger, althow the word fits perfectly it still indicates Administr.... - If the payment method is selected, in the button More it indicates (Administration) |
(0083028) hgbot (developer) 2015-12-28 18:57 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 76ff880538daf94c5301c4daa694cfb4a59fbda7 Author: Rafa Alonso <ral <at> openbravo.com> Date: Mon Dec 28 18:56:18 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76ff880538daf94c5301c4daa694cfb4a59fbda7 [^] Related to issue 31702: Restored the default behaviour until the ellipsis algorithm is improved --- M web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js --- |
(0083035) jorge-garcia (viewer) 2015-12-29 10:25 |
Will try to fix in RR16Q2 (see related issue). Code review OK. |
(0083430) hgbot (developer) 2016-01-20 09:20 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 8f193714833f9ed6210428eced76e7f8cb24a1dd Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Jan 19 09:39:18 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8f193714833f9ed6210428eced76e7f8cb24a1dd [^] Related to issue 31702: Don't apply ellipsis for more popup buttons. Use original content now is optional --- M web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js --- |
(0083431) hgbot (developer) 2016-01-20 09:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 33ebbe4d806c0229fab492743f34af3cd4a52fc7 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Mon Jan 18 20:59:53 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/33ebbe4d806c0229fab492743f34af3cd4a52fc7 [^] Related to issue 31702: Use ellipsis in more button --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js --- |
(0083432) hgbot (developer) 2016-01-20 09:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: fd06dae345d796e4ed8d99da7a6ace9b2c912a95 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Mon Jan 18 22:42:02 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd06dae345d796e4ed8d99da7a6ace9b2c912a95 [^] Related to issue 31702: remove unwanted change --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2015-12-14 12:38 | amayavicente | New Issue | |
2015-12-14 12:38 | amayavicente | Assigned To | => Retail |
2015-12-14 12:38 | amayavicente | File Added: 463_1.JPG | |
2015-12-14 12:38 | amayavicente | OBNetwork customer | => Yes |
2015-12-14 12:38 | amayavicente | Resolution time | => 1451257200 |
2015-12-14 12:38 | amayavicente | Triggers an Emergency Pack | => No |
2015-12-14 12:39 | amayavicente | Tag Attached: SER-QA | |
2015-12-14 12:40 | amayavicente | File Added: 463_2.JPG | |
2015-12-14 13:34 | Orekaria | Assigned To | Retail => dbaz |
2015-12-14 13:34 | Orekaria | Status | new => feedback |
2015-12-14 14:36 | dbaz | Note Added: 0082723 | |
2015-12-14 14:37 | dbaz | Assigned To | dbaz => Retail |
2015-12-14 14:37 | dbaz | Status | feedback => new |
2015-12-17 09:55 | Orekaria | Status | new => acknowledged |
2015-12-17 12:46 | Orekaria | Status | acknowledged => scheduled |
2015-12-17 12:46 | Orekaria | Assigned To | Retail => guilleaer |
2015-12-18 09:34 | hgbot | Checkin | |
2015-12-18 09:34 | hgbot | Note Added: 0082864 | |
2015-12-18 09:34 | hgbot | Status | scheduled => resolved |
2015-12-18 09:34 | hgbot | Resolution | open => fixed |
2015-12-18 09:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dfe9bacdf582a3e61d84af46d37531efc63462ce [^] |
2015-12-18 09:37 | guilleaer | Note Added: 0082865 | |
2015-12-18 09:49 | guilleaer | File Added: GAL_screenshoot_Selection_179.jpg | |
2015-12-18 09:49 | guilleaer | File Added: GAL_screenshoot_Selection_180.jpg | |
2015-12-18 09:49 | guilleaer | File Added: GAL_screenshoot_Selection_181.jpg | |
2015-12-18 09:55 | guilleaer | File Added: GAL_screenshoot_Selection_182.jpg | |
2015-12-18 09:56 | guilleaer | File Added: GAL_screenshoot_Selection_183.jpg | |
2015-12-18 09:58 | hgbot | Checkin | |
2015-12-18 09:58 | hgbot | Note Added: 0082866 | |
2015-12-18 10:37 | hgbot | Checkin | |
2015-12-18 10:37 | hgbot | Note Added: 0082868 | |
2015-12-22 13:35 | agete | Note Added: 0082937 | |
2015-12-22 13:35 | agete | Status | resolved => new |
2015-12-22 13:35 | agete | Resolution | fixed => open |
2015-12-24 12:27 | Orekaria | Assigned To | guilleaer => Orekaria |
2015-12-24 12:27 | Orekaria | File Added: 1683.patch | |
2015-12-28 10:16 | Orekaria | Status | new => scheduled |
2015-12-28 18:57 | hgbot | Checkin | |
2015-12-28 18:57 | hgbot | Note Added: 0083028 | |
2015-12-28 18:58 | Orekaria | Status | scheduled => feedback |
2015-12-28 18:58 | Orekaria | Status | feedback => scheduled |
2015-12-28 18:58 | Orekaria | Assigned To | Orekaria => Retail |
2015-12-28 18:59 | Orekaria | Status | scheduled => resolved |
2015-12-28 18:59 | Orekaria | Fixed in Version | => RR16Q1 |
2015-12-28 18:59 | Orekaria | Resolution | open => fixed |
2015-12-28 19:10 | Orekaria | Assigned To | Retail => Orekaria |
2015-12-29 10:10 | jorge-garcia | Review Assigned To | => jorge-garcia |
2015-12-29 10:25 | jorge-garcia | Note Added: 0083035 | |
2015-12-29 10:25 | jorge-garcia | Status | resolved => closed |
2016-01-20 09:20 | hgbot | Checkin | |
2016-01-20 09:20 | hgbot | Note Added: 0083430 | |
2016-01-20 09:21 | hgbot | Checkin | |
2016-01-20 09:21 | hgbot | Note Added: 0083431 | |
2016-01-20 09:21 | hgbot | Checkin | |
2016-01-20 09:21 | hgbot | Note Added: 0083432 | |
2016-01-20 09:23 | guilleaer | Assigned To | Orekaria => guilleaer |
2016-01-20 09:23 | guilleaer | Status | closed => new |
2016-01-20 09:23 | guilleaer | Resolution | fixed => open |
2016-01-20 09:23 | guilleaer | Fixed in Version | RR16Q1 => |
2016-01-20 09:24 | guilleaer | Status | new => scheduled |
2016-01-20 09:24 | guilleaer | Status | scheduled => resolved |
2016-01-20 09:24 | guilleaer | Fixed in Version | => RR16Q2 |
2016-01-20 09:24 | guilleaer | Resolution | open => fixed |
2016-01-22 15:31 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |