Adding an expense
Navigate to Add Expense from the sidebar or from any vehicle’s detail page.Select a vehicle
Choose the vehicle this expense belongs to using the
vehicleAlias selector. All active vehicles in your account appear in the dropdown.Choose a category
Pick one of the nine expense categories (
categoria). Each category maps to a segment in the expenses summary donut chart.Write a description
Add a short description (
descripcion) that identifies this specific charge — for example, “Annual liability insurance renewal” or “Monthly parking garage fee.”Mark as tax-deductible (optional)
Toggle Tax-deductible (
esDeducibleImpuestos) if this expense qualifies for a deduction in your jurisdiction. This flag lets you filter and export deductible expenses at tax time.Set up recurrence (optional)
Toggle Is recurring (
esRecurrente) to turn this into a tracked recurring expense. When enabled, two additional fields appear:- Frequency (
frecuenciaRecurrencia): how often the expense repeats. - Next payment date (
proximoPago): the next due date for this charge.
Expense categories
KilomeTracker groups expenses into nine categories. Each category appears as a labeled segment in the expenses summary chart.| Spanish | English |
|---|---|
| Seguro | Insurance |
| Impuestos | Taxes |
| Registro | Registration |
| Estacionamiento | Parking |
| Peajes | Tolls |
| Lavado | Car wash |
| Multas | Fines |
| Financiamiento | Financing |
| Otro | Other |
Tax-deductible tracking
SettingesDeducibleImpuestos: true on an expense marks it for tax reporting. The flag does not change how the amount is recorded or displayed in charts — it only controls visibility when filtering.
To review your deductible expenses:
- Go to Expenses history (
/expenses-history). - Open the filter panel and set Tax-deductible to Yes.
- Optionally narrow by date range or vehicle to match a specific tax period.
esDeducibleImpuestos is true, which you can then copy or export for your accountant.
Expenses summary dashboard
The Expenses summary page (/expenses-summary) gives you a visual breakdown of spending across all vehicles and categories.
- Donut chart: each slice represents one category. Slice size is proportional to the total amount spent (
totalMonto) in that category. - Category table: lists every category with the total amount and number of entries (
cantidad) returned by the/api/expenses/summaryendpoint. Each row corresponds to anExpenseSummaryrecord grouped bycategoria.
Filtering expenses
The Expenses history page (/expenses-history) supports four independent filters that can be combined:
| Filter | Field | Description |
|---|---|---|
| Vehicle | vehicleAlias | Limit results to one specific vehicle. |
| Category | categoria | Show only expenses in a chosen category. |
| Date range | startDate / endDate | Restrict to expenses within a date window. |
| Tax-deductible | esDeducibleImpuestos | Show only deductible (true) or non-deductible (false) expenses. |
Deleting expenses
Each expense entry has a delete button in the expense history list.Related pages
Recurring expenses
Set up repeating charges and track payments due in the next 30 days.
Vehicle stats
See how expense totals factor into each vehicle’s total cost of ownership.