This commit is contained in:
@@ -1576,6 +1576,10 @@ namespace AyaNova.Util
|
|||||||
//
|
//
|
||||||
public async Task SeedPartAsync(ILogger log, int count, int maxQuantity)
|
public async Task SeedPartAsync(ILogger log, int count, int maxQuantity)
|
||||||
{
|
{
|
||||||
|
todo: need to have a few partstocklevel entries for testing, maybe here, maybe in known seed data or I guess part must exist first so...
|
||||||
|
//maybe just do the first X number with restock values higher than in stock values??
|
||||||
|
//or seed known parts??
|
||||||
|
|
||||||
for (int x = 0; x < count; x++)
|
for (int x = 0; x < count; x++)
|
||||||
{
|
{
|
||||||
Part o = new Part();
|
Part o = new Part();
|
||||||
|
|||||||
Reference in New Issue
Block a user