@extends('layout.main') @section('content')
{{--

{{__('Import CSV file (Device)')}}

Please take a note of the date format you get in the CSV file downloaded/exported from your attendance device(CSV). Now from within PeoplePro, go to- customize settings > general Settings and select the same date format from dropdown for the option named- 'Attendance device date format'

The first line in downloaded file should remain as it is. Please do not change the order of columns in file.

@csrf
{{__('Please select csv/excel')}} file (allowed file size 2MB)
--}}

{{__('Import EXCEL/CSV file (Manual)')}}

{{__('Download Sample File')}}

The first line in downloaded sample file should remain as it is. Please do not change the order of columns in file.

The correct column order is (Staff Id, Attendance Date, Clock In, Clock Out).

  • Date format should be (According to general settings)
  • You must follow the file, otherwise you will get an error while importing the file.
@csrf
{{__('Please select excel/csv')}} file (allowed file size 2MB)
@endsection