Notes |
|
|
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? |
|
|
|
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
|
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
---
|
|
|
|
It looks like the withfix.png |
|