Added payment_due and skonto to Address and Invoice

This commit is contained in:
Frank Schubert
2025-07-08 18:34:07 +02:00
parent b54323237d
commit 0109817148
9 changed files with 101 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ class InvoiceModel {
public $billingaddress_id;
public $customer_number;
public $fibu_account_number;
public $fibu_payment_due;
public $fibu_payment_skonto;
public $fibu_payment_skonto_rate;
public $sepa_date;
public $sepa_id;
public $sepa_last_date;