Commit Graph
10 Commits
Author SHA1 Message Date
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 9105429fcb Fixed a bug where the row row would get reported as the last row processed in all the database insert and update methods. Fixed a bug where the NewRow would get set as dirty if an ad special row was renamed with no members in it. Sales table compression and database methods tested and working. 2016-11-11 12:43:47 -06:00
glm94 d0c6ce5e42 First version of the Inventory insertion and update methods, untested. 2016-11-10 13:35:47 -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 f60cc5ab8b First implementation of ad item repeat detection for all APC tables. Still need to update comments in inventory and actual sales methods. No testing done as of now. 2016-11-06 22:51:36 -06:00
glm94 6e45121c1f Began implementing ad item repeat detection in the new Add Record Form but for the Projections table only. 2016-11-05 14:38:21 -05:00
glm94 95d5cd9943 Fixed a bug when deleting non ad special rows the ad special index flag wouldn't get updated. 2016-11-05 13:33:25 -05: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