@extends('layouts.app') @section('title', 'ERP Güncelleme Logu') @section('content')
ERP güncelleme sürecine ait hata ve uyarıları görüntüleyin.
| Tarih | Tip | Durum | Detay |
|---|---|---|---|
| {{ $log->created_at }} | {{ (int) $log->is_auto === 1 ? 'Otomatik' : 'Manuel' }} | {{ $status === 'ok' ? 'Başarılı' : 'Hata' }} |
Merkez: +{{ $summary['responsibility_centers']['inserted'] ?? 0 }} / ~{{ $summary['responsibility_centers']['updated'] ?? 0 }}
@if (!empty($errors))
Personel: +{{ $summary['employees']['inserted'] ?? 0 }} / ~{{ $summary['employees']['updated'] ?? 0 }} Kullanıcı: +{{ $summary['users']['inserted'] ?? 0 }} / ~{{ $summary['users']['updated'] ?? 0 }} {{ implode(' | ', array_slice($errors, 0, 3)) }}
@endif
@if (!empty($warnings))
{{ implode(' | ', array_slice($warnings, 0, 2)) }}
@endif
|
| Henüz log kaydı bulunmuyor. | |||