Tabel kehadiran berisi rincian waktu di saat karyawan mulai masuk dan keluar kantor setiap harinya. Tabel ini digunakan untuk memonitor kedisiplinan karyawan dalam bekerja saat jam kantor. Selain itu, bagian penggajian juga bisa menghitung, berapa jumlah rupiah lembur yang akan dimasukkan sebagai bagian dari gaji/upah karyawan.
Ada dua tabel yang terlibat di sini, yaitu tabel tblKehadiranMaster yang berfungsi sebagai master/induk dan tabel tblKehadiranSlave yang berfungsi sebagai slave/anak. Adapun nama field dan properti yang dibutuhkan untuk tabel kehadiran adalah sebagai berikut:
Nama tabel: tblKehadiranMaster
Ada dua tabel yang terlibat di sini, yaitu tabel tblKehadiranMaster yang berfungsi sebagai master/induk dan tabel tblKehadiranSlave yang berfungsi sebagai slave/anak. Adapun nama field dan properti yang dibutuhkan untuk tabel kehadiran adalah sebagai berikut:
Nama tabel: tblKehadiranMaster
- Field Name = no
- Data Type = Numeric
- Description = Nomor urut
- Field Properties - General Tab:
- Field Size = 4
- Caption = Nomor Urut
- Field Name = tglPresensi
- Data Type = Date
- Description = Tanggal presensi
- Field Properties - General Tab:
- Field Size = 8
- Format = Short Date
- Caption = Tanggal Presensi
- Required = Yes
- Indexed = Yes (No Duplicates)
- Field Name = proses
- Data Type = Numeric
- Description = Proses data presensi
- Field Properties - General Tab:
- Field Size = 4
- Caption = Proses
- Primary Key = no
- Field Name = no
- Data Type = Numeric
- Description = Nomor urut
- Field Properties - General Tab:
- Field Size = 4
- Caption = Nomor Urut
- Field Name = tglPresensi
- Data Type = Date
- Description = Tanggal presensi
- Field Properties - General Tab:
- Field Size = 8
- Format = Short Date
- Caption = Tanggal presensi
- Field Name = NIP
- Data Type = Short Text
- Description = Nomor identitas pegawai
- Field Properties - General Tab:
- Field Size = 10
- Caption = N I P
- Field Name = jamMasuk
- Data Type = Date
- Description = Jam masuk aktual
- Field Properties - General Tab:
- Field Size = 8
- Caption = Jam masuk aktual
- Field Name = jamKeluar
- Data Type = Date
- Description = Jam keluar aktual
- Field Properties - General Tab:
- Field Size = 8
- Caption = Jam keluar aktual
- Field Name = keterangan
- Data Type = Short Text
- Description = Penjelasan seperlunya
- Field Properties - General Tab:
- Field Size = 255
- Caption = Keterangan
- Primary Key = no
- Foreign Key = tglPresensi
Comments
Post a Comment