@extends('layouts/default') {{-- Page title --}} @section('title') Import History @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
You have an error in your CSV file: {{ Session::get('message') }}
Upload a CSV that contains asset history. The assets MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag.
Fields included in the CSV must match the headers: Date, Tag, Name, Action. Any additional fields will be ignored.
Date should be the checkin/checkout date. Tag should be the asset tag. Name should be the user's name (firstname lastname). Action should be either checkin or checkout.
Note: Email notification for users is disabled for this installation.