Skip to main content

Module pcg_loader

Module pcg_loader 

Source
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 complexity by 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).