Expand description
Loader for the comprehensive Plan Comptable Général (PCG) 2024 structure.
Uses the official PCG tree from arrhes/PCG to build a Chart of Accounts with correct French account numbers and labels.
Structs§
- PcgNode
- One node in the PCG tree (class, subclass, or account).
Functions§
- build_
chart_ of_ accounts_ from_ pcg_ 2024 - Build a Chart of Accounts from the comprehensive PCG 2024 structure.
Respects
complexityby limiting the number of accounts (Small ~100, Medium ~400, Large up to full tree). - load_
pcg_ 2024 - Load the PCG 2024 tree from the embedded JSON.
Type Aliases§
- PcgRoot
- Root of the PCG JSON: array of top-level classes (1–8).