Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009773 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | major | always | 2009-05-13 18:54 | 2009-07-13 10:53 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | rafaroda | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 2.40MP7 | |||
Status | closed | Fix in branch | 2.40 | Fixed in SCM revision | 734f9dcca809 | |||
Projection | none | ETA | none | Target Version | 2.40MP3 | |||
OS | Any | Database | PostgreSQL | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.40MP3 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0009773: General Ledger Report executed with "show all" doesn't respect column's width | |||||||
Description | When 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 Reproduce | 1. Financial Management || Accounting || Analysis Tools || General Ledger Report 2. Check "show all" and execute the report clicking "HTML format" button | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(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 |
![]() |
|||
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 |