create_expense_report
Create an expense report for a specified employee, using start and end dates, with optional project and note fields.
Instructions
Créer une note de frais
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_fin | Yes | Date fin période ISO 8601 | |
| date_debut | Yes | Date début période ISO 8601 | |
| fk_project | No | ID projet associé (optionnel) | |
| note_public | No | Objet de la note de frais | |
| fk_user_author | Yes | ID utilisateur (employé) |