mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-01-11 12:58:42 +00:00
update
This commit is contained in:
parent
a425a90940
commit
9e02d6f4cb
|
|
@ -17,7 +17,7 @@ namespace Modules\Finance\Models;
|
|||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
/**
|
||||
* Permision state enum.
|
||||
* Permission category enum.
|
||||
*
|
||||
* @package Modules\Finance\Models
|
||||
* @license OMS License 2.0
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ return ['Finance' => [
|
|||
'Loginname' => 'Identifiant',
|
||||
'Matchcode' => 'Encadrement',
|
||||
'Media' => 'Médias',
|
||||
'MinPrice' => 'Prix min',
|
||||
'MinPrice' => "Prix \u{200b}\u{200b}min",
|
||||
'Name' => 'Nom',
|
||||
'Name1' => 'Nom 1',
|
||||
'Name2' => 'Nom 2',
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ echo $this->data['nav']->render();
|
|||
<i class="g-icon expand">chevron_right</i>
|
||||
</label>
|
||||
<div>
|
||||
<table class="default">
|
||||
<table class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Month
|
||||
|
|
@ -331,7 +331,7 @@ echo $this->data['nav']->render();
|
|||
<i class="g-icon expand">chevron_right</i>
|
||||
</label>
|
||||
<div>
|
||||
<table class="default">
|
||||
<table class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Year
|
||||
|
|
@ -361,7 +361,7 @@ echo $this->data['nav']->render();
|
|||
Sales / Attribute
|
||||
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-export-data.tpl.php'; ?>
|
||||
</div>
|
||||
<table class="default">
|
||||
<table class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Product
|
||||
|
|
@ -383,7 +383,7 @@ echo $this->data['nav']->render();
|
|||
Sales / Region
|
||||
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-export-data.tpl.php'; ?>
|
||||
</div>
|
||||
<table class="default">
|
||||
<table class="default sticky">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Country
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user