FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository
chris.watts90@outlook.com 20bf968675 Added sorting to user list, ASCending and DESCending on first and last name
fixed pagination where it wasnt rounding up so <x.5 would show not 1 page less than required.
fix issue introduced in last branch where group drop down/filter wouldnt work.
#51
2020-02-25 14:48:49 +00:00
..
Converters split Idenfitier Converter out into its own file 2019-10-18 10:58:30 +01:00
Extensions add extension method for excluding the contents of one list from another. 2018-06-06 13:38:49 +01:00
Properties Set versions to 0.2.1.0 for release. 2018-06-01 10:34:34 +01:00
UpgradeScripts correct script so it wont create duplicate groups, will check for existing prior to creating and only create if it doesnt exist. 2018-06-06 10:50:47 +01:00
CardUniqueId.cs add LastUsed property 2017-03-03 21:36:22 +00:00
Constants.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
DBVersion.cs create db version object for table to hold our db version. 2018-03-06 17:07:05 +00:00
GroupDb.cs create GroupDb object to hold group information 2017-03-08 16:23:14 +00:00
LogDirectionDb.cs renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
LogSourceDb.cs Add Log Source Identification to determine if a log has been created/updated from the UI/Other Applications 2017-04-12 22:00:08 +01:00
packages.config Add Api Endpoint to save/retrieve the active policy.Policy 2019-10-18 09:30:57 +01:00
PolicyDb.cs Add Api Endpoint to save/retrieve the active policy.Policy 2019-10-18 09:30:57 +01:00
SQLiteProcedures.cs Added sorting to user list, ASCending and DESCending on first and last name 2020-02-25 14:48:49 +00:00
SQLiteRepository.cs Added sorting to user list, ASCending and DESCending on first and last name 2020-02-25 14:48:49 +00:00
SQLiteRepository.csproj split Idenfitier Converter out into its own file 2019-10-18 10:58:30 +01:00
TimeLogDb.cs update TimeLogDb to use LogSourceDb 2017-04-12 22:01:10 +01:00
UserGroupJoinDb.cs Add Joining table object to link users to groups. 2017-03-08 16:23:57 +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