Merge branch 'invoice-add-fibu-number' into 'master'

added showing fibu-acc-nr in invoice

See merge request fronk/thetool!922
This commit is contained in:
Luca Haid
2025-01-17 16:36:11 +00:00

View File

@@ -299,6 +299,7 @@ $pagination_entity_name = "Rechnungen";
<tr>
<th>Rechungsnummer</th>
<th>Rechnungsdatum</th>
<th>FIBU Konten</th>
<th>Kundennummer</th>
<th>Rechnungsadresse</th>
<th>Netto</th>
@@ -322,6 +323,7 @@ $pagination_entity_name = "Rechnungen";
<?php endif; ?>
</td>
<td><?=date("d.m.Y", $invoice->invoice_date)?></td>
<td><?=$invoice->fibu_account_number?></td>
<td><?=$invoice->customer_number?></td>
<td>
<?=($invoice->company) ? $invoice->company."<br />" : ""?>