WIP Billing/Invoice 02.06.2024

This commit is contained in:
Frank Schubert
2024-07-02 16:52:37 +02:00
parent 350815f41a
commit 76cffdc374
5 changed files with 14 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ class BillingModel {
public $price;
public $price_setup;
public $vatrate;
public $billing_period;
public $create_by;
public $edit_by;