Commit Graph
8 Commits
Author SHA1 Message Date
glm94 ab00ad2598 Quick crash bug fix with the row parsing engine where an existing, unchanged, header row is marked as dirty by the engine. 2017-01-20 23:51:33 -06:00
glm94 43bf07c212 Cleaned up the table trimming methods. Group creation now proper marks rows as dirty when row attribute changes. Projections table processes successfully on the new modify record form. 2017-01-20 22:46:48 -06:00
glm94 d8c753f788 Added support for color coding the DataGridViews' header cells based on row state (saved, pending edit, row error) and finished writing the last database writer function for cost analysis. 2016-12-04 01:27:25 -06:00
glm94 ad3fa573b8 Fixed a bug in the Inventory and Actual Sales tables where the user could leave a row without an ad item. Fixed data type mismatch with the database insertion methods. 2016-11-11 17:09:43 -06:00
glm94 35e90a6f86 Removed a few unused columns and flags that didn't help improve the performance of the form or just made its code more cluttered. Created a separate method to handle calling the database writing code for the Sales Tables. 2016-11-11 15:21:04 -06:00
glm94 5d387caecb Created a container object to house messages, operation status and the rows added for the methods that add new items and update existing items in the database. 2016-11-10 00:02:15 -06:00
glm94 8e140a7131 Set up Invoice DataGridView event handlers to validate user input and provide basic formatting for the contents of the cells. Updated the week ending masked text box to get a parsed DateTime value, just to make it look pretty. 2016-11-08 02:24:58 -06:00
glm94 98b3626154 Initial commit of version 0.9.5.2; no older versions exist for this repo. 2016-11-05 12:02:02 -05:00