SYSCore
Cmdlet
DRG.ps1 +19 -18
Controllers
SalesController.cs +74 -0
+ 19
- 18
@@ -14,12 +14,12 @@ $LogFilename = "$CurrentDateFormat.log"
@@ -69,7 +69,7 @@ function MoveFileToProcessPath ($File, $ProcessPath) {
@@ -82,7 +82,7 @@ function MoveFileToProcessPath ($File, $ProcessPath) {
@@ -115,9 +115,11 @@ function GetProcessLogs () {
@@ -126,8 +128,8 @@ function ExitFail () {
@@ -139,7 +141,7 @@ function CheckProcessPath () {
@@ -158,7 +160,7 @@ $BackupPath = (Join-Path -Path $ProcessPath -ChildPath "./Backup")
@@ -175,6 +177,7 @@ $BackupPath = Resolve-Path -Path $BackupPath
@@ -198,7 +201,7 @@ if ($Verified -eq 'F') {
@@ -213,7 +216,6 @@ Write-Output "Info: (Step #1) Reading files into TPM_WORKFILE_DRG_..."
@@ -233,7 +235,6 @@ $S2Url = "$HostUrl/api/Batch/DRG/StartProcess"
@@ -279,10 +280,10 @@ Stop-Transcript
\ No newline at end of file
@@ -12685,6 +12685,7 @@ namespace SYS_Core.Controllers
@@ -15103,6 +15104,31 @@ namespace SYS_Core.Controllers
@@ -15336,6 +15362,29 @@ namespace SYS_Core.Controllers
@@ -18958,6 +19007,31 @@ namespace SYS_Core.Controllers