Commit Graph

281 Commits

Author SHA1 Message Date
11a212a635 remove commented out code
#89
2018-05-25 12:28:41 +01:00
17e80975d9 Add code to update the directions for logs on the days where you are creating or deleting an entry from.
The code will change in> out and vice versa when an entry is created or deleted from the UI.
Does not affect the automatic TimeLog system (swipe cards etc)
#89
2018-05-25 12:27:09 +01:00
28d9b14983 remove console.writelines from code.
Add trace log output to DataCenterHelper.
#90
2018-03-08 09:21:04 +00:00
9ba44d273e added console target to NLogConfig.xml, to help debugging on console, rather than using console.writelines. 2018-03-08 09:18:20 +00:00
fb068cbdf2 update card reader service to meet changes made to wrong code base for issue #90 2018-03-08 09:17:43 +00:00
50863b937c Add section to the Admin page that will allow administrator to clear all unassigned identifiers.
#69
2018-03-07 09:03:31 +00:00
153876d6a1 Add API method to CardsController for clearing all unassigned identifiers from system.
#69
2018-03-07 09:02:19 +00:00
b266fbf8e0 Remove 0.3 upgrade script.
Implement Clear Unassigned Card method to remove all cards/identifiers from the database not assigned to a user.
Add procedure to delete cards from the db.
#69
2018-03-07 09:01:02 +00:00
7a27bba95e add method to clear unassigned card identifiers.
#69
2018-03-07 08:59:29 +00:00
55955b0e1b added extra logging for upgrades #85 2018-03-07 08:01:52 +00:00
c56144d9b3 create db version object for table to hold our db version.
update assemblyinfo so that it uses static const properties.
Create 0.2 upgrade script.
Add code to repository class that will check version of the database currently being referenced. IT will then proceed to run upgrade scripts (in order) from the oldest to newest version on the database, before finally setting the db version number.

#85
2018-03-06 17:07:05 +00:00
5639724390 make saturday sunday only visible if theres hours on them #92
refine styling of dialog for create/edit of timelogs to remove dropdown entry and remove issue of deleting text in input control from before.
2018-03-06 11:54:21 +00:00
5ff1ad5a5a Merge branch 'ArchiveUsers-#67' into Release0.2 2017-04-25 14:45:55 +01:00
a768be9e9c update GET_ALL_USERS and GET_ALL_USERS_PAGINATE to retrieve users not archived.
#67
2017-04-25 14:39:16 +01:00
c45716e796 consolidate code for datetime picker to ensure consistency in setup for create/edit dialogs. 2017-04-25 12:00:13 +01:00
67fc6a12ae add js script types.
add manual Today button, databound to the goToToday method in viewmodel.
#83
2017-04-21 09:21:48 +01:00
205d8e30dc refine the goToToday function.
#83
2017-04-21 09:20:56 +01:00
4cab3932fa added goToToday click handler for viewModel.
this is to change the date on the picker control to todays date as the bootstrap datepicker control today button doesnt appear to be working.
#83
2017-04-21 09:19:26 +01:00
06e3dbcdee add missing knockout context menu css and js files.
#78
2017-04-21 08:16:38 +01:00
54c86b41ed Add reference to ConfigurationHandler project.
Add component tag for ConfigurationHandler dll
#78
2017-04-21 08:16:10 +01:00
5dbd7a7ded change card reader decision code to prevent null ref in main app.
#79
2017-04-21 08:15:27 +01:00
20f0ccb211 fix null reference error when configuration setting specified by "keyName" parameter doesnt exist.
#79
2017-04-21 08:03:32 +01:00
0e709267d2 stop labels being tab stops.
Add label for Database Type option selection and make radio button for SQLite conform to ui layout.
#25
2017-04-18 16:18:23 +01:00
10c2763b48 added Database configuration radio button to UI.
tied to property that conditionally installs the SQLite Database provider.
#25
2017-04-18 11:17:17 +01:00
ede5a70beb Added SQLiteRepositoryInstaller Chain entry to install SQLite provider if chosen.
Added INSTALLFOLDER configuration to set a single install directory for both data service and plugins.
#25
2017-04-18 11:16:12 +01:00
95c3d260cd add reference to SQLiteRepositoryInstaller project
#25
2017-04-18 11:11:06 +01:00
ef46bb176c remove SQLite Component group reference.
#25
2017-04-18 11:10:46 +01:00
1b5b1a86c8 rename install directory 2017-04-18 11:10:31 +01:00
4665a72414 removed SQLiteRepository.wxs file from bundle installer (now got its own installer)
#25
2017-04-18 11:10:09 +01:00
040ad59922 created SQLiteRepositoryInstaller project
#25
2017-04-18 11:09:25 +01:00
3446dda710 changed api method to use the return type of IRepository.LogEventTime method and return the Id and Direction from the endpoint.
#17
2017-04-16 19:41:31 +01:00
c92ed064fc move private methods to end of class.
change LogEventTime implementation to return a LogEventResponse object.
#17
2017-04-16 19:40:33 +01:00
094afc2903 change the interface to return a LogEventResponse object
#17
2017-04-16 19:39:51 +01:00
d50331fc04 create EventLogResponse to hold the direction of the user and the operational response.
#17
2017-04-16 19:39:13 +01:00
8d7b027b8c remove spa.min.* files. 2017-04-16 19:35:20 +01:00
e7b7538986 Merge branch 'BundleInstaller' into Release0.2 2017-04-15 20:30:13 +01:00
Watts
97240bd752 added configuration gui elements for the bootstrapper to enable configuration of the port and IP on install.
#26 #31
2017-04-15 20:26:13 +01:00
Watts
3e2a19c0e4 added properties to configure the ip and port of the data center.
added code to pass the configuration properties through to the msi installers.
#31 #26
2017-04-15 20:24:54 +01:00
Watts
def593d3a5 exposed properties for configuring data center endpoint ip and port. defaults to localhost/127.0.0.1
implemented the code to configure the app.config file on install.
#31
2017-04-15 20:23:57 +01:00
Watts
cdbf543562 Exposed properties for setting the port in the data center installer
#31
2017-04-15 20:22:50 +01:00
Watts
54b6094a43 added debug and release installers build configuration to projects/solution to enable building installers in a complete/single step, to save building them individually. 2017-04-15 20:21:28 +01:00
Watts
640ef5f2bf added debug and release installers build configuration to projects/solution to enable building installers in a complete/single step, to save building them individually. 2017-04-15 20:21:09 +01:00
Watts
f572760df1 add missing wix reference. 2017-04-13 21:11:06 +01:00
Watts
42114580ec code formatting changes. 2017-04-13 21:02:01 +01:00
Watts
8ea257e68b tidy code.
ensure all observables controlling pages are cleared on re-navigate
2017-04-13 21:01:33 +01:00
Watts
2fc036e7c3 fixed dual page showing issue after creating manual log.
#29
2017-04-13 21:01:07 +01:00
Watts
0a947af22f removed preload as not needed. 2017-04-13 21:00:23 +01:00
Watts
ea6945fbda correct missing closing tag in comments. 2017-04-13 21:00:11 +01:00
Watts
f1371f1f99 added cache control attributes.
tidied code. removed commenting for now. need to add this in shortly.
#29
2017-04-13 20:59:40 +01:00
Watts
64018ef8db moved update group and update user details procedures to SQLiteProcedures 2017-04-13 20:58:52 +01:00