fix(config): real company identity — capital without the € sign, and no placeholders #77
@@ -32,7 +32,10 @@ version: 1
|
|||||||
|
|
||||||
entity:
|
entity:
|
||||||
name: "Arcodange"
|
name: "Arcodange"
|
||||||
legal_form: "SAS" # PRD README.md § The problem — "one-person SAS (software consulting)"
|
legal_form: "SARL" # ERP prod (rendered on every issued invoice: "Société à responsabilité
|
||||||
|
# limitée (SARL)") + the signed contrat cadre signature block ("Pour
|
||||||
|
# Arcodange (SARL)") + cohort review 2026-05-28. The PRD README says "SAS" —
|
||||||
|
# it is wrong; three operational sources agree on SARL. Confirm on the Kbis.
|
||||||
siren: "999657455" # erp#54 + agent memory arcodange-tva-fiscal — NOT corroborated by a PRD leaf (see README § Facts not corroborated by the PRD)
|
siren: "999657455" # erp#54 + agent memory arcodange-tva-fiscal — NOT corroborated by a PRD leaf (see README § Facts not corroborated by the PRD)
|
||||||
incorporated: "2026-01" # PRD compliance.md § Questions for the expert-comptable — "mid-January 2026 incorporation"; exact day not in the PRD (month precision on purpose)
|
incorporated: "2026-01" # PRD compliance.md § Questions for the expert-comptable — "mid-January 2026 incorporation"; exact day not in the PRD (month precision on purpose)
|
||||||
fiscal_year_end: "12-31" # PRD compliance.md § Questions for the expert-comptable — "close 2026-12-31"
|
fiscal_year_end: "12-31" # PRD compliance.md § Questions for the expert-comptable — "close 2026-12-31"
|
||||||
|
|||||||
@@ -13,14 +13,14 @@
|
|||||||
"ID": {
|
"ID": {
|
||||||
"directeurs": "M. Radureau Gabriel",
|
"directeurs": "M. Radureau Gabriel",
|
||||||
"responsableRGPD": "M. Radureau Gabriel",
|
"responsableRGPD": "M. Radureau Gabriel",
|
||||||
"formeJuridique": "Société par actions simplifiée (SAS)",
|
"formeJuridique": "Société à responsabilité limitée (SARL)",
|
||||||
"naf_ape": "62.02A",
|
"naf_ape": "6201Z",
|
||||||
"objetDeLaSociete": "La conception,l\"installation, l\"adaptation d\"applications informatiques . La prestation de service, l\"étude et le conseil dans les domaines technologiques et informatiques. L\"accompagnement et la formation des clients aux nouvelles techniques, outils et langages informatiques etc...",
|
"objetDeLaSociete": "La conception,l\"installation, l\"adaptation d\"applications informatiques . La prestation de service, l\"étude et le conseil dans les domaines technologiques et informatiques. L\"accompagnement et la formation des clients aux nouvelles techniques, outils et langages informatiques etc...",
|
||||||
"siren": "123456789",
|
"siren": "999657455",
|
||||||
"siret": "12345678900011",
|
"siret": "99965745500013",
|
||||||
"capital": "1000€",
|
"capital": "1000",
|
||||||
"numTva": "FR00000000000",
|
"numTva": "FR00999657455",
|
||||||
"rcs_rm": "000 000 000 R.C.S. Evry",
|
"rcs_rm": "R.C.S. Évry",
|
||||||
"moisDebutExercice": "Juillet"
|
"moisDebutExercice": "Janvier"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user