This commit is contained in:
2021-08-12 17:25:20 +00:00
parent 41d8f0c5dd
commit f01ae69b0d

View File

@@ -265,11 +265,13 @@ namespace AyaNova.PlugIn.V8
private long ClosedWorkOrderStatus = 0; private long ClosedWorkOrderStatus = 0;
private long ServiceCompletedWorkOrderStatus = 0; private long ServiceCompletedWorkOrderStatus = 0;
//UNKNOWN / MISSING RECORD OBJECT STAND INs
private long UnknownV7PartId = 0;//used when there is no part id on a workorderitempart record private long UnknownV7PartId = 0;//used when there is no part id on a workorderitempart record
/// <summary> /// <summary>
/// Dump the objects into a temporary directory as a series of JSON files /// export
/// then zip it all up into a single archive file and then erase the temporary folder
/// </summary> /// </summary>
private async void DoExport() private async void DoExport()
{ {