Add 'plan' to the list of iterations we can base new business on.

This commit is contained in:
PhilRunninger 2023-08-31 09:56:37 -04:00
parent f5a79f16b6
commit 395da4671b
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -418,7 +418,7 @@ Private Sub BuildJson()
np("stamp") = Format(DateTime.Now, "yyyy-MM-dd hh:mm:ss") np("stamp") = Format(DateTime.Now, "yyyy-MM-dd hh:mm:ss")
np("user") = Application.UserName np("user") = Application.UserName
np("scenario")("version") = handler.plan np("scenario")("version") = handler.plan
Set np("scenario")("iter") = JsonConverter.ParseJson("[""copy""]") Set np("scenario")("iter") = JsonConverter.ParseJson("[""copy"",""plan""]")
np("source") = "adj" np("source") = "adj"
np("type") = "new_basket" np("type") = "new_basket"
np("tag") = shMonthView.Range("MonthTag").Value np("tag") = shMonthView.Range("MonthTag").Value