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 @@
+
+
+
+
+
+
+ | Total |
+ = format_N($this->nettoyer($ente_nonfacture['nbLignesTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeHtTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['taxeTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['fraisCarteTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeTtcTotal'])) ?> |
+
+
+
+ | = _("Date Effet") ?> |
+ = _("Nb Lignes") ?> |
+ = _("Prime HT") ?> |
+ = (isset($_SESSION['composanteprime']['Taxes'])) ? _($_SESSION['composanteprime']['Taxes']) : _("Taxes") ?> |
+
+
+ |
+ = _("Prime TTC") ?> |
+
+
+
+
+
+ | Total |
+ = format_N($this->nettoyer($ente_nonfacture['nbLignesTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeHtTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['taxeTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['fraisCarteTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeTtcTotal'])) ?> |
+
+
+
+
+
+ | = dateLang($this->nettoyer($nonfacture['dateEffet'])) ?> |
+ = format_N($this->nettoyer($nonfacture['nbLignes'])) ?> |
+ = format_N($this->nettoyer($nonfacture['primeHt'])) ?> |
+ = format_N($this->nettoyer($nonfacture['taxe'])) ?> |
+ = format_N($this->nettoyer($nonfacture['fraisCarte'])) ?> |
+ = format_N($this->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 @@
+
+
+
+
+
+
+
+ | Total |
+ = format_N($this->nettoyer($ente_nonfacture['nbLignesTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeHtTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['taxeTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['fraisCarteTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeTtcTotal'])) ?> |
+
+
+
+ | = _("Date Effet") ?> |
+ = _("Nb Lignes") ?> |
+ = _("Prime HT") ?> |
+ = (isset($_SESSION['composanteprime']['Taxes'])) ? _($_SESSION['composanteprime']['Taxes']) : _("Taxes") ?> |
+
+
+ |
+ = _("Prime TTC") ?> |
+
+
+
+
+
+ | Total |
+ = format_N($this->nettoyer($ente_nonfacture['nbLignesTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeHtTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['taxeTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['fraisCarteTotal'])) ?> |
+ = format_N($this->nettoyer($ente_nonfacture['primeTtcTotal'])) ?> |
+
+
+
+
+
+ | = dateLang($this->nettoyer($nonfacture['dateEffet'])) ?> |
+ = format_N($this->nettoyer($nonfacture['nbLignes'])) ?> |
+ = format_N($this->nettoyer($nonfacture['primeHt'])) ?> |
+ = format_N($this->nettoyer($nonfacture['taxe'])) ?> |
+ = format_N($this->nettoyer($nonfacture['fraisCarte'])) ?> |
+ = format_N($this->nettoyer($nonfacture['primeTtc'])) ?> |
+
+
+
+