time-and-attendance Questions
1
Solved
Models
attendance_choices = (
('absent', 'Absent'),
('present', 'Present')
)
class Head_of_department(models.Model):
first_name = models.CharField(max_length=200)
last_name = models.CharField...
Montgomery asked 27/5, 2019 at 11:26
1
Solved
I am working on a function that will work out how many workers is on duty and clocked in (or not clocked in) for their shift.
The workers "clock in" and "out" and the time stamps of these events w...
Extravasation asked 12/12, 2016 at 19:3
2
Solved
If i have ZKTime machine to register the attendance of the employees .
Sometimes this machine insert bulk of transactions in sql server db with wrong later date like
8-2103 instead of 11-2016
...
Dwelling asked 10/11, 2016 at 12:15
3
Solved
I am doing a project called "Attendance Management System"
The company has its own biometric finger scanner who checks for employee's attendance and stored in on a database table.
The table consi...
Brenna asked 28/8, 2012 at 7:12
4
Solved
We have a sports training camp which is regularly attended by various teams in the city. We have a session per day spanning 2 hrs(9-11 AM) and the time slots could vary for different teams. We woul...
Falter asked 7/7, 2010 at 8:47
1
© 2022 - 2024 — McMap. All rights reserved.