diff --git a/Controleur/ControleurMouvementassure.php b/Controleur/ControleurMouvementassure.php new file mode 100644 index 0000000..8538d46 --- /dev/null +++ b/Controleur/ControleurMouvementassure.php @@ -0,0 +1,27 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Mouvementassure'); + + $this->sensmouvement = (new Sensmouvement())->getListe(); + $this->oui_non = new Ouinon(); + + } + + public function index() { + $mvt_valide = $this->oui_non->getListe(); + $mvt_ajoutClient = $this->oui_non->getListe(); + $this->genererVue(array('sensmouvement' => $this->sensmouvement + , 'mvt_valide' => $mvt_valide, 'mvt_ajoutClient' => $mvt_ajoutClient)); + } +} \ No newline at end of file diff --git a/Js/fonctions.js b/Js/fonctions.js index 71ddeb4..a88a984 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45214,3 +45214,21 @@ function apercu_mouvement_assures_export() } }); } + +function selectionner_consulter_mvt_police(idPolice) +{ + alert("selectionner_consulter_mvt_police"); + return; + + donnees = 'idPolice='+idPolice; + $.ajax({ + url: $("#racineWeb").val()+"Ajaxcontextpolice/", + type : 'post', + data: donnees, + error: function(errorData) { + }, + complete: function() { + window.location.assign($("#racineWeb" ).val()+"Mouvementassure/"); + } + }); +} diff --git a/Vue/Ajaxmouvementsrh/index.php b/Vue/Ajaxmouvementsrh/index.php index 415bfc9..f557ef1 100644 --- a/Vue/Ajaxmouvementsrh/index.php +++ b/Vue/Ajaxmouvementsrh/index.php @@ -10,12 +10,14 @@ - + nettoyer($v['idPolice']); + ?> nettoyer($v['souscripteur']) ?> nettoyer($v['numeroClient']) ?> nettoyer($v['idPolice']) ?> - nettoyer($v['nbMvt'])) ?> + nettoyer($v['nbAttente'])) ?> nettoyer($v['nbValide'])) ?> diff --git a/Vue/Mouvementassure/index.php b/Vue/Mouvementassure/index.php new file mode 100644 index 0000000..b1c60ed --- /dev/null +++ b/Vue/Mouvementassure/index.php @@ -0,0 +1,99 @@ +titre = "Intersanté - Mouvements sur les assurés"; +?> + +
+ +
+

+ +

+
+ +
+
+ : nettoyer($_SESSION['numeroPolice_C']) ?> + ID: nettoyer($_SESSION['idPolice_C']) ?> +
+
+ +
+
+
+
+ +
+ + +
+
+ +
+ +
+ + + + +
+
+ +
+ + +
+ +
+ +
+ + +
+
+
+
+
+ +
+
+
+ + + + +
+

+

+
+
+
+ + \ No newline at end of file