pdfdokumente/views/smarty/documents/invoice/invoice.tpl

52 lines
1.9 KiB
Smarty
Raw Permalink Normal View History

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-06-11 01:29:04 +02:00
[{capture append="pdfBlock_style"}]
2020-06-13 22:43:57 +02:00
[{block name="pdfStyles"}]
[{include file="@d3PdfDocuments/assets/d3pdfstyles.css.tpl"}]
2020-06-13 22:43:57 +02:00
[{/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"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/header.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"}]
[{* include file="@d3PdfDocuments/documents/inc/helper/rulers" pagePadding=$pagePadding *}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/foldmarks.tpl" pagePadding=$pagePadding}]
2020-06-11 01:29:04 +02:00
2020-06-13 22:43:57 +02:00
[{block name="pdfAddressArea"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/addressarea.tpl"}]
2020-06-11 01:29:04 +02:00
[{/block}]
2020-06-13 22:43:57 +02:00
[{block name="pdfInformations"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/informations.tpl" documentinformationfile="@d3PdfDocuments/documents/invoice/informations.tpl"}]
2020-06-11 01:29:04 +02:00
[{/block}]
2020-06-28 01:03:15 +02:00
[{block name="pdfDeliveryAddress"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/deliveryaddress.tpl"}]
2020-06-28 01:03:15 +02:00
[{/block}]
[{block name="pdfSalutation"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/invoice/salutation.tpl"}]
2020-06-28 01:03:15 +02:00
[{/block}]
2020-06-14 00:46:17 +02:00
2020-06-28 01:03:15 +02:00
[{block name="pdfArticleList"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/articlelist.tpl"}]
2020-06-28 01:03:15 +02:00
[{/block}]
2020-06-11 01:29:04 +02:00
2020-06-28 01:03:15 +02:00
[{block name="pdfConclusion"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/invoice/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"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/footer.tpl" pagePadding=$pagePadding}]
2020-06-11 01:29:04 +02:00
[{/block}]
[{/capture}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/base.tpl" pagePadding=$pagePadding}]