Appearance
Configurations (module flags)
finances_config per entity controls four flags — per acquirer with a _default fallback. Config is data, not code.
| Flag | Controls |
|---|---|
fees_calculation | which categories trigger fee calculation |
ledger_entries | whether ledger entries are written |
journals_generation | whether journals are generated (the foundation) |
daily_balances | whether the daily ledger runs |
Lookup + decision tree
- Lookup order: business-specific → global → disabled.
- Acquirer key fallback: specific acquirer →
_default→ disabled.
journals_generation is the master switch
Disabling journals_generation disables all financial processing for that acquirer — journals are the foundation everything else hangs off.
Operators manage these flags from the Admin Panel (module 4).