pdfdokumente/Application/views/tpl/documents/invoice/invoice.tpl

54 regels
1.6 KiB
Smarty

2020-06-02 10:03:00 +02:00
[{assign var="currency" value=$order->getOrderCurrency()}]
[{assign var="deliveryPrice" value= $order->getOrderDeliveryPrice()}]
[{assign var="productVats" value= $order->getProductVats(false)}]
2020-06-28 01:03:15 +02:00
[{assign var="pagePadding" value=","|explode:"45,15,10,25"}] [{* top, right, bottom, left *}]
2020-06-11 01:29:04 +02:00
[{capture append="pdfBlock_style"}]
2020-06-13 22:43:57 +02:00
[{block name="pdfStyles"}]
[{include file="d3pdfstyles.css"}]
[{/block}]
2020-06-11 01:29:04 +02:00
[{/capture}]
2020-06-11 01:29:04 +02:00
[{capture append="pdfBlock_header"}]
2020-06-13 22:43:57 +02:00
[{block name="pdfHeader"}]
2020-06-11 01:29:04 +02:00
[{include file="d3pdfheader.tpl" showLogo=true}]
[{/block}]
[{/capture}]
2020-06-11 01:29:04 +02:00
[{capture append="pdfBlock_content"}]
2020-06-13 22:43:57 +02:00
[{*include file="d3pdfrulers.tpl" pagePadding=$pagePadding*}]
2020-06-14 00:46:17 +02:00
[{include file="d3pdffoldmarks.tpl" pagePadding=$pagePadding}]
2020-06-11 01:29:04 +02:00
2020-06-13 22:43:57 +02:00
[{block name="pdfAddressArea"}]
[{include file="d3pdfaddressarea.tpl" addressfile="d3invoice_pdf_addressarea.tpl"}]
2020-06-11 01:29:04 +02:00
[{/block}]
2020-06-13 22:43:57 +02:00
[{block name="pdfInformations"}]
2020-06-14 00:46:17 +02:00
[{include file="d3pdfinformations.tpl"}]
2020-06-11 01:29:04 +02:00
[{/block}]
2020-06-28 01:03:15 +02:00
[{block name="pdfDeliveryAddress"}]
[{include file="d3pdfdeladdress.tpl"}]
[{/block}]
[{block name="pdfSalutation"}]
[{include file="d3invoice_pdf_salutation.tpl"}]
[{/block}]
2020-06-14 00:46:17 +02:00
2020-06-28 01:03:15 +02:00
[{block name="pdfArticleList"}]
[{include file="d3pdfarticlelist.tpl"}]
[{/block}]
2020-06-11 01:29:04 +02:00
2020-06-28 01:03:15 +02:00
[{block name="pdfConclusion"}]
[{include file="d3invoice_pdf_conclusion.tpl"}]
[{/block}]
2020-06-11 01:29:04 +02:00
[{/capture}]
[{capture append="pdfBlock_footer"}]
2020-06-13 22:43:57 +02:00
[{block name="pdfFooter"}]
2020-06-14 00:46:17 +02:00
[{include file="d3pdffooter.tpl" pagePadding=$pagePadding}]
2020-06-11 01:29:04 +02:00
[{/block}]
[{/capture}]
2020-06-13 22:43:57 +02:00
[{include file="d3pdfbase.tpl" pagePadding=$pagePadding}]