Index: BL/Flow/Offerte/pxHoofding.cls.xml
===================================================================
diff -u -r1695 -r1703
--- BL/Flow/Offerte/pxHoofding.cls.xml (.../pxHoofding.cls.xml) (revision 1695)
+++ BL/Flow/Offerte/pxHoofding.cls.xml (.../pxHoofding.cls.xml) (revision 1703)
@@ -70,6 +70,11 @@
+
+%String
+
+
+
%String
@@ -89,11 +94,6 @@
-
-%String
-
-
-
De naam van de klant zal op het (Orgalux product-)etiket afgedrukt worden
@@ -110,6 +110,236 @@
+
+
+TestMethod Create XMLSchema for EDI
+Oproepen via
+ s sc=##class(BL.Flow.Offerte.pxHoofding).CreateXMLSchema() w sc,!
+1
+%Status
+
+
+
+
+
+d ##class(BL.Flow.Offerte.pxHoofding).FillAssentiBeslag()
+1
+
+
+
+
+
+d ##class(BL.Flow.Offerte.pxHoofding).FillAssentiLaden()
+1
+
+
+
d ##class(BL.Flow.Offerte.pxHoofding).Fill()
@@ -185,7 +415,7 @@
set writer=##class(%XML.Writer).%New()
set writer.Charset="UTF-8"
- set sc=writer.OutputToFile("\\notes01\shared\p v e\Orders.xml")
+ set sc=writer.OutputToFile("\\notes01\shared\p v\Orders.xml")
If $$$ISERR(sc) Do $system.OBJ.DisplayError(sc) Quit
s sc=writer.RootElement("ORDERS")
If $$$ISERR(sc) Do $system.OBJ.DisplayError(sc) Quit