FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository
Chris.Watts90@outlook.com 66def93ff1 added the order by arguments for GET_ALL_USERS_PAGINATE and GET_ALL_USERS procedures.
this will now order the users by LastName, then FirstName in alphabetical order (startint with a).
#52
2017-02-27 15:15:54 +00:00
..
Properties change all versions to 0.1.2.0 2017-02-22 22:31:31 +01: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 fix relative file paths (file not found errors). 2017-02-16 17:07:48 +00:00
SQLiteProcedures.cs added the order by arguments for GET_ALL_USERS_PAGINATE and GET_ALL_USERS procedures. 2017-02-27 15:15:54 +00:00
SQLiteRepository.cs change code to only check the time log gap if the card is associated to a user. 2017-02-23 21:02:37 +00:00
SQLiteRepository.csproj added extra logging to trace blocked swipe data events. 2017-02-23 16:56:10 +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