This commit is contained in:
@@ -2247,6 +2247,14 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}
|
}
|
||||||
#endregion Memos
|
#endregion Memos
|
||||||
|
|
||||||
|
/*
|
||||||
|
██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗ ██████╗ ██████╗ ██████╗ ███████╗██████╗
|
||||||
|
██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝ ██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗
|
||||||
|
██║ █╗ ██║██║ ██║██████╔╝█████╔╝█████╗██║ ██║██████╔╝██║ ██║█████╗ ██████╔╝
|
||||||
|
██║███╗██║██║ ██║██╔══██╗██╔═██╗╚════╝██║ ██║██╔══██╗██║ ██║██╔══╝ ██╔══██╗
|
||||||
|
╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗ ╚██████╔╝██║ ██║██████╔╝███████╗██║ ██║
|
||||||
|
╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝
|
||||||
|
*/
|
||||||
#region Service Workorders
|
#region Service Workorders
|
||||||
private async System.Threading.Tasks.Task ExportServiceWorkorders(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportServiceWorkorders(ProgressForm progress)
|
||||||
{
|
{
|
||||||
@@ -2354,6 +2362,14 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}
|
}
|
||||||
#endregion Workorders
|
#endregion Workorders
|
||||||
|
|
||||||
|
/*
|
||||||
|
██████╗ ██╗ ██╗ ██████╗ ████████╗███████╗
|
||||||
|
██╔═══██╗██║ ██║██╔═══██╗╚══██╔══╝██╔════╝
|
||||||
|
██║ ██║██║ ██║██║ ██║ ██║ █████╗
|
||||||
|
██║▄▄ ██║██║ ██║██║ ██║ ██║ ██╔══╝
|
||||||
|
╚██████╔╝╚██████╔╝╚██████╔╝ ██║ ███████╗
|
||||||
|
╚══▀▀═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝
|
||||||
|
*/
|
||||||
#region Quote Workorders
|
#region Quote Workorders
|
||||||
private async System.Threading.Tasks.Task ExportQuotes(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportQuotes(ProgressForm progress)
|
||||||
{
|
{
|
||||||
@@ -2434,6 +2450,14 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}
|
}
|
||||||
#endregion Quotes
|
#endregion Quotes
|
||||||
|
|
||||||
|
/*
|
||||||
|
██████╗ ███╗ ███╗
|
||||||
|
██╔══██╗████╗ ████║
|
||||||
|
██████╔╝██╔████╔██║
|
||||||
|
██╔═══╝ ██║╚██╔╝██║
|
||||||
|
██║ ██║ ╚═╝ ██║
|
||||||
|
╚═╝ ╚═╝ ╚═╝
|
||||||
|
*/
|
||||||
#region PM Workorders
|
#region PM Workorders
|
||||||
private async System.Threading.Tasks.Task ExportPMs(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportPMs(ProgressForm progress)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user