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.

This commit is contained in:
2017-01-21 18:38:19 -06:00
parent d429f2b931
commit 96e61546c3
13 changed files with 1821 additions and 1257 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace AdvertsingProfitControl
}
}
public void GenerateWeeklyInventoryControlPage(string dateId)
public void GenerateWeeklyInventoryControlPage(int dateId)
{
var databaseTracker = new DatabaseTracker();
var databaseReader = new DatabaseReader();