FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository
Chris.Watts90@outlook.com 69aaf53bb4 Added method to calculate the daily logs.
extended TimeLogList object:
 > to group logs into days with the "DailyLogs" object
 > to calculate the WeeklyTotal hours automatically based on the TimeLogs.DailyLogs object for each day.

Created DailyLogs object:
 > holds the number of entries for a day.
 > holds the time "in"/"at work" for that day (dailytotal).

#15
2017-02-14 17:06:16 +00:00
..
Properties Created the SQLiteRepository stub. ready for implementation.. 2017-01-31 17:25:01 +00:00
CardUniqueId.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
Constants.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
LogDirectionDb.cs renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
packages.config Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
SQLiteProcedures.cs fixed issue where GetLogDirection would return the first log of the day, not the latest in the DB. 2017-02-13 22:23:21 +00:00
SQLiteRepository.cs Added method to calculate the daily logs. 2017-02-14 17:06:16 +00:00
SQLiteRepository.csproj renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
TimeLogDb.cs renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
UserIdentity.cs #4 Added IsContractor flag to the UserIdentity and User Object, the Api will now relate that status to the output object. note, notimplemented in the UI yet to control this flag. 2017-02-03 12:39:38 +00:00