Nová stránka
|
Produkt
|
Jedn. cena
|
Počet
|
Celková cena
|
#foreach($entry in $items)
#if($this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0) > -1 )
#if($this.IsHidden($entry)==false)#end
|
#if($this.IsHidden($entry)==false)$this.GetProductName($entry)#else$this.GetProductName($entry)#end
|
#if($this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0) > -1 )
#if($this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0) > 0 )
$this.Round($.div($this.GetE1Value($entry, "VPrBsCenaKompl"),$entry.Quantity),0),00 Kč
#else
#if($this.round($this.GetEntrySinglePriceValue($entry,true),0)<$this.round(10,0))$this.round($this.GetEntrySinglePriceValue($entry,true),0)#else
$this.round($this.GetEntrySinglePriceValue($entry,true),0),00 Kč
#end
#end
#end
|
$entry.Quantity $this.GetUnit($entry)
|
#if($this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0) > -1 )
#if($this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0) > 0 )
$this.Round($this.GetE1Value($entry, "VPrBsCenaKompl"),0),00 Kč
#else
$this.Round($this.GetEntryTotalPriceValue($entry,true),0),00 Kč
#end
#end
|
#end
#end
|
|
|