Index: BL/Flow/Offerte/pxTBXLadeCustomer.cls.xml =================================================================== diff -u --- BL/Flow/Offerte/pxTBXLadeCustomer.cls.xml (revision 0) +++ BL/Flow/Offerte/pxTBXLadeCustomer.cls.xml (revision 1703) @@ -0,0 +1,570 @@ + + + +pxTBXLade +0 + + + +This property should be overriden in each derived class with the default value specified +Generisch Type van het product. Bvb. TBX, KAD, TLM, SDM, +%String +"TBX" + + + + + + + + + + + + + + +Opties +Niet Meeleveren onderdelen +Design +%String + + + + + + +Uittrekbaarheid +%String + + + + + + +Fronttype +%String + + + + + + +Klasse +%String + + + + + + +Zijwand hoogte +%String + + + + + + +Rughoogte +%String + + + + + + +Frontbevestiging +%String + + + + + + +Ladediepte +%String + + + + + + +Wanddikte +%String + + + + + + +Corpusbreedte +%String + + + + + + +Opvullijst links +%String + + + + + + +Opvullijst rechts +%String + + + + + + +Min Tolerantie op IB +%String + + + + + + +Spoelbakzijkant +%String + + + + + + +Draagkracht +%String + + + + + + +Kleur: Bodem +%String + + + + + + +Kleur: Front +%String + + + + + + +Kleur: Reling +%String + + + + + + +Kleur: Lade +%String + + + + + + +Kleur: Rug +%String + + + + + + +Kleur: Spoelbak acc. +%String + + + + + + +Blumotion +%String + + + + + + +Stabilisator +%String + + + + + + +Boren Hangmap voor BuroBox +%String + + + + + + +Frontsteun +%String + + + + + + +Boxside +%String + + + + + + +Kleur: BoxSide +%String + + + + + + +Kleur: Vulstuk +%String + + + + + + +Antislipmat +%String + + + + + + +Stalen rug +%String + + + + + + +Plaatmateriaal klant +%String + + + + + + +Verpakking +%String + + + + + + +TANDEMBOX pro +%String + + + + + + +LadeCode +%String + + + + + + +Greep voor binnenlade +%String + + + + + + +Dwarsverdeling(en) +%String + + + + + + +Spoelbak Breedte (afmeting) +%String + + + + + + +Spoelbak Zijkant Links (afmeting) +%String + + + + + + +Spoelbak Zijkant Rechts (afmeting) +%String + + + + + + +Rugstuk verlaagd +%String + + + + + + +Onderdelen speciaal (voor losse onderdelen) +%String + + + + + + +======================================== /// +Calculated Properties /// +======================================== /// + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + +%String +1 + + + + + + + +inherited from AbstractBasis +%String +1 + + + + + + +%String +1 + + + + + + + + + + +%String + + + + + +Bepaalt in welke mode de data opgeslagen wordt +Bij StorageStatus "KPR" loopt het ID synchroon met PRNr van ^KPR +%String + + + + + + +De berekeningswijze of de defaulting is afhankelijk van de Source (type van data): WSORD / VBA / VHISIE +%String + + + + + + +Voor Versie-controle +%String + + + + + +Omschrijving van het product +%String + + + + + +Klant Referentie van het product. +Wordt o.a. voor TBXLade getoond bij info "Diverse" +%String + + + + + +Aantal is noodzakelijk om de staffel te berekenen +%Integer + + + + + +Alfabetisch DossierNr dat bij KPRCreate wordt aangemaakt +%String + + + + + +Data gelinkt aan de klant +Derde.Klant.Klant + + + + + +1 +PRNr + + + + +PRNr + + + + Index: BL/Flow/Offerte/pxLijn.cls.xml =================================================================== diff -u -r1695 -r1703 --- BL/Flow/Offerte/pxLijn.cls.xml (.../pxLijn.cls.xml) (revision 1695) +++ BL/Flow/Offerte/pxLijn.cls.xml (.../pxLijn.cls.xml) (revision 1703) @@ -5,12 +5,13 @@ 0 -STRING -,0,1,runtime 1 -ENUM + +LIJN + + %String @@ -80,10 +81,6 @@ - -pxTBXLade - - %String list @@ -107,6 +104,11 @@ + +pxTBXLadeCustomer + + + %String 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 Index: BL/Flow/Proxy/pxProductLijn.cls.xml =================================================================== diff -u -r1695 -r1703 --- BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 1695) +++ BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 1703) @@ -153,9 +153,7 @@ Returns pxProductLijn -lbDocRef contains info about the mainDoc (e.g. $LB(OFFNr)) - -Op Cache02 : Flow.Offerte.LijnAbstract op Cache01 : Flow.Offerte.Lijn +lbDocRef contains info about the mainDoc (e.g. $LB(OFFNr)) 1 oLijn:Flow.Offerte.Lijn,KLNr:%String,Taal:%String,blnBruto:%String,lbDocRef:%List pxProductLijn @@ -428,6 +426,7 @@ Set KlantRef=$$DISP^PAKKET(KLNr,PRNr) Set:($L(KlantRef)) ..KLANTREF=KlantRef + ;Set ..KLANTREF=..PRODUCT.EANCode Quit Index: BL/Flow/Proxy/pxOrder.cls.xml =================================================================== diff -u -r1698 -r1703 --- BL/Flow/Proxy/pxOrder.cls.xml (.../pxOrder.cls.xml) (revision 1698) +++ BL/Flow/Proxy/pxOrder.cls.xml (.../pxOrder.cls.xml) (revision 1703) @@ -112,14 +112,6 @@ BL.Flow.Proxy.pxPPODfields - - -Specifiek voor EDI-bestellingen (als eerste gebruikt door SFS) - Opmerking van WimV : deze propt wordt (nog) niet ingevuld, want het ordertotaal wordt in een manuele lijn berekend (raadpleeg PV) -%String - - - Aanmaken van een Order-proxy object