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

55 lines
1.7 KiB
Smarty
Raw Normal View History

2020-06-02 10:03:00 +02:00
[{assign var="currency" value=$order->getOrderCurrency()}]
2020-06-29 00:28:32 +02:00
[{assign var="deliveryPrice" value=$order->getOrderDeliveryPrice()}]
[{assign var="productVats" value=$order->getProductVats(false)}]
[{assign var="pagePadding" value=","|explode:"45,15,25,25"}] [{* top, right, bottom, left *}]
[{assign var="showLogo" value=$showLogo|default:true}]
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-29 00:28:32 +02:00
[{include file="d3pdfheader.tpl" showLogo=$showLogo}]
2020-06-11 01:29:04 +02:00
[{/block}]
[{/capture}]
2020-06-11 01:29:04 +02:00
[{capture append="pdfBlock_content"}]
2020-06-29 00:28:32 +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"}]
2020-06-29 00:28:32 +02:00
[{include file="d3pdfaddressarea.tpl"}]
2020-06-11 01:29:04 +02:00
[{/block}]
2020-06-13 22:43:57 +02:00
[{block name="pdfInformations"}]
2020-06-29 00:28:32 +02:00
[{include file="d3pdfinformations.tpl" documentinformationfile="d3invoice_pdf_informations.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}]