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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015480
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfacemajoralways2010-12-20 09:402011-05-31 11:31
ReporterrgorisView Statuspublic 
Assigned Tomirurita 
PrioritynormalResolutionfixedFixed in Versionmain
StatusclosedFix in branchFixed in SCM revision96d3e090f851
ProjectionnoneETAnoneTarget Version3.0RC4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesAdvanced Payables and Receivables Mngmt
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015480: Horizontal slider bar appears in Add Payment window

DescriptionThe Add Payment popup has a grid at the bottom where a purchase order or invoice can be selected. This grid is too wide and spills over to the right hand side off the popup hereby causing a horizontal slider bar to appear. This is annoying for the user (having to scroll to access the field) and ugly.
Steps To ReproducePurchase Invoice -- click Add Payment button
Sales Invoice -- click Add Payment button
Proposed SolutionRemove the "Amount" bit of the headers for the following columns and reduce their widths:
Invoiced
Expected
Outstanding
TagsNo tags attached.
Attached Filespng file icon HorizontalSliderPurchase.png [^] (59,107 bytes) 2010-12-20 09:40


png file icon HorizontalSliderSales.png [^] (63,533 bytes) 2010-12-20 09:42


png file icon FinancialAccount_newstyle.PNG [^] (46,945 bytes) 2010-12-20 11:05

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0015481 closedmirurita Vertical Slider bar appears in Reconciliation window 

-  Notes
(0033276)
dmitry_mezentsev (developer)
2010-12-20 11:04

As we discussed in the mail thread.

David,
After looking at those issues, can you check if those issues are due to wrong implementation of that form or due to defects in the common infrastructure (css styling). In the first case you should assign them to the functional team in charge of the form (Mikel), including an explanation about how to fix them. In the second case you should fix them yourself. After you do it please talk to Rob / Pablo Sarobe so next time he can directly assign the issue to the final solver.
(0033277)
dmitry_mezentsev (developer)
2010-12-20 11:05

FinancialAccount_newstyle.PNG - another example of a window with a horizontal scrollbar.
(0033726)
hgbot (developer)
2011-01-18 17:42

Repository: erp/devel/pi
Changeset: 154b9c2fa10f8cf2611020183553ac893b4e435d
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Jan 18 17:41:42 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/154b9c2fa10f8cf2611020183553ac893b4e435d [^]

Related to issue 15480: Fixed scrolls in AddPaymentFromInvoice.html

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.html
---
(0033731)
dbaz (developer)
2011-01-18 18:19

Since these grids are not ajax grid, the columns can not be resized using drag and drop, and if a cell content is too large it should be visible, so that's why the horizontal scroll bar appears in the grid.

The window developer should in each case prevent if a grid cell could increase its width and assign a lower width to other column with, for example, just a number.
(0033810)
hgbot (developer)
2011-01-21 13:15

Repository: erp/devel/pi
Changeset: 96d3e090f8515fd375d4b625f856e486b89c8223
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri Jan 21 13:08:53 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/96d3e090f8515fd375d4b625f856e486b89c8223 [^]

Fixes issue 15480: Horizontal slider bar appears in Add Payment window.
Some columns have been truncated in manual grid.
They will have 3 dots (...) at the end.
When the user hovers the cursos over the truncated item (without clicking it)
a tooltip will appear showing the complete value.
Other layout changes:
* Use resizeAreaCreateFrom instead of resizeAreaInfo
* Remove height in client_top, client_middle and client_bottom styles
* Include padding-bottom: 5px and overflow:auto in client_bottom style

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentProposalGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentProposalGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/SelectExpectedPayments.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/Transactions.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/TransactionsDao.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
---
(0033817)
hgbot (developer)
2011-01-24 10:15

Repository: erp/devel/pi
Changeset: 95da7b8c0bc7d24300f4f3b3e0c53a6500de12ba
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Mon Jan 24 10:15:03 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/95da7b8c0bc7d24300f4f3b3e0c53a6500de12ba [^]

Related to issue 15480: Financial Account || Transactions manual tab reviewed

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/Transactions.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/Transactions.java
---
(0037818)
hgbot (developer)
2011-05-31 11:31

Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 5f64fae362fa2685190bedf0999aa8bf93a64cce
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue May 31 11:29:25 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/5f64fae362fa2685190bedf0999aa8bf93a64cce [^]

[Backport issue 15480] Some columns have been truncated in manual grid.
They will have 3 dots (...) at the end.
When the user hovers the cursos over the truncated item (without clicking it)
a tooltip will appear showing the complete value.

---
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.srpt
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentGrid.xml
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentProposalGrid.srpt
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentProposalGrid.xml
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.srpt
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.xml
M src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.srpt
M src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.xml
M src/org/openbravo/advpaymentmngt/ad_forms/Transactions.html
M src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M src/org/openbravo/advpaymentmngt/dao/TransactionsDao.java
M src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
---

- Issue History
Date Modified Username Field Change
2010-12-20 09:40 rgoris New Issue
2010-12-20 09:40 rgoris Assigned To => dmitry_mezentsev
2010-12-20 09:40 rgoris File Added: HorizontalSliderPurchase.png
2010-12-20 09:40 rgoris Modules => Advanced Payables and Receivables Mngmt
2010-12-20 09:42 rgoris File Added: HorizontalSliderSales.png
2010-12-20 11:00 dmitry_mezentsev Assigned To dmitry_mezentsev => dbaz
2010-12-20 11:04 dmitry_mezentsev Note Added: 0033276
2010-12-20 11:05 dmitry_mezentsev File Added: FinancialAccount_newstyle.PNG
2010-12-20 11:05 dmitry_mezentsev Note Added: 0033277
2010-12-20 13:40 dmitry_mezentsev Type feature request => defect
2010-12-20 13:41 dmitry_mezentsev Relationship added duplicate of 0015481
2010-12-20 13:43 dmitry_mezentsev Relationship deleted 0015481
2010-12-20 13:43 dmitry_mezentsev Relationship added related to 0015481
2010-12-27 07:27 alostale Status new => scheduled
2011-01-18 17:42 hgbot Checkin
2011-01-18 17:42 hgbot Note Added: 0033726
2011-01-18 18:01 dbaz Assigned To dbaz => mirurita
2011-01-18 18:19 dbaz Note Added: 0033731
2011-01-21 13:15 hgbot Checkin
2011-01-21 13:15 hgbot Note Added: 0033810
2011-01-21 13:15 hgbot Status scheduled => resolved
2011-01-21 13:15 hgbot Resolution open => fixed
2011-01-21 13:15 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/96d3e090f8515fd375d4b625f856e486b89c8223 [^]
2011-01-24 10:15 hgbot Checkin
2011-01-24 10:15 hgbot Note Added: 0033817
2011-05-03 14:26 rgoris Status resolved => closed
2011-05-03 14:26 rgoris Fixed in Version => main
2011-05-04 00:01 anonymous sf_bug_id 0 => 3297146
2011-05-31 11:31 hgbot Checkin
2011-05-31 11:31 hgbot Note Added: 0037818


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker