f43381d3e4
Added some test outputs I created when playing with PDF generation.
master
glm942021-01-28 20:14:54 -06:00
db71a63864
Added a readme file for a little background.
glm942021-01-28 20:09:25 -06:00
c131dd2eb4
Removed AditemCollectionModel as the code was never used. I don't even remember how I thought it would be useful.
glm942017-02-20 18:20:12 -06:00
02fbc253d6
Updated the SaveRecord method to detect if a date is already in the database. It now selects the next available week after prompting the user. Changed the behavior of the create new record menu item to select the week after the most recent date based on the year that is being worked on.
glm942017-02-18 02:33:57 -06:00
b580e48c26
Updated how the record manipulation form behaves when adding new records, allowing the user to select a new date freely. May be the final update before the Entity Update.
glm942017-02-17 04:51:25 -06:00
76e0f7079f
Small modifications made to the SQL template script in preparation for the Entity Framework update.
glm942017-02-15 14:30:08 -06:00
41ac2cfa62
Updated the APC table builder so zeros won't show in some columns. Changed the ad special index setting to the cell validation event, and stabilized the user changing an ad item to an ad special keyword. Fixed a bug where saying no to deleting a row wouldn't work.
glm942017-02-12 20:49:13 -06:00
5bd80f0dce
Added a check for if the user changes an ad item to an ad special item. Fixed a bug that caused a crash when deleting a row in the APC tables (finally!).
glm942017-02-12 00:52:04 -06:00
13f0e5df35
Created the first version of the table normalizing function to correct unbalanced tables. Can only add or update rows by scanning downward from the top of a table; cannot detect fragmentation in the middle of a table. (Think Drag and Drop/row position update fails.)
glm942017-02-07 02:46:15 -06:00
2657523888
Added a tool to remove an entire date and all records associated with it. Updated row deletion code to handle unbalanced tables or missing row IDs.
glm942017-01-24 13:45:25 -06:00
d7229c9499
Minor UI changes after testing on the laptop. The add record form now selects Saturday based on the current date on start up.
glm942017-01-23 03:41:47 -06:00
739c4c179d
Fixed a bug in the row parsing engine related to ad special rows. Move all data from the old format to the new format. Updated the main form's UI.
glm942017-01-23 00:26:46 -06:00
9f045175ed
Added a temporary form to convert the old database format. Updated the row parsing engine to handle ad special rows more effectively. Fixed a few bugs with the parsing engine not flagging member rows as dirty. Upped the character limit of the ad item and supplier columns.
glm942017-01-22 20:46:07 -06:00
ac16bbc05c
Add and modify forms texted with real data. Fixed a few crash bugs and precision errors. Fixed the Actual Sales table in Access was missing a row. Add sample data to the database.
glm942017-01-21 23:20:59 -06:00
e7d719b1ba
Created a new cleaned up APC database and a back up template to use. Finalized the new main form. Preparing to enter real data in the next session.
glm942017-01-21 20:13:23 -06:00
db200e31b2
Updated the main form to allow the user to be able to select dates from the database. Updated information displaying on the main form.
glm942017-01-21 19:15:26 -06:00
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.
glm942017-01-21 18:38:19 -06:00
d429f2b931
Fixed a bug with the invoice table failing to save an invoice number longer then 9 characters.
glm942017-01-21 04:17:09 -06:00
f9968942ea
Finished the APC table saving code. Fixed a bug with the row parsing engine.
glm942017-01-21 03:43:31 -06:00
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.
glm942017-01-21 01:39:28 -06:00
ab00ad2598
Quick crash bug fix with the row parsing engine where an existing, unchanged, header row is marked as dirty by the engine.
glm942017-01-20 23:51:33 -06:00
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.
glm942017-01-20 22:46:48 -06:00
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.
glm942017-01-20 18:30:36 -06:00
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.
glm942017-01-20 16:21:06 -06:00
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.
glm942017-01-18 01:46:39 -06:00
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.
glm942017-01-18 00:43:20 -06:00
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.
glm942017-01-17 14:15:21 -06:00
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.
glm942017-01-17 12:20:48 -06:00
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.
glm942016-12-16 15:41:17 -06:00
91c2326db2
Updated the UI of the add record form. Added support to clear the APC tables if even one fails to be added to the database. Fixed a crash bug with the trimming operations where Header and Member Booleans would be null.
glm942016-12-08 01:02:01 -06:00
0bf2290ab0
Fixe a crash bug when trying to add APC tables to the database.
glm942016-12-06 12:55:44 -06:00
9ef133a825
Hidden check boxes now update to reflect whether or not they are in need of updating or not.
glm942016-12-06 12:44:08 -06:00
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.
glm942016-12-06 12:39:38 -06:00
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.
glm942016-12-04 01:27:25 -06:00
6813bbb341
Finished validation code for the cost analysis, weekly sales and taxable. Fixed a bug with the update flag not being set if an ID number was set. Wrote comment and weekly sales database writing functions; untested.
glm942016-12-02 23:12:05 -06:00
8dcc290aef
Added dirty flags to the comments, cost analysis, weekly sales and taxable, as well as formatting, validation and auto summing for the latter two. The Tag properties of the check boxes for the dirty flags will contain the IDs.
glm942016-12-02 18:45:31 -06:00
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.
glm942016-11-26 00:37:42 -06:00
6d54ac3bff
Removed unneeded packages from the solution.
glm942016-11-15 22:15:56 -06:00
1f700869c7
Improved information and error feedback to the user.
glm942016-11-11 17:42:59 -06:00
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.
glm942016-11-11 17:09:43 -06:00
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.
glm942016-11-11 15:21:04 -06:00
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.
glm942016-11-11 12:43:47 -06:00
d0c6ce5e42
First version of the Inventory insertion and update methods, untested.
glm942016-11-10 13:35:47 -06:00
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.
glm942016-11-10 00:02:15 -06:00
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.
glm942016-11-08 02:24:58 -06:00
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.
glm942016-11-06 22:51:36 -06:00
6e45121c1f
Began implementing ad item repeat detection in the new Add Record Form but for the Projections table only.
glm942016-11-05 14:38:21 -05:00
95d5cd9943
Fixed a bug when deleting non ad special rows the ad special index flag wouldn't get updated.
glm942016-11-05 13:33:25 -05:00
6385ed283f
Added Access database to the solution properly.
glm942016-11-05 12:09:50 -05:00
98b3626154
Initial commit of version 0.9.5.2; no older versions exist for this repo.
glm942016-11-05 12:02:02 -05:00
ea2f5b8a59
Initial commit with contributors
glm942016-11-05 11:59:09 -05:00