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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028616
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2015-01-14 15:452015-03-30 11:18
ReporterjecharriView Statuspublic 
Assigned Tomigueldejuana 
PriorityurgentResolutionfixedFixed in VersionRR15Q2
StatusclosedFix in branchFixed in SCM revision4f305fa8b52b
ProjectionnoneETAnoneTarget VersionRR15Q2
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

0028616: Ticket scroll is losing the focus in some cases

DescriptionTicket scroll is losing the focus in some cases
Steps To ReproduceConfigure four product with different tax categories

Case 1:
-add previously configured products to the ticket until you can see the the scroll in ticket lines and also in left panel
-add 2 times a product that it is checked as "show stock screen"
-the scroll is lost [image1.png]

Case2:
-add some product with same tax
-verify that the scroll in ticket lines is added
-add product previously configured with different taxes [image2.png]
TagsNo tags attached.
Attached Filespng file icon image1.png [^] (348,726 bytes) 2015-01-14 15:45
png file icon image2.png [^] (354,751 bytes) 2015-01-14 15:45
png file icon Captura de pantalla de 2015-02-27 11:19:33.png [^] (517,838 bytes) 2015-02-27 11:21

- Relationships Relation Graph ] Dependency Graph ]
causes defect 0029183 closedmarvintm Running combo unit test fails on js error 

-  Notes
(0073775)
hgbot (developer)
2015-01-26 13:35

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b5bf2144fafa713c1dfe5cd7caf2168929286dc3
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Jan 26 13:35:02 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b5bf2144fafa713c1dfe5cd7caf2168929286dc3 [^]

Fixed issue 0028616: Ticket scroll is losing the focus in some cases

Scroll to bottom order lines scroller after rendering taxes (rendering could create an scroll on the left panel)

---
M web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js
---
(0073776)
migueldejuana (developer)
2015-01-26 13:36

author Miguel de Juana <miguel.dejuana@openbravo.com>
Mon Jan 26 13:31:33 2015 +0100 (2 minutes ago)
changeset 4417 aa0e7a016a7d
parent 4416 0c108dbf2f00
0028616: Ticket scroll is losing the focus in some cases
URL: https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/aa0e7a016a7d [^]

Scroll to bottom order lines scroller after rendering taxes (rendering could create an scroll on the left panel)
(0073954)
mtaal (manager)
2015-01-30 15:48

The consequence of this change is that the line list will always scroll back to the bottom when returning to the ticket view from cash management or cashup window.

I think this is a minor thing, it makes sense anyway to show the last added line as a default.
(0073955)
mtaal (manager)
2015-01-30 15:54

In hinsight, it seems a bit too 'rough' to always scroll to the last line.

In the following scenario this is not desirable:
- add many products so that a scroll bar shows
- scroll up to the first line
- change the quantity of this first/top line
- the ticket list scrolls down, hiding the first line which got edited

The same happens when adding a new product in the top.

Therefore I think it is best to only actively scroll to the affected line and not only to the bottom.
(0074447)
hgbot (developer)
2015-02-13 11:28

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a60c91b96139d09359a4bb1d29a15ae0a5956e48
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Feb 13 11:23:45 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a60c91b96139d09359a4bb1d29a15ae0a5956e48 [^]

Fixed issue 0028616: Ticket scroll is losing the focus in some cases

Scroll to bottom only when we addind a line or changing qty of the last line

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---
(0075023)
adrianromero (manager)
2015-02-27 11:23

There is still one case where the scroll does not go to the right product:

* Add products until the scroll appears in the ticket
* Move the scroll to the top
* Add the quantity of the last product added tapping again on the product selector

See Captura de pantalla de 2015-02-27 11:19:33.png
(0075996)
hgbot (developer)
2015-03-26 12:38

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 44d8374fac839f22ea91616f5616f8ed23424f52
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Mar 26 12:37:48 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44d8374fac839f22ea91616f5616f8ed23424f52 [^]

Fixed issue 0028616: Ticket scroll is losing the focus in some cases

After some changes in how taxes are rendered, we need to move when to scrollToBottom

---
M web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js
---
(0075997)
hgbot (developer)
2015-03-26 12:40

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4f305fa8b52b9de97da02601453d96ae7f78c484
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Mar 26 12:39:40 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4f305fa8b52b9de97da02601453d96ae7f78c484 [^]

Fixed issue 0028616: Ticket scroll is losing the focus in some cases

After some changes rendering taxes we have to reset when to scroll to bottom variable in more places

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---

- Issue History
Date Modified Username Field Change
2015-01-14 15:45 jecharri New Issue
2015-01-14 15:45 jecharri Assigned To => marvintm
2015-01-14 15:45 jecharri File Added: image1.png
2015-01-14 15:45 jecharri Resolution time => 1422140400
2015-01-14 15:45 jecharri Triggers an Emergency Pack => No
2015-01-14 15:45 jecharri File Added: image2.png
2015-01-26 13:35 hgbot Checkin
2015-01-26 13:35 hgbot Note Added: 0073775
2015-01-26 13:35 hgbot Status new => resolved
2015-01-26 13:35 hgbot Resolution open => fixed
2015-01-26 13:35 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b5bf2144fafa713c1dfe5cd7caf2168929286dc3 [^]
2015-01-26 13:36 migueldejuana Note Added: 0073776
2015-01-30 15:48 mtaal Note Added: 0073954
2015-01-30 15:54 mtaal Assigned To marvintm => migueldejuana
2015-01-30 15:54 mtaal Note Added: 0073955
2015-01-30 15:54 mtaal Status resolved => new
2015-01-30 15:54 mtaal Resolution fixed => open
2015-02-13 11:28 hgbot Checkin
2015-02-13 11:28 hgbot Note Added: 0074447
2015-02-13 11:28 hgbot Status new => resolved
2015-02-13 11:28 hgbot Resolution open => fixed
2015-02-13 11:28 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b5bf2144fafa713c1dfe5cd7caf2168929286dc3 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a60c91b96139d09359a4bb1d29a15ae0a5956e48 [^]
2015-02-27 11:21 adrianromero File Added: Captura de pantalla de 2015-02-27 11:19:33.png
2015-02-27 11:23 adrianromero Note Added: 0075023
2015-02-27 11:23 adrianromero Status resolved => new
2015-02-27 11:23 adrianromero Resolution fixed => open
2015-03-08 06:42 mtaal Relationship added causes 0029183
2015-03-26 12:38 hgbot Checkin
2015-03-26 12:38 hgbot Note Added: 0075996
2015-03-26 12:38 hgbot Status new => resolved
2015-03-26 12:38 hgbot Resolution open => fixed
2015-03-26 12:38 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a60c91b96139d09359a4bb1d29a15ae0a5956e48 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44d8374fac839f22ea91616f5616f8ed23424f52 [^]
2015-03-26 12:40 hgbot Checkin
2015-03-26 12:40 hgbot Note Added: 0075997
2015-03-26 12:40 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44d8374fac839f22ea91616f5616f8ed23424f52 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4f305fa8b52b9de97da02601453d96ae7f78c484 [^]
2015-03-30 11:18 marvintm Review Assigned To => marvintm
2015-03-30 11:18 marvintm Status resolved => closed
2015-03-30 11:18 marvintm Fixed in Version => RR15Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker