Expense defaults
expense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency. Returns the stored defaults. Call with no arguments to read them without changing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_currency | No | ISO 4217 code to assume when a call gives none, e.g. EUR. Default EUR | |
| default_vat_rate | No | VAT percent already included in a receipt, e.g. 23 in Poland, 19 in Germany. Set it once and every later expense gets its net/VAT split without the caller repeating the rate. It applies when the expense is inserted, never retroactively. Pass 0 to clear it |