GS1: Product Import Routine Report

Start Time: {{$startTime}}
Finish Time: {{$finishTime}}
APISkipParam: {{$APISkipParam}}

Summary
@if (isset($totalRecorsdsWithoutGln)) @endif
Total: {{$totalRecords}}
Inserted: {{$totalInserted}}
Updated: {{$totalUpdated}}
Failed: {{$totalFailed}}
Ignored: {{$totalIgnored}}
Processed: {{$totalProcessed}}
Companies without GLN: {{$totalRecorsdsWithoutGln}}

@if (isset($locationTypes))

Location Types:


{{$locationTypes}}
@endif @if (isset($companiesWithoutGLN))

Companies without GLN:


@foreach ($companiesWithoutGLN as $line) {{$line}}

@endforeach
@endif

Errors:


@foreach ($errors as $line) {{$line}}

@endforeach