RML Billing:

- Emailtemplate jetzt HTML mit RML Signatur
- BMD-Export Filenamen angepasst (buchungen.csv; personenkonten.csv)
- Rechungsformular Gesamt/Ust Zeilen: Text angepasst
This commit is contained in:
Frank Schubert
2025-04-25 11:50:33 +02:00
parent 16ae5149c4
commit 982cbabbf6
7 changed files with 224 additions and 10 deletions
@@ -3,7 +3,7 @@
* @var Invoice $invoice
*/
$this->setReturnValue([
'subject' => "Ihre ".(($invoice->total < 0) ? "Gutschrift" : "Rechnung" )." ".$invoice->invoice_number,
'subject' => "Ihre Rechnung ".$invoice->invoice_number,
'from_email' => "no-reply@rmlinfrastruktur.at",
'from_email_name' => "Rechnung | RML Infrastruktur GmbH"
]);