2020-05-15 15:36:43 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
2020-07-04 23:25:24 +02:00
|
|
|
* See LICENSE file for license details.
|
2020-05-15 15:36:43 +02:00
|
|
|
*
|
|
|
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
2020-07-04 23:25:24 +02:00
|
|
|
* @author D3 Data Development - Max Buhe <support@shopmodule.com>
|
|
|
|
* @link http://www.oxidmodule.com
|
2020-05-15 15:36:43 +02:00
|
|
|
*/
|
|
|
|
|
2020-06-04 10:31:38 +02:00
|
|
|
use D3\PdfDocuments\Modules\Application\Controller\d3_overview_controller_pdfdocuments;
|
2020-05-20 10:42:04 +02:00
|
|
|
use OxidEsales\Eshop\Application\Controller\Admin\OrderOverview;
|
2020-05-15 15:36:43 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Metadata version
|
|
|
|
*/
|
2020-08-13 09:39:19 +02:00
|
|
|
$sMetadataVersion = '2.1';
|
2020-05-15 15:36:43 +02:00
|
|
|
|
2020-07-05 14:08:51 +02:00
|
|
|
$logo = '<img src="https://logos.oxidmodule.com/d3logo.svg" alt="(D3)" style="height:1em;width:1em">';
|
2020-05-15 15:36:43 +02:00
|
|
|
|
2020-06-08 16:39:33 +02:00
|
|
|
$sModuleId = 'd3PdfDocuments';
|
2020-05-15 15:36:43 +02:00
|
|
|
/**
|
|
|
|
* Module information
|
|
|
|
*/
|
|
|
|
$aModule = [
|
|
|
|
'id' => $sModuleId,
|
|
|
|
'title' => [
|
2020-06-13 22:43:57 +02:00
|
|
|
'de' => $logo.' PDF-Dokumente',
|
|
|
|
'en' => $logo.' PDF documents',
|
2020-05-15 15:36:43 +02:00
|
|
|
],
|
2020-08-20 08:53:11 +02:00
|
|
|
'version' => '1.0.1.0',
|
2020-05-15 15:36:43 +02:00
|
|
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
|
|
|
'email' => 'support@shopmodule.com',
|
|
|
|
'url' => 'http://www.oxidmodule.com/',
|
|
|
|
'extend' => [
|
2020-07-02 10:35:56 +02:00
|
|
|
OrderOverview::class => d3_overview_controller_pdfdocuments::class
|
2020-05-15 15:36:43 +02:00
|
|
|
],
|
|
|
|
'controllers' => [],
|
|
|
|
'templates' => [
|
2020-05-28 15:15:46 +02:00
|
|
|
'd3orderoverview_pdfform.tpl' => 'd3/pdfdocuments/Application/views/tpl/admin/orderoverview_pdfform.tpl',
|
|
|
|
|
|
|
|
'd3deliverynote_pdf.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/deliverynote.tpl',
|
2020-06-02 10:03:00 +02:00
|
|
|
'd3deliverynoteNoLogo_pdf.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/deliverynoteNoLogo.tpl',
|
2020-06-29 10:52:29 +02:00
|
|
|
'd3delnote_pdf_informations.tpl'=> 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/inc/informations.tpl',
|
|
|
|
'd3delnote_pdf_recipient.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/inc/recipientAddress.tpl',
|
|
|
|
'd3delnote_pdf_salutation.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/inc/salutation.tpl',
|
|
|
|
'd3delnote_pdf_conclusion.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/deliverynote/inc/conclusion.tpl',
|
2020-05-28 14:58:42 +02:00
|
|
|
|
2020-05-28 15:15:46 +02:00
|
|
|
'd3invoice_pdf.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/invoice/invoice.tpl',
|
2020-06-02 10:03:00 +02:00
|
|
|
'd3invoiceNoLogo_pdf.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/invoice/invoiceNoLogo.tpl',
|
2020-06-29 10:52:29 +02:00
|
|
|
'd3invoice_pdf_informations.tpl'=> 'd3/pdfdocuments/Application/views/tpl/documents/invoice/inc/informations.tpl',
|
|
|
|
'd3invoice_pdf_salutation.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/invoice/inc/salutation.tpl',
|
|
|
|
'd3invoice_pdf_conclusion.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/invoice/inc/conclusion.tpl',
|
2020-07-02 01:21:14 +02:00
|
|
|
'd3invoice_pdf_payinfo.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/invoice/inc/payinfo.tpl',
|
2020-05-28 14:58:42 +02:00
|
|
|
|
2020-06-13 22:43:57 +02:00
|
|
|
'd3pdfbase.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/page/base.tpl',
|
|
|
|
'd3pdfheader.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/page/header.tpl',
|
|
|
|
'd3pdffooter.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/page/footer.tpl',
|
|
|
|
'd3pdfreturnaddress.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/page/returnaddress.tpl',
|
|
|
|
|
|
|
|
'd3pdfaddressarea.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/addressarea.tpl',
|
2020-06-29 00:28:32 +02:00
|
|
|
'd3pdfrecipientaddress.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/recipientAddress.tpl',
|
2020-06-14 00:46:17 +02:00
|
|
|
'd3pdfinformations.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/informations.tpl',
|
2020-06-28 01:03:15 +02:00
|
|
|
'd3pdfdeladdress.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/deliveryaddress.tpl',
|
|
|
|
'd3pdfarticlelist.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/articlelist.tpl',
|
|
|
|
'd3pdfarticlecostsummary.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/articlecostssummary.tpl',
|
2020-06-14 00:46:17 +02:00
|
|
|
'd3pdffoldmarks.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/elements/foldmarks.tpl',
|
2020-06-13 22:43:57 +02:00
|
|
|
|
|
|
|
'd3pdfstyles.css' => 'd3/pdfdocuments/out/src/css/pdfStyling.css',
|
|
|
|
|
|
|
|
'd3pdfrulers.tpl' => 'd3/pdfdocuments/Application/views/tpl/documents/inc/helper/rulers.tpl',
|
2020-05-15 15:36:43 +02:00
|
|
|
],
|
|
|
|
'events' => [],
|
2020-05-20 10:42:04 +02:00
|
|
|
'blocks' => [
|
|
|
|
[
|
|
|
|
'template' => 'order_overview.tpl',
|
|
|
|
'block' => 'admin_order_overview_export',
|
2020-06-11 01:26:16 +02:00
|
|
|
'file' => 'Application/views/admin/blocks/order_overview.tpl'
|
2020-06-23 09:15:30 +02:00
|
|
|
]
|
2020-06-11 01:26:16 +02:00
|
|
|
],
|
|
|
|
'settings' => [
|
2020-06-23 09:15:30 +02:00
|
|
|
[
|
|
|
|
'group' => $sModuleId.'main',
|
|
|
|
'name' => $sModuleId.'bDev',
|
|
|
|
'type' => 'bool',
|
|
|
|
'value' => false
|
|
|
|
]
|
2020-05-20 10:42:04 +02:00
|
|
|
]
|
2020-05-15 15:36:43 +02:00
|
|
|
];
|