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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0009773
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2009-05-13 18:542009-07-13 10:53
ReporternetworkbView Statuspublic 
Assigned Torafaroda 
PriorityimmediateResolutionfixedFixed in Version2.40MP7
StatusclosedFix in branch2.40Fixed in SCM revision734f9dcca809
ProjectionnoneETAnoneTarget Version2.40MP3
OSAnyDatabasePostgreSQLJava version
OS VersionDatabase versionAnt version
Product Version2.40MP3SCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerOBPS
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0009773: General Ledger Report executed with "show all" doesn't respect column's width

DescriptionWhen executing General Ledger Report with option "show all" selected, minimum width of columns is not respected.
 
See image attached
(For example: columns with no data in description field are not 75% width)
Steps To Reproduce1. Financial Management || Accounting || Analysis Tools || General Ledger Report
2. Check "show all" and execute the report clicking "HTML format" button
TagsNo tags attached.
Attached Filespng file icon WithoutFix.png [^] (169,624 bytes) 2009-07-08 10:56


png file icon WithFix.png [^] (171,669 bytes) 2009-07-08 10:56

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00090272.40MP3 closedrafaroda General Ledger Report executed with "show all" doesn't respect column's width  

-  Notes
(0017962)
vmromanos (viewer)
2009-07-07 12:07

It seems that the bug is already fixed in the customer's environment and, from Engineering, we have decided not to change core. Shall we close the bug or do you need more clarifications?
(0018010)
rafaroda (viewer)
2009-07-08 10:55

I do agree that ReportGeneralLedger.html has an issue in lines:
<div id="sectionPartner">
  <table border="1" cellspacing="0" cellpadding="0" width="90%" class="DataGrid_Header_Table DataGrid_Body_Table" style="table-layout: auto;">
    <tr class="DataGrid_Body_Row">
      <td width="100%" class="DataGrid_Header_Cell">Customer
         <span id="fieldPartner2"></span></td>
    </tr>

which should be replaced by:
<div id="sectionPartner">
  <table border="1" cellspacing="0" cellpadding="0" width="90%" class="DataGrid_Header_Table DataGrid_Body_Table" style="table-layout: auto;">
    <tr class="DataGrid_Body_Row">
      <td colspan="5" class="DataGrid_Header_Cell">Customer
        <span id="fieldPartner2"></span></td>
    </tr>

The current behavior looks like WithoutFix.png where the Date column takes too much width.

Applying the fix, WithFix.png, Date column takes a reasonable width but Description cell keeps being the one on which the other cells' width are based.
(0018111)
hgbot (developer)
2009-07-10 16:04

Repository: erp/stable/2.40
Changeset: 734f9dcca809b92925e11d315fa29289ed98076d
Author: Rafa Roda Palacios <rafael.roda <at> openbravo.com>
Date: Fri Jul 10 15:58:01 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/734f9dcca809b92925e11d315fa29289ed98076d [^]

Fixes issue 0009773 Replaced width=\"100%\" by colspan=\"5\" to construct ReportGeneralLedger.html properly.

---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
---
(0018155)
psarobe (viewer)
2009-07-13 10:53

It looks like the withfix.png

- Issue History
Date Modified Username Field Change
2009-07-06 08:54 rafaroda Type defect => backport
2009-07-06 08:54 rafaroda fix_in_branch => 2.40
2009-07-07 12:07 vmromanos Note Added: 0017962
2009-07-07 12:07 vmromanos Assigned To dalsasua => networkb
2009-07-07 12:07 vmromanos Status scheduled => feedback
2009-07-08 10:55 rafaroda Note Added: 0018010
2009-07-08 10:55 rafaroda Assigned To networkb => rafaroda
2009-07-08 10:55 rafaroda Status feedback => new
2009-07-08 10:56 rafaroda File Added: WithoutFix.png
2009-07-08 10:56 rafaroda File Added: WithFix.png
2009-07-08 10:56 rafaroda Status new => acknowledged
2009-07-10 16:04 hgbot Checkin
2009-07-10 16:04 hgbot Note Added: 0018111
2009-07-10 16:04 hgbot Status acknowledged => resolved
2009-07-10 16:04 hgbot Resolution open => fixed
2009-07-10 16:04 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/734f9dcca809b92925e11d315fa29289ed98076d [^]
2009-07-13 10:52 psarobe Fixed in Version => 2.40MP7
2009-07-13 10:53 psarobe Status resolved => closed
2009-07-13 10:53 psarobe Note Added: 0018155


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker