Import invoices

Bulk-create invoices for Northwind Studio (demo) from a CSV file.

1 · Download the template

Use one row per line item. Group multiple line items under the same number and the importer will treat them as one document. The header fields (issue date, client, currency, tax rate, status) only need to appear on the first row of each group; subsequent rows can leave them blank.

Download invoices.csv

Columns

number (required, groups line items), issue_date (YYYY-MM-DD),
due_date (YYYY-MM-DD), status (issued/draft/paid), reference,
currency (ISO 3-letter, default ZAR), tax_rate (% — default 0),
client_name (required on group's first row), client_email,
client_address_line1, client_city, client_region, client_postcode,
client_country, client_tax_id,
description, quantity, unit_price,
notes

2 · Upload your CSV