Index: BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml =================================================================== diff -u -r63389 -r75106 --- BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 63389) +++ BL/Flow/Proxy/impl/LeverbonHoofdingBepaler.cls.xml (.../LeverbonHoofdingBepaler.cls.xml) (revision 75106) @@ -18,14 +18,20 @@ 1 + +%String +1 + + -KlantInstellingenService:APPS.common.KlantInstellingenService +KlantInstellingenService:APPS.common.KlantInstellingenService,OorsprongKetting:%String="" 1 1 %Status 1 @@ -70,7 +76,36 @@ @@ -92,6 +127,118 @@ ]]> + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + + +KLNr:%Integer +1 +%Boolean + + + VanHoeckePersonality:DOM.common.VanHoeckePersonality CampeTonnyPersonality:DOM.common.CampeTonnyPersonality + @@ -137,6 +311,14 @@ FurnifitPersonality:DOM.common.FurnifitPersonality + +MartensPersonality:DOM.common.MartensPersonality + + + +MeurerPersonality:DOM.common.MeurerPersonality + + YachtSupplierPersonality:DOM.common.YachtSupplierPersonality @@ -151,18 +333,18 @@ #dim URL As %String = "" - #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(DupontPersonality.GeefKlantID()) + #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(##class(DOM.VKP.enu.Klant).DuPont()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\Logo\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\Logo\" #dim Bestand As %String = "Logo Du Pont 1736 levbon.jpg" #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) Set ..LeverbonHoofding.LOGO = ##class(BL.FOP.Basis.pxAttribType).Create(URL,##class(TECH.StringUtils).ToUpper(Extensie),,) } Set ..LeverbonHoofding.NAAM = "DU PONT BVBA" - Set ..LeverbonHoofding.STRAATNRBUS = "Kleinheide 24G" - Set ..LeverbonHoofding.WOONPLAATS = "Pulderbos" - Set ..LeverbonHoofding.POSTCODE = "BE 2242" + Set ..LeverbonHoofding.STRAATNRBUS = "Bouwelven 16" + Set ..LeverbonHoofding.WOONPLAATS = "Grobbendonk" + Set ..LeverbonHoofding.POSTCODE = "BE 2280" Set ..LeverbonHoofding.TELEFOON = "Tel.: +32 3 464 00 91" Set ..LeverbonHoofding.FAX = "Fax.: +32 3 464 00 92" Set ..LeverbonHoofding.EMAIL = "info@du-pont.be" @@ -185,7 +367,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(HaefeleBEPersonality.GeefKlantID()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -216,7 +398,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(HaefeleNLPersonality.GeefKlantID()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -247,13 +429,13 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(HaefeleDEPersonality.GeefKlantID()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) Set ..LeverbonHoofding.LOGO = ##class(BL.FOP.Basis.pxAttribType).Create(URL,##class(TECH.StringUtils).ToUpper(Extensie),,) } - Set ..LeverbonHoofding.NAAM = "Häfele GmbH & Co KG" + Set ..LeverbonHoofding.NAAM = "Häfele SE & Co KG" Set ..LeverbonHoofding.STRAATNRBUS = "Adolf-Häfele-Str. 1" Set ..LeverbonHoofding.WOONPLAATS = "Nagold" Set ..LeverbonHoofding.POSTCODE = "72202" @@ -263,6 +445,236 @@ ]]> + +HaefeleITPersonality:DOM.common.HaefeleITPersonality + + + + +HaefeleATPersonality:DOM.common.HaefeleATPersonality + + + + +HaefeleFRPersonality:DOM.common.HaefeleFRPersonality + + + + +HaefeleDKPersonality:DOM.common.HaefeleDKPersonality + + + + +HaefeleCHPersonality:DOM.common.HaefeleCHPersonality + + + + +HaefeleSEPersonality:DOM.common.HaefeleSEPersonality + + + + +HaefeleFIPersonality:DOM.common.HaefeleFIPersonality + + + + +HaefeleNOPersonality:DOM.common.HaefeleNOPersonality + + + KischPersonality:DOM.common.KischPersonality @@ -280,7 +692,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(NotebornPersonality.GeefKlantID()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -311,7 +723,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(##class(DOM.VKP.enu.Klant).SFS()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -330,6 +742,64 @@ ]]> + +OPOPersonality:DOM.common.OPOPersonality + + + + +OPODePersonality:DOM.common.OPODePersonality + + + VanHoeckVoorHaluxPersonality:DOM.common.VanHoeckeVoorHaluxPersonality @@ -346,7 +816,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(##class(DOM.VKP.enu.Klant).VanRaemdonck()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -384,7 +854,7 @@ #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(HeinPersonality.GeefKlantID()) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand) @@ -405,6 +875,72 @@ ]]> + +BlumPLPersonality:DOM.common.BlumPLPersonality + + + + +BlumCZPersonality:DOM.common.BlumCZPersonality + + + BeslagDesignPersonality:DOM.common.BeslagDesignPersonality @@ -444,6 +980,22 @@ HahleOyPersonality:DOM.common.HahleOyPersonality + + +DozonPersonality:DOM.common.DozonPersonality + + + +OstermannBEPersonality:DOM.common.OstermannBEPersonality + + + +OstermannNLPersonality:DOM.common.OstermannNLPersonality + + + +OstermannDEPersonality:DOM.common.OstermannDEPersonality +