'unknown' column in Income Statement / Profit & Loss

William Moore wmoore40 at gmail.com
Thu Sep 24 09:23:50 EDT 2015


Hi

When I create a Profit and Loss report or Income Statement and select “Display as a two column report” I get an extra column to the right of the Revenues section which says "#[unknown]". If I also select “Display in standard, income first, order” the column appears between the Revenue and Expenses sections.

The html from a simple version of the report is included below (I’ve removed the css to make it shorter). Put it in a plain text file with name ending .html and open in a browser to see the report.

I’m not using Trading Accounts. The currency is Polish Zlotys (the second character is an l with a stroke through it, Unicode U+0142), and the computer language is set to en-GB (British English).

Is there something I can do to remove this column? Currently I have to export the report and edit the html to get a presentable report.

Any help is very welcome.

William


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Profit & Loss For Period Covering 24/09/2015 to 31/12/2015</title>
  </head>
  <body bgcolor="#ffffff">
    <h3> Profit & Loss For Period Covering 24/09/2015 to 31/12/2015</h3>
    <table border="1.0" cellpadding="10.0" cellspacing="0.0">
      <tr>
        <td valign="top" align="left" rowspan="1" colspan="1">
          <table border="1.0" cellpadding="10.0" cellspacing="0.0">
            <tr>
              <td valign="top" align="left">               </td>
            </tr>
            <tr bgcolor="#ffffff">
              <td class="total-label-cell" rowspan="1" colspan="1">Expenses</td>
              <td class="total-number-cell" rowspan="1" colspan="1">   </td>
            </tr>
            <tr bgcolor="#ffffff">
              <td class="total-label-cell" rowspan="1" colspan="1">Total Expenses</td>      
              <td class="total-number-cell" rowspan="1" colspan="1">zł 0.00</td>
            </tr>
          </table>
        </td>
        <td valign="top" align="left" rowspan="1" colspan="1">
          <table border="1.0" cellpadding="10.0" cellspacing="0.0">
            <tr>
              <td valign="top" align="left">               </td>
            </tr>
            <tr bgcolor="#ffffff">
              <td class="total-label-cell" rowspan="1" colspan="1">Revenues</td>
              <td class="total-number-cell" rowspan="1" colspan="1">   </td>
            </tr>
            <tr bgcolor="#ffffff">
              <td class="total-label-cell" rowspan="1" colspan="1">Total Revenue</td>
              <td class="total-number-cell" rowspan="1" colspan="1">zł 0.00</td>
            </tr>
            <tr>
              <td class="text-cell" rowspan="1" colspan="1">Net income for Period</td>
              <td class="number-cell" rowspan="1" colspan="1">zł 0.00</td>
            </tr>
          </table>
        </td>
        <td valign="top" align="left"><generic> #[unknown]</td>
      </tr>
    </table>
  </body>




More information about the gnucash-user mailing list