Questions tagged [time-and-attendance]

Time and Attendance systems are those that keep track of people's comings and goings. Typically this refers to employees working in a business. However it can also be used in other contexts, such as students attending a class.

Time and attendance systems are those that keep track of people's comings and goings. Typically this refers to employees working in a business. However it can also be used in other contexts, such as students attending a class.

There are a whole range of technical problems involved with this category of business systems, such as:

  • Date/Time Set and Interval mathematics
  • Nuances of date and time in the real world
  • Pattern recognition in event streams
  • Business rules engines
  • And much more.

Time and Attendance systems also tend to overlap (Venn diagram style) with the following:

  • Payroll Systems
  • Scheduling Systems
  • Access Control Systems
  • Employee Benefits Systems

The broader category of these systems is known as Workforce Management.

StackOverflow is not the place to discuss commercial Time and Attendance products. However, there are many programming problems associated with building these products, or integrating with them, that may be appropriate if phrased properly.

Also appropriate are generalized questions that would be useful if building an in-house Time and Attendance system.

165 questions
0
votes
0 answers

Attendance Sheet of Student in "jquery" dynamic

I am creating an attendance sheet in which a student add a pin code for attendance but there is the problem, when I try to add pin code of first and last person, etc then only these students are marked by 'present'(P) but others not shown…
0
votes
0 answers

Attendance System with Google Apps Script

I am new to Python and I am wondering if I can use Google Apps Script with Python so that it would automatically send an e-mail to those who have been tardy for a number of times. I am also thinking to make a system out of my Raspberry Pi with QR…
0
votes
1 answer

Passing initial value in formset

Models attendance_choices = ( ('absent', 'Absent'), ('present', 'Present') ) class Head_of_department(models.Model): first_name = models.CharField(max_length=200) last_name = models.CharField(max_length=200) email =…
Joel Deleep
  • 1,308
  • 2
  • 14
  • 36
0
votes
1 answer

My RFID arduino attendance system will not display drawn circles (checkedin/checkedout) correctly in Processing

I am a student living in a student house together with 15 others. I am trying to make a attendance system that will display on a screen who is home and who is not. I thought it was a great plan to give everyone a RFID tag, so when they come home or…
nielsoggel
  • 21
  • 2
0
votes
1 answer

How to Display Monthly Attendance Report in Angular 6

I want to display monthly attendance date wise in angular 6, something like this: How to display attendance of employees datewise. attendance.ts and attendance.html files are given below. Attendance.ts export class AttendanceSheetComponent…
Sruthi
  • 23
  • 1
  • 5
0
votes
1 answer

rdlc report row totals field not calculating correctly

Good Day I have a rdlc report on my time and attendance solution, but the totals field keeps giving me the wrong…
Vamp_102
  • 83
  • 8
0
votes
1 answer

Time Attendance in excel. Need to calculate absentees automatically from only present days data

I have one Time Attendance excel sheet which only show no. of attended days of our employees.TA System has no capability to schedule and mark absentees automatically. So I need to calculate no. of absentees of all employee. Is there any solution to…
fahadrana
  • 1
  • 1
  • 4
0
votes
0 answers

SQL Server Pivot - Calculate Department Wise Monthly Attendance

I am working on a query to get monthly attendance totals by department. i.e it will show present employees in each department based on attendance logs table where check_type = 'C-IN' Table 1: checkin_out_log Columns: emp_id, check_time, check_type…
Nouman
  • 65
  • 1
  • 1
  • 6
0
votes
0 answers

Attendance System MS ACCESS

I have 2 tables : StudentInfo Attendance The StudentInfo table has fields about students like: RollNo, FirstName, LastName etc... The Attendance table has the fields: RollNo, FirstName, LastName, InClass(Yes/No) and Date. I want to duplicate the…
0
votes
1 answer

Punch state automatically changes its status on ZK devices

I want to change punch state automatically much like as when user first comes in it will say check-in and when it comes second time it will say it as checkout and so on. I want punch state switching based on every user which comes in and out at any…
0
votes
1 answer

how to loop to export mutiple users attendance in excel using codeigniter

$getdateRangeVal = $this->getdaterange($from, $to); $arrstatus = array(); $arrEmp = array(); foreach($_data as $mp) { $empdata[] = array( 'emp_primary' => $mp->emp_primary, 'date'…
Vishal Bondre
  • 64
  • 1
  • 6
0
votes
2 answers

Integrate and sync data of ZK time and attendance devices with web application

I have web application which has employees information against their companies and hosted on web server.I want to manage attendance system using zktecho devices.So i have different questions as below So how i sync the attendance data of different…
0
votes
1 answer

odoo 10 hiding create/edit buttons for a particluar security group

Ok, so, I"m working in Odoo 10 and am trying to manage attendances using hr_attendances. I'm trying to hid the create and edit buttons in only the tree view and form view, however the Manual Attendances security group must have create and write…
Cristin Meravi
  • 343
  • 2
  • 12
0
votes
1 answer

ZKT eco uFace 800 Machine How i can read inserted data records in C# windows service

i am new in external devices integration currently i am working on ZKT eco uFace 800 Machine. I have SDK for it and some of its function like zkfp2.GetDeviceCount() // to get count of connected devices zkfp2.DBInit() // to initiate…
0
votes
0 answers

Reversal of PeopleSoft Time and Labor Stat Holiday Payout causes summing errors

(Note that my knowledge of Time and Labor processing is limited. This is just something that was done previously by someone else that needs fixing, not a general T&L implementation) Background Business has a Stat Holiday Bank policy, where…
JL Peyret
  • 10,917
  • 2
  • 54
  • 73