polen fix IDS
This commit is contained in:
@@ -3133,12 +3133,11 @@ Public Class frmMDMDatenverarbetiung
|
||||
|
||||
'SPANIEN, POLEN : für alle Produkte gilt eine Reduzierung der MwSt. auf 10 % bzw. 8%, mit Ausnahme von AdBlue (bleibt bei 21 % MwSt.) -> Regelung der MWST-Anzeige erfolgt über IDS-Länder, allerdings wird auf Datenbasis hier kein Unterschied zw. ProductCode gemacht, daher hardcodiert -> weil es nur um Anzeige geht!
|
||||
|
||||
If (SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "") = "Spain" Or SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "") = "Polen" Or SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "") = "Poland - ARIS SITES") And SQL.isDbnullEmpty(rpt.Fields.Item("ProductDescription").Value, "") <> "Ad Blue" Then
|
||||
If (SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "") = "Spain" Or SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "") = "Poland") And SQL.isDbnullEmpty(rpt.Fields.Item("ProductDescription").Value, "") <> "Ad Blue" Then
|
||||
|
||||
Select Case SQL.isDbnullEmpty(rpt.Fields.Item("OutletCountry").Value, "")
|
||||
Case "Spain" : rpt.lblMWST.Text &= "10 %"
|
||||
Case "Poland" : rpt.lblMWST.Text &= "8 %"
|
||||
Case "Poland - ARIS SITES" : rpt.lblMWST.Text &= "8 %"
|
||||
End Select
|
||||
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user