Ver Mensaje Individual
  #15 (permalink)  
Antiguo 23/09/2005, 17:49
Avatar de davidangel
davidangel
 
Fecha de Ingreso: abril-2005
Mensajes: 124
Antigüedad: 19 años, 7 meses
Puntos: 0
<tr>
<td colspan="2" bgcolor="#000000" align="center"><img src="images/nothing.gif" width="160" height="1" border="0"></td>
</tr>
<tr>
<td colspan="2"><img src="images/nothing.gif" width="5" height="6" border="0"></td>
</tr>

<tr>
<td class="b10" align="right" width="70"><?php echo MSG_6_81;?>&nbsp;</td>
<td class="b10" align="left" width="100" style="font-weight:normal;">&nbsp;&nbsp;&nbsp;<img src="images/nothing.gif" width="3" height="6" border="0"><input type="Text" style="width:30px;height:17px;" class="b10" style="font-weight:normal;" name="dis" id="dis" value="<?echo ($fil2["descuento"]+0);?>" onkeyup="invo_6.subtotal();" onkeypress="invo_6.subtotal();">%</td>
</tr>
<tr>
<td colspan="2" bgcolor="#000000" align="center"><img src="images/nothing.gif" width="160" height="1" border="0"></td>
</tr>
<tr>
<td colspan="2"><img src="images/nothing.gif" width="5" height="6" border="0"></td>
</tr>

<tr>
<td class="b10" align="right" width="70"><?php echo MSG_6_82;?>&nbsp;</td>
<td class="b10" align="center" width="100" style="font-weight:normal;"><?php echo $_currency["{$_SESSION['fb_currency']}"]["cur"];?> <input type="Text" readonly="true" style="width:80px;height:17px;" class="b10" style="font-weight:normal;" name="nt" id="nt" value="<?echo number_format(($fil2["newtotal"]+0),2,".","");?>"></td>
</tr>
<tr>
<td colspan="2" bgcolor="#000000" align="center"><img src="images/nothing.gif" width="160" height="1" border="0"></td>
</tr>
<tr>
<td colspan="2"><img src="images/nothing.gif" width="5" height="6" border="0"></td>
</tr>

<tr>
<td class="b10" align="right" width="70"><input type="Text" style="width:22px;height:17px;" class="b10" style="font-weight:normal;" value="<?echo ($fil2["tax"]+ 0 );?>" name="tax1" id="tax1" onkeyup="invo_6.subtotal();" onkeypress="invo_6.subtotal();"> % <?php echo MSG_6_83;?>&nbsp;</td>
<td class="b10" align="center" width="100" style="font-weight:normal;"><?php echo $_currency["{$_SESSION['fb_currency']}"]["cur"];?> <input readonly="true" type="Text" style="width:80px;height:17px;font-weight:normal;" class="b10" value="<?echo number_format(($fil2["taxmount"]+0 ),2,".","");?>" name="tax2" id="tax2"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#000000" align="center"><img src="images/nothing.gif" width="160" height="1" border="0"></td>
</tr>
<tr>
<td colspan="2"><img src="images/nothing.gif" width="5" height="6" border="0"></td>
</tr>
<tr>
<td width="70" class="b10" style="font-weight:normal;" align="center"><?php echo MSG_6_84;?></td>
<td class="b10" width="100">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input readonly="true" type="Text" style="width:80px;height:17px;" class="invoice_1" id="tot" name="tot" value="<?echo number_format($fil2["total"],2,".","");?>"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><img src="images/nothing.gif" width="5" height="1" border="0"></td>
</tr>
</form>
</table>
<!---- FIN Tabla de Data del invoice client
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
-->
</td>
<td width="1" bgcolor="#999999"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
</tr>
<tr><!-- Espacio en blanco del final -->
<td width="1" bgcolor="#999999"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
<td width="635" bgcolor="#ffffff"><img src="images/nothing.gif" width="1" height="20" border="0"></td>
<td width="1" bgcolor="#999999"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
</tr>
<tr>
<td width="1" bgcolor="#ffffff"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
<td width="635" bgcolor="#999999"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
<td width="1" bgcolor="#ffffff"><img src="images/nothing.gif" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<iframe src="index.php?page_code=9999" width="0" height="0" frameborder="0" scrolling="No" id="bajar_pdf" name="bajar_pdf"></iframe>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
<?if(isset($dir_i)){?>
document.getElementById('invoice_addr1').value = '<? echo $dir_i[0];?>';
document.getElementById('invoice_addr2').value = '<? echo $dir_i[1];?>';
<?}?>
if(document.getElementById("invoice_name").value== '')
{
document.getElementById("invoice_name").focus();
}
//-->
</SCRIPT>