Accoraze
Import / Export

Download Templates

Download the official CSV templates for importing data into Accoraze.

Overview

To import data into Accoraze, you must use the official CSV templates. These templates have the correct column headers and format expected by the system. Using other formats may cause import errors.

Where to Find Templates

  1. Go to the module you want to import into (Products, Customers, Suppliers, Orders, or Expenses)
  2. Click Import or Import / Export
  3. Look for a Download Template button
  4. Click it to download the CSV file to your device

Available Templates

ModuleTemplate FileRequired Columns
Productsproducts_import.csvname, price
Customerscustomers_import.csvname
Supplierssuppliers_import.csvname
Ordersorders_import.csvdate, customer, items
Expensesexpenses_import.csvdate, description, amount

Each template includes all available fields. Required fields are marked — optional fields can be left empty.

Template Format

Templates are CSV files with:

  • UTF-8 encoding — Ensures special characters display correctly
  • Comma-separated values — Standard CSV format
  • First row — Column headers
  • Subsequent rows — Data entries

Opening Templates

You can open CSV templates in:

  • Microsoft Excel — Most common
  • Google Sheets — Free, browser-based
  • Apple Numbers — For Mac users
  • Any text editor — For manual editing

For large datasets, Excel or Google Sheets is recommended for easier data entry.

Template Columns

Products Template

ColumnRequiredDescription
nameYesProduct name
priceYesSelling price (numeric)
skuNoInternal SKU code
barcodeNoBarcode value
categoryNoCategory name
quantityNoStock quantity
low_stock_thresholdNoAlert threshold
descriptionNoProduct description
statusNoactive or inactive

Customers Template

ColumnRequiredDescription
nameYesCustomer name
emailNoEmail address
phoneNoPhone number
addressNoFull address
companyNoCompany name
notesNoInternal notes

Suppliers Template

ColumnRequiredDescription
nameYesSupplier name
emailNoEmail address
phoneNoPhone number
addressNoBusiness address
notesNoInternal notes

Orders Template

ColumnRequiredDescription
dateYesOrder date (YYYY-MM-DD)
customerNoCustomer name
productYesProduct name
quantityYesQuantity ordered
priceYesUnit price
totalYesLine total
statusNopending, completed, cancelled

Expenses Template

ColumnRequiredDescription
dateYesExpense date (YYYY-MM-DD)
descriptionYesWhat the expense was for
categoryYesExpense category
vendorNoWho you paid
amountYesAmount (numeric)
payment_methodNocash, bank, card, etc.
referenceNoInvoice or receipt number
notesNoAdditional notes

Do Not Modify Headers

The column headers in the template must remain exactly as they are. Changing header names will cause the import to fail. You can leave optional columns empty, but do not rename or remove columns.

On this page