Extend invoices and invoice items to keep more information.

This commit is contained in:
2025-01-31 13:04:59 +01:00
parent e2240c017d
commit d8afe4960e
20 changed files with 1475 additions and 640 deletions

View File

@@ -14,6 +14,7 @@ class Invoiceitem extends Model
*/
protected $fillable = [
'invoice_id',
'article_number',
'amount',
'discount',
'tax',