QueueSys/QueueSys
kougyoku 06acaae9df Update employeeview class to set id property.
Complete ArchiveCustomer functionality.
Add: Update customer status query when status is changed on employee view
2019-10-16 15:10:44 -07:00
..
Properties Add option for confirming delete. 2019-10-07 15:30:36 -07:00
bin/Debug configSections MUST be at the TOP of App.config 2019-10-10 10:40:14 -07:00
obj/Debug Add delegate for updating customer view from the employee add button. 2019-10-14 09:59:02 -07:00
App.config configSections MUST be at the TOP of App.config 2019-10-10 10:40:14 -07:00
Program.cs Initial commit. 2019-10-07 09:37:47 -07:00
QueueSys.csproj More SQL stuff 2019-10-10 10:13:30 -07:00
QueueSys.db schema changes 2019-10-16 15:09:48 -07:00
SqliteDataAccess.cs Update employeeview class to set id property. 2019-10-16 15:10:44 -07:00
frmCustomerView.Designer.cs Drop a timer onto Customer View form. 2019-10-11 21:32:24 -07:00
frmCustomerView.cs Add delegate for updating customer view from the employee add button. 2019-10-14 09:59:02 -07:00
frmCustomerView.resx Add timer 2019-10-11 21:32:41 -07:00
frmEmployeeView.Designer.cs Setup employee datagrid view. 2019-10-16 15:09:37 -07:00
frmEmployeeView.cs Add: Refresh employee view after clicking the add button. 2019-10-16 15:09:14 -07:00
frmEmployeeView.resx Hook up employee view to datasource. 2019-10-15 13:04:57 -07:00
frmOptions.Designer.cs Add option for confirming delete. 2019-10-07 15:30:36 -07:00
frmOptions.cs Add option for confirming delete. 2019-10-07 15:30:36 -07:00
frmOptions.resx Add option for confirming delete. 2019-10-07 15:30:36 -07:00
packages.config Add sqlite core and dapper nuget packages 2019-10-08 10:49:31 -07:00