Serreau Jovann
ec0c0366c4
feat: auto-détection type entreprise + RNA pour associations
Customer entity :
- Ajout champ rna (VARCHAR 20, nullable) pour identifiant RNA associations
- Migration : ALTER TABLE customer ADD rna
Recherche entreprise (entreprise-search.js) :
- resolveTypeCompany() : mapping nature_juridique vers type formulaire
92xx/91xx/93xx → association, 10xx → auto-entrepreneur,
54xx/55xx → sarl, 57xx → sas, 52xx → eurl, 65xx → sci
- Auto-remplissage typeCompany depuis nature_juridique
- Récupération RNA depuis complements.identifiant_association
- Badge "Association" affiché dans les résultats si nature_juridique 92xx
- RNA affiché dans les résultats (ex: RNA W502004724)
Template create.html.twig :
- Ajout champ "RNA (associations)" dans la section Entreprise
ClientsController :
- populateCustomerData : ajout setRna depuis le formulaire
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 11:04:43 +02:00
..
2026-03-30 18:52:03 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-01 15:42:52 +02:00
2026-04-02 22:19:54 +02:00
2026-04-02 22:26:15 +02:00
2026-04-02 22:27:12 +02:00
2026-04-02 22:28:30 +02:00
2026-04-02 22:32:18 +02:00
2026-04-02 22:33:47 +02:00
2026-04-02 22:36:38 +02:00
2026-04-02 22:37:20 +02:00
2026-04-02 22:42:43 +02:00
2026-04-02 22:59:51 +02:00
2026-04-02 23:04:41 +02:00
2026-04-02 23:11:34 +02:00
2026-04-04 00:02:30 +02:00
2026-04-04 00:05:00 +02:00
2026-04-04 10:59:24 +02:00
2026-04-04 11:04:43 +02:00