added showing fibu-acc-nr in invoice

This commit is contained in:
Luca Haid
2025-01-17 17:35:51 +01:00
parent 263e8f72e3
commit f0c6c23a52
+2
View File
@@ -299,6 +299,7 @@ $pagination_entity_name = "Rechnungen";
<tr> <tr>
<th>Rechungsnummer</th> <th>Rechungsnummer</th>
<th>Rechnungsdatum</th> <th>Rechnungsdatum</th>
<th>FIBU Konten</th>
<th>Kundennummer</th> <th>Kundennummer</th>
<th>Rechnungsadresse</th> <th>Rechnungsadresse</th>
<th>Netto</th> <th>Netto</th>
@@ -322,6 +323,7 @@ $pagination_entity_name = "Rechnungen";
<?php endif; ?> <?php endif; ?>
</td> </td>
<td><?=date("d.m.Y", $invoice->invoice_date)?></td> <td><?=date("d.m.Y", $invoice->invoice_date)?></td>
<td><?=$invoice->fibu_account_number?></td>
<td><?=$invoice->customer_number?></td> <td><?=$invoice->customer_number?></td>
<td> <td>
<?=($invoice->company) ? $invoice->company."<br />" : ""?> <?=($invoice->company) ? $invoice->company."<br />" : ""?>