Added Fibu payment due and skonto to Billing

This commit is contained in:
Frank Schubert
2025-08-05 19:32:50 +02:00
parent 8f2b627706
commit b4cdbd0b6b
4 changed files with 101 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ class BillingModel {
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;