Dodávateľ |
|
Obchodný názov | {$trader['business_name']} |
---|---|
Sídlo firmy |
{$trader['headquarters_street']} {$trader['headquarters_postal_code']} {$trader['headquarters_city']} {$trader['headquarters_country']} |
IČO | {$trader['ico']} |
IČ DPH | {$trader['ic_dph']} |
DIČ | {$trader['dic']} |
Účet | {$trader['bank_account']} |
Registrácia | {$trader['registration']} |
Faktúra č. {$order['invoice_number']} |
|
Daňový doklad | |
Dátum dodania | {$order['invoice_date_delivery']|date} |
---|---|
Dátum vystavenia | {$order['invoice_date']|date} |
Dátum splatnosti | {$order['payment_date']|date} |
Dátum zdaniteľného plnenia | {$order['tax_compliance']|date} |
Spôsob úhrady | {$order['payment_method']} |
Variabilný symbol | {$order['invoice_number']} |
Konštantný symbol | 308 |
Odberateľ |
|
Názov | {$customer['full_name']} |
---|---|
Meno | {$customer['full_name']} |
Adresa |
{$customer['street']} {$customer['postal_code']} {$customer['city']} {$customer['country_name']} |
Objednávka č. | {$order['id']} |
---|---|
Dodací list č. | {$order['invoice_number']} |
Spôsob dopravy | {$order['delivery_method']} |
Miesto určenia |
{$customer['street']} {$customer['postal_code']} {$customer['city']} {$customer['country_name']} |
Produkt | MJ | {if $vat_payer == true}Jednotková cena | Množstvo | Spolu bez DPH | Sadzba | DPH | {else}Jednotková cena | Množstvo | {/if}Spolu s DPH | |
{$product['product_code']} |
{$product['name']} {$product|tags} |
ks | {$product['final_price']|price:3} | {$product['amount']} | {if $vat_payer == true}{$product['final_price_wo_vat'] * $product['amount']|price} | {$product['vat']} % | {$product['final_price'] * $product['amount'] - $product['final_price_wo_vat'] * $product['amount']|price:3} | {/if}{$product['final_price'] * $product['amount']|price} | ||
Balné a poštovné | ks | {if $vat_payer == true}{$order->getDeliveryPrice()|price:3} | 1 | {$order->getDeliveryPrice()|price} | {$vat} % | {$order->getDeliveryPrice(true) - $order->getDeliveryPrice()|price:3} | {else}{$order->getDeliveryPrice(true)|price} | 1 | {/if}{$order->getDeliveryPrice(true)|price} | |
Zľava | {if $vat_payer == true} | -{$order->getDiscount()|price:3} | -{$order->getDiscount()|price} | {$vat} % | -{$order->getDiscount(true) - $order->getDiscount()|price:3} | {else}-{$order->getDiscount(true)|price} | {/if} | -{$order->getDiscount(true)|price} | ||
Súčet položiek | {if $vat_payer == true}{$order->getPrice()|price} | {$order->getPrice(true) - $order->getPrice()|price} | {else}{/if} | {$order->getPrice(true)|price} |
Suma bez DPH | {$order->getPrice()|price} |
Suma na úhradu | {$order->getPrice(true)|price} |
Rekapitulácia | Základ | Sadzba | DPH | Spolu s DPH |
---|---|---|---|---|
{$vat['base']|price} | {$vatPercent} % | {$vat['price']|price} | {$vat['base'] + $vat['price']|price} |