Index: JBL Product AMF.prj.xml
===================================================================
diff -u -r1785 -r2047
--- JBL Product AMF.prj.xml (.../JBL Product AMF.prj.xml) (revision 1785)
+++ JBL Product AMF.prj.xml (.../JBL Product AMF.prj.xml) (revision 2047)
@@ -1,6 +1,6 @@
-
+
@@ -78,6 +78,8 @@
+
+
@@ -101,6 +103,11 @@
+
+
+
+
+
Index: BL/Etiket/TBXLadeInVHoss2D.cls.xml
===================================================================
diff -u -r2037 -r2047
--- BL/Etiket/TBXLadeInVHoss2D.cls.xml (.../TBXLadeInVHoss2D.cls.xml) (revision 2037)
+++ BL/Etiket/TBXLadeInVHoss2D.cls.xml (.../TBXLadeInVHoss2D.cls.xml) (revision 2047)
@@ -89,6 +89,12 @@
%Integer
+
+
+Temp : om werking te kunnen laten doorgaan
+%String
+
+
%Status
Index: BL/PPS/TBX/DocsV1.cls.xml
===================================================================
diff -u -r2039 -r2047
--- BL/PPS/TBX/DocsV1.cls.xml (.../DocsV1.cls.xml) (revision 2039)
+++ BL/PPS/TBX/DocsV1.cls.xml (.../DocsV1.cls.xml) (revision 2047)
@@ -34,7 +34,7 @@
-TBXLadeInVHoss2D 5x10
+TBXLadeInVHoss2DTemp 5x10
@@ -1303,6 +1303,8 @@
Set pxLabel.VHossInfo=$G(VHossID)
Set pxLabel.ProductImg=##class(BL.Prod.ImageLink).%New().GetProductImageURL(PRNr, "LABEL")
+ Set pxLabel.DossierBarcode=$TR($$BARCODE^HAD(PRNr,"F"),".")
+
/// LadeID, VHoss 2D data matrix
Set pxLabel.VHossSeqNr = WPVerpak.UnitNr
Set pxLabel.VHossZijkant = WPVerpak.SubNr
Index: TECH/File.cls.xml
===================================================================
diff -u -r1074 -r2047
--- TECH/File.cls.xml (.../File.cls.xml) (revision 1074)
+++ TECH/File.cls.xml (.../File.cls.xml) (revision 2047)
@@ -5,6 +5,13 @@
%Library.File
0
+
+1
+BestandLocatie:%String
+
+
+
1
directory:%String
Index: PV VisiDot.prj.xml
===================================================================
diff -u -r2037 -r2047
--- PV VisiDot.prj.xml (.../PV VisiDot.prj.xml) (revision 2037)
+++ PV VisiDot.prj.xml (.../PV VisiDot.prj.xml) (revision 2047)
@@ -1,6 +1,6 @@
-
+
@@ -68,10 +68,14 @@
+
+
+
+
Index: TECH/enu/ExceptionCode.cls.xml
===================================================================
diff -u -r1130 -r2047
--- TECH/enu/ExceptionCode.cls.xml (.../ExceptionCode.cls.xml) (revision 1130)
+++ TECH/enu/ExceptionCode.cls.xml (.../ExceptionCode.cls.xml) (revision 2047)
@@ -7,7 +7,7 @@
0
-;1000:GeneralError;1001:PropertyRequired;1002:ParameterRequired;1002:ParameterInvalid;1003:ObjectExpected;1004:Locked;1005:InvalidInput;1005:InvalidOutput;1007:InvalidID;1006:Create object;1008:InvalidEnumerationValue;1009:Unimplemented;3000:ObjectValidationFailed;3001:SaveFailed;5000:UserError
+;1000:GeneralError;1001:PropertyRequired;1002:ParameterRequired;1002:ParameterInvalid;1003:ObjectExpected;1004:Locked;1005:InvalidInput;1005:InvalidOutput;1007:InvalidID;1006:Create object;1008:InvalidEnumerationValue;1009:Unimplemented;1010:FilesystemFailed;3000:ObjectValidationFailed;3001:SaveFailed;5000:UserError
@@ -94,6 +94,13 @@
]]>
+
+1
+TECH.enu.ExceptionCode
+
+
+
1
TECH.enu.ExceptionCode
Index: APPS/VisiDot/impl/VHossControleurEnd.cls.xml
===================================================================
diff -u -r1808 -r2047
--- APPS/VisiDot/impl/VHossControleurEnd.cls.xml (.../VHossControleurEnd.cls.xml) (revision 1808)
+++ APPS/VisiDot/impl/VHossControleurEnd.cls.xml (.../VHossControleurEnd.cls.xml) (revision 2047)
@@ -65,7 +65,11 @@
Do ..CaptureHelper.ZetFoutCode(##class(APPS.VisiDot.enu.FoutCodes).VHossGeenBatchID())
}
Else
- {
+ {
+ /// Opslaan van binnenkomende data in de juiste directory
+ Set BestandNaam = "EndInfo_IN.xml"
+ Do ##class(APPS.VisiDot.impl.EndAfhandelaar).BewaarData(..CaptureHelper.GeefData(),BestandNaam)
+
Do ..ControleOntbrekend()
Do ..BepaalVolledigOntbrekend()
}
@@ -89,6 +93,9 @@
Set ResultDesc=##class(APPS.VisiDot.enu.ResultCodes).Fout()
}
Set ProcessedData=..CaptureHelper.GeefData()
+
+ Set Afhandelaar = ##class(APPS.VisiDot.impl.EndAfhandelaar).%New()
+ Do Afhandelaar.Verwerk(ProcessedData)
]]>
Index: APPS/VisiDot/Afhandelaar.cls.xml
===================================================================
diff -u
--- APPS/VisiDot/Afhandelaar.cls.xml (revision 0)
+++ APPS/VisiDot/Afhandelaar.cls.xml (revision 2047)
@@ -0,0 +1,40 @@
+
+
+
+1
+1
+%RegisteredObject
+0
+
+
+1
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+
+
+
+
+1
+1
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+
+
+
+
+
+Bewaren van binnengekregen of buitengaande xml : CaptureInfo, BestandNaam
+1
+ProcessedData:APPS.VisiDot.dto.CaptureInfo,BestandNaam:%String
+
+
+
+
Index: TECH/Exceptions/FileException.cls.xml
===================================================================
diff -u
--- TECH/Exceptions/FileException.cls.xml (revision 0)
+++ TECH/Exceptions/FileException.cls.xml (revision 2047)
@@ -0,0 +1,37 @@
+
+
+
+1
+TECH.Exceptions.AbstractOmschrijvingException
+0
+
+
+%Status
+1
+
+
+
+Omschrijving:%String,Status:%Status
+1
+1
+%Status
+
+
+
+
+TECH.enu.ExceptionCode
+
+
+
+
+%String
+
+
+
+
Index: APPS/VisiDot/impl/VHossCaptureHelper.cls.xml
===================================================================
diff -u -r1861 -r2047
--- APPS/VisiDot/impl/VHossCaptureHelper.cls.xml (.../VHossCaptureHelper.cls.xml) (revision 1861)
+++ APPS/VisiDot/impl/VHossCaptureHelper.cls.xml (.../VHossCaptureHelper.cls.xml) (revision 2047)
@@ -107,6 +107,12 @@
]]>
+
+%String
+
+
+
BatchID
VHossVolgNr,VHossZijkant
-
@@ -124,5 +130,13 @@
+
+
+1
+VHossVolgNr:%Integer,VHossZijkant:%Integer
+%String
+
+
Index: APPS/VisiDot/impl/VHossControleurZijkant.cls.xml
===================================================================
diff -u -r1866 -r2047
--- APPS/VisiDot/impl/VHossControleurZijkant.cls.xml (.../VHossControleurZijkant.cls.xml) (revision 1866)
+++ APPS/VisiDot/impl/VHossControleurZijkant.cls.xml (.../VHossControleurZijkant.cls.xml) (revision 2047)
@@ -66,10 +66,20 @@
%Status
Index: APPS/VisiDot/impl/ZijkantAfhandelaar.cls.xml
===================================================================
diff -u
--- APPS/VisiDot/impl/ZijkantAfhandelaar.cls.xml (revision 0)
+++ APPS/VisiDot/impl/ZijkantAfhandelaar.cls.xml (revision 2047)
@@ -0,0 +1,74 @@
+
+
+
+1
+APPS.VisiDot.Afhandelaar
+0
+
+
+APPS.VisiDot.dto.CaptureInfo
+
+
+
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+
+
+
+
+1
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+%String
+
+
+
+
+1
+
+
+
+
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+1
+
+
+
+
Index: APPS/VisiDot/impl/EndAfhandelaar.cls.xml
===================================================================
diff -u
--- APPS/VisiDot/impl/EndAfhandelaar.cls.xml (revision 0)
+++ APPS/VisiDot/impl/EndAfhandelaar.cls.xml (revision 2047)
@@ -0,0 +1,30 @@
+
+
+
+1
+APPS.VisiDot.Afhandelaar
+0
+
+
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+
+
+
+
+1
+ProcessedData:APPS.VisiDot.dto.CaptureInfo
+%String
+
+
+
+
Index: APPS/VisiDot/impl/CaptureHelper.cls.xml
===================================================================
diff -u -r1866 -r2047
--- APPS/VisiDot/impl/CaptureHelper.cls.xml (.../CaptureHelper.cls.xml) (revision 1866)
+++ APPS/VisiDot/impl/CaptureHelper.cls.xml (.../CaptureHelper.cls.xml) (revision 2047)
@@ -41,6 +41,28 @@
]]>
+
+TECH.Iterator
+
+
+
%Boolean
-TBX Productie ProPlus
+TBXProductieProPlus2D 5x10
@@ -932,6 +932,12 @@
;Do ##class(BL.Flow.Basis.Doc).BuildFileData("File", .FName,.Dir,.FilePath, "")
Set:($$$ISOK(sc)) sc=Task.AddActionFile(FName,Dir)
Quit:($$$ISERR(sc)) sc
+
+ /// VHossDocs in archief map plaatsen
+ Set DoelLocatie = ##class(TECH.Config.ConfigMgr).Instance().GetString("APPS.VisiDot.ZijkantAfhandelaar.FileLocation")
+ Set DoelLocatie = ##class(TECH.Files).AppendFile(DoelLocatie,..BatchID)
+ Set:($$$ISOK(sc)) sc=Task.AddActionFile(FName,DoelLocatie)
+ Quit:($$$ISERR(sc)) sc
Set %blnProxy=0
Set sc=##class(BL.Sys.FOP.CommonTasks).RunFopTask(Task,$$$rmBatch,)
Index: vhDeploy/JBL/Deploy20110912x1337.cls.xml
===================================================================
diff -u
--- vhDeploy/JBL/Deploy20110912x1337.cls.xml (revision 0)
+++ vhDeploy/JBL/Deploy20110912x1337.cls.xml (revision 2047)
@@ -0,0 +1,28 @@
+
+
+
+1
+svn.Deploy
+0
+
+
+ConfigItem instellen VisiDot locatie bestanden
+
+
+
+1
+
+
+
+
Index: TECH/Files.cls.xml
===================================================================
diff -u -r1570 -r2047
--- TECH/Files.cls.xml (.../Files.cls.xml) (revision 1570)
+++ TECH/Files.cls.xml (.../Files.cls.xml) (revision 2047)
@@ -143,5 +143,18 @@
quit $$$OK
]]>
+
+
+1
+FromPath:%String,ToPath:%String
+
+