Importing Taxes
You can import tax rates into Fuze Store POS to set up or update your tax configuration in bulk. This is useful when migrating from another system or adding new tax rules.
Step-by-Step Guide
- Open the sidebar menu.
- Go to Store and select Store from the list.
- Select Import from the Store screen.
- Fill in the import form:
- Choose Taxes from the Type dropdown.
- Upload your file in CSV or Excel format.
See Sample Taxes.xlsx for reference.
- Click Import. Your tax rates will be added to the store.
Field Reference
Here are the columns in the Taxes import file:
| Field | Description | Required | Possible Values | Example |
|---|---|---|---|---|
| id | UUID identifier for the tax. Leave empty to create a new entry. | 123e4567-e89b-12d3-a456-426614174000 | ||
| name | Name of the tax. | Yes | General VAT | |
| description | A short note about the tax. | General VAT of the Philippines | ||
| is_active | Whether the tax is active. | Yes | YES, NO | YES |
| rate | The tax rate value. | Yes | 20 | |
| rate_type | Whether the rate is a percentage or a fixed amount. | Yes | FIXED, PERCENTAGE | PERCENTAGE |
| currency | ISO currency code for the tax. | Yes | ISO Currency Code | PHP |
| country | ISO country code the tax applies to. | Yes | ISO Country Code | PH |
Tips
- Review your data before importing to avoid errors.
- Download a sample export file first if you are unsure about formatting.
- Use descriptive names so you can identify each tax quickly.
- Keep your tax structure organized and review it regularly.