Scriptlets für Artikel Formeln
Preis 1 inklusive Mehrwertsteuer
round(ART_PREIS*(1+( select Tax_Percent from KP_Tax where Tax_TaxType=0 and Tax_CountryCode='' and TAX_Code=@[ART_MWST]/100)),2)
Preis 1+ Metallanteil + Mehrwertsteuer per Stück(/Preisfaktor)
round(((ART_PREIS*(1+((select Tax_Percent from KP_Tax where Tax_TaxType=1 and Tax_CountryCode='' and TAX_Code=ART_MWST)/100)))/ART_PRFAKT+((ART_GWANTEIL*(isnull(MET_PREIS,0)-ART_BEZPREIS)))*(1+((select Tax_Percent from KP_Tax where Tax_TaxType=1 and Tax_CountryCode='' and TAX_Code=ART_MWST)/100))),4)
|