Commit Graph
12 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 d429f2b931 Fixed a bug with the invoice table failing to save an invoice number longer then 9 characters. 2017-01-21 04:17:09 -06:00
glm94 f9968942ea Finished the APC table saving code. Fixed a bug with the row parsing engine. 2017-01-21 03:43:31 -06:00
glm94 12239bce23 Fixed more bugs with the parsing engine, a crash bug in the update inventory method, and a crash bug in the trimming operations. Deleting a row now marks all rows under it as dirty. 2017-01-21 01:39:28 -06:00
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 9fa2e3c44a Cleaned up the code in the new modify record form and changed the return value from string to integer in the date ID get method. Fixed a crash bug in the new add record form and fixed the row number bug in both forms. 2017-01-20 18:30:36 -06:00
glm94 84f43538d1 Modify record now fills in used ad items on data load. Fixed a bug where changing the ad special group name would mark the other table's ad special row as pending edit. Removed marking the ad special row as dirty, only its members are marked as such; this goes for color coding the heard cells too. 2017-01-20 16:21:06 -06:00
glm94 22b9ba4334 Organized the code a bit, and fixed a bug where selecting a new date wouldn't update the modify record form. Prettied up the formatting for the invoices table. 2017-01-18 01:46:39 -06:00
glm94 a57ef93add Added code to pull in all items in the new modify record form. Updated the database reader code and broke the main form. Fixed a bug where weekly sales and taxable would not set the dirty flag if text was cleared from a text box after pulling from the database. Known bug: when an ad special row's group is changed to another ad special group, i.e. "Weekend Ad" to "New Years Ad", the pending edit color is not shown in the header cells of the members and only the ad special row. 2017-01-18 00:43:20 -06:00
glm94 2b3c234aaa Fixed a bug on the modify record form where updating an existing row's ad item wouldn't mark the other APC tables as dirty. 2017-01-17 14:15:21 -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