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