mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 00:38:40 +00:00
fix languages
This commit is contained in:
parent
6b978f8a83
commit
a584cfde9e
|
|
@ -47,8 +47,10 @@ return ['Billing' => [
|
||||||
'Net' => 'Net',
|
'Net' => 'Net',
|
||||||
'Offer' => 'Offer',
|
'Offer' => 'Offer',
|
||||||
'Payment' => 'Payment',
|
'Payment' => 'Payment',
|
||||||
|
'Postal' => 'Postal',
|
||||||
'Prepaid' => 'Prepaid',
|
'Prepaid' => 'Prepaid',
|
||||||
'Price' => 'Price',
|
'Price' => 'Price',
|
||||||
|
'Profit' => 'Profit',
|
||||||
'Quantity' => 'Quantity',
|
'Quantity' => 'Quantity',
|
||||||
'Recipient' => 'Recipient',
|
'Recipient' => 'Recipient',
|
||||||
'Select' => 'Select',
|
'Select' => 'Select',
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Billing
|
* @package Modules\Billing
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Billing
|
* @package Modules\Billing
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Billing
|
* @package Modules\Billing
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Billing
|
* @package Modules\Billing
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table id="billList" class="default">
|
<table id="billList" class="default">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('Id', '', ''); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td><?= $this->getHtml('Type'); ?>
|
<td><?= $this->getHtml('Type'); ?>
|
||||||
<td><?= $this->getHtml('ClientID'); ?>
|
<td><?= $this->getHtml('ClientID'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Client'); ?>
|
<td class="wf-100"><?= $this->getHtml('Client'); ?>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Billing
|
* @package Modules\Billing
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Invoice'); ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getHtml('Invoice'); ?></label></li>
|
||||||
<li><label for="c-tab-2"><?= $this->getHtml('Items'); ?></label></li>
|
<li><label for="c-tab-2"><?= $this->getHtml('Items'); ?></label></li>
|
||||||
<li><label for="c-tab-3">Preview</label></li>
|
<li><label for="c-tab-3"><?= $this->getHtml('Preview'); ?></label></li>
|
||||||
<li><label for="c-tab-4"><?= $this->getHtml('Payment'); ?></label></li>
|
<li><label for="c-tab-4"><?= $this->getHtml('Payment'); ?></label></li>
|
||||||
<li><label for="c-tab-5"><?= $this->getHtml('Media'); ?></label></li>
|
<li><label for="c-tab-5"><?= $this->getHtml('Media'); ?></label></li>
|
||||||
<li><label for="c-tab-6"><?= $this->getHtml('Logs'); ?></label></li>
|
<li><label for="c-tab-6"><?= $this->getHtml('Logs'); ?></label></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user