Create routes and views for suppliers.

This commit is contained in:
2025-02-10 12:47:57 +01:00
parent 3f07d333df
commit 7c085dfa6b
12 changed files with 664 additions and 12 deletions

View File

@@ -12,5 +12,10 @@ return [
*/
'Supplier' => 'Lieferant',
'Suppliers' => 'Lieferanten',
'Add new supplier' => 'Neuen Lieferanten anlegen',
'Add new supplier by clicking add' => 'Neuen Lieferanten durch Klick auf "Anlegen" erstellen.',
'Existing suppliers' => 'Bestehende Lieferanten',
'Search supplier' => 'Suche Lieferant',
];