This commit is contained in:
@@ -11,6 +11,7 @@ namespace AyaNova.Models
|
|||||||
//NOTE: following pattern outlined here:
|
//NOTE: following pattern outlined here:
|
||||||
//https://dba.stackexchange.com/a/19368
|
//https://dba.stackexchange.com/a/19368
|
||||||
|
|
||||||
|
//MIRRORED IN QBI
|
||||||
public class PartInventory
|
public class PartInventory
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
@@ -25,9 +26,9 @@ namespace AyaNova.Models
|
|||||||
public long PartId { get; set; }
|
public long PartId { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string PartNameViz { get; set; }
|
public string PartNameViz { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string PartDescriptionViz { get; set; }
|
public string PartDescriptionViz { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string PartUpcViz { get; set; }
|
public string PartUpcViz { get; set; }
|
||||||
[Required]
|
[Required]
|
||||||
public long PartWarehouseId { get; set; }
|
public long PartWarehouseId { get; set; }
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ namespace AyaNova.Models
|
|||||||
This article throws light upon the four major types of stock levels of inventory. The types are: 1. Minimum Level 2. Maximum Level 3. Danger Level 4. Average Stock Level.
|
This article throws light upon the four major types of stock levels of inventory. The types are: 1. Minimum Level 2. Maximum Level 3. Danger Level 4. Average Stock Level.
|
||||||
https://www.yourarticlelibrary.com/material-management/inventory-control-material-management/4-major-types-of-stock-levels-of-inventory-with-formula/90394
|
https://www.yourarticlelibrary.com/material-management/inventory-control-material-management/4-major-types-of-stock-levels-of-inventory-with-formula/90394
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//MIRRORED IN QBI!
|
||||||
public class PartStockLevel
|
public class PartStockLevel
|
||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user