Export Monthly Inventory
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user