コード例 #1
0
  <tr>
    <td height="25" colspan="8">&nbsp;</td>
  </tr>
  <tr>
    <td height="17" colspan="8"><strong>Detalles Contables </strong></td>
  </tr>
  <tr>
    <td height="25" colspan="2"><div align="left"><strong>Compromiso</strong></div></td>
    <td height="20" colspan="2"><div align="center"><strong>C&oacute;digo Contable </strong></div>
        <div align="center"></div>
        <div align="center"></div></td>
    <td height="20" align="right"><div align="center"><strong>Operaci&oacute;n</strong></div></td>
    <td height="20" colspan="3" align="right"><div align="center"><strong>Monto</strong></div></td>
  </tr>
  <?php 
	  $lb_valido=$io_report->uf_select_detallescontables($ls_codemp,$ls_numrecdoc);
	  if ($lb_valido)
	     {//10
  	       $totrow=$io_report->ds_detcontable->getRowCount("NumRecDoc");
		   for ($x=1;$x<=$totrow;$x++)
			   {//11
				 $ls_numero    = $io_report->ds_detcontable->data["NumRecDoc"][$x];
				 $ls_contable  = $io_report->ds_detcontable->data["SC_Cuenta"][$x];
				 $ls_debehaber = $io_report->ds_detcontable->data["debhab"][$x];
				 $ld_montocon  = $io_report->ds_detcontable->data["monto"][$x];
		         $ld_montocon  = number_format($ld_montocon,2,',','.');
?>
  <tr>
    <td height="25" colspan="2"><?php print $ls_numero ?>&nbsp;</td>
    <td height="20" colspan="2" align="center"><?php print $ls_contable ?>
        <div align="center"></div>