Removed the Invoice Net Amount Extended Retail column from the Invoice table DataGridViews. Fixed a crash bug on the main form caused by an empty department sales variable. Small refactoring on the main form's calculation methods.

This commit is contained in:
2017-04-17 02:01:31 -05:00
parent 61f369f7fe
commit c72fbf88cf
8 changed files with 81 additions and 47 deletions
@@ -414,8 +414,7 @@ namespace AdvertsingProfitControl
Supplier = 2,
InvoiceNumber = 3,
InvoiceNetAmountAtCost = 4,
InvoiceNetAmount = 5,
InvoiceNote = 6,
IsDirty = 7
InvoiceNote = 5,
IsDirty = 6
}
}