From b31a6fc2aec60f32597832a7099fdcc761d73197 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 01:57:13 +0000 Subject: [PATCH] a --- Controleur/ControleurNonfacturepolice.php | 31 ++++++++++ Controleur/ControleurNonfacturepolicecons.php | 31 ++++++++++ Vue/Nonfacturepolice/index.php | 58 ++++++++++++++++++ Vue/Nonfacturepolicecons/index.php | 59 +++++++++++++++++++ 4 files changed, 179 insertions(+) create mode 100644 Controleur/ControleurNonfacturepolice.php create mode 100644 Controleur/ControleurNonfacturepolicecons.php create mode 100644 Vue/Nonfacturepolice/index.php create mode 100644 Vue/Nonfacturepolicecons/index.php diff --git a/Controleur/ControleurNonfacturepolice.php b/Controleur/ControleurNonfacturepolice.php new file mode 100644 index 0000000..9cf438a --- /dev/null +++ b/Controleur/ControleurNonfacturepolice.php @@ -0,0 +1,31 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue("Nonfacturepolice"); + + $this->beneficiaire = new Beneficiaire(); + } + public function index() { + $idPolice = $_SESSION['idPolice_C']; + + $nonfactures = $this->beneficiaire->getBeneficiairesNonFature($idPolice); + + $ente_nonfacture = null; + + if(count($nonfactures)>"0") + { + $ente_nonfacture = $nonfactures['0']; + } + + $this->genererVue(array('nonfactures' => $nonfactures, 'ente_nonfacture' => $ente_nonfacture)); + + } +} \ No newline at end of file diff --git a/Controleur/ControleurNonfacturepolicecons.php b/Controleur/ControleurNonfacturepolicecons.php new file mode 100644 index 0000000..6410d09 --- /dev/null +++ b/Controleur/ControleurNonfacturepolicecons.php @@ -0,0 +1,31 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue("Nonfacturepolicecons"); + + $this->beneficiaire = new Beneficiaire(); + } + public function index() { + $idPolice = $_SESSION['idPolice_C']; + + $nonfactures = $this->beneficiaire->getBeneficiairesNonFature($idPolice); + + $ente_nonfacture = null; + + if(count($nonfactures)>"0") + { + $ente_nonfacture = $nonfactures['0']; + } + + $this->genererVue(array('nonfactures' => $nonfactures, 'ente_nonfacture' => $ente_nonfacture)); + + } +} \ No newline at end of file diff --git a/Vue/Nonfacturepolice/index.php b/Vue/Nonfacturepolice/index.php new file mode 100644 index 0000000..8c09eab --- /dev/null +++ b/Vue/Nonfacturepolice/index.php @@ -0,0 +1,58 @@ + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($ente_nonfacture['nbLignesTotal'])) ?>nettoyer($ente_nonfacture['primeHtTotal'])) ?>nettoyer($ente_nonfacture['taxeTotal'])) ?>nettoyer($ente_nonfacture['fraisCarteTotal'])) ?>nettoyer($ente_nonfacture['primeTtcTotal'])) ?>
+ +
Total nettoyer($ente_nonfacture['nbLignesTotal'])) ?>nettoyer($ente_nonfacture['primeHtTotal'])) ?>nettoyer($ente_nonfacture['taxeTotal'])) ?>nettoyer($ente_nonfacture['fraisCarteTotal'])) ?>nettoyer($ente_nonfacture['primeTtcTotal'])) ?>
nettoyer($nonfacture['dateEffet'])) ?> nettoyer($nonfacture['nbLignes'])) ?> nettoyer($nonfacture['primeHt'])) ?> nettoyer($nonfacture['taxe'])) ?> nettoyer($nonfacture['fraisCarte'])) ?> nettoyer($nonfacture['primeTtc'])) ?>
diff --git a/Vue/Nonfacturepolicecons/index.php b/Vue/Nonfacturepolicecons/index.php new file mode 100644 index 0000000..9ae2d81 --- /dev/null +++ b/Vue/Nonfacturepolicecons/index.php @@ -0,0 +1,59 @@ + + nettoyer($_SESSION['numeroPolice_C']) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($ente_nonfacture['nbLignesTotal'])) ?>nettoyer($ente_nonfacture['primeHtTotal'])) ?>nettoyer($ente_nonfacture['taxeTotal'])) ?>nettoyer($ente_nonfacture['fraisCarteTotal'])) ?>nettoyer($ente_nonfacture['primeTtcTotal'])) ?>
+ +
Total nettoyer($ente_nonfacture['nbLignesTotal'])) ?>nettoyer($ente_nonfacture['primeHtTotal'])) ?>nettoyer($ente_nonfacture['taxeTotal'])) ?>nettoyer($ente_nonfacture['fraisCarteTotal'])) ?>nettoyer($ente_nonfacture['primeTtcTotal'])) ?>
nettoyer($nonfacture['dateEffet'])) ?> nettoyer($nonfacture['nbLignes'])) ?> nettoyer($nonfacture['primeHt'])) ?> nettoyer($nonfacture['taxe'])) ?> nettoyer($nonfacture['fraisCarte'])) ?> nettoyer($nonfacture['primeTtc'])) ?>