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

@@ -31,6 +31,7 @@ class InvoiceitemController extends Controller
'total' => 'required|numeric|min:0',
'name' => 'required|string',
'description' => 'nullable|string',
'article_number' => 'nullable|string',
]);