Rename Monthly Inventory to Movement
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace InventoryTraker.Web.Models
|
||||
{
|
||||
public class MovementReport
|
||||
{
|
||||
public DateTime Month { get; set; }
|
||||
public IEnumerable<MovementReportItem> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user