Commit Graph
6 Commits
Author SHA1 Message Date
jeremy bayse b85c2ba5a1 feat: implement user management system and integrate AI services with Ollama and Gemini 2026-06-21 00:12:37 +02:00
mrKamooandClaude Sonnet 4.6 648749a69a feat: replace logo with app name in navigation bar
Display APP_NAME from config instead of the ApplicationLogo SVG.
App name shared globally via Inertia HandleInertiaRequests middleware.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 16:41:55 +02:00
mrKamooandClaude Sonnet 4.6 51ac1b8353 fix: replace narrow no-break space with U+00A0 in PDF number formatting
U+202F (narrow no-break space) is missing from DejaVu Sans in some
DomPDF versions on prod, rendering as '?'. U+00A0 is in Latin-1
Supplement and guaranteed present in all DejaVu Sans builds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 16:17:37 +02:00
mrKamooandClaude Sonnet 4.6 8d51f4de3e feat: add sous-devis generation from commandes
From a commande, users can now create one or more sub-quotes
(sous-devis) to ventilate purchases across communes for approval.

- Add parent_devis_id and commande_id FKs on devis table
- Order model: sousDevis() hasMany relation
- Devis model: commande() and parent() relations
- DevisController: createFromCommande / storeFromCommande methods
- OrderController: load and pass sous_devis on show
- Commandes/Show: "Créer un sous-devis" button + ventilation panel
- Devis/CreateFromCommande: form pre-loaded with commande context
- Devis/Index: badge "Sous-devis · CMD-XXXX" on linked quotes
- Devis/Show: back-link to originating commande

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 15:14:45 +02:00
mrKamooandClaude Sonnet 4.6 7312c7640b feat: add Devis and BesoinInformatique modules
- Devis: CRUD complet, génération PDF (dompdf), paramètres (DevisSetting)
- BesoinInformatique: CRUD complet avec gestion matériels/licences
- Migrations pour les 3 nouvelles tables
- Navigation mise à jour dans AuthenticatedLayout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 14:46:16 +02:00
jeremy bayse 030d76af53 Initial commit: Import existing Laravel project 2026-06-15 08:13:42 +02:00