feat(CustomerController): Ajoute route pour création de commande client

Ajoute une route pour créer des commandes (devis, avis de paiement, facture) pour un client spécifique. Crée template associé.
This commit is contained in:
Serreau Jovann
2025-07-24 08:54:04 +02:00
parent d4d9d47bd1
commit a18b89b790
8 changed files with 229 additions and 16 deletions

View File

@@ -25,6 +25,7 @@
"@sentry/browser": "^9.34.0",
"@tailwindcss/vite": "^4.1.10",
"autoprefixer": "^10.4.21",
"sortablejs": "^1.15.6",
"tailwindcss": "^4.1.10"
}
}