Add "Hébergement" type, reclassify EXT.WEB sorties into it

27 lines (18 previously "charge", 9 "versement") that touch the EXT.WEB
compte in their répartition are now typed "hebergement" instead -- makes
Bachir's separate hosting activity filterable/visible as its own category
rather than blended into general charges/versements. Amounts/répartition
untouched, only the classification changed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 23:07:12 +02:00
co-authored by Claude Sonnet 5
parent 2ebfa3b413
commit f2a8f469b3
4 changed files with 7 additions and 0 deletions
@@ -29,6 +29,9 @@ settings:
- -
value: autre value: autre
label: Autre label: Autre
-
value: hebergement
label: Hébergement
allowed_values_function: '' allowed_values_function: ''
module: options module: options
locked: false locked: false
@@ -177,6 +177,7 @@ html.gin--dark-mode #figli-home-app {
#figli-home-app .type-charge { background: #6b72801a; color: var(--figli-text-light); } #figli-home-app .type-charge { background: #6b72801a; color: var(--figli-text-light); }
#figli-home-app .type-versement { background: #d97a0a1a; color: #d97a0a; } #figli-home-app .type-versement { background: #d97a0a1a; color: #d97a0a; }
#figli-home-app .type-achat { background: #1d4ed81a; color: #3b6fe0; } #figli-home-app .type-achat { background: #1d4ed81a; color: #3b6fe0; }
#figli-home-app .type-hebergement { background: #0e91821a; color: #0e9182; }
#figli-home-app .type-ouverture { background: #7c3aed1a; color: #9061f0; } #figli-home-app .type-ouverture { background: #7c3aed1a; color: #9061f0; }
#figli-home-app .type-autre { background: #6b72801a; color: var(--figli-text-light); } #figli-home-app .type-autre { background: #6b72801a; color: var(--figli-text-light); }
@@ -185,6 +185,8 @@ function _figli_compta_ledger_create_node_type_ligne_comptable() {
'charge' => 'Charge structurelle SAS', 'charge' => 'Charge structurelle SAS',
'versement' => 'Versement freelance', 'versement' => 'Versement freelance',
'achat' => 'Achat client (pass-through)', 'achat' => 'Achat client (pass-through)',
'hebergement' => 'Hébergement',
'autre' => 'Autre',
'ouverture' => "Ligne d'ouverture", 'ouverture' => "Ligne d'ouverture",
], ],
], TRUE); ], TRUE);
@@ -17,6 +17,7 @@
charge: 'Charge structurelle', charge: 'Charge structurelle',
versement: 'Versement freelance', versement: 'Versement freelance',
achat: 'Achat client', achat: 'Achat client',
hebergement: 'Hébergement',
autre: 'Autre', autre: 'Autre',
ouverture: 'Ouverture', ouverture: 'Ouverture',
}; };