Import & Export
The assets table provides header actions for importing and exporting assets in bulk. Import is useful for onboarding a large number of assets at once; export lets you download the current filtered list for reporting, audits, or backup.
Finding the actions
Section titled “Finding the actions”Navigate to Assets in the main navigation. In the page header (above the table) you will find:
- Importieren — upload a CSV to create new assets.
- Exportieren — download the current (filtered) asset list as CSV or XLSX.
Two bulk actions are also available in the toolbar when rows are selected: QR drucken (opens the print modal for the selected assets) and Exportieren (downloads only the selected rows).
Exporting assets
Section titled “Exporting assets”- Optionally apply filters or search in the table to narrow the result set.
- Click Exportieren in the header, or select rows and choose Exportieren from the toolbar.
- Choose CSV or Excel (XLSX).
- When the job completes you receive a notification with a download link.
Export columns
Section titled “Export columns”| Column | Content |
|---|---|
id | Asset UUID |
state | German status label (e.g. “In Benutzung”) |
asset_type | Asset type name |
manufacturer | Manufacturer name (via model) |
model | Model name |
owner | Owner full name |
place | Location name |
serial_number | Serial number |
buy_date | Purchase date in d.m.Y format |
guarantee_end | Warranty end date in d.m.Y format |
buy_price | Purchase price |
buy_type | German purchase type label |
tags | Comma-separated tag names |
The invoice file is not included in exports.
Importing assets
Section titled “Importing assets”Import always creates new assets. It does not update or overwrite existing records. Each row in the file becomes one new asset.
Preparing the CSV
Section titled “Preparing the CSV”- Use UTF-8 encoding. Save from Excel with “CSV UTF-8 (comma delimited)” or equivalent.
- The first row must be a header row with column names matching those listed below.
- Only
stateandasset_typeare required. All other columns are optional — leave them blank or omit the column entirely.
Import columns
Section titled “Import columns”| Column | Required | Notes |
|---|---|---|
id | No | Supply a UUID to use a specific asset ID. Must not match any existing asset. If blank, a UUID is auto-generated. |
state | Yes | Accepts the stored value (e.g. in-use) or the German label (e.g. In Benutzung). |
asset_type | Yes | Matched by name (case-insensitive). Created automatically if it does not exist. |
manufacturer | No | Required when model is provided. Matched by name; auto-created if missing. |
model | No | Matched by name within the given manufacturer; auto-created if missing. A row with model but no manufacturer fails. |
owner | No | Matched by full name (case-insensitive). If no user with that name exists, a new non-login user is created. |
place | No | Matched by name (case-insensitive); auto-created if missing. |
serial_number | No | Stored as-is. |
buy_date | No | Accepts Y-m-d (e.g. 2024-03-15) or German d.m.Y (e.g. 15.03.2024). |
guarantee_end | No | Same date formats as buy_date. |
buy_price | No | Numeric value. |
buy_type | No | Accepts the stored value or German label, same as state. |
tags | No | Comma-separated list of tag names (e.g. Büro,Laptop). |
Running the import
Section titled “Running the import”- Click Importieren in the asset table header.
- Upload your CSV file.
- Map CSV columns to the import fields (Filament shows a column-mapping step).
- Confirm and start the import.
- When the job finishes you receive a notification showing how many rows were imported and how many failed.
If any rows fail, a download failed rows link appears in the notification. The failed-rows CSV contains only the problem rows with an error message column, so you can fix and re-upload just the failures.
Common errors
Section titled “Common errors”| Error | Cause |
|---|---|
| ”Ein Asset mit der ID [x] existiert bereits.” | A row provides an id that is already in use. |
| ”Ein Modell benötigt einen Hersteller.” | model is filled but manufacturer is blank. |
| ”Unbekannter Wert [x].” | state or buy_type contains a value that does not match any known enum value or German label. |
| ”Ungültiges Datum [x].” | buy_date or guarantee_end cannot be parsed as a date. |
- Export your existing assets first to see the exact column names and value formats expected.
- Dates exported by Inventorix use
d.m.Yformat; import accepts both that format and ISOY-m-d. - Lookup fields (
asset_type,manufacturer,model,place) are matched case-insensitively and whitespace-trimmed to reduce accidental duplicates. - Auto-created owners have no password and cannot log in (
login_enabled = false). Ask an administrator to set credentials if the person needs access.