rattail.ext.timeclock

This extension adds tables, etc., for tracking employee clock-in and clock-out data.

Classes

class rattail.WorkedShift(**kwargs)

Represents a shift actually worked by an employee (i.e. as opposed to a scheduled shift).

employee

A reference to the rattail.Employee who worked the shift.

time_in

The date and time when the employee clocked in.

time_out

The date and time when the employee clocked out.

status_in

The status of the WorkedShift.time_in value.

status_out

The status of the WorkedShift.time_out value.

hours

A decimal value containing the number of hours for the shift.

Table Of Contents

Previous topic

rattail.ext.purchasing Module

Next topic

Hacking Rattail

This Page