Taxes
Section: Finance & Accounting
URL:/admin/taxes
Page title: (2) Taxe
Overview
Define tax rates (VAT, sales tax) used on invoices, estimates, and other documents.
Business value
Tax rates (VAT, sales tax, withholding) used on every revenue and expense document — central definition prevents the wrong rate from hitting an invoice.
- Who uses it: Finance, tax accountant, sales operations
- Key benefit: Tax compliance without the risk of human error on every invoice.
Typical use cases:
- Multiple VAT rates per product class
- Reduced VAT rates for specific goods (food, books)
- EU reverse-charge handling for cross-border B2B
At a glance
Accessing this module
From the admin sidebar, navigate to Taxes, or open the URL directly:
/admin/taxes
List view
The list view shows existing taxes records. Use it to search, filter, sort, and bulk-act on items.
Common actions
- View existing records — open Taxes from the sidebar to see the list view.
- Search and filter — use the search box and column filters to find records.
- Create a new record — click the Add / New button (or follow the "Create" URL above) and fill in the required fields.
- Edit a record — click a row to open the detail view, then use the edit action.
- Delete a record — use the row's delete action; deletion may be soft or hard depending on the module.
- Bulk operations — select multiple rows via the checkboxes and apply a bulk action from the toolbar (export, delete, status change, etc., where supported).
API
This module is available via the REST API.
Authentication. All API requests require the header authtoken: <token> (generate one at /admin/api/api_management).
Base URL. https://your-domain.tld/api/
Key endpoints:
| Method | Path | Purpose |
|---|---|---|
POST |
{{base_url}}taxes |
Add New Tax |
GET |
{{base_url}}taxes?nr_page&per_page |
List all Taxes |
GET |
{{base_url}}taxes/:id |
Get One Tax |
PUT |
{{base_url}}taxes/7 |
Update a Tax |
DELETE |
{{base_url}}delete/taxes/7 |
Delete Goal |
See the full payload schemas, query parameters, and example responses in the API reference (`Taxes`).
Captured: 2026-05-10T09:51:26.776Z · Source: demo.crmconnect.io/admin/taxes