RFID Tracker
Loading...
Searching...
No Matches
webui.models.Statistics Class Reference
Inheritance diagram for webui.models.Statistics:

Classes

class  Meta
 

Public Member Functions

 hours_day (self)
 
 hours_week (self)
 
 hours_month (self)
 
 average_hours_week (self)
 
 total_hours (self)
 

Static Public Attributes

 person
 
 date = models.DateTimeField()
 
 minutes_day = models.IntegerField()
 
 minutes_week = models.IntegerField()
 
 minutes_month = models.IntegerField()
 
 average_week = models.IntegerField()
 
 total_minutes = models.IntegerField()
 

Member Data Documentation

◆ person

webui.models.Statistics.person
static
Initial value:
= models.ForeignKey(
User, on_delete=models.CASCADE, related_name='statistics'
)

The documentation for this class was generated from the following file: