2020-07-02 01:21:14 +02:00
|
|
|
[{assign var="pagePadding" value=","|explode:"45,15,30,25"}] [{* top, right, bottom, left *}]
|
2020-06-29 00:28:32 +02:00
|
|
|
[{assign var="showLogo" value=$showLogo|default:true}]
|
2020-05-20 11:50:48 +02:00
|
|
|
|
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-05-28 14:58:42 +02:00
|
|
|
|
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-05-15 15:36:43 +02:00
|
|
|
|
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"}]
|
2020-05-15 15:36:43 +02:00
|
|
|
[{/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}]
|