add_bank_transaction
Manually add a bank transaction to a specified account, recording an inflow or outflow with amount, date, and label.
Instructions
Ajouter une opération bancaire manuelle (entrée ou sortie de trésorerie)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date de l'opération ISO 8601 | |
| label | Yes | Libellé de l'opération | |
| amount | Yes | Montant (positif=crédit, négatif=débit) | |
| fk_type | No | Type: 'VIR', 'CHQ', 'CB', 'LIQ', 'PRV', 'AC' | |
| num_chq | No | Numéro de chèque ou référence | |
| account_id | Yes | ID du compte bancaire |