Esempio n. 1
0
      <td colspan="3">
        <table class="total">
         <tbody>
        
         <tr class="inctotal">
           <td class="one"></td>
           <td class="two"><?php echo gettext("Total :") ?></td>
           <td class="three"><div class="inctotal"><div class="inctotal inner"><?php echo number_format(ceil(amount_convert($price)*100)/100,2)." $display_curr"; ?></div></div></td>
         </tr>
        </tbody></table>
      </td>
    </tr>
    <tr>
    <td colspan="3" class="additional-information">
      <div class="receipt-description">
      <?php echo $receipt->getDescription() ?>
     </div></td>
    </tr>
  </tbody>
  <tfoot>
    <tr>
      <td colspan="3" class="footer">
        <?php echo $company_name." | ".$address.", ".$zipcode." ".$city." ".$country." | VAT nr.".$vat_invoice; ?> 
      </td>
    </tr> 
  </tfoot>
  </table></div>

<?php
$smarty->display('footer.tpl');
Esempio n. 2
0
            <font style="font-weight:bold;"><?php 
echo gettext("DATE : ");
?>
</font>  <?php 
echo $receipt->getDate();
?>
        </td>
    </tr>
    <tr>
        <td colspan="2">
        <br/>
        <font style="font-weight:bold; " ><?php 
echo gettext("DESCRIPTION : ");
?>
</font>  <br/> <?php 
echo $receipt->getDescription();
?>
</td>
    </tr>

    <tr >
    <td colspan="2">
        <table width="100%" cellspacing="10">
            <tr>
              <th  width="20%">
                  &nbsp;
              </th>
              <th  width="50%">
                  &nbsp;
              </th>
              <th align="right" width="20%">
Esempio n. 3
0
		<td>
		&nbsp;
		</td>
	</tr>
	<tr>
		<td >
			<font style="font-weight:bold;" ><?php echo gettext("FOR : "); ?></font>  <?php echo $receipt->getUsernames();  ?>
		</td>
		<td align="right">
			<font style="font-weight:bold;"><?php echo gettext("DATE : "); ?></font>  <?php echo $receipt->getDate();  ?>
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<br/>
		<font style="font-weight:bold; " ><?php echo gettext("DESCRIPTION : "); ?></font>  <br/> <?php echo $receipt->getDescription();  ?></td>
	</tr>
	
	<tr >
    <td colspan="2">
    	<table width="100%" cellspacing="10">
			<tr>
			  <th  width="20%">
			      &nbsp;
			  </th>
			  <th  width="50%">
			  	&nbsp;
			  </th>
			  <th align="right" width="20%">
			  	<font style="font-weight:bold; " >     
			  		<?php echo gettext("PRICE"); ?>