Notes |
|
(0086965)
|
hgbot
|
2016-06-02 21:54
|
|
|
|
|
- Payment name and remove button are not vertically centered
- Remove button change its size when resizing window
- I would separate more remove button from scroll |
|
|
(0087045)
|
umartirena
|
2016-06-07 09:28
|
|
After the last change we are facing an issue when trying to hide Remove Payment button due to a new development. remove.hide() "display:none" it does not work because it is overridden with "display:block".
It also there is a problem when adding new buttons. Before the change if one button was hidden the second one was appearing in the place of the first one. Now it appears right after the first one even if is hidden.
See the video: http://www.screencast.com/t/afOpUg5jNg9 [^] |
|
|
(0087256)
|
hgbot
|
2016-06-14 15:55
(edited on: 2016-06-14 15:58) |
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 078739cca62ce091ea736141ef2b5d6bc748d635
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Jun 14 07:52:58 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/078739cca62ce091ea736141ef2b5d6bc748d635 [^]
Related to issue 33090: Added changes to removePayment button in payment lines
Delete "display:block" to allow hide the button.
Added name and margin to the button.
---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
|
|
|
(0087637)
|
hgbot
|
2016-06-17 20:10
(edited on: 2016-06-17 20:19) |
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b25b20d8db0129c534cc70c8b6bd154b0a29c1ec
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu Jun 16 10:44:48 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b25b20d8db0129c534cc70c8b6bd154b0a29c1ec [^]
Fixed issue 33090: Added changes to button removePayment in payment lines view
Added margin when the second row show information.
The Payment name can not be centralized because can be affected the information in the second row.
---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
|
|
|
|
When the width is close to 800px but we are working in a single column view the remove button is not alligned to the right side.
Attached screenshot (GAL_screenshoot_Selection_410) |
|
|
(0087758)
|
hgbot
|
2016-06-21 21:01
|
|
|
|
|
|
|
(0090832)
|
dbaz
|
2016-10-24 22:01
(edited on: 2016-10-25 12:56) |
|
1. Payments Area min-width should be 325px, even on smartphones.
2. Cancel Payment Button width should be always the same (45px)
3. Cancel Payment Button should be always vertically centered
4. Complete Payment Button height: the payments area should never hit this button, so it should be always above this area.
5. The separation between the payed amount and the Cancel Payment Button should be always the same (~ 11px)
http://screencast.com/t/Pwd3Iq4XNut [^]
|
|
|
|
You are considering a single button, try with a layaway order type that have more than one button. |
|
|
(0090855)
|
dbaz
|
2016-10-25 11:16
(edited on: 2016-10-25 12:56) |
|
Thanks Mario, you are completly right.
Then, the pending points are:
1. Cancel Payment Button width should be always the same (45px)
2. Cancel Payment Button should be always vertically centered
3. The separation between the payed amount and the Cancel Payment Button should be always the same (~ 11px)
and due to this last minute change, I have to add I new one:
4. There should not be line break in the currency conversion field if the 'More Information' field is not present or is empty. Also, if the 'More Information' text is too long, and the currency conversion field is not present, the line break of this long 'More Information' text should happen near the 'Cancel Payment' button.
If both 'More Information' and currency conversion fields are present (not empty), then the current table layout is ok.
http://screencast.com/t/UzfYsXK12Nt [^]
|
|