create_income
Record a new income entry with detailed lines (concept, amount, tax) and associated charges. Confirmation required from user.
Instructions
⚠️ Crea un ingreso. Confirmar con usuario.
income_lines: [{concept, amount, tax, retention, imputation, income_type?, tax_regime, tax_subjection_code}] charges: [{amount, payment_method, destination_account(id), paid, date?}] document_type: "other_invoice"|"cash_statement"|"interest_settlement"|"bank_doc"|"contract"|"resolution"|"other_doc"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | Yes | ||
| income_lines | Yes | ||
| charges | Yes | ||
| date | No | ||
| document_type | No | ||
| document_number | No | ||
| annotations | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||