Commit Graph

12 Commits

Author SHA1 Message Date
kougyoku 8f0d8e509c Add: Update end_time attribute in sqlite db when customer is marked 'ready' 2019-11-07 09:48:30 -08:00
kougyoku ffcf4fc413 Add: Clear 6 months data out of the archive table on generate report. 2019-10-31 09:25:43 -07:00
kougyoku f499a53fc6 Add csvhelper nuget package
Update exit (Alt-F4) to Environment.Exit(0)
Add: Generate report from SQL Database.
Add: Input validation
2019-10-24 20:58:52 -07:00
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
kougyoku 93a6e6a691 Moar SQL 2019-10-15 13:04:22 -07:00
kougyoku 7116e25a81 Update employee view class
update employee view query
update methods to change from employeeview to reportview
2019-10-15 08:42:17 -07:00
kougyoku 74af82d70c Update query for customer view.
Add new report view class in prep to change employeeview class.
2019-10-15 08:03:15 -07:00
kougyoku 02421864b1 Update add customer query 2019-10-11 23:45:10 -07:00
kougyoku 58006f2955 Update CustomerView class properties to match the columns being selected out of the database.
Remove 'static' from all functions under SqliteDataAccess class.
Write correct SQL Query for LoadCustomerView.
2019-10-11 21:30:25 -07:00
kougyoku d6d3e0ca0d Change status field of employee view model to integer.
Add SQL query to LoadEmployeeView()
Add: SaveCustomer() and ArchiveCustomer() functions.
2019-10-11 15:28:31 -07:00
kougyoku ec0b1a00ae Fix VS Griping.
Fix loadCustomerView
2019-10-10 10:36:32 -07:00
kougyoku 2a8702e1a9 More SQL stuff 2019-10-10 10:13:30 -07:00