{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}Import Items from CSV{% endblock %} {% block content %}
Previewing first {{ preview_rows|length }} of {{ total_rows }} row(s). Confirm to import all {{ total_rows }} row(s).
| {{ key }} | {% endfor %}
|---|
| {{ val }} | {% endfor %}
Upload a CSV file to bulk-import inventory items.
Required column: name
Optional columns:
asset_tag, item_type, status,
category, manufacturer, model_number,
serial_number, quantity, unit,
purchase_date (YYYY-MM-DD), warranty_expiry (YYYY-MM-DD),
purchase_price, location, client, notes
category, location, and client are matched by name
(case-insensitive). Unmatched values are skipped.