Export Monthly Inventory

This commit is contained in:
2016-09-21 11:55:06 -04:00
parent 4f561dac11
commit 206a3f2def
17 changed files with 525 additions and 23 deletions
@@ -1,6 +0,0 @@
using InventoryTraker.Web.Core;
namespace InventoryTraker.Web.Models
{
}
@@ -22,6 +22,12 @@ namespace InventoryTraker.Web.Models
[Required]
public string ContainerType { get; set; }
[HiddenInput]
public string UnitsPerCaseContainerType
{
get { return $"{UnitsPerCase} / {ContainerType}"; }
}
[Required]
public double WeightPerCase { get; set; }