Commit Graph
10 Commits
Author SHA1 Message Date
glm94 96e61546c3 Updated the main form with a slightly new look. Finished all the code for the main for to pull in all the data from the database and perform calculations on it. Currently can only load the most recent date. Added detection for holidays in the weekly and taxable lists. 2017-01-21 18:38:19 -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 c9d8186d75 Added the new modify record form, can only pull in the Projections table and parse it. Fixed a bug in the modify record form where the first row would be marked as pending edit due to not checking the beginning cell variable correctly. 2017-01-17 12:20:48 -06:00
glm94 bd586580e6 Added support for deleting records from the APC and invoice tables that have been committed to the database. Fixed the color coding bug where the Ad Special row would get the pending edit color instead of no coloring. 2016-12-16 15:41:17 -06:00
glm94 1398ecd1ab Finished and tested database writing code for non table entities. Improved information reporting to the user, and created a new DbWriter object for table operations only. 2016-12-06 12:39:38 -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 6d54ac3bff Removed unneeded packages from the solution. 2016-11-15 22:15:56 -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 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