diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index e7c2a50..cd31fbb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -47,8 +47,10 @@ return ['Billing' => [ 'Net' => 'Net', 'Offer' => 'Offer', 'Payment' => 'Payment', + 'Postal' => 'Postal', 'Prepaid' => 'Prepaid', 'Price' => 'Price', + 'Profit' => 'Profit', 'Quantity' => 'Quantity', 'Recipient' => 'Recipient', 'Select' => 'Select', diff --git a/Theme/Backend/invoice-archive.tpl.php b/Theme/Backend/invoice-archive.tpl.php index 52f46d5..c268f29 100644 --- a/Theme/Backend/invoice-archive.tpl.php +++ b/Theme/Backend/invoice-archive.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index c8578c6..1552790 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index 4e7aaef..7b6ad25 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn diff --git a/Theme/Backend/sales-bill-list.tpl.php b/Theme/Backend/sales-bill-list.tpl.php index cd64693..15c2f8d 100644 --- a/Theme/Backend/sales-bill-list.tpl.php +++ b/Theme/Backend/sales-bill-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Billing * @copyright Dennis Eichhorn @@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Id', '', ''); ?> + | = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('ClientID'); ?> | = $this->getHtml('Client'); ?>
diff --git a/Theme/Backend/sales-bill.tpl.php b/Theme/Backend/sales-bill.tpl.php
index a0baa91..eb5c878 100644
--- a/Theme/Backend/sales-bill.tpl.php
+++ b/Theme/Backend/sales-bill.tpl.php
@@ -2,7 +2,7 @@
/**
* Orange Management
*
- * PHP Version 7.4
+ * PHP Version 8.0
*
* @package Modules\Billing
* @copyright Dennis Eichhorn
@@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|