示例#1
0
文件: invoice.php 项目: TdroL/hurtex
        echo $company->account;
        ?>
			</td>
		</tr>
		<?php 
    }
    ?>
		<tr class="no_border">
			<th class="no_border">Do zapłaty:</th>
			<td class="no_border">
				Brutto: <b><?php 
    echo number_format($sum_brutto_plus, 2);
    ?>
 zł</b><br/>
				Słownie: <?php 
    echo text::number_to_text($sum_brutto_plus);
    ?>
				
			</td>
		</tr>
		
		</tbody>

<?php 
}
?>
	</table></div>
	<div>
	<table class="sign_border"><tr>
	<td class="no_border"><small>Podpis osoby <br/>upoważnionej do wystawienia faktury</small></td><td class="no_border" align="right"><small> Podpis osoby <br/>upoważnionej do otrzymania faktury</small></td>
	</tr></table></div>