Skip to content
Snippets Groups Projects
Commit a788b7ec authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Nouveau taux HETD & initialisation des nouvelles nomenclatures v21

parent a7a5cd63
No related branches found
No related tags found
No related merge requests found
<?php
class v21Nomenclatures extends AbstractMigration
{
public function description(): string
{
return "Peuplement des nouvelles nomenclatures";
}
public function utile(): bool
{
return $this->manager->hasNew('table', 'TAUX_REMU');
}
public function after()
{
$c = $this->manager->getOseAdmin()->getConsole();
$du = $this->manager->getBdd()->dataUpdater();
$du->run('install', 'TAUX_REMU');
$du->run('install', 'TAUX_REMU_VALEUR');
$du->run('install', 'JOUR_FERIE');
$du->run('install', 'TYPE_SERVICE');
$du->run('install', 'TYPE_MISSION');
}
}
\ No newline at end of file
......@@ -8,6 +8,7 @@ return [
'25/06/2014' => 40.91,
'01/02/2017' => 41.41,
'01/07/2022' => 42.86,
'01/07/2023' => 43.50,
],
],
'SMIC' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment