This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user