Skip to main content
Group your invoices by client to track spending, view history, and generate reports per customer or supplier.

Creating Clients

1

Navigate to Clients

Go to Dashboard → Clients in the sidebar.
2

Add New Client

Click Add Client and enter the client name.
3

Save

The client is now available for invoice assignment.

Assigning Invoices to Clients

During Review

When reviewing an extracted invoice, select a client from the Client dropdown. The assignment is saved automatically.

Bulk Assignment

  1. Select multiple invoices in the dashboard
  2. Click Bulk Actions → Assign Client
  3. Choose the target client
VATextrac tcan automatically suggest clients based on supplier name matching. Enable this in Settings → Preferences.

Client Filtering

Filter your invoice list by client:
  1. Click the Filters button in the dashboard
  2. Select Client from the filter options
  3. Choose one or more clients

Benefits

Spending Tracking

View total spend per client over time

Client Reports

Export all invoices for a specific client

Quick Search

Filter dashboard by client for fast access

Organized Exports

Include client name in exported data

API Access

Clients are available via the API:
# List all clients
GET /api/clients

# Filter invoices by client
GET /api/invoices?clientId=client_abc123
See the API Reference for full details.