mv: d3invoicePdf pdfDocuments
This commit is contained in:
parent
a7026c6b6c
commit
4351677b6e
@ -2,25 +2,25 @@
|
|||||||
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/deliverynote.css')}],
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/deliverynote.css')}],
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfStyling.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfStyling.css')}]
|
||||||
</style>
|
</style>
|
||||||
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
||||||
<page_header>
|
<page_header>
|
||||||
[{block name="pdfTopingFile"}]
|
[{block name="pdfTopingFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfToping.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfToping.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_header>
|
</page_header>
|
||||||
<page_footer>
|
<page_footer>
|
||||||
[{block name="pdfFooterFile"}]
|
[{block name="pdfFooterFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfFooter.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfFooter.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_footer>
|
</page_footer>
|
||||||
|
|
||||||
[{* +++++ main page part +++++ *}]
|
[{* +++++ main page part +++++ *}]
|
||||||
[{block name="pdfHeadingFile"}]
|
[{block name="pdfHeadingFile"}]
|
||||||
[{block name="pdfHeaderFile"}]
|
[{block name="pdfHeaderFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfHeader.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfHeader.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{* +++++Artikeltabelle+++++*}]
|
[{* +++++Artikeltabelle+++++*}]
|
||||||
@ -85,7 +85,7 @@
|
|||||||
</table>*}]
|
</table>*}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{block name="pdfPastThankFile"}]
|
[{block name="pdfPastThankFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfPastThank.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfPastThank.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</nobreak>
|
</nobreak>
|
||||||
</page>
|
</page>
|
@ -2,24 +2,24 @@
|
|||||||
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfStyling.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfStyling.css')}]
|
||||||
</style>
|
</style>
|
||||||
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
||||||
<page_header>
|
<page_header>
|
||||||
[{block name="pdfTopingFile"}]
|
[{block name="pdfTopingFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_header>
|
</page_header>
|
||||||
<page_footer>
|
<page_footer>
|
||||||
[{block name="pdfFooterFile"}]
|
[{block name="pdfFooterFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_footer>
|
</page_footer>
|
||||||
|
|
||||||
[{* +++++ main page part +++++ *}]
|
[{* +++++ main page part +++++ *}]
|
||||||
[{block name="pdfHeadingFile"}]
|
[{block name="pdfHeadingFile"}]
|
||||||
[{block name="pdfHeaderFile"}]
|
[{block name="pdfHeaderFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{* +++++Artikeltabelle+++++*}]
|
[{* +++++Artikeltabelle+++++*}]
|
||||||
@ -81,7 +81,7 @@
|
|||||||
</table>
|
</table>
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{block name="pdfPastThankFile"}]
|
[{block name="pdfPastThankFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</nobreak>
|
</nobreak>
|
||||||
</page>
|
</page>
|
@ -2,25 +2,25 @@
|
|||||||
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfInvoiceCorrection.css')}],
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfInvoiceCorrection.css')}],
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfStyling.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfStyling.css')}]
|
||||||
</style>
|
</style>
|
||||||
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
||||||
<page_header>
|
<page_header>
|
||||||
[{block name="pdfTopingFile"}]
|
[{block name="pdfTopingFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfToping.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfToping.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_header>
|
</page_header>
|
||||||
<page_footer>
|
<page_footer>
|
||||||
[{block name="pdfFooterFile"}]
|
[{block name="pdfFooterFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfFooter.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfFooter.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_footer>
|
</page_footer>
|
||||||
|
|
||||||
[{* +++++ main page part +++++ *}]
|
[{* +++++ main page part +++++ *}]
|
||||||
[{block name="pdfHeadingFile"}]
|
[{block name="pdfHeadingFile"}]
|
||||||
[{block name="pdfHeaderFile"}]
|
[{block name="pdfHeaderFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfHeader.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfHeader.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{* +++++Artikeltabelle+++++*}]
|
[{* +++++Artikeltabelle+++++*}]
|
||||||
|
@ -2,24 +2,24 @@
|
|||||||
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/offers.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/offers.css')}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfStyling.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfStyling.css')}]
|
||||||
</style>
|
</style>
|
||||||
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
||||||
<page_header>
|
<page_header>
|
||||||
[{block name="pdfTopingFile"}]
|
[{block name="pdfTopingFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfToping.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfToping.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_header>
|
</page_header>
|
||||||
<page_footer>
|
<page_footer>
|
||||||
[{block name="pdfFooterFile"}]
|
[{block name="pdfFooterFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfFooter.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfFooter.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_footer>
|
</page_footer>
|
||||||
|
|
||||||
[{* +++++ main page part +++++ *}]
|
[{* +++++ main page part +++++ *}]
|
||||||
[{block name="pdfHeaderFile"}]
|
[{block name="pdfHeaderFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfHeader.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfHeader.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{* +++++Artikeltabelle+++++*}]
|
[{* +++++Artikeltabelle+++++*}]
|
||||||
[{block name="articleListing"}]
|
[{block name="articleListing"}]
|
||||||
@ -80,7 +80,7 @@
|
|||||||
</table>
|
</table>
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{block name="pdfPastThankFile"}]
|
[{block name="pdfPastThankFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfPastThank.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfPastThank.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</nobreak>
|
</nobreak>
|
||||||
</page>
|
</page>
|
@ -2,24 +2,24 @@
|
|||||||
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'out/src/css/pdfStyling.css')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'out/src/css/pdfStyling.css')}]
|
||||||
</style>
|
</style>
|
||||||
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
|
||||||
<page_header>
|
<page_header>
|
||||||
[{block name="pdfTopingFile"}]
|
[{block name="pdfTopingFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfToping.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfToping.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_header>
|
</page_header>
|
||||||
<page_footer>
|
<page_footer>
|
||||||
[{block name="pdfFooterFile"}]
|
[{block name="pdfFooterFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfFooter.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfFooter.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</page_footer>
|
</page_footer>
|
||||||
|
|
||||||
[{* +++++ main page part +++++ *}]
|
[{* +++++ main page part +++++ *}]
|
||||||
[{block name="pdfHeadingFile"}]
|
[{block name="pdfHeadingFile"}]
|
||||||
[{block name="pdfHeaderFile"}]
|
[{block name="pdfHeaderFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfHeader.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfHeader.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{* +++++Artikeltabelle+++++*}]
|
[{* +++++Artikeltabelle+++++*}]
|
||||||
@ -81,7 +81,7 @@
|
|||||||
</table>
|
</table>
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{block name="pdfPastThankFile"}]
|
[{block name="pdfPastThankFile"}]
|
||||||
[{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfPastThank.tpl')}]
|
[{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfPastThank.tpl')}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
</nobreak>
|
</nobreak>
|
||||||
</page>
|
</page>
|
Loading…
Reference in New Issue
Block a user