![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Cnc/PdfCustomiser/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * Copyright (c) 2021 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) All Rights Reserved. * https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * Krzysztof Majkowski <[email protected]> <[email protected]> */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="sales_pdf"> <group id="export_invoice" translate="label" type="text" sortOrder="250" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Export Invoice</label> <field id="invoicetitle" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Title</label> <tooltip>Enter a title for the invoice pdf.</tooltip> </field> <field id="invoiceaddresses" translate="label" type="select" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Customer Addresses</label> <source_model>Fooman\PdfCustomiser\Model\System\AddressOptions</source_model> <tooltip><![CDATA[Which addresses should appear on the pdf? Choose from shipping address, billing address or both. Note that downloadable product orders won't have a shipping address.<br/><br/> If the customer VAT number is entered during checkout, this will be shown as part of the billing address by default.<br/><br/> Swapping around the order of the billing and shipping addresses is possible – see the Developer Bonuses section for more information.<br/><br/> You can customise the customer address format by accessing <b>System > Configuration > Customer Configuration > Address Templates > Pdf</b>. The | character will be converted into a line break.]]></tooltip> </field> <field id="columns" translate="label" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Columns</label> <frontend_model>Fooman\PdfCustomiser\Block\System\Config\ColumnConfig</frontend_model> <backend_model>Fooman\PdfCore\Model\Config\Backend\Columns</backend_model> <tooltip><![CDATA[Use the add button to add additional columns you want to display in the pdf. Choose from:<br/> <ul> <li>Position (orders the products automatically by adding a number)</li> <li>Product name</li> <li>SKU</li> <li>SKU barcode (displays the SKU as a barcode)</li> <li>Product image</li> <li>Price</li> <li>Discount</li> <li>Qty</li> <li>Tax</li> <li>Subtotal</li> <li>Supported Product Attributes</li> </ul> <strong>There is no maximum number</strong>, but the more columns you select, the smaller they will become in order to fit on the same page.<br/><br/> Use the Custom Title column to change the title for the column<br/><br/> Use the Custom Width column to change the relative width of a column (empty = use default width for the column type). Default values range between 12 and 28. ]]></tooltip> <can_be_empty>1</can_be_empty> </field> <field id="sortby" translate="label" type="select" sortOrder="310" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Sort By Column</label> <source_model>Fooman\PdfCustomiser\Block\System\Config\SortByColumn</source_model> </field> <field id="invoicecustom" translate="label" type="textarea" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Custom Text</label> <tooltip>Add custom text to appear at the bottom of the pdf. Use free text or simple html.</tooltip> </field> <field id="grouptext" translate="label" sortOrder="330" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Customer Group Specific Text</label> <frontend_model>Fooman\PdfCustomiser\Block\System\Config\GroupContentConfig</frontend_model> <backend_model>Fooman\PdfCustomiser\Model\Config\Backend\GroupContent</backend_model> <tooltip>Add custom text to appear at the bottom of the pdf. Use free text or simple html.</tooltip> </field> <field id="invoiceintegratedlabels" translate="label" type="select" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> <label>Use Integrated Labels</label> <source_model>Fooman\PdfCustomiser\Model\System\IntegratedLabelsOptions</source_model> <tooltip><![CDATA[Select “Yes” to use integrated labels. Each label measures 85mm x 54mm. Labels measure positioned 20mm from the side and 23mm from bottom.<br/><br/> Choose from the following standard labels:<br/> • Single – Shipping Address Label<br/> • Single – Billing Address Label<br/> • Double – Shipping and Billing Addresses<br/> <br/><br/>]]></tooltip> </field> </group> </section> </system> </config>