Added generating/downloading Print Invoices

This commit is contained in:
Frank Schubert
2024-07-10 17:44:40 +02:00
parent 369bfa09b1
commit 96155c6c95
3 changed files with 62 additions and 29 deletions

View File

@@ -213,7 +213,7 @@ $this->setReturnValue(['filename' => $invoice->invoice_number . ".pdf"]);
<td style="text-align: right; padding-right: 8pt;"><?=number_format($zone->call_count, 0, ",",".")?></td>
<td style="text-align: right"><?=self::getHumanReadableInterval($zone->duration)?></td>
<td style="text-align: right"><?=number_format($zone->price_total, 4, ",",".")?> €</td>
<td style="text-align: right; padding-right: 4pt;"><?=$zone->price_total_gross?> €</td>
<td style="text-align: right; padding-right: 4pt;"><?=number_format($zone->price_total_gross, 4, ",",".")?> €</td>
</tr>
<?php $v++; ?>
<?php endforeach; ?>