Go to file
Chris.Watts90@outlook.com b329fd6e5a add method to use SQL In queries to retrieve lists.
add queries DELETE_TIMELOG_ENTRIES and GET_CARDS_BY_UNIQUE_ID_LIST that use the IN command.
this will delete all timelog entries where the ids exist in the list, or get cards in the db where the unique Id exists in the DB respectively.

GET_GROUP_BY_NAME is to be used for checking whether a group already exists on create and is designed to only return one record.
#95
2018-06-06 10:45:22 +01:00
CardReaderService Improve code to handle disconnected card reader during runtime. 2018-03-06 15:10:10 +00:00
DataCenter removed interfaces reference (unused in RPI variant.) 2017-01-30 22:27:02 +00:00
DataCenter_Windows add method to use SQL In queries to retrieve lists. 2018-06-06 10:45:22 +01:00
Sentinel added sentinel configuration to view any NLog Chainsaw messages output from the system. 2017-02-10 22:40:52 +00:00
TestData added Postman collection for exercising the API. 2017-02-08 22:28:54 +00:00
Tools added sentinel to tools directory. 2017-03-19 07:49:28 +00:00
UI added html code for a simple datepicker. shows all dependencies, in their required order, plus highlights week on hover, to emphasise selecting week. 2017-02-04 15:42:46 +00:00
.gitignore remove spa.min.* files. 2017-04-16 19:35:20 +01:00