Commit Graph
14 Commits
Author SHA1 Message Date
glm94 62a2c0f80e Created forms to allow the management of ad items, suppliers and ad special keywords. Updated the database migration tool to include the ad special table. Cleaned up the main form's code and did a slight touch up of the interface. 2017-04-11 02:26:04 -05:00
glm94 d7229c9499 Minor UI changes after testing on the laptop. The add record form now selects Saturday based on the current date on start up. 2017-01-23 03:41:47 -06:00
glm94 1907ce1702 Added the methods to insert and update invoice records in the database, as well as fixing a bug where the Invoice Notes would disappear on row validation. 2016-11-26 00:37:42 -06:00
glm94 6d54ac3bff Removed unneeded packages from the solution. 2016-11-15 22:15:56 -06:00
glm94 1f700869c7 Improved information and error feedback to the user. 2016-11-11 17:42:59 -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 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 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 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 6385ed283f Added Access database to the solution properly. 2016-11-05 12:09:50 -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