Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015480Openbravo ERPB. User interfacepublic2010-12-20 09:402011-05-31 11:31
rgoris 
mirurita 
normalmajoralways
closedfixed 
5
 
3.0RC4main 
Advanced Payables and Receivables Mngmt
No
0015480: Horizontal slider bar appears in Add Payment window
The 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.
Purchase Invoice -- click Add Payment button
Sales Invoice -- click Add Payment button
Remove the "Amount" bit of the headers for the following columns and reduce their widths:
Invoiced
Expected
Outstanding
No tags attached.
related to defect 0015481 closed mirurita Vertical Slider bar appears in Reconciliation window 
png HorizontalSliderPurchase.png (59,107) 2010-12-20 09:40
https://issues.openbravo.com/file_download.php?file_id=3436&type=bug
png

png HorizontalSliderSales.png (63,533) 2010-12-20 09:42
https://issues.openbravo.com/file_download.php?file_id=3437&type=bug
png

png FinancialAccount_newstyle.PNG (46,945) 2010-12-20 11:05
https://issues.openbravo.com/file_download.php?file_id=3439&type=bug
png
Issue History
2010-12-20 09:40rgorisNew Issue
2010-12-20 09:40rgorisAssigned To => dmitry_mezentsev
2010-12-20 09:40rgorisFile Added: HorizontalSliderPurchase.png
2010-12-20 09:40rgorisModules => Advanced Payables and Receivables Mngmt
2010-12-20 09:42rgorisFile Added: HorizontalSliderSales.png
2010-12-20 11:00dmitry_mezentsevAssigned Todmitry_mezentsev => dbaz
2010-12-20 11:04dmitry_mezentsevNote Added: 0033276
2010-12-20 11:05dmitry_mezentsevFile Added: FinancialAccount_newstyle.PNG
2010-12-20 11:05dmitry_mezentsevNote Added: 0033277
2010-12-20 13:40dmitry_mezentsevTypefeature request => defect
2010-12-20 13:41dmitry_mezentsevRelationship addedduplicate of 0015481
2010-12-20 13:43dmitry_mezentsevRelationship deleted0015481
2010-12-20 13:43dmitry_mezentsevRelationship addedrelated to 0015481
2010-12-27 07:27alostaleStatusnew => scheduled
2011-01-18 17:42hgbotCheckin
2011-01-18 17:42hgbotNote Added: 0033726
2011-01-18 18:01dbazAssigned Todbaz => mirurita
2011-01-18 18:19dbazNote Added: 0033731
2011-01-21 13:15hgbotCheckin
2011-01-21 13:15hgbotNote Added: 0033810
2011-01-21 13:15hgbotStatusscheduled => resolved
2011-01-21 13:15hgbotResolutionopen => fixed
2011-01-21 13:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/96d3e090f8515fd375d4b625f856e486b89c8223 [^]
2011-01-24 10:15hgbotCheckin
2011-01-24 10:15hgbotNote Added: 0033817
2011-05-03 14:26rgorisStatusresolved => closed
2011-05-03 14:26rgorisFixed in Version => main
2011-05-04 00:01anonymoussf_bug_id0 => 3297146
2011-05-31 11:31hgbotCheckin
2011-05-31 11:31hgbotNote Added: 0037818

Notes
(0033276)
dmitry_mezentsev   
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   
2010-12-20 11:05   
FinancialAccount_newstyle.PNG - another example of a window with a horizontal scrollbar.
(0033726)
hgbot   
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   
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   
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   
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   
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
---