diff --git a/Application/Model/Documents/invoicePdf.php b/Application/Model/Documents/invoicePdf.php index 4cc26ce..9eae5e3 100644 --- a/Application/Model/Documents/invoicePdf.php +++ b/Application/Model/Documents/invoicePdf.php @@ -31,8 +31,7 @@ class invoicePdf extends pdfdocumentsOrder implements pdfdocumentsOrderinvoiceIn */ public function getRequestId() { - // same like in OXID PDF module - return 'standart'; + return 'invoice'; } /** diff --git a/Application/views/admin/de/pdfdocuments_lang.php b/Application/views/admin/de/pdfdocuments_lang.php index 5dfdecb..f619e26 100644 --- a/Application/views/admin/de/pdfdocuments_lang.php +++ b/Application/views/admin/de/pdfdocuments_lang.php @@ -19,6 +19,7 @@ $aLang = array( 'SHOP_MODULE_GROUP_d3PdfDocumentsmain' => 'Grundeinstellungen', 'SHOP_MODULE_d3PdfDocumentsbDev' => 'Entwicklermodus', + 'D3_PDFDOCUMENTS' => 'PDF-Dokumente', 'D3_PDFDOCUMENTS_INVOICE' => 'Rechnung', 'D3_PDFDOCUMENTS_INVOICE_WITHOUT_LOGO' => 'Rechnung ohne Logo', 'D3_PDFDOCUMENTS_DELIVERYNOTE' => 'Lieferschein', diff --git a/Application/views/admin/en/pdfdocuments_lang.php b/Application/views/admin/en/pdfdocuments_lang.php index fd47a0f..a582cbd 100644 --- a/Application/views/admin/en/pdfdocuments_lang.php +++ b/Application/views/admin/en/pdfdocuments_lang.php @@ -19,6 +19,7 @@ $aLang = array( 'SHOP_MODULE_GROUP_d3PdfDocumentsmain' => 'Basic settings', 'SHOP_MODULE_d3PdfDocumentsbDev' => 'Developer mode', + 'D3_PDFDOCUMENTS' => 'PDF Documents', 'D3_PDFDOCUMENTS_INVOICE' => 'Invoice', 'D3_PDFDOCUMENTS_INVOICE_WITHOUT_LOGO' => 'Invoice without logo', 'D3_PDFDOCUMENTS_DELIVERYNOTE' => 'Deliverynote', diff --git a/Application/views/tpl/admin/orderoverview_pdfform.tpl b/Application/views/tpl/admin/orderoverview_pdfform.tpl index 7ab0cd7..c497d7a 100644 --- a/Application/views/tpl/admin/orderoverview_pdfform.tpl +++ b/Application/views/tpl/admin/orderoverview_pdfform.tpl @@ -1,43 +1,46 @@ [{if $edit && $oView->d3CanExport()}]
-
+ [{$oViewConf->getHiddenSid()}] - - - - + + + + +
- - - :  - + + + + + + - - - - - - - -
+ [{oxmultilang ident= + + :  + +
+ + -
- - -

- - -
+ +

+ + +
+
[{/if}] diff --git a/out/src/css/pdfStyling.css b/out/src/css/pdfStyling.css index cee2a78..315fa53 100644 --- a/out/src/css/pdfStyling.css +++ b/out/src/css/pdfStyling.css @@ -98,7 +98,7 @@ table{ } .article_table th, .article_table_prices th { - border-bottom: solid 0.15mm #000; + border-bottom: solid 0.75pt #000; font-weight: normal; font-size: 11px; } @@ -174,11 +174,11 @@ table{ text-align: right; } .article_costs_table .sumnetto td { - border-top: solid 0.15mm #000; + border-top: 0.75pt solid #000; } .article_costs_table .voucherdiscount td, .article_costs_table .sumbrutto td { - border-bottom: solid 0.15mm #000; + border-bottom: solid 0.75pt #000; } .article_costs_table .totalseparator td { height: 0; @@ -186,9 +186,12 @@ table{ } .article_costs_table .totalseparator td, .article_costs_table .totalsum td { - border-bottom: solid 0.3mm #000; + border-bottom: solid 0.75pt #000; font-weight: bold; } +.article_costs_table .totalsum td { + border-bottom: double 2pt #000; +} .conclusion_payment, .conclusion_thankyou { @@ -204,7 +207,7 @@ table{ padding: 0; } .footer table { - border-top: solid 1px #000; + border-top: solid 0.75pt #000; width: 100%; position: relative; }