Index: APPS/Halux/Opvolging/ProductieStap/TAOR/impl/DeactiveerOude.cls.xml
===================================================================
diff -u
--- APPS/Halux/Opvolging/ProductieStap/TAOR/impl/DeactiveerOude.cls.xml (revision 0)
+++ APPS/Halux/Opvolging/ProductieStap/TAOR/impl/DeactiveerOude.cls.xml (revision 61757)
@@ -0,0 +1,59 @@
+
+
+
+vhLib.Macro,BL.Derde.LevSpecifiek
+%RegisteredObject
+
+
+APPS.Halux.Opvolging.ProductieStap.TAOR.dto.ProductieStapLogItem
+
+
+
+
+
+
+
+
+
+
+
+ID:%String,Datum:%Date
+1
+
+
+
+
+
+
Index: APPS/Halux/Opvolging/ProductieStap/dto/ProductieStapLogItem.cls.xml
===================================================================
diff -u -r50244 -r61757
--- APPS/Halux/Opvolging/ProductieStap/dto/ProductieStapLogItem.cls.xml (.../ProductieStapLogItem.cls.xml) (revision 50244)
+++ APPS/Halux/Opvolging/ProductieStap/dto/ProductieStapLogItem.cls.xml (.../ProductieStapLogItem.cls.xml) (revision 61757)
@@ -91,10 +91,30 @@
1
+
+%TimeStamp
+
+
%String
+
+%String
+
+
+
+%String
+
+
+
+%String
+
+
+
+%String
+
+
Geeft aan of dit rework vertegenwoordigt of niet.
@@ -111,7 +131,6 @@
^APPS.HaluxBF30.ProductieSt53EBI
^APPS.HaluxBF30.ProductieSt53EBS
-listnode
"ProductieStapLogItem"
BatchID
@@ -158,6 +177,21 @@
IsRework
+
+ToeleveringLijnID
+
+
+AXInventTransID
+
+
+AXConfigID
+
+
+AXItemID
+
+
+TijdstipDueOut
+
Index: APPS/Halux/Opvolging/ProductieStap/TAOR/impl/CopieerBatch.cls.xml
===================================================================
diff -u -r50244 -r61757
--- APPS/Halux/Opvolging/ProductieStap/TAOR/impl/CopieerBatch.cls.xml (.../CopieerBatch.cls.xml) (revision 50244)
+++ APPS/Halux/Opvolging/ProductieStap/TAOR/impl/CopieerBatch.cls.xml (.../CopieerBatch.cls.xml) (revision 61757)
@@ -1,7 +1,7 @@
-vhLib.Macro
+vhLib.Macro,BL.Derde.LevSpecifiek
%RegisteredObject
@@ -84,23 +84,53 @@
Set ..LogItem.BatchID=..InfoItem.BatchID
Set ..LogItem.PartijID=..InfoItem.PartijID
Set ..LogItem.ToeleveringID=..InfoItem.ToeleveringID
+ Set ..LogItem.ToeleveringLijnID=..InfoItem.ToeleveringLijnID
+ Do ..VulAanMetAX()
Set ..LogItem.DossierCode=..InfoItem.DossierCode
Set ..LogItem.ProductID=..InfoItem.ProductID
Set ..LogItem.SequentieNummer=..InfoItem.SequentieNummer
Set ..LogItem.MachineID=..Machine
Set ..LogItem.TijdstipCreatie=$$$Timestamp($H)
Set ..LogItem.TijdstipProductie=..LogItem.TijdstipCreatie
+ Set ..LogItem.TijdstipDueOut=..BepaalTijdstipDueOut()
Set ..LogItem.Onderdeel=..BepaalOnderdeel()
Set ..LogItem.StapNummer=..BepaalStapNummer()
Set ..LogItem.Kar=..BepaalKar()
- Set ..LogItem.DueOut=..BepaalDueOut()
+ Set ..LogItem.DueOut=..BepaalDueOut() ; Dag van de maand + a ofb
;Do DumpObject^%apiOBJ(..LogItem)
Do:..ToegelatenVerwerkingID(..LogItem.BatchID,..LogItem.VerwerkingID) ..LogItem.Save()
]]>
+
+
+
+
+
+
+
+
-BatchID,VerwerkingID
+BatchID:%String,VerwerkingID:%String
1