@extends('layouts.app') @section('title', 'Import Absensi') @section('content')

Import Absensi dari File

Kembali
Upload File Data Absensi
Format File yang Didukung:
  • CSV (.csv, .txt) - Format spreadsheet sederhana
  • Excel (.xlsx, .xls) - Format Microsoft Excel

Tips: File dapat berupa export dari sistem absensi atau data manual dalam format CSV atau Excel

Format Data yang Diperlukan:

File harus mengandung kolom berikut:

  • NIP - Nomor Induk Pegawai (wajib)
  • Tanggal - Format: YYYY-MM-DD atau DD/MM/YYYY (wajib)
  • Jam Masuk - Format: HH:MM atau HH:MM:SS (opsional)
  • Jam Keluar - Format: HH:MM atau HH:MM:SS (opsional)
  • Status - Hadir/Izin/Sakit/Cuti/Alpha (opsional, default: Hadir)
@csrf

Klik untuk memilih file atau drag & drop file di sini

Format: CSV, TXT, XLSX, XLS | Maksimal: 10MB
@error('file')
{{ $message }}
@enderror
Contoh Format CSV:
NIP,Tanggal,Jam Masuk,Jam Keluar,Status
PGW001,2024-01-15,08:00:00,17:00:00,Hadir
PGW002,2024-01-15,08:15:00,17:30:00,Hadir
PGW003,2024-01-15,08:30:00,17:00:00,Hadir
Batal
@push('scripts') @endpush @endsection