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