diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index b4c92c8..4a90819 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -754,6 +754,11 @@ body { .accordion-title { font-size: 0.9rem !important; } + + .financial-item { + border-right: none !important; + border-bottom: 1px solid var(--office-border); + } } /* Écrans larges : mêmes insets pour nav-tabs et content-area */ @@ -932,4 +937,123 @@ li i { margin-right:10px; color:#007bff; } padding-left: 15px !important; padding-right: 15px !important; /* Ajout crucial pour l'équilibre visuel */ font-family: 'Courier New', Courier, monospace; /* Optionnel: police mono pour aligner les décimales */ -} \ No newline at end of file +} + +/* Global Container */ +#div_police { + background-color: var(--office-light); + color: var(--office-dark); + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +/* Card Styling */ +#div_police .card { + border: 1px solid var(--office-border); + border-radius: 2px; /* Office style is more rectangular */ +} + +#div_police .card-header { + background-color: var(--office-primary) !important; + color: white; + border-bottom: none; +} + +/* Form Controls */ +#div_police .form-label { + color: var(--office-primary); + margin-bottom: 2px; + font-size: 0.75rem; +} + +#div_police .form-control { + border-radius: 2px; + border: 1px solid var(--office-border); + font-size: 0.9rem; + padding: 0.5rem 0.75rem; +} + +#div_police .form-control[readonly] { + background-color: var(--office-warm-bg); + border-color: var(--office-common); + color: #555; + font-weight: 500; +} + +/* Status Boxes (Custom) */ +.status-box { + border: 1px solid var(--office-border); + padding: 8px; + text-align: center; + background: white; + display: flex; + flex-direction: column; + border-radius: 2px; +} + +.status-box.active { + background-color: var(--office-secondary); + color: white; + border-color: var(--office-secondary); +} + +.status-box small { + font-size: 0.65rem; + text-transform: uppercase; + display: block; +} + +.status-box span { + font-weight: bold; + font-size: 1rem; +} + +/* Financial Footer */ +.financial-item { + transition: background 0.3s; +} + +.financial-item:hover { + background-color: var(--office-hover); +} + +/* Buttons */ +.btn-primary { + background-color: var(--office-primary); + border-color: var(--office-primary); +} + +.btn-secondary { + background-color: var(--office-secondary); + border-color: var(--office-secondary); +} + +.btn-outline-office { + color: var(--office-secondary); + border-color: var(--office-secondary); +} + +.btn-outline-office:hover { + background-color: var(--office-secondary); + color: white; +} + +/* Tables */ +.custom-table thead th { + background-color: var(--office-common); + border-bottom: 2px solid var(--office-primary); + color: var(--office-dark); + font-weight: 600; + font-size: 0.8rem; + padding: 12px; +} + +.custom-table tbody td { + padding: 10px 12px; + border-bottom: 1px solid var(--office-border); +} + +/* Datepicker Specific */ +.datepicker { + border-left: 3px solid var(--office-primary) !important; + font-weight: bold; +} diff --git a/Vue/Fichepolice/index.php b/Vue/Fichepolice/index.php index 96df887..0edf64f 100644 --- a/Vue/Fichepolice/index.php +++ b/Vue/Fichepolice/index.php @@ -1,152 +1,199 @@ titre = "Fiche police"; + /** + * Vue : Fiche Police + * Thème : Office 2019 / PowerPoint Professional + */ + + // Initialisation des variables de logique $gcactive = ($this->nettoyer($police['gestionConfiee']) == "1"); $remplacementAdherent = ($this->nettoyer($police['remplacementAdherent']) == "1"); + $isAnglophone = est_anglophone(); + + $typeContrat = $isAnglophone ? $police['typeContratEng'] : $police['typeContrat']; + $typeAvenant = $isAnglophone ? $police['typeAvenantEng'] : $police['typeAvenant']; + $etatPolice = $isAnglophone ? $police['etatPoliceEng'] : $police['etatPolice']; - // Gestion de la langue - $isEng = est_anglophone(); - $typeContrat = $isEng ? $police['typeContratEng'] : $police['typeContrat']; - $typeAvenant = $isEng ? $police['typeAvenantEng'] : $police['typeAvenant']; - $etatPolice = $isEng ? $police['etatPoliceEng'] : $police['etatPolice']; - - $codeEtatPolice = $this->nettoyer($police['codeEtatPolice']); - - // Détermination du badge de statut Bootstrap - if($codeEtatPolice == "EC"){ - $badgeClass = "bg-success"; // En Cours - } elseif(in_array($codeEtatPolice, ["RE", "AN"])){ - $badgeClass = "bg-danger"; // Résilié / Annulé - } else { - $badgeClass = "bg-warning text-dark"; // Autre (Instance, etc.) - } + $prestationPossible = $this->nettoyer($police['prestationPossible']); ?> - -
-

+
+ + -
-
-
- : nettoyer($police['numeroPolice']) ?> - (ID: nettoyer($police['idPolice']) ?>) +
+
+
+ + : nettoyer($police['numeroPolice']) ?> + ID: nettoyer($police['idPolice']) ?>
- - - +
+ + +
-
-
-
-
- - +
+
+
+ +
+ +
-
-
- - -
+
+ +
-
-
- - -
+ +
+ +
-
-
- - -
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ +
-
+
- - +
+ + +
- - +
+ + +
-
-
+
-
- -
-
-
-
- - -
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
+ -
-
+
+
+
+
+
+ +
+
+ +
+
- \ No newline at end of file + +
+ + +
+ + + + + + + + + + + + + + + + + +
nettoyer($ged['dateSysteme'])) ?> + + nettoyer($ged['nomOrigine']) ?> + +
+ + + + +
+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
\ No newline at end of file diff --git a/Vue/gabarit.php b/Vue/gabarit.php index eda6823..01d9506 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -119,7 +119,7 @@ $activeChildId = $menuData['child']; - + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + $garantie = $this->nettoyer($garantiebase['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantiebase['garantieEng']); + } + ?> + + + + + + + + + + + + + + +
nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + +
nettoyer($garoptacquise['primeOption'])) ?>nettoyer($garoptacquise['plafond'])) ?>
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?> nettoyer($collegeTemp['primeFamilleAdherent_total']))?> nettoyer($collegeTemp['primeBeneficiaire_total']))?> nettoyer($collegeTemp['primeFamille_total']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?> nettoyer($collegeTemp['primeCplFuneraireAdherent_total']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire_total']))?> nettoyer($collegeTemp['primeCplFuneraire_total']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?> nettoyer($collegeTemp['surprimeOptionAdherent_total']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeOption_total']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?> nettoyer($collegeTemp['surprimeTmAdherent_total']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeTm_total']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?> nettoyer($collegeTemp['surprimeAntAdherent_total']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeAnt_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?> nettoyer($collegeTemp['commissionAdherent_total']))?> nettoyer($collegeTemp['commissionBeneficiaire_total']))?> nettoyer($collegeTemp['commission_total']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?> nettoyer($collegeTemp['commissionAutreAdherent_total']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire_total']))?> nettoyer($collegeTemp['commissionAutre_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?> nettoyer($collegeTemp['fraisCarteAdherent_total']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire_total']))?> nettoyer($collegeTemp['fraisCarte_total']))?>
+
+ + +
+

+
+ + + + + + + diff --git a/radiantproduction/Societes/radiant/Tarifs/Vue/Creercollege.php b/radiantproduction/Societes/radiant/Tarifs/Vue/Creercollege.php new file mode 100644 index 0000000..bf7a9f7 --- /dev/null +++ b/radiantproduction/Societes/radiant/Tarifs/Vue/Creercollege.php @@ -0,0 +1,603 @@ +titre = "INTER-SANTE - Ajout Collège"; + $_SESSION['imposerPlafond'] = $this->nettoyer($collegeTemp['imposerPlafond']); +?> + +
+ + + + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + + +
+
Surpr. Div. + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + nettoyer($garantiebase['id']); + $garantie = $this->nettoyer($garantiebase['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantiebase['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($garantiebase['plafond'])) ?> + + + + nettoyer($garantiebase['plafond'])) ?>
+
+ +
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+ +
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+ + +
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + + +
nettoyer($garantiebase['garantie']) ?> nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+ +
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+ +
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" >
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
Prime Nette Statisque nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?> nettoyer($collegeTemp['primeFamilleAdherent_total']))?> nettoyer($collegeTemp['primeBeneficiaire_total']))?> nettoyer($collegeTemp['primeFamille_total']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?> nettoyer($collegeTemp['primeCplFuneraireAdherent_total']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire_total']))?> nettoyer($collegeTemp['primeCplFuneraire_total']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?> nettoyer($collegeTemp['surprimeOptionAdherent_total']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeOption_total']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?> nettoyer($collegeTemp['surprimeTmAdherent_total']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeTm_total']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?> nettoyer($collegeTemp['surprimeAntAdherent_total']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeAnt_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?> nettoyer($collegeTemp['commissionAdherent_total']))?> nettoyer($collegeTemp['commissionBeneficiaire_total']))?> nettoyer($collegeTemp['commission_total']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?> nettoyer($collegeTemp['commissionAutreAdherent_total']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire_total']))?> nettoyer($collegeTemp['commissionAutre_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?> nettoyer($collegeTemp['fraisCarteAdherent_total']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire_total']))?> nettoyer($collegeTemp['fraisCarte_total']))?>
+ + +
+

+
+ +
+ + diff --git a/radiantproduction/Societes/radiant/Tarifs/Vue/Creercolleged.php b/radiantproduction/Societes/radiant/Tarifs/Vue/Creercolleged.php new file mode 100644 index 0000000..53ec23a --- /dev/null +++ b/radiantproduction/Societes/radiant/Tarifs/Vue/Creercolleged.php @@ -0,0 +1,631 @@ +titre = "INTER-SANTE - Ajout Collège au Devis"; + $_SESSION['imposerPlafond'] = $this->nettoyer($collegeTemp['imposerPlafond']); + + $controlPlafondAdherent = $_SESSION['controlPlafondAdherent']; + $controlPlafondBeneficiaire = $_SESSION['controlPlafondBeneficiaire']; + + // var_dump($optionstarif); + // exit(); +?> + +
+ +
+ +
+ + + + /> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Option + + + + + + + + + + + + + +
+
+ + + + +
+
Surpr. Div. + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($garantiebase['garantie']) ?>nettoyer($garantiebase['plafond'])) ?> + + + + nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($garantiebase['garantie']) ?> nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+
+ + +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" >
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?> nettoyer($collegeTemp['primeFamilleAdherent_total']))?> nettoyer($collegeTemp['primeBeneficiaire_total']))?> nettoyer($collegeTemp['primeFamille_total']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?> nettoyer($collegeTemp['primeCplFuneraireAdherent_total']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire_total']))?> nettoyer($collegeTemp['primeCplFuneraire_total']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?> nettoyer($collegeTemp['surprimeOptionAdherent_total']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeOption_total']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?> nettoyer($collegeTemp['surprimeTmAdherent_total']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeTm_total']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?> nettoyer($collegeTemp['surprimeAntAdherent_total']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeAnt_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?> nettoyer($collegeTemp['commissionAdherent_total']))?> nettoyer($collegeTemp['commissionBeneficiaire_total']))?> nettoyer($collegeTemp['commission_total']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?> nettoyer($collegeTemp['commissionAutreAdherent_total']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire_total']))?> nettoyer($collegeTemp['commissionAutre_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?> nettoyer($collegeTemp['fraisCarteAdherent_total']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire_total']))?> nettoyer($collegeTemp['fraisCarte_total']))?>
+
+ + +
+

+
+ + +
+ + + diff --git a/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercollege.php b/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercollege.php new file mode 100644 index 0000000..731bf1f --- /dev/null +++ b/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercollege.php @@ -0,0 +1,671 @@ +titre = "INTER-SANTE - Modification collège"; + $_SESSION['imposerPlafond'] = $this->nettoyer($collegeTemp['imposerPlafond']); +?> + +
+ + + + /> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + + +
+
Surpr. Div. + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + nettoyer($garantiebase['id']); + $garantie = $this->nettoyer($garantiebase['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantiebase['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($garantiebase['plafond'])) ?> + + + + nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($garantiebase['garantie']) ?> nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + + +
+
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" >
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?> nettoyer($collegeTemp['primeFamilleAdherent_total']))?> nettoyer($collegeTemp['primeBeneficiaire_total']))?> nettoyer($collegeTemp['primeFamille_total']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?> nettoyer($collegeTemp['primeCplFuneraireAdherent_total']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire_total']))?> nettoyer($collegeTemp['primeCplFuneraire_total']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?> nettoyer($collegeTemp['surprimeOptionAdherent_total']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeOption_total']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?> nettoyer($collegeTemp['surprimeTmAdherent_total']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeTm_total']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?> nettoyer($collegeTemp['surprimeAntAdherent_total']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeAnt_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?> nettoyer($collegeTemp['commissionAdherent_total']))?> nettoyer($collegeTemp['commissionBeneficiaire_total']))?> nettoyer($collegeTemp['commission_total']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?> nettoyer($collegeTemp['commissionAutreAdherent_total']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire_total']))?> nettoyer($collegeTemp['commissionAutre_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?> nettoyer($collegeTemp['fraisCarteAdherent_total']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire_total']))?> nettoyer($collegeTemp['fraisCarte_total']))?>
+
+ + +
+

+
+ +
+ + + + + + diff --git a/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercolleged.php b/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercolleged.php new file mode 100644 index 0000000..a03342f --- /dev/null +++ b/radiantproduction/Societes/radiant/Tarifs/Vue/Modifiercolleged.php @@ -0,0 +1,641 @@ +titre = "INTER-SANTE - Modification collège du devis"; + $_SESSION['imposerPlafond'] = $this->nettoyer($collegeTemp['imposerPlafond']); + $_SESSION['numeroOptionTarif'] = $this->nettoyer($collegeTemp['numeroOptionTarif']); +?> + +
+ +
+ +
+ + + + /> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Option + + + + + + + + + + + + + +
+
+ + + + +
+
Surpr. Div. + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + nettoyer($garantiebase['id']); + $garantie = $this->nettoyer($garantiebase['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantiebase['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($garantiebase['plafond'])) ?> + + + + nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($garantiebase['garantie']) ?> nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + + +
+
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" >
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?> nettoyer($collegeTemp['primeFamilleAdherent_total']))?> nettoyer($collegeTemp['primeBeneficiaire_total']))?> nettoyer($collegeTemp['primeFamille_total']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?> nettoyer($collegeTemp['primeCplFuneraireAdherent_total']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire_total']))?> nettoyer($collegeTemp['primeCplFuneraire_total']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?> nettoyer($collegeTemp['surprimeOptionAdherent_total']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeOption_total']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?> nettoyer($collegeTemp['surprimeTmAdherent_total']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeTm_total']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?> nettoyer($collegeTemp['surprimeAntAdherent_total']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire_total']))?> nettoyer($collegeTemp['surprimeAnt_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?> nettoyer($collegeTemp['commissionAdherent_total']))?> nettoyer($collegeTemp['commissionBeneficiaire_total']))?> nettoyer($collegeTemp['commission_total']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?> nettoyer($collegeTemp['commissionAutreAdherent_total']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire_total']))?> nettoyer($collegeTemp['commissionAutre_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?> nettoyer($collegeTemp['fraisCarteAdherent_total']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire_total']))?> nettoyer($collegeTemp['fraisCarte_total']))?>
+
+ + +
+

+
+ +
+ + + \ No newline at end of file diff --git a/radiantproduction/Societes/radiant/images/Copie de logo_etat.png b/radiantproduction/Societes/radiant/images/Copie de logo_etat.png new file mode 100644 index 0000000..2d9d6b7 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/Copie de logo_etat.png differ diff --git a/radiantproduction/Societes/radiant/images/favicon.ico b/radiantproduction/Societes/radiant/images/favicon.ico new file mode 100644 index 0000000..acac4a8 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/favicon.ico differ diff --git a/radiantproduction/Societes/radiant/images/logo.ico b/radiantproduction/Societes/radiant/images/logo.ico new file mode 100644 index 0000000..acac4a8 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo.ico differ diff --git a/radiantproduction/Societes/radiant/images/logo.png b/radiantproduction/Societes/radiant/images/logo.png new file mode 100644 index 0000000..2d9d6b7 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo.png differ diff --git a/radiantproduction/Societes/radiant/images/logo_etat.png b/radiantproduction/Societes/radiant/images/logo_etat.png new file mode 100644 index 0000000..94eea54 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo_etat.png differ diff --git a/radiantproduction/Societes/radiant/images/logo_etat_2024_10_14.png b/radiantproduction/Societes/radiant/images/logo_etat_2024_10_14.png new file mode 100644 index 0000000..1b557d8 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo_etat_2024_10_14.png differ diff --git a/radiantproduction/Societes/radiant/images/logo_loyale.png b/radiantproduction/Societes/radiant/images/logo_loyale.png new file mode 100644 index 0000000..ae67fca Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo_loyale.png differ diff --git a/radiantproduction/Societes/radiant/images/logo_portail.png b/radiantproduction/Societes/radiant/images/logo_portail.png new file mode 100644 index 0000000..2d9d6b7 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo_portail.png differ diff --git a/radiantproduction/Societes/radiant/images/logo_radiant_new.png b/radiantproduction/Societes/radiant/images/logo_radiant_new.png new file mode 100644 index 0000000..410780f Binary files /dev/null and b/radiantproduction/Societes/radiant/images/logo_radiant_new.png differ diff --git a/radiantproduction/Societes/radiant/images/tempon_medecin.jpg b/radiantproduction/Societes/radiant/images/tempon_medecin.jpg new file mode 100644 index 0000000..bc268d7 Binary files /dev/null and b/radiantproduction/Societes/radiant/images/tempon_medecin.jpg differ diff --git a/radiantproduction/Vue/Accepteracteexclu/index.php b/radiantproduction/Vue/Accepteracteexclu/index.php new file mode 100644 index 0000000..265a5d4 --- /dev/null +++ b/radiantproduction/Vue/Accepteracteexclu/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Autoriser un acte exclu"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepteracteexclus/index.php b/radiantproduction/Vue/Accepteracteexclus/index.php new file mode 100644 index 0000000..2c4e63d --- /dev/null +++ b/radiantproduction/Vue/Accepteracteexclus/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Autoriser un acte exclu"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepterderogation/index.php b/radiantproduction/Vue/Accepterderogation/index.php new file mode 100644 index 0000000..a533a55 --- /dev/null +++ b/radiantproduction/Vue/Accepterderogation/index.php @@ -0,0 +1,91 @@ +titre = "INTER-SANTE - Accepter Dérogation"; + $codeDerogation = $this->nettoyer($derogation['codeDerogation']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($derogation['numeroBeneficiaire']) . " )" ?>" readonly>
+ +
+ + +
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepterderogations/index.php b/radiantproduction/Vue/Accepterderogations/index.php new file mode 100644 index 0000000..2e70c3b --- /dev/null +++ b/radiantproduction/Vue/Accepterderogations/index.php @@ -0,0 +1,92 @@ +titre = "INTER-SANTE - Accepter Dérogation"; + $codeDerogation = $this->nettoyer($derogation['codeDerogation']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($derogation['numeroBeneficiaire']) . " )" ?>" readonly>
+ +
+ + +
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepterententeprealable/index.php b/radiantproduction/Vue/Accepterententeprealable/index.php new file mode 100644 index 0000000..59fc0f8 --- /dev/null +++ b/radiantproduction/Vue/Accepterententeprealable/index.php @@ -0,0 +1,61 @@ +titre = "INTER-SANTE - Autoriser un acte"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepterententeprealables/index.php b/radiantproduction/Vue/Accepterententeprealables/index.php new file mode 100644 index 0000000..da822c6 --- /dev/null +++ b/radiantproduction/Vue/Accepterententeprealables/index.php @@ -0,0 +1,61 @@ +titre = "INTER-SANTE - Autoriser un acte"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accepterententeprealablesmont/index.php b/radiantproduction/Vue/Accepterententeprealablesmont/index.php new file mode 100644 index 0000000..2d6f021 --- /dev/null +++ b/radiantproduction/Vue/Accepterententeprealablesmont/index.php @@ -0,0 +1,74 @@ +titre = "INTER-SANTE - Autoriser Monture"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
+ +
+ + +
+

+
+ + +
+
+ + + +
+
diff --git a/radiantproduction/Vue/Accepterententeprealablesopt/index.php b/radiantproduction/Vue/Accepterententeprealablesopt/index.php new file mode 100644 index 0000000..a058ffe --- /dev/null +++ b/radiantproduction/Vue/Accepterententeprealablesopt/index.php @@ -0,0 +1,79 @@ +titre = "INTER-SANTE - Autoriser des verres"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
+ +
+ + +
+

+
+ +
+ +
+
+ + + + +
+
diff --git a/radiantproduction/Vue/Accepterententeprealablespha/index.php b/radiantproduction/Vue/Accepterententeprealablespha/index.php new file mode 100644 index 0000000..b574021 --- /dev/null +++ b/radiantproduction/Vue/Accepterententeprealablespha/index.php @@ -0,0 +1,80 @@ +titre = "INTER-SANTE - Autoriser un médicament"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
+ + + +
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Accesmenuprincipalass/index.php b/radiantproduction/Vue/Accesmenuprincipalass/index.php new file mode 100644 index 0000000..648ddc4 --- /dev/null +++ b/radiantproduction/Vue/Accesmenuprincipalass/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - Acces Menu Principal"; ?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Accessousmenusass/index.php b/radiantproduction/Vue/Accessousmenusass/index.php new file mode 100644 index 0000000..ce6c4c9 --- /dev/null +++ b/radiantproduction/Vue/Accessousmenusass/index.php @@ -0,0 +1,44 @@ +titre = "INTER-SANTE - Acces sous Menus"; +?> + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Afficherbons/index.php b/radiantproduction/Vue/Afficherbons/index.php new file mode 100644 index 0000000..3884976 --- /dev/null +++ b/radiantproduction/Vue/Afficherbons/index.php @@ -0,0 +1,115 @@ +titre = "INTER-SANTE - Afficher bons"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + + + +
+ +
+ + + + + + + + + + + + + + + + + +
Type
+
+ + + diff --git a/radiantproduction/Vue/Agentcommercial/index.php b/radiantproduction/Vue/Agentcommercial/index.php new file mode 100644 index 0000000..624fb3a --- /dev/null +++ b/radiantproduction/Vue/Agentcommercial/index.php @@ -0,0 +1,72 @@ +nettoyer($apporteur['id']); + $codeApporteur = $apporteur['codeApporteur']; + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + $_SESSION['libelleApporteur_C'] = $libelleApporteur; +?> + + + + + + " . $libelleApporteur . " ( " . $codeApporteur . " )" ?> + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+ + + + + diff --git a/radiantproduction/Vue/Ajaxacommercialfamiliale/index.php b/radiantproduction/Vue/Ajaxacommercialfamiliale/index.php new file mode 100644 index 0000000..f0684ab --- /dev/null +++ b/radiantproduction/Vue/Ajaxacommercialfamiliale/index.php @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + nettoyer($apporteur['id']); + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $codeApporteur = $apporteur['codeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + ?> + + + + + + + + + + +
Type E-mail
nettoyer($apporteur['typeapporteur']) ?> nettoyer($apporteur['telephone']) ?> nettoyer($apporteur['email']) ?> " onClick="javascript:agent_commercial();" style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxacommercialfamiliale/tous.php b/radiantproduction/Vue/Ajaxacommercialfamiliale/tous.php new file mode 100644 index 0000000..f0684ab --- /dev/null +++ b/radiantproduction/Vue/Ajaxacommercialfamiliale/tous.php @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + nettoyer($apporteur['id']); + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $codeApporteur = $apporteur['codeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + ?> + + + + + + + + + + +
Type E-mail
nettoyer($apporteur['typeapporteur']) ?> nettoyer($apporteur['telephone']) ?> nettoyer($apporteur['email']) ?> " onClick="javascript:agent_commercial();" style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxacommercialparam/index.php b/radiantproduction/Vue/Ajaxacommercialparam/index.php new file mode 100644 index 0000000..37192af --- /dev/null +++ b/radiantproduction/Vue/Ajaxacommercialparam/index.php @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + nettoyer($apporteur['id']); + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $codeApporteur = $apporteur['codeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + ?> + + + + + + + + + + + + + + + +
Type E-mail
nettoyer($apporteur['typeapporteur']) ?> nettoyer($apporteur['telephone']) ?> nettoyer($apporteur['email']) ?> " onClick="javascript:modifier_un_commercial();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxacommercialparam/tous.php b/radiantproduction/Vue/Ajaxacommercialparam/tous.php new file mode 100644 index 0000000..37192af --- /dev/null +++ b/radiantproduction/Vue/Ajaxacommercialparam/tous.php @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + nettoyer($apporteur['id']); + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $codeApporteur = $apporteur['codeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + ?> + + + + + + + + + + + + + + + +
Type E-mail
nettoyer($apporteur['typeapporteur']) ?> nettoyer($apporteur['telephone']) ?> nettoyer($apporteur['email']) ?> " onClick="javascript:modifier_un_commercial();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxacracteristiquesacte/contexteacte.php b/radiantproduction/Vue/Ajaxacracteristiquesacte/contexteacte.php new file mode 100644 index 0000000..576cfe2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxacracteristiquesacte/contexteacte.php @@ -0,0 +1,3 @@ +
+ +
diff --git a/radiantproduction/Vue/Ajaxacracteristiquesacte/enregistrermodifcaracteristiquesacte.php b/radiantproduction/Vue/Ajaxacracteristiquesacte/enregistrermodifcaracteristiquesacte.php new file mode 100644 index 0000000..71ee8d0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxacracteristiquesacte/enregistrermodifcaracteristiquesacte.php @@ -0,0 +1 @@ +OK enregistrermodifcaracteristiquesacte diff --git a/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesacte.php b/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesacte.php new file mode 100644 index 0000000..eb7b9b0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesacte.php @@ -0,0 +1,106 @@ +
+ nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $codeFamilleActe = $acte['codeFamilleActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + $codeGarantie = $acte['codeGarantie']; + $codeTarifActe = $acte['codeTarifActe']; + $codeTypePrestation = $acte['codeTypePrestation']; + $alerte = $acte['alerte']; + $delaiCarenceActe = $acte['delaiCarenceActe']; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Français English
+ + + +
+ + + +
+ + + + + + + +
" onClick="javascript:enregistrer_modif_caracteristiques_un_acte();" style='font-size:10pt;' > " onClick="javascript:effacer_caracteristiques_un_acte();" style='font-size:9pt;' >
+
diff --git a/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesactebis.php b/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesactebis.php new file mode 100644 index 0000000..bb6bec7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxacracteristiquesacte/fichecracteristiquesactebis.php @@ -0,0 +1,39 @@ +
+ nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $codeFamilleActe = $acte['codeFamilleActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + ?> + + + + + + + + + + + + + + + + + + + + + + + +
+ +
" onClick="javascript:enregistrer_modif_requeteperso();" style='font-size:10pt;' > " onClick="javascript:effacer_caracteristiques_un_acte();" style='font-size:9pt;' >
+
diff --git a/radiantproduction/Vue/Ajaxacracteristiquesacte/index.php b/radiantproduction/Vue/Ajaxacracteristiquesacte/index.php new file mode 100644 index 0000000..8d029f1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxacracteristiquesacte/index.php @@ -0,0 +1,78 @@ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + $libelleActe = $this->nettoyer($acte['libelle']); + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($acte['libelleEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($acte['libelleFamilleActe']) ?>nettoyer($acte['codeTypePrestation']) ?>nettoyer($acte['codeGarantie']) ?> nettoyer($acte['delaiCarenceActe']) ?> + " onClick="javascript:afficher_caracteristiques_un_acte();" style='font-size:8pt;' > +
+
diff --git a/radiantproduction/Vue/Ajaxactefamilleparam/index.php b/radiantproduction/Vue/Ajaxactefamilleparam/index.php new file mode 100644 index 0000000..52de4c4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxactefamilleparam/index.php @@ -0,0 +1,78 @@ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + $libelleActe = $this->nettoyer($acte['libelle']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($acte['libelleEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($acte['libelleFamilleActe']) ?>nettoyer($acte['codeTypePrestation']) ?>nettoyer($acte['codeGarantie']) ?> nettoyer($acte['delaiCarenceActe']) ?> " onClick="javascript:modifier_un_acte();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
+
diff --git a/radiantproduction/Vue/Ajaxactefamilleparam/tous.php b/radiantproduction/Vue/Ajaxactefamilleparam/tous.php new file mode 100644 index 0000000..52de4c4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxactefamilleparam/tous.php @@ -0,0 +1,78 @@ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + $libelleActe = $this->nettoyer($acte['libelle']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($acte['libelleEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($acte['libelleFamilleActe']) ?>nettoyer($acte['codeTypePrestation']) ?>nettoyer($acte['codeGarantie']) ?> nettoyer($acte['delaiCarenceActe']) ?> " onClick="javascript:modifier_un_acte();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
+
diff --git a/radiantproduction/Vue/Ajaxactesexclus/index.php b/radiantproduction/Vue/Ajaxactesexclus/index.php new file mode 100644 index 0000000..ef5f468 --- /dev/null +++ b/radiantproduction/Vue/Ajaxactesexclus/index.php @@ -0,0 +1,77 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeautorisation']); + $codeReponseAutorisation = $this->nettoyer($ententeprealable['codeReponseAutorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
nettoyer($ententeprealable['numeroAutorisation']) ?>nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponseAutorisation']) ?> nettoyer($ententeprealable['prixTarif'])) ?> nettoyer($ententeprealable['valeurActe'])) ?> + " + onClick="javascript:accepter_acte_exclu_2();"> + + " + onClick="javascript:refuser_acte_exclu_2(, '2');"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxactesexclusbenficiaire/index.php b/radiantproduction/Vue/Ajaxactesexclusbenficiaire/index.php new file mode 100644 index 0000000..8cdbaa9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxactesexclusbenficiaire/index.php @@ -0,0 +1,73 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeautorisation']); + $codeReponseAutorisation = $this->nettoyer($ententeprealable['codeReponseAutorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
nettoyer($ententeprealable['numeroAutorisation']) ?>nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponseAutorisation']) ?> nettoyer($ententeprealable['prixTarif'])) ?> nettoyer($ententeprealable['valeurActe'])) ?> + " + onClick="javascript:accepter_acte_exclu();"> + + " + onClick="javascript:refuser_acte_exclu(, '2');"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxactespossiblesselectiondec/index.php b/radiantproduction/Vue/Ajaxactespossiblesselectiondec/index.php new file mode 100644 index 0000000..15e5fbd --- /dev/null +++ b/radiantproduction/Vue/Ajaxactespossiblesselectiondec/index.php @@ -0,0 +1,52 @@ +
+ + + + + + + + + + + + nettoyer($acte['codeActe']); + $act_ententePrealable=$this->nettoyer($acte['ententePrealable']); + $act_exclu=$this->nettoyer($acte['exclu']); + $act_valeurActe=$this->nettoyer($acte['valeurActe']); + $act_montantTm=$this->nettoyer($acte['montantTm']); + $act_aRembourser=$this->nettoyer($acte['montantArembourser']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($acte['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($acte['libelleActe']); + } + + ?> + + + + + + + + + + + + + + + + + + + +
Prix =>
Excl
+
+ diff --git a/radiantproduction/Vue/Ajaxadherent/index.php b/radiantproduction/Vue/Ajaxadherent/index.php new file mode 100644 index 0000000..19b603e --- /dev/null +++ b/radiantproduction/Vue/Ajaxadherent/index.php @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxafficherajoutactesdec/index.php b/radiantproduction/Vue/Ajaxafficherajoutactesdec/index.php new file mode 100644 index 0000000..e7a25a4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherajoutactesdec/index.php @@ -0,0 +1,56 @@ +
+ + + + + + + + + + + + + + nettoyer($prestation['id']); + $idLivre=$this->nettoyer($prestation['id']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxafficherbons/index.php b/radiantproduction/Vue/Ajaxafficherbons/index.php new file mode 100644 index 0000000..6bef28f --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherbons/index.php @@ -0,0 +1,68 @@ + +
+ + + + + + + + + + + + + + + + + + echapper($bonpec['motifAnnulation']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($bonpec['codeTypeBon']) ?>nettoyer($bonpec['dateGeneration'])) ?>nettoyer($bonpec['dateReception'])) ?>nettoyer($bonpec['codeUtilisateurReception']) ?>nettoyer($bonpec['etatBon']) ?>nettoyer($bonpec['numeroBeneficiaire']) ?>nettoyer($bonpec['beneficiaire']) ?>nettoyer($bonpec['dateImpression'])) ?>nettoyer($bonpec['codeUtilisateurImpression']) ?> nettoyer($bonpec['numeroRemplacement']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxafficherbons/vide.php b/radiantproduction/Vue/Ajaxafficherbons/vide.php new file mode 100644 index 0000000..941da82 --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherbons/vide.php @@ -0,0 +1,23 @@ + +
+ + + + + + + + + + + + + + + + + + +
Type
+ +
diff --git a/radiantproduction/Vue/Ajaxafficherverifierfacture/index.php b/radiantproduction/Vue/Ajaxafficherverifierfacture/index.php new file mode 100644 index 0000000..e8ae616 --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherverifierfacture/index.php @@ -0,0 +1,219 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + $ajoutDecompte = $prestation['ajoutDecompte']; + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + '1' || $autorisation>'1'): ?> + + + + + + + + + '1' || $autorisation>'1'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec();" style='font-size:8pt;' > " onClick="reinit_facture_dec();" style='font-size:8pt;' >
nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxafficherverifierfactureopt/index.php b/radiantproduction/Vue/Ajaxafficherverifierfactureopt/index.php new file mode 100644 index 0000000..6fff1a1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherverifierfactureopt/index.php @@ -0,0 +1,193 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + ?> + + + + + + + + + + + + + + + + '1' || $autorisation>'1'): ?> + + + + + + + + + '1' || $autorisation>'1'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec_opt();" style='font-size:8pt;' > " onClick="reinit_facture_dec_opt();" style='font-size:8pt;' >
nettoyer($prestation['libelleOptique']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxafficherverifierfacturepha/index.php b/radiantproduction/Vue/Ajaxafficherverifierfacturepha/index.php new file mode 100644 index 0000000..8ff269e --- /dev/null +++ b/radiantproduction/Vue/Ajaxafficherverifierfacturepha/index.php @@ -0,0 +1,205 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + + $fact_exclue = $this->nettoyer($facture_pop['valide']=="2"); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + $ajPharmacie = $this->nettoyer($prestation['ajPharmacie']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + '1' || $autorisation>'1'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExclInstructions
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec_pha();" style='font-size:8pt;' > " onClick="reinit_facture_dec_pha();" style='font-size:8pt;' >
nettoyer($prestation['libelleMedicament']) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?> nettoyer($prestation['instructions']) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxajoutactesdec/index.php b/radiantproduction/Vue/Ajaxajoutactesdec/index.php new file mode 100644 index 0000000..ae501fa --- /dev/null +++ b/radiantproduction/Vue/Ajaxajoutactesdec/index.php @@ -0,0 +1,90 @@ +
+ " onClick="recap_ajout_acte_dec();" style='font-size:9pt;' > + + + + + + + + +
+ +
+ +
+ +
+
+ + + + + + + +
=>
+
+
+ +
+ + + + + + + + + + + + + + nettoyer($prestation['id']); + $idLivre=$this->nettoyer($prestation['id']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxalistedemandebon/index.php b/radiantproduction/Vue/Ajaxalistedemandebon/index.php new file mode 100644 index 0000000..bb6f6b0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxalistedemandebon/index.php @@ -0,0 +1,25 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
Id Type
nettoyer($demandesbon['id']) ?>nettoyer($demandesbon['typbon']) ?>nettoyer($demandesbon['quantite']) ?>nettoyer($demandesbon['utilisateur']) ?>nettoyer($demandesbon['dateSysteme'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxalistegenererbons/index.php b/radiantproduction/Vue/Ajaxalistegenererbons/index.php new file mode 100644 index 0000000..e171292 --- /dev/null +++ b/radiantproduction/Vue/Ajaxalistegenererbons/index.php @@ -0,0 +1,35 @@ + +
+ + + + + + + + + + + + + + + + nettoyer($generartionbon['id']); + $nbligne++; + ?> + + + + + + + + + + + +
TypeDate
nettoyer($generartionbon['typeBon']) ?>nettoyer($generartionbon['dateSysteme'])) ?>nettoyer($generartionbon['noDepart']) ?>nettoyer($generartionbon['noFin']) ?>nettoyer($generartionbon['utilisateur']) ?>nettoyer($generartionbon['receptionnaire']) ?> " onClick="javascript:imprimer_livraison_bon_differe();">
+ +
diff --git a/radiantproduction/Vue/Ajaxanomaliesdecomptes/index.php b/radiantproduction/Vue/Ajaxanomaliesdecomptes/index.php new file mode 100644 index 0000000..ab8f59f --- /dev/null +++ b/radiantproduction/Vue/Ajaxanomaliesdecomptes/index.php @@ -0,0 +1,39 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($decompte['idFacture']) ?>nettoyer($decompte['prestataire']) ?>nettoyer($decompte['souscripteur']) ?>nettoyer($decompte['numeroBeneficiaire']) ?>nettoyer($decompte['beneficiaire']) ?>nettoyer($decompte['fraisReel'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['montantRedresse'])) ?>nettoyer($decompte['userControle']) ?>nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxapporteurparam/index.php b/radiantproduction/Vue/Ajaxapporteurparam/index.php new file mode 100644 index 0000000..e25cf88 --- /dev/null +++ b/radiantproduction/Vue/Ajaxapporteurparam/index.php @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + nettoyer($apporteur['id']); + // $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $codeApporteur = $apporteur['codeApporteur']; + $libelleApporteur = $this->nettoyer($apporteur['libelle']); + ?> + + + + + + + + + + + + + + + +
E-mail
nettoyer($apporteur['telephone']) ?> nettoyer($apporteur['email']) ?> " onClick="javascript:modifier_un_apporteur();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxassuresactifs/index.php b/radiantproduction/Vue/Ajaxassuresactifs/index.php new file mode 100644 index 0000000..2bc6b57 --- /dev/null +++ b/radiantproduction/Vue/Ajaxassuresactifs/index.php @@ -0,0 +1,47 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($ente_etat['nbAdherentTotal'])) ?>nettoyer($ente_etat['nbDependantTotal'])) ?>nettoyer($ente_etat['nbBeneficiaireTotal'])) ?>
nettoyer($beneficiaire['souscripteur']) ?>nettoyer($beneficiaire['numeroPolice']) ?>nettoyer($beneficiaire['codeTypeContrat']) ?>nettoyer($beneficiaire['dateEffet'])) ?>nettoyer($beneficiaire['dateFin'])) ?>nettoyer($beneficiaire['nbAdherent'])) ?>nettoyer($beneficiaire['nbDependant'])) ?>nettoyer($beneficiaire['nbBeneficiaire'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxattentedemandesteglement/index.php b/radiantproduction/Vue/Ajaxattentedemandesteglement/index.php new file mode 100644 index 0000000..06efd4f --- /dev/null +++ b/radiantproduction/Vue/Ajaxattentedemandesteglement/index.php @@ -0,0 +1,92 @@ + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['heureValidationDecompte'])) ?>nettoyer($decompte['userValidationDecompte']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxavenant/getdateavenant.php b/radiantproduction/Vue/Ajaxavenant/getdateavenant.php new file mode 100644 index 0000000..cb80605 --- /dev/null +++ b/radiantproduction/Vue/Ajaxavenant/getdateavenant.php @@ -0,0 +1,2 @@ + diff --git a/radiantproduction/Vue/Ajaxavenant/getdateavenantbeneficiaire.php b/radiantproduction/Vue/Ajaxavenant/getdateavenantbeneficiaire.php new file mode 100644 index 0000000..4410af7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxavenant/getdateavenantbeneficiaire.php @@ -0,0 +1,2 @@ + diff --git a/radiantproduction/Vue/Ajaxavenant/index.php b/radiantproduction/Vue/Ajaxavenant/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxbeneficiaireprimeadherent/index.php b/radiantproduction/Vue/Ajaxbeneficiaireprimeadherent/index.php new file mode 100644 index 0000000..ce96888 --- /dev/null +++ b/radiantproduction/Vue/Ajaxbeneficiaireprimeadherent/index.php @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
+ +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
nettoyer($beneficiaire['dateEffet'])) ?> nettoyer($beneficiaire['codeLienParente']) ?> nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['beneficiaire']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['accessoire'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
diff --git a/radiantproduction/Vue/Ajaxbeneficiaireprimebeneficiaire/index.php b/radiantproduction/Vue/Ajaxbeneficiaireprimebeneficiaire/index.php new file mode 100644 index 0000000..c2b9afb --- /dev/null +++ b/radiantproduction/Vue/Ajaxbeneficiaireprimebeneficiaire/index.php @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
+ +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
nettoyer($beneficiaire['dateEffet'])) ?> nettoyer($beneficiaire['avenant']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['accessoire'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>nettoyer($beneficiaire['dateFacturation']), $_SESSION['lang']) ?>
diff --git a/radiantproduction/Vue/Ajaxborderauencaissement/index.php b/radiantproduction/Vue/Ajaxborderauencaissement/index.php new file mode 100644 index 0000000..2355abe --- /dev/null +++ b/radiantproduction/Vue/Ajaxborderauencaissement/index.php @@ -0,0 +1,89 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ + STATUS
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnee['dateComptable'])) ?>nettoyer($donnee['numeroEncaissement']) ?>nettoyer($donnee['codeModePaiement']) ?>nettoyer($donnee['codeMoyenPaiement']) ?>nettoyer($donnee['referencePaiement']) ?>nettoyer($donnee['libelleOperation']) ?>nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['numeroPolice']) ?>nettoyer($donnee['dateEffet'])) ?>nettoyer($donnee['numeroQuittance']) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?> nettoyer($donnee['codeEtape']) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxborderaufacturation/index.php b/radiantproduction/Vue/Ajaxborderaufacturation/index.php new file mode 100644 index 0000000..44c2e07 --- /dev/null +++ b/radiantproduction/Vue/Ajaxborderaufacturation/index.php @@ -0,0 +1,98 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['etape']); + if (est_anglophone()) + { + $etape = $this->nettoyer($donnee['etapeEng']); + } + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
+ + STATUS
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['numeroPolice']) ?>nettoyer($donnee['numeroEmission']) ?>nettoyer($donnee['numeroQuittance']) ?>nettoyer($donnee['dateEffet'])) ?>nettoyer($donnee['dateFin'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>nettoyer($donnee['encaisse'])) ?>nettoyer($donnee['solde'])) ?> nettoyer($donnee['dateSysteme']), $_SESSION['lang']) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxcartegccons/index.php b/radiantproduction/Vue/Ajaxcartegccons/index.php new file mode 100644 index 0000000..e3627f8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegccons/index.php @@ -0,0 +1,28 @@ +
+ + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + +
Date
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcartegcnonsel/index.php b/radiantproduction/Vue/Ajaxcartegcnonsel/index.php new file mode 100644 index 0000000..19d4e67 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcnonsel/index.php @@ -0,0 +1,51 @@ +
+titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcartegcnonsel/reafficher.php b/radiantproduction/Vue/Ajaxcartegcnonsel/reafficher.php new file mode 100644 index 0000000..19d4e67 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcnonsel/reafficher.php @@ -0,0 +1,51 @@ +
+titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcartegcnonsel/validerselection.php b/radiantproduction/Vue/Ajaxcartegcnonsel/validerselection.php new file mode 100644 index 0000000..c9ed14e --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcnonsel/validerselection.php @@ -0,0 +1,69 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxcartegcnonselentete/index.php b/radiantproduction/Vue/Ajaxcartegcnonselentete/index.php new file mode 100644 index 0000000..542e8bc --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcnonselentete/index.php @@ -0,0 +1,31 @@ +
+ + nettoyer($reglement['valideAs']); + ?> + + " readonly > + + + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxcartegcsel/index.php b/radiantproduction/Vue/Ajaxcartegcsel/index.php new file mode 100644 index 0000000..940ac13 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcsel/index.php @@ -0,0 +1,70 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcartegcsel/reafficher.php b/radiantproduction/Vue/Ajaxcartegcsel/reafficher.php new file mode 100644 index 0000000..e185bc1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcsel/reafficher.php @@ -0,0 +1,71 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcartegcsel/validerselection.php b/radiantproduction/Vue/Ajaxcartegcsel/validerselection.php new file mode 100644 index 0000000..a177e60 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcartegcsel/validerselection.php @@ -0,0 +1,70 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxchangecategorie/changecategorie.php b/radiantproduction/Vue/Ajaxchangecategorie/changecategorie.php new file mode 100644 index 0000000..9bdefb6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxchangecategorie/changecategorie.php @@ -0,0 +1,9 @@ +
+ + + + + + + +
diff --git a/radiantproduction/Vue/Ajaxchangecategorie/index.php b/radiantproduction/Vue/Ajaxchangecategorie/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxchangercollege/index.php b/radiantproduction/Vue/Ajaxchangercollege/index.php new file mode 100644 index 0000000..5683235 --- /dev/null +++ b/radiantproduction/Vue/Ajaxchangercollege/index.php @@ -0,0 +1,100 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?>
nettoyer($collegeTemp['accessoire']))?> nettoyer($collegeTemp['accessoireBeneficiaire']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?>
+
diff --git a/radiantproduction/Vue/Ajaxchangerlangue/changerlangue.php b/radiantproduction/Vue/Ajaxchangerlangue/changerlangue.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxchangerlangue/index.php b/radiantproduction/Vue/Ajaxchangerlangue/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxcommission/index.php b/radiantproduction/Vue/Ajaxcommission/index.php new file mode 100644 index 0000000..fee28c0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcommission/index.php @@ -0,0 +1,4 @@ + diff --git a/radiantproduction/Vue/Ajaxcommissionautre/index.php b/radiantproduction/Vue/Ajaxcommissionautre/index.php new file mode 100644 index 0000000..f00d573 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcommissionautre/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarif.php b/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarif.php new file mode 100644 index 0000000..00113fd --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarif.php @@ -0,0 +1,67 @@ +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($acte_out['libelleActe']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($acte_in['libelleActe']) ?> nettoyer($acte_in['prix'])) ?> + +
+
+
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarifcons.php b/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarifcons.php new file mode 100644 index 0000000..fc06c4b --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarif/affichercomposantetarifcons.php @@ -0,0 +1,26 @@ +
+ + + + + + + + + + + + + + + + + + + + + +
Code
nettoyer($acte_in['codeActe']) ?> nettoyer($acte_in['libelleActe']) ?> nettoyer($acte_in['prix'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarif/index.php b/radiantproduction/Vue/Ajaxcomposantetarif/index.php new file mode 100644 index 0000000..e0ddf9a --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarif/index.php @@ -0,0 +1 @@ +Ajaxcomposantetarif \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarif.php b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarif.php new file mode 100644 index 0000000..0a43599 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarif.php @@ -0,0 +1,67 @@ +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($medicament_out['libelleMedicament']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($medicament_in['libelleMedicament']) ?> nettoyer($medicament_in['prix'])) ?> + +
+
+
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarifcons.php b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarifcons.php new file mode 100644 index 0000000..3d199e8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/affichercomposantetarifcons.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + nettoyer($medicament_in['libelleMedicament']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($libelleMedicament) ?>nettoyer($medicament_in['prix'])) ?>nettoyer($medicament_in['unite']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarifmedicament/index.php b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/index.php new file mode 100644 index 0000000..e0ddf9a --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/index.php @@ -0,0 +1 @@ +Ajaxcomposantetarif \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcomposantetarifmedicament/listemedicaments.php b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/listemedicaments.php new file mode 100644 index 0000000..dbf080f --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifmedicament/listemedicaments.php @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + nettoyer($medicament['id']); + $codeMedicament = $medicament['codeMedicament']; + $ententePrealable = $medicament['ententePrealable']; + $exclu = $medicament['exclu']; + $actif = $medicament['actif']; + $libelleMedicament = $this->nettoyer($medicament['libelle']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($libelleMedicament) ?>nettoyer($medicament['unite']) ?> " onClick="javascript:modifier_un_medicament();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarif.php b/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarif.php new file mode 100644 index 0000000..e65ce7d --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarif.php @@ -0,0 +1,67 @@ +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($verre_out['libelleVerre']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($verre_in['libelleVerre']) ?> nettoyer($verre_in['prix'])) ?> + +
+
+
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarifcons.php b/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarifcons.php new file mode 100644 index 0000000..c0ebdd8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifoptique/affichercomposantetarifcons.php @@ -0,0 +1,31 @@ +
+ + + + + + + + + + + nettoyer($verre_in['libelleVerre']); + ?> + + + + + + + + + + + + + +
nettoyer($verre_in['prix'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxcomposantetarifoptique/index.php b/radiantproduction/Vue/Ajaxcomposantetarifoptique/index.php new file mode 100644 index 0000000..e0ddf9a --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifoptique/index.php @@ -0,0 +1 @@ +Ajaxcomposantetarif \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxcomposantetarifoptique/listeverres.php b/radiantproduction/Vue/Ajaxcomposantetarifoptique/listeverres.php new file mode 100644 index 0000000..cb7ba76 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcomposantetarifoptique/listeverres.php @@ -0,0 +1,42 @@ + + + + + + + + + + + + + nettoyer($verre['id']); + $codeOptique = $verre['codeOptique']; + $actif = $verre['actif']; + $libelleVerre = $this->nettoyer($verre['libelle']); + if (est_anglophone()) + { + $libelleVerre = $this->nettoyer($verre['libelleEng']); + } + ?> + + + + + + + + + + + + + + + + + +
" onClick="javascript:modifier_un_verre();" style='font-size:8pt;' > " disabled style='font-size:8pt;' >
diff --git a/radiantproduction/Vue/Ajaxconnexioncookie/index.php b/radiantproduction/Vue/Ajaxconnexioncookie/index.php new file mode 100644 index 0000000..3b434e9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxconnexioncookie/index.php @@ -0,0 +1,85 @@ +titre = "INTER-SANTE - Connexion" ; + + if (isset($_COOKIE['codeUtilisateur'])) + { + $_SESSION['lang'] = $_COOKIE['lang']; + $codeUtilisateur = $_COOKIE['codeUtilisateur']; + } + else + { + $_SESSION['lang'] = "fr_FR"; + $codeUtilisateur = ""; + } +?> + +
+
+
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+

+
+ +
+
+ +
+ + + + + +
+
+
+ +
+ +
+
+ +
+ + + + + + +
+
+
+
+
+
+ +
+ +
+
+
+ +
+

+ + " "): ?> +
+ +
+ +

+
+
diff --git a/radiantproduction/Vue/Ajaxconsultertableauprestation/index.php b/radiantproduction/Vue/Ajaxconsultertableauprestation/index.php new file mode 100644 index 0000000..40b93b2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxconsultertableauprestation/index.php @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + nettoyer($prestation['id']); + ?> + + + + + + + +
nettoyer($prestation['reseausoin']) ?>nettoyer($prestation['tmBase']) ?>nettoyer($prestation['tauxRachatTm']) ?>nettoyer($prestation['tm']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxcontextfraisfuneraire/index.php b/radiantproduction/Vue/Ajaxcontextfraisfuneraire/index.php new file mode 100644 index 0000000..b69ebbe --- /dev/null +++ b/radiantproduction/Vue/Ajaxcontextfraisfuneraire/index.php @@ -0,0 +1,4 @@ +
+ +
+ diff --git a/radiantproduction/Vue/Ajaxcontroleavenantpolice/index.php b/radiantproduction/Vue/Ajaxcontroleavenantpolice/index.php new file mode 100644 index 0000000..7eb58c8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcontroleavenantpolice/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxcontrolepiece/index.php b/radiantproduction/Vue/Ajaxcontrolepiece/index.php new file mode 100644 index 0000000..ba81e8a --- /dev/null +++ b/radiantproduction/Vue/Ajaxcontrolepiece/index.php @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/radiantproduction/Vue/Ajaxcreergcpolice/index.php b/radiantproduction/Vue/Ajaxcreergcpolice/index.php new file mode 100644 index 0000000..6903ab7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxcreergcpolice/index.php @@ -0,0 +1,36 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_gc_police();" style='font-size:10pt;' > " onClick="javascript:retour_liste_gc_police();" style='font-size:9pt;' >
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxdecompte/index.php b/radiantproduction/Vue/Ajaxdecompte/index.php new file mode 100644 index 0000000..11356d4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdecompte/index.php @@ -0,0 +1,7 @@ +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Ajaxdecompte/initrattrapagereceptionfactureprestataire.php b/radiantproduction/Vue/Ajaxdecompte/initrattrapagereceptionfactureprestataire.php new file mode 100644 index 0000000..24d40b3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdecompte/initrattrapagereceptionfactureprestataire.php @@ -0,0 +1,91 @@ +
+ +
diff --git a/radiantproduction/Vue/Ajaxdecompte/rattrapagereceptionfactureprestataire.php b/radiantproduction/Vue/Ajaxdecompte/rattrapagereceptionfactureprestataire.php new file mode 100644 index 0000000..5fc4c7d --- /dev/null +++ b/radiantproduction/Vue/Ajaxdecompte/rattrapagereceptionfactureprestataire.php @@ -0,0 +1,163 @@ +
+ +nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + + + + + + + + + + + + + + + + + + + + + + +
" . $reglement['prestataire'] ?>" readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > "onClick="javascript:re_afficherdecompte();" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxdelaicarencetypecontrat/index.php b/radiantproduction/Vue/Ajaxdelaicarencetypecontrat/index.php new file mode 100644 index 0000000..d0a13d2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdelaicarencetypecontrat/index.php @@ -0,0 +1 @@ + diff --git a/radiantproduction/Vue/Ajaxdemandesdecomptes/index.php b/radiantproduction/Vue/Ajaxdemandesdecomptes/index.php new file mode 100644 index 0000000..dfe640a --- /dev/null +++ b/radiantproduction/Vue/Ajaxdemandesdecomptes/index.php @@ -0,0 +1,43 @@ +
+ + + + + + + + + + + + + + + + + nettoyer($decompte['numeroDemandeDecompte']); + $idDemandeDecompte = $this->nettoyer($decompte['idDemandeDecompte']); + ?> + + + + + + + + + + + + + + + + + +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?>nettoyer($decompte['numeroDemandeDecompte']) ?>nettoyer($decompte['prestataire']) ?>nettoyer($decompte['fraisReel'])) ?>nettoyer($decompte['montantTm'])) ?>nettoyer($decompte['fraisExclu'])) ?>nettoyer($decompte['montantApayerCalc'])) ?> + " + onClick="javascript:detail_demande_decompte('', '');" style="font-size:8pt;"> +
+
diff --git a/radiantproduction/Vue/Ajaxdernieresfacturesoptique/index.php b/radiantproduction/Vue/Ajaxdernieresfacturesoptique/index.php new file mode 100644 index 0000000..c5d4999 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdernieresfacturesoptique/index.php @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + nettoyer($facture['libelleOptique']); + $codeOptique = $this->nettoyer($facture['codeOptique']); + + if($actVisible!="1") + { + $libelleOptique = $codeOptique; + } + ?> + + + + + + + + + + + + + +
Date
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['prestataire']) ?> nettoyer($facture['montantVerre'])) ?> nettoyer($facture['montantMonture'])) ?> nettoyer($facture['montantTotal'])) ?> nettoyer($facture['montantTm'])) ?> nettoyer($facture['montantArembourser'])) ?>
diff --git a/radiantproduction/Vue/Ajaxderniernumerobon/index.php b/radiantproduction/Vue/Ajaxderniernumerobon/index.php new file mode 100644 index 0000000..a9ae4ec --- /dev/null +++ b/radiantproduction/Vue/Ajaxderniernumerobon/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxderogations/index.php b/radiantproduction/Vue/Ajaxderogations/index.php new file mode 100644 index 0000000..5384349 --- /dev/null +++ b/radiantproduction/Vue/Ajaxderogations/index.php @@ -0,0 +1,77 @@ +
+ + + + + + + + + + + + + + + + + + nettoyer($derogation['idDemandederogation']); + $codeReponseDerogation = $this->nettoyer($derogation['codeReponseDerogation']); + $numeroDerogation = $this->nettoyer($derogation['numeroDerogation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($derogation['dateSysteme'])) ?>nettoyer($derogation['libelleDerogation']) ?>nettoyer($derogation['prestataire']) ?>nettoyer($derogation['numeroBeneficiaire']) ?>nettoyer($derogation['beneficiaire']) ?>nettoyer($derogation['dateReponse'])) ?>nettoyer($derogation['responsableDerogation']) ?>nettoyer($derogation['reponseDerogation']) ?> + " + onClick="javascript:accepter_derogation_2();"> + + " + onClick="javascript:refuser_derogation_2(, '2');"> + nettoyer($derogation['motifReel']) ?>nettoyer($derogation['debut'])) ?>nettoyer($derogation['fin'])) ?>nettoyer($derogation['motifReel']) ?>nettoyer($derogation['motifRefusAssure']) ?>nettoyer($derogation['tmDerogation']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxderogations/vide.php b/radiantproduction/Vue/Ajaxderogations/vide.php new file mode 100644 index 0000000..2ba6283 --- /dev/null +++ b/radiantproduction/Vue/Ajaxderogations/vide.php @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxderogationsbenficiaire/enregistreraccordderogation.php b/radiantproduction/Vue/Ajaxderogationsbenficiaire/enregistreraccordderogation.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxderogationsbenficiaire/index.php b/radiantproduction/Vue/Ajaxderogationsbenficiaire/index.php new file mode 100644 index 0000000..b73fe5b --- /dev/null +++ b/radiantproduction/Vue/Ajaxderogationsbenficiaire/index.php @@ -0,0 +1,72 @@ +
+ + + + + + + + + + + + + + + + + nettoyer($derogation['idDemandederogation']); + $codeReponseDerogation = $this->nettoyer($derogation['codeReponseDerogation']); + $numeroDerogation = $this->nettoyer($derogation['numeroDerogation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($derogation['dateSysteme'])) ?>nettoyer($derogation['libelleDerogation']) ?>nettoyer($derogation['prestataire']) ?>nettoyer($derogation['dateReponse'])) ?>nettoyer($derogation['responsableDerogation']) ?>nettoyer($derogation['reponseDerogation']) ?> + " + onClick="javascript:accepter_derogation();"> + + " + onClick="javascript:refuser_derogation(, '2');"> + nettoyer($derogation['motifReel']) ?>nettoyer($derogation['debut'])) ?>nettoyer($derogation['fin'])) ?>nettoyer($derogation['motifReel']) ?>nettoyer($derogation['motifRefusAssure']) ?>nettoyer($derogation['tmDerogation']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxderogationsbenficiaire/vide.php b/radiantproduction/Vue/Ajaxderogationsbenficiaire/vide.php new file mode 100644 index 0000000..aba1302 --- /dev/null +++ b/radiantproduction/Vue/Ajaxderogationsbenficiaire/vide.php @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherent.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherent.php new file mode 100644 index 0000000..7a746a1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherent.php @@ -0,0 +1,17 @@ + + + + + + + + +
+ +
+ +
+
+ diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherentclienliste.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclienliste.php new file mode 100644 index 0000000..71fd20c --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclienliste.php @@ -0,0 +1,20 @@ + + + + + + + + + +
+ +
+ +
+
+ + + diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherentclient.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclient.php new file mode 100644 index 0000000..66ce2a0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclient.php @@ -0,0 +1,17 @@ + + + + + + + + + +
+ + " onClick="javascript:sms_recherche_adherent_client();">
+ +
+
+ + diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocalite.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocalite.php new file mode 100644 index 0000000..d3b65d8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocalite.php @@ -0,0 +1,17 @@ + + + + + + + + + +
+ + " onClick="javascript:sms_recherche_adherent_client_localite();">
+ +
+
+ + diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocaliteliste.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocaliteliste.php new file mode 100644 index 0000000..62be9f9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherentclientlocaliteliste.php @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+ +
+
" onClick="javascript:ajax_init_destinataires_sms_adherent_client_localite();">
+ +
+
+ + + diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/adherentlocalite.php b/radiantproduction/Vue/Ajaxdestinatairesms/adherentlocalite.php new file mode 100644 index 0000000..e4e7cec --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/adherentlocalite.php @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
" onClick="javascript:ajax_init_destinataires_sms_adherent_localite();">
+ +
+
+ +
+
+ + diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/consulter.php b/radiantproduction/Vue/Ajaxdestinatairesms/consulter.php new file mode 100644 index 0000000..1303647 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/consulter.php @@ -0,0 +1,60 @@ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + +
Message
nettoyer($message['dateSysteme'])) ?>nettoyer($message['dateEnvoi'])) ?> nettoyer($message['destinataires']) ?>
+
+ + +
+ + + + + + + + + + + + + + + + + + + + +
Message
nettoyer($message['dateSysteme'])) ?> nettoyer($message['destinataires']) ?>
+
+ +
diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/index.php b/radiantproduction/Vue/Ajaxdestinatairesms/index.php new file mode 100644 index 0000000..2a70c4c --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/index.php @@ -0,0 +1,65 @@ + +
+ + + + + + + + + + + +
" onClick="javascript:mettre_sms_commun_attente();"> + + " onClick='javascript:annuler_envoi_sms();'/>
+ +
+ + + + + + + + + + nettoyer($destinataire_non_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_non_selection['libelleDestinataire']) ?> nettoyer($destinataire_non_selection['destination']) ?>
+
+ +
+ + + + + + + + + + nettoyer($destinataire_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_selection['libelleDestinataire']) ?>nettoyer($destinataire_selection['destination']) ?>
+
+
diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/init.php b/radiantproduction/Vue/Ajaxdestinatairesms/init.php new file mode 100644 index 0000000..072733e --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/init.php @@ -0,0 +1,71 @@ + +
+
+
+ +
+ + + + + + + + + + + +
" onClick="javascript:mettre_sms_commun_attente();"> + + " onClick='javascript:annuler_envoi_sms();'/>
+ +
+ + + + + + + + + + nettoyer($destinataire_non_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_non_selection['libelleDestinataire']) ?> nettoyer($destinataire_non_selection['destination']) ?>
+
+ +
+ + + + + + + + + + nettoyer($destinataire_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_selection['libelleDestinataire']) ?>nettoyer($destinataire_selection['destination']) ?>
+
+
+
+ diff --git a/radiantproduction/Vue/Ajaxdestinatairesms/libre.php b/radiantproduction/Vue/Ajaxdestinatairesms/libre.php new file mode 100644 index 0000000..70cdb17 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdestinatairesms/libre.php @@ -0,0 +1,25 @@ +
+
+
+ +
+ + + + + + + + + + + + + + + +
+
" onClick="javascript:mettre_sms_commun_attente_libre();"> " onClick='javascript:annuler_envoi_sms();'/>
+
+ +
diff --git a/radiantproduction/Vue/Ajaxdetailfactureclassique/index.php b/radiantproduction/Vue/Ajaxdetailfactureclassique/index.php new file mode 100644 index 0000000..0dc5497 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdetailfactureclassique/index.php @@ -0,0 +1,203 @@ +0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); +?> + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit
Observat + + " onClick="javascript:valider_facture_classique_temp();" style='font-size:9pt;' >
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + nettoyer($prestation['id']); + $libelleActe = $this->echapper($prestation['libelleActe']); + $valeurActe = $this->nettoyer($prestation['valeurActe']); + ?> + + + + + + + + + + + + +
dechapper($libelleActe) ?> + + nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+
+ + + + + + + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['soldeOld'])) ?>nettoyer($garantieadherent['consommationNew'])) ?>nettoyer($garantieadherent['consommationSousGarantie'])) ?>nettoyer($garantieadherent['fraisExclu'])) ?>nettoyer($garantieadherent['fraisRetenu'])) ?>nettoyer($garantieadherent['soldeNew'])) ?>
+ +
+ +
+ +
+ +
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxdetailprescription/consulterremplacement.php b/radiantproduction/Vue/Ajaxdetailprescription/consulterremplacement.php new file mode 100644 index 0000000..08c1c41 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdetailprescription/consulterremplacement.php @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + nettoyer($medicaments_remplace['codeMedicamentAnc']); + $medicamentAnc = $this->nettoyer($medicaments_remplace['medicamentAnc']); + + $codeMedicamentNouv = $this->nettoyer($medicaments_remplace['codeMedicamentNouv']); + $medicamentnouv = $this->nettoyer($medicaments_remplace['medicamentnouv']); + + if($actVisible!="1") + { + $medicamentAnc = $codeMedicamentAnc; + $medicamentnouv = $codeMedicamentNouv; + } + ?> + + + + + + + + + +
nettoyer($medicaments_remplace['dateSysteme'])) ?> nettoyer($medicaments_remplace['medicamentAnc']) ?> nettoyer($medicaments_remplace['quantiteAnc']) ?> nettoyer($medicaments_remplace['medicamentnouv']) ?> nettoyer($medicaments_remplace['codeUtilisateur']) ?>
diff --git a/radiantproduction/Vue/Ajaxdetailprescription/index.php b/radiantproduction/Vue/Ajaxdetailprescription/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxdetailrenouvellement/index.php b/radiantproduction/Vue/Ajaxdetailrenouvellement/index.php new file mode 100644 index 0000000..9fe31a5 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdetailrenouvellement/index.php @@ -0,0 +1,61 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + +
Total nettoyer($avenant2['primeHt'])) ?> nettoyer($avenant2['taxe'])) ?> nettoyer($avenant2['fraisCarte'])) ?> nettoyer($avenant2['primeTtc'])) ?>
nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['rapportspRen']) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxdetailresiliation/index.php b/radiantproduction/Vue/Ajaxdetailresiliation/index.php new file mode 100644 index 0000000..4fb9f58 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdetailresiliation/index.php @@ -0,0 +1,60 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
Total nettoyer($emission2['primeNetteStat'])) ?>nettoyer($emission2['primeTtcInitial'])) ?>nettoyer($avenant2['primeNonAcquise'])) ?>nettoyer($avenant2['primeHt'])) ?>nettoyer($avenant2['taxe'])) ?>nettoyer($avenant2['primeTtc'])) ?>
nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['dateEntree'])) ?>nettoyer($beneficiaire['duree']) ?>nettoyer($beneficiaire['duree_non_acquise']) ?>nettoyer($beneficiaire['ratioNonAcquise']) ?>nettoyer($beneficiaire['primeNetteStat_an'])) ?>nettoyer($beneficiaire['primeTtc_an'])) ?>nettoyer($beneficiaire['primeNonAcquise'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxdetailretrait/index.php b/radiantproduction/Vue/Ajaxdetailretrait/index.php new file mode 100644 index 0000000..f97c447 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdetailretrait/index.php @@ -0,0 +1,115 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> nettoyer($avenant['primeHt'])) ?> nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
+ + " onClick="javascript:recapituler_retrait();"> " onClick="javascript:enregistrer_retrait();">
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($avenant['nbAliment']) ?> Total nettoyer($avenant['primeNonAcquise'])) ?>nettoyer($avenant['primeHt'])) ?>nettoyer($avenant['taxe'])) ?>nettoyer($avenant['primeTtc'])) ?>
nettoyer($beneficiaire_sel['codeProduit']) ?>nettoyer($beneficiaire_sel['nomBeneficiaire']) ?>nettoyer($beneficiaire_sel['codeLienParente']) ?>nettoyer($beneficiaire_sel['numeroBeneficiaire']) ?>nettoyer($beneficiaire_sel['dateEntree'])) ?>nettoyer($beneficiaire_sel['duree']) ?>nettoyer($beneficiaire_sel['duree_non_acquise']) ?>nettoyer($beneficiaire_sel['ratioNonAcquise']) ?>nettoyer($beneficiaire_sel['rapportsp']) ?>nettoyer($beneficiaire_sel['primeNetteStat_an'])) ?>nettoyer($beneficiaire_sel['primeTtc_an'])) ?>nettoyer($beneficiaire_sel['primeNonAcquise'])) ?>nettoyer($beneficiaire_sel['primeHt'])) ?>nettoyer($beneficiaire_sel['taxe'])) ?>nettoyer($beneficiaire_sel['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxdiagnosticsbeneficiaire/index.php b/radiantproduction/Vue/Ajaxdiagnosticsbeneficiaire/index.php new file mode 100644 index 0000000..500d5d6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdiagnosticsbeneficiaire/index.php @@ -0,0 +1,58 @@ + + + +
+ + + + + + + + + + + + + + + + nettoyer($diagnostic['id']); + $supprime = $this->nettoyer($diagnostic['supprime']); + + $codeAffection = $this->nettoyer($diagnostic['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffectionEng'])." => ".$codeAffection; + } + else + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffection'])." => ".$codeAffection; + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + +
Date Diagnostic User
User Date
nettoyer($diagnostic['dateSysteme'])) ?> nettoyer($diagnostic['codeUtilisateur']) ?> nettoyer($diagnostic['userSuppression']) ?> nettoyer($diagnostic['heueSuppression'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxdiagnosticscons/index.php b/radiantproduction/Vue/Ajaxdiagnosticscons/index.php new file mode 100644 index 0000000..38c68c6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdiagnosticscons/index.php @@ -0,0 +1,58 @@ + + + +
+ + + + + + + + + + + + + + + + nettoyer($diagnostic['id']); + $supprime = $this->nettoyer($diagnostic['supprime']); + + $codeAffection = $this->nettoyer($diagnostic['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffectionEng'])." => ".$codeAffection; + } + else + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffection'])." => ".$codeAffection; + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + +
Date Diagnostic User
User Date
nettoyer($diagnostic['dateSysteme'])) ?> nettoyer($diagnostic['codeUtilisateur']) ?> nettoyer($diagnostic['userSuppression']) ?> nettoyer($diagnostic['heueSuppression'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxdossierclassique/getcontextbyidreglement.php b/radiantproduction/Vue/Ajaxdossierclassique/getcontextbyidreglement.php new file mode 100644 index 0000000..d4ead3e --- /dev/null +++ b/radiantproduction/Vue/Ajaxdossierclassique/getcontextbyidreglement.php @@ -0,0 +1,3 @@ +
+ idDossierClassique : +
diff --git a/radiantproduction/Vue/Ajaxdossierclassique/index.php b/radiantproduction/Vue/Ajaxdossierclassique/index.php new file mode 100644 index 0000000..fc6af29 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdossierclassique/index.php @@ -0,0 +1,3 @@ +
+
+ diff --git a/radiantproduction/Vue/Ajaxdossiercons/index.php b/radiantproduction/Vue/Ajaxdossiercons/index.php new file mode 100644 index 0000000..6a73b10 --- /dev/null +++ b/radiantproduction/Vue/Ajaxdossiercons/index.php @@ -0,0 +1,95 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['idFacture']); + ?> + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['numeroDecompte']) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxdossiers/index.php b/radiantproduction/Vue/Ajaxdossiers/index.php new file mode 100644 index 0000000..4b8efcd --- /dev/null +++ b/radiantproduction/Vue/Ajaxdossiers/index.php @@ -0,0 +1,64 @@ +
+ + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $numeroBonConsultation = $this->nettoyer($feuillemaladie['numeroBonConsultation']); + $facture = $feuillemaladie['facture']; + $tiersPayant = $feuillemaladie['tiersPayant']; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ + + + nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['medecinConsultation']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?> nettoyer($feuillemaladie['montantRembourse'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/ecartfacture.php b/radiantproduction/Vue/Ajaxecartdecompte/ecartfacture.php new file mode 100644 index 0000000..05720bc --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/ecartfacture.php @@ -0,0 +1,59 @@ + + +
+ + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $idEcart = $this->nettoyer($facture['id']); + $observations = $facture['observations']; + + if (est_anglophone()) + { + $libelleEcart = $this->nettoyer($facture['libelleEcartEng']); + } + else + { + $libelleEcart = $this->nettoyer($facture['libelleEcart']); + } + ?> + + + + + + + + + + ' '): ?> + + + + + + + +
Date Sens Obs
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?> nettoyer($facture['montantPrestataire'])) ?> nettoyer($facture['montantAssureur'])) ?> nettoyer($facture['montantEcart'])) ?> " + onClick="javascript:maj_observations_ecart_facture(,'');"> + +
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/ecartnonsaisi.php b/radiantproduction/Vue/Ajaxecartdecompte/ecartnonsaisi.php new file mode 100644 index 0000000..49aab6d --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/ecartnonsaisi.php @@ -0,0 +1,56 @@ + + +
+
+ +
+ + + + + + + + + + + + + + + + nettoyer($facture['id']); + + if (est_anglophone()) + { + $libelleEcart = $this->nettoyer($facture['libelleEcartEng']); + } + else + { + $libelleEcart = $this->nettoyer($facture['libelleEcart']); + } + ?> + + + + + + + + + + + + + + + +
Sens Observations
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?> nettoyer($facture['montantPrestataire'])) ?> nettoyer($facture['observations']) ?> " + onClick="javascript:maj_ecart_facture();"> + " + onClick="javascript:supprimer_ecart_facture();"> +
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/index.php b/radiantproduction/Vue/Ajaxecartdecompte/index.php new file mode 100644 index 0000000..1f112c7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/index.php @@ -0,0 +1,67 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($reglement['ndFacture'])) ?> nettoyer($reglement['montantPrestataire'])) ?> nettoyer($reglement['montantApayer'])) ?> nettoyer($reglement['montantRedresse'])) ?>
nettoyer($recapecartdecompte['nbTotal'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotal'])) ?> nettoyer($recapecartdecompte['montantAssureurTotal'])) ?> nettoyer($recapecartdecompte['montantEcartTotal'])) ?>
nettoyer($recapecartdecompte['nbTotalFacture'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalFacture'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalFacture'])) ?> nettoyer($recapecartdecompte['montantEcartTotalFacture'])) ?>
nettoyer($recapecartdecompte['nbTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantEcartTotalNonsaisi'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavPrest'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavPrest'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavAss'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavAss'])) ?>
nettoyer($reglement['resteEcartAjustifer'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/initmajecartnonsaisi.php b/radiantproduction/Vue/Ajaxecartdecompte/initmajecartnonsaisi.php new file mode 100644 index 0000000..fe63f49 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/initmajecartnonsaisi.php @@ -0,0 +1,52 @@ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Date Montant + + Obs " onClick="javascript:maj_ecartdecompte_non_saisi();" style='font-size:8pt;' >
+
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/initnewecart.php b/radiantproduction/Vue/Ajaxecartdecompte/initnewecart.php new file mode 100644 index 0000000..64a3042 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/initnewecart.php @@ -0,0 +1,29 @@ +
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/majecartnonsaisi.php b/radiantproduction/Vue/Ajaxecartdecompte/majecartnonsaisi.php new file mode 100644 index 0000000..bf927a9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/majecartnonsaisi.php @@ -0,0 +1,3 @@ +
+ OK majecartnonsaisi +
diff --git a/radiantproduction/Vue/Ajaxecartdecompte/rechercherbeneficiaireecart.php b/radiantproduction/Vue/Ajaxecartdecompte/rechercherbeneficiaireecart.php new file mode 100644 index 0000000..d1e6273 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecompte/rechercherbeneficiaireecart.php @@ -0,0 +1,50 @@ +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + nettoyer($beneficiaire['prenomsBeneficiaire']) ?>" readonly >
Date Montant + + Obs
+
+
diff --git a/radiantproduction/Vue/Ajaxecartdecomptecons/ecartfacture.php b/radiantproduction/Vue/Ajaxecartdecomptecons/ecartfacture.php new file mode 100644 index 0000000..059dddc --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecomptecons/ecartfacture.php @@ -0,0 +1,58 @@ + + +
+ + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $idEcart = $this->nettoyer($facture['id']); + $observations = $facture['observations']; + + if (est_anglophone()) + { + $libelleEcart = $this->nettoyer($facture['libelleEcartEng']); + } + else + { + $libelleEcart = $this->nettoyer($facture['libelleEcart']); + } + ?> + + + + + + + + + + ' '): ?> + + + + + +
Date Sens Obs
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?> nettoyer($facture['montantPrestataire'])) ?> nettoyer($facture['montantAssureur'])) ?> nettoyer($facture['montantEcart'])) ?> " + onClick="javascript:alert('');"> + + +
+
diff --git a/radiantproduction/Vue/Ajaxecartdecomptecons/ecartnonsaisi.php b/radiantproduction/Vue/Ajaxecartdecomptecons/ecartnonsaisi.php new file mode 100644 index 0000000..dfea75a --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecomptecons/ecartnonsaisi.php @@ -0,0 +1,45 @@ + + +
+
+ +
+ + + + + + + + + + + + + + nettoyer($facture['id']); + + if (est_anglophone()) + { + $libelleEcart = $this->nettoyer($facture['libelleEcartEng']); + } + else + { + $libelleEcart = $this->nettoyer($facture['libelleEcart']); + } + ?> + + + + + + + + + + +
Date Sens Observations
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?> nettoyer($facture['montantPrestataire'])) ?> nettoyer($facture['observations']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxecartdecomptecons/index.php b/radiantproduction/Vue/Ajaxecartdecomptecons/index.php new file mode 100644 index 0000000..1f112c7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxecartdecomptecons/index.php @@ -0,0 +1,67 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($reglement['ndFacture'])) ?> nettoyer($reglement['montantPrestataire'])) ?> nettoyer($reglement['montantApayer'])) ?> nettoyer($reglement['montantRedresse'])) ?>
nettoyer($recapecartdecompte['nbTotal'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotal'])) ?> nettoyer($recapecartdecompte['montantAssureurTotal'])) ?> nettoyer($recapecartdecompte['montantEcartTotal'])) ?>
nettoyer($recapecartdecompte['nbTotalFacture'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalFacture'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalFacture'])) ?> nettoyer($recapecartdecompte['montantEcartTotalFacture'])) ?>
nettoyer($recapecartdecompte['nbTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantEcartTotalNonsaisi'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavPrest'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavPrest'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavAss'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavAss'])) ?>
nettoyer($reglement['resteEcartAjustifer'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxemandesreglementsglobal/index.php b/radiantproduction/Vue/Ajaxemandesreglementsglobal/index.php new file mode 100644 index 0000000..b3e99a8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxemandesreglementsglobal/index.php @@ -0,0 +1,81 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantFactureTotal'])) ?>nettoyer($decomptes_total['fraisRetenuTotal'])) ?>nettoyer($decomptes_total['montantApayerTotal'])) ?>nettoyer($decomptes_total['differenceTotal'])) ?>nettoyer($decomptes_total['montantPayeTotal'])) ?>nettoyer($decomptes_total['ndFactureTotal'])) ?>nettoyer($decomptes_total['moyenneTotal'])) ?>
No Differ
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantFactureTotal'])) ?>nettoyer($decomptes_total['fraisRetenuTotal'])) ?>nettoyer($decomptes_total['montantApayerTotal'])) ?>nettoyer($decomptes_total['differenceTotal'])) ?>nettoyer($decomptes_total['montantPayeTotal'])) ?>nettoyer($decomptes_total['ndFactureTotal'])) ?>nettoyer($decomptes_total['moyenneTotal'])) ?>
nettoyer($decompte['cnt']) ?>nettoyer($decompte['prestataire']) ?>nettoyer($decompte['numeroCompteBancaire']) ?>nettoyer($decompte['banque']) ?>nettoyer($decompte['dateReception'])) ?>nettoyer($decompte['heureValidationDecompte'])) ?>nettoyer($decompte['etatdecompte']) ?>nettoyer($decompte['dateReglement'])) ?>nettoyer($decompte['periode']) ?>nettoyer($decompte['montantFacture'])) ?>nettoyer($decompte['fraisRetenu'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['difference'])) ?>nettoyer($decompte['montantPaye'])) ?>nettoyer($decompte['ndFacture'])) ?>nettoyer($decompte['moyenne'])) ?>nettoyer($decompte['codeUtilisateur']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxencaissementparclient/index.php b/radiantproduction/Vue/Ajaxencaissementparclient/index.php new file mode 100644 index 0000000..c98462a --- /dev/null +++ b/radiantproduction/Vue/Ajaxencaissementparclient/index.php @@ -0,0 +1,105 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['etape']); + if (est_anglophone()) + { + $etape = $this->nettoyer($donnee['etapeEng']); + } + $nbligne++; + ?> + + + + + + + + + + + + +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnees_total['ratioprimeHtAn']). "%" ?>nettoyer($donnees_total['ratioprimeHtRen']). "%" ?> 100%
nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?>nettoyer($donnees_total['nbPoliceTot'])) ?>
nettoyer($donnees_total['ratioNbPoliceAn']). "%" ?>nettoyer($donnees_total['ratioNbPoliceRen']). "%" ?> 100%
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxencaissementpparmois/index.php b/radiantproduction/Vue/Ajaxencaissementpparmois/index.php new file mode 100644 index 0000000..8fe07e8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxencaissementpparmois/index.php @@ -0,0 +1,125 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnees_total['ratioprimenbPoliceAn']) ?>nettoyer($donnees_total['ratioprimeHtAn']) ?>nettoyer($donnees_total['ratioprimenbPoliceRen']) ?>nettoyer($donnees_total['ratioprimeHtRen']) ?> 100 nettoyer($donnees_total['ratioPrimeHt']) ?>nettoyer($donnees_total['ratioaxe']) ?>nettoyer($donnees_total['ratiofraisCarte']) ?> 100
nettoyer($donnee['exercice']) ?>nettoyer($donnee['codeMois']) ?>nettoyer($donnee['nbPoliceAn'])) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['nbPoliceRen'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['nbPolice'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxencaissementquittance/index.php b/radiantproduction/Vue/Ajaxencaissementquittance/index.php new file mode 100644 index 0000000..9e590d2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxencaissementquittance/index.php @@ -0,0 +1,48 @@ +
+
+ nettoyer($numeroQuittance_Q) . " => " . _("Cliquer No pour détail") ?> + + + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['idEncaissement']); + $numeroEncaissement=$this->nettoyer($detailencaissement['numeroEncaissement']); + ?> + + + + + + + + + + + + + + + +
NoDate
Totalnettoyer($totalencaissement['primeTtc'])) ?>
+ + nettoyer($detailencaissement['dateEncaissement'])) ?>nettoyer($detailencaissement['modepaiement']) ?>nettoyer($detailencaissement['referencePaiement']) ?>nettoyer($detailencaissement['primeTtc'])) ?>
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxenregistrerdemandefraisfuneraire/index.php b/radiantproduction/Vue/Ajaxenregistrerdemandefraisfuneraire/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxententeprealables/index.php b/radiantproduction/Vue/Ajaxententeprealables/index.php new file mode 100644 index 0000000..23cdf41 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealables/index.php @@ -0,0 +1,82 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable_2(, );"> + + " + onClick="javascript:refuser_ententeprealable_2(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxententeprealables/vide.php b/radiantproduction/Vue/Ajaxententeprealables/vide.php new file mode 100644 index 0000000..cb9c829 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealables/vide.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/index.php b/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/index.php new file mode 100644 index 0000000..8e6adf2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/index.php @@ -0,0 +1,76 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable(, );"> + + " + onClick="javascript:refuser_ententeprealable(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/vide.php b/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/vide.php new file mode 100644 index 0000000..88474e8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesbenficiaire/vide.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxententeprealablesmont/index.php b/radiantproduction/Vue/Ajaxententeprealablesmont/index.php new file mode 100644 index 0000000..e50d5d9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesmont/index.php @@ -0,0 +1,83 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable_mont(, );"> + + " + onClick="javascript:refuser_ententeprealable_mont(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxententeprealablesmont/vide.php b/radiantproduction/Vue/Ajaxententeprealablesmont/vide.php new file mode 100644 index 0000000..6222993 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesmont/vide.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxententeprealablesopt/index.php b/radiantproduction/Vue/Ajaxententeprealablesopt/index.php new file mode 100644 index 0000000..1fb274d --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesopt/index.php @@ -0,0 +1,83 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleOptique']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable_opt(, );"> + + " + onClick="javascript:refuser_ententeprealable_opt(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxententeprealablesopt/vide.php b/radiantproduction/Vue/Ajaxententeprealablesopt/vide.php new file mode 100644 index 0000000..8d21857 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablesopt/vide.php @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxententeprealablespha/index.php b/radiantproduction/Vue/Ajaxententeprealablespha/index.php new file mode 100644 index 0000000..e230d79 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablespha/index.php @@ -0,0 +1,93 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + $ajoutPrestataire = $this->nettoyer($ententeprealable['ajoutPrestataire']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleMedicament']) ?>nettoyer($ententeprealable['libelleMedicament']) ?>nettoyer($ententeprealable['quantite']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable_pha(, );"> + + " + onClick="javascript:refuser_ententeprealable_pha(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxententeprealablespha/vide.php b/radiantproduction/Vue/Ajaxententeprealablespha/vide.php new file mode 100644 index 0000000..5ef1375 --- /dev/null +++ b/radiantproduction/Vue/Ajaxententeprealablespha/vide.php @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
diff --git a/radiantproduction/Vue/Ajaxenteteborderauencaissement/index.php b/radiantproduction/Vue/Ajaxenteteborderauencaissement/index.php new file mode 100644 index 0000000..f24d3f6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteborderauencaissement/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteborderaufacturation/index.php b/radiantproduction/Vue/Ajaxenteteborderaufacturation/index.php new file mode 100644 index 0000000..8a8fd74 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteborderaufacturation/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxentetedecompte/index.php b/radiantproduction/Vue/Ajaxentetedecompte/index.php new file mode 100644 index 0000000..1fe83fe --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetedecompte/index.php @@ -0,0 +1,162 @@ +
+ +nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + + + + + + + + + + + + + + + + + + + + + + +
" . $reglement['prestataire'] ?>" readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > "onClick="javascript:re_afficherdecompte();" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxenteteencaissementparclient/index.php b/radiantproduction/Vue/Ajaxenteteencaissementparclient/index.php new file mode 100644 index 0000000..6d44b3c --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteencaissementparclient/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteencaissementpparmois/index.php b/radiantproduction/Vue/Ajaxenteteencaissementpparmois/index.php new file mode 100644 index 0000000..e743db5 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteencaissementpparmois/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteetatperso/index.php b/radiantproduction/Vue/Ajaxenteteetatperso/index.php new file mode 100644 index 0000000..794da97 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteetatperso/index.php @@ -0,0 +1,57 @@ +
+
+ + + + + + + + + + + nettoyer($paramrequete['parametre']); + $typeDonnee = $paramrequete['typeDonnee']; + + $typeDate = (substr($typeDonnee,0,3)=="dat"); + + $tab_numeric = array("bigint", "decimal", "int", "smallint", "tinyint", "float"); + $typeNumeric = in_array($typeDonnee, $tab_numeric); + + ?> + + + + + + + + + + + + + + + + + + +
Types
+ + + + + + + +
" disabled >
+
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteevolspmois/index.php b/radiantproduction/Vue/Ajaxenteteevolspmois/index.php new file mode 100644 index 0000000..2bcb44c --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteevolspmois/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteevolspmoisacq/index.php b/radiantproduction/Vue/Ajaxenteteevolspmoisacq/index.php new file mode 100644 index 0000000..e4fdb3d --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteevolspmoisacq/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxentetefacturationparclient/index.php b/radiantproduction/Vue/Ajaxentetefacturationparclient/index.php new file mode 100644 index 0000000..b0bd049 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefacturationparclient/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxentetefacturationpparmois/index.php b/radiantproduction/Vue/Ajaxentetefacturationpparmois/index.php new file mode 100644 index 0000000..19bcbb0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefacturationpparmois/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxentetefamentreedetail/index.php b/radiantproduction/Vue/Ajaxentetefamentreedetail/index.php new file mode 100644 index 0000000..d9a4f7f --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreedetail/index.php @@ -0,0 +1,49 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreedetail/poprecherchecommercial.php b/radiantproduction/Vue/Ajaxentetefamentreedetail/poprecherchecommercial.php new file mode 100644 index 0000000..e1363ee --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreedetail/poprecherchecommercial.php @@ -0,0 +1,38 @@ + diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrexe/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrexe/index.php new file mode 100644 index 0000000..9d8129e --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrexe/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpcom/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpcom/index.php new file mode 100644 index 0000000..e8a0aea --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpcom/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpcomech/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpcomech/index.php new file mode 100644 index 0000000..6131c92 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpcomech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpech/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpech/index.php new file mode 100644 index 0000000..98ffbc1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpexeech/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpexeech/index.php new file mode 100644 index 0000000..e06fd20 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpexeech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpfam/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpfam/index.php new file mode 100644 index 0000000..157ac5b --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpfam/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpper/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpper/index.php new file mode 100644 index 0000000..f6205df --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpper/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamentreegrpperech/index.php b/radiantproduction/Vue/Ajaxentetefamentreegrpperech/index.php new file mode 100644 index 0000000..8e4985a --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamentreegrpperech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiedetail/index.php b/radiantproduction/Vue/Ajaxentetefamsortiedetail/index.php new file mode 100644 index 0000000..c42e48f --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiedetail/index.php @@ -0,0 +1,49 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiedetail/poprecherchecommercial.php b/radiantproduction/Vue/Ajaxentetefamsortiedetail/poprecherchecommercial.php new file mode 100644 index 0000000..e1363ee --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiedetail/poprecherchecommercial.php @@ -0,0 +1,38 @@ + diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrexe/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrexe/index.php new file mode 100644 index 0000000..c988a1a --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrexe/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpcom/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpcom/index.php new file mode 100644 index 0000000..9505446 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpcom/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpcomech/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpcomech/index.php new file mode 100644 index 0000000..470c056 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpcomech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpech/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpech/index.php new file mode 100644 index 0000000..256764a --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpexeech/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpexeech/index.php new file mode 100644 index 0000000..e14d6f8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpexeech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpfam/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpfam/index.php new file mode 100644 index 0000000..6a62aa3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpfam/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpper/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpper/index.php new file mode 100644 index 0000000..85269e9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpper/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetefamsortiegrpperech/index.php b/radiantproduction/Vue/Ajaxentetefamsortiegrpperech/index.php new file mode 100644 index 0000000..46aeb70 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetefamsortiegrpperech/index.php @@ -0,0 +1,48 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxentetepaiementprestationcumul/index.php b/radiantproduction/Vue/Ajaxentetepaiementprestationcumul/index.php new file mode 100644 index 0000000..7d13c56 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetepaiementprestationcumul/index.php @@ -0,0 +1,31 @@ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxentetepaiementprestationdet/index.php b/radiantproduction/Vue/Ajaxentetepaiementprestationdet/index.php new file mode 100644 index 0000000..5e3a351 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetepaiementprestationdet/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteprodparclient/index.php b/radiantproduction/Vue/Ajaxenteteprodparclient/index.php new file mode 100644 index 0000000..ed8ab35 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteprodparclient/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteprodparemission/index.php b/radiantproduction/Vue/Ajaxenteteprodparemission/index.php new file mode 100644 index 0000000..ca72285 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteprodparemission/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteprodparmois/index.php b/radiantproduction/Vue/Ajaxenteteprodparmois/index.php new file mode 100644 index 0000000..530b198 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteprodparmois/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteprodparmoiseclate/index.php b/radiantproduction/Vue/Ajaxenteteprodparmoiseclate/index.php new file mode 100644 index 0000000..1e603e8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteprodparmoiseclate/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteprodparmoiseclateclient/index.php b/radiantproduction/Vue/Ajaxenteteprodparmoiseclateclient/index.php new file mode 100644 index 0000000..12b50f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteprodparmoiseclateclient/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteteproductionagences/index.php b/radiantproduction/Vue/Ajaxenteteproductionagences/index.php new file mode 100644 index 0000000..92d46bf --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteteproductionagences/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteterechercheemission/index.php b/radiantproduction/Vue/Ajaxenteterechercheemission/index.php new file mode 100644 index 0000000..c36afe8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteterechercheemission/index.php @@ -0,0 +1,22 @@ +
+
+ + + + + + + + + + +
+ +
+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxenteterechercheencaissement/index.php b/radiantproduction/Vue/Ajaxenteterechercheencaissement/index.php new file mode 100644 index 0000000..789f5c7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteterechercheencaissement/index.php @@ -0,0 +1,22 @@ +
+
+ + + + + + + + + + +
+ +
+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxenteterecherchefacturesfeuille/index.php b/radiantproduction/Vue/Ajaxenteterecherchefacturesfeuille/index.php new file mode 100644 index 0000000..0e1a237 --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteterecherchefacturesfeuille/index.php @@ -0,0 +1,21 @@ +
+
+ + + + + + + + + + +
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxenteterecherchequittance/index.php b/radiantproduction/Vue/Ajaxenteterecherchequittance/index.php new file mode 100644 index 0000000..dc4608f --- /dev/null +++ b/radiantproduction/Vue/Ajaxenteterecherchequittance/index.php @@ -0,0 +1,22 @@ +
+
+ + + + + + + + + + +
+ +
+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxentetesituationclients/index.php b/radiantproduction/Vue/Ajaxentetesituationclients/index.php new file mode 100644 index 0000000..17fe668 --- /dev/null +++ b/radiantproduction/Vue/Ajaxentetesituationclients/index.php @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatcumulmois/index.php b/radiantproduction/Vue/Ajaxetatcumulmois/index.php new file mode 100644 index 0000000..bf237e3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatcumulmois/index.php @@ -0,0 +1,315 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($cumulprestataire['codePrestataire']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($cumulprestataires_total['mt_01'])) ?>nettoyer($cumulprestataires_total['nb_01'])) ?>nettoyer($cumulprestataires_total['moy_01'])) ?>nettoyer($cumulprestataires_total['mt_02'])) ?>nettoyer($cumulprestataires_total['nb_02'])) ?>nettoyer($cumulprestataires_total['moy_02'])) ?>nettoyer($cumulprestataires_total['mt_03'])) ?>nettoyer($cumulprestataires_total['nb_03'])) ?>nettoyer($cumulprestataires_total['moy_03'])) ?>nettoyer($cumulprestataires_total['mt_04'])) ?>nettoyer($cumulprestataires_total['nb_04'])) ?>nettoyer($cumulprestataires_total['moy_04'])) ?>nettoyer($cumulprestataires_total['mt_05'])) ?>nettoyer($cumulprestataires_total['nb_05'])) ?>nettoyer($cumulprestataires_total['moy_05'])) ?>nettoyer($cumulprestataires_total['mt_06'])) ?>nettoyer($cumulprestataires_total['nb_06'])) ?>nettoyer($cumulprestataires_total['moy_06'])) ?>nettoyer($cumulprestataires_total['mt_07'])) ?>nettoyer($cumulprestataires_total['nb_07'])) ?>nettoyer($cumulprestataires_total['moy_07'])) ?>nettoyer($cumulprestataires_total['mt_08'])) ?>nettoyer($cumulprestataires_total['nb_08'])) ?>nettoyer($cumulprestataires_total['moy_08'])) ?>nettoyer($cumulprestataires_total['mt_09'])) ?>nettoyer($cumulprestataires_total['nb_09'])) ?>nettoyer($cumulprestataires_total['moy_09'])) ?>nettoyer($cumulprestataires_total['mt_10'])) ?>nettoyer($cumulprestataires_total['nb_10'])) ?>nettoyer($cumulprestataires_total['moy_10'])) ?>nettoyer($cumulprestataires_total['mt_11'])) ?>nettoyer($cumulprestataires_total['nb_11'])) ?>nettoyer($cumulprestataires_total['moy_11'])) ?>nettoyer($cumulprestataires_total['mt_12'])) ?>nettoyer($cumulprestataires_total['nb_12'])) ?>nettoyer($cumulprestataires_total['moy_12'])) ?>nettoyer($cumulprestataires_total['mt_an'])) ?>nettoyer($cumulprestataires_total['nb_an'])) ?>nettoyer($cumulprestataires_total['moy_an'])) ?>
Total
Total nettoyer($cumulprestataires_total['mt_01'])) ?>nettoyer($cumulprestataires_total['nb_01'])) ?>nettoyer($cumulprestataires_total['moy_01'])) ?>nettoyer($cumulprestataires_total['mt_02'])) ?>nettoyer($cumulprestataires_total['nb_02'])) ?>nettoyer($cumulprestataires_total['moy_02'])) ?>nettoyer($cumulprestataires_total['mt_03'])) ?>nettoyer($cumulprestataires_total['nb_03'])) ?>nettoyer($cumulprestataires_total['moy_03'])) ?>nettoyer($cumulprestataires_total['mt_04'])) ?>nettoyer($cumulprestataires_total['nb_04'])) ?>nettoyer($cumulprestataires_total['moy_04'])) ?>nettoyer($cumulprestataires_total['mt_05'])) ?>nettoyer($cumulprestataires_total['nb_05'])) ?>nettoyer($cumulprestataires_total['moy_05'])) ?>nettoyer($cumulprestataires_total['mt_06'])) ?>nettoyer($cumulprestataires_total['nb_06'])) ?>nettoyer($cumulprestataires_total['moy_06'])) ?>nettoyer($cumulprestataires_total['mt_07'])) ?>nettoyer($cumulprestataires_total['nb_07'])) ?>nettoyer($cumulprestataires_total['moy_07'])) ?>nettoyer($cumulprestataires_total['mt_08'])) ?>nettoyer($cumulprestataires_total['nb_08'])) ?>nettoyer($cumulprestataires_total['moy_08'])) ?>nettoyer($cumulprestataires_total['mt_09'])) ?>nettoyer($cumulprestataires_total['nb_09'])) ?>nettoyer($cumulprestataires_total['moy_09'])) ?>nettoyer($cumulprestataires_total['mt_10'])) ?>nettoyer($cumulprestataires_total['nb_10'])) ?>nettoyer($cumulprestataires_total['moy_10'])) ?>nettoyer($cumulprestataires_total['mt_11'])) ?>nettoyer($cumulprestataires_total['nb_11'])) ?>nettoyer($cumulprestataires_total['moy_11'])) ?>nettoyer($cumulprestataires_total['mt_12'])) ?>nettoyer($cumulprestataires_total['nb_12'])) ?>nettoyer($cumulprestataires_total['moy_12'])) ?>nettoyer($cumulprestataires_total['mt_an'])) ?>nettoyer($cumulprestataires_total['nb_an'])) ?>nettoyer($cumulprestataires_total['moy_an'])) ?>
nettoyer($cumulprestataire['prestataire']) ?>nettoyer($cumulprestataire['mt_01'])) ?>nettoyer($cumulprestataire['nb_01'])) ?> + + nettoyer($cumulprestataire['mt_02'])) ?>nettoyer($cumulprestataire['nb_02'])) ?> + + nettoyer($cumulprestataire['mt_03'])) ?>nettoyer($cumulprestataire['nb_03'])) ?> + + nettoyer($cumulprestataire['mt_04'])) ?>nettoyer($cumulprestataire['nb_04'])) ?> + + nettoyer($cumulprestataire['mt_05'])) ?>nettoyer($cumulprestataire['nb_05'])) ?> + + nettoyer($cumulprestataire['mt_06'])) ?>nettoyer($cumulprestataire['nb_06'])) ?> + + nettoyer($cumulprestataire['mt_07'])) ?>nettoyer($cumulprestataire['nb_07'])) ?> + + nettoyer($cumulprestataire['mt_08'])) ?>nettoyer($cumulprestataire['nb_08'])) ?> + + nettoyer($cumulprestataire['mt_09'])) ?>nettoyer($cumulprestataire['nb_09'])) ?> + + nettoyer($cumulprestataire['mt_10'])) ?>nettoyer($cumulprestataire['nb_10'])) ?> + + nettoyer($cumulprestataire['mt_11'])) ?>nettoyer($cumulprestataire['nb_11'])) ?> + + nettoyer($cumulprestataire['mt_12'])) ?>nettoyer($cumulprestataire['nb_12'])) ?> + + nettoyer($cumulprestataire['mt_an'])) ?>nettoyer($cumulprestataire['nb_an'])) ?>nettoyer($cumulprestataire['moy_an'])) ?>
+ + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatcumulprestataire/index.php b/radiantproduction/Vue/Ajaxetatcumulprestataire/index.php new file mode 100644 index 0000000..96f5247 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatcumulprestataire/index.php @@ -0,0 +1,84 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($cumulprestataire['codePrestataire']); + $nbligne++; + ?> + + + + + + + + + + +
Total nettoyer($cumulprestataires_total['montantApayer_total'])) ?> nettoyer($cumulprestataires_total['nbFactures_total'])) ?> nettoyer($cumulprestataires_total['moyenne_total'])) ?>
Type
Total nettoyer($cumulprestataires_total['montantApayer_total'])) ?> nettoyer($cumulprestataires_total['nbFactures_total'])) ?> nettoyer($cumulprestataires_total['moyenne_total'])) ?>
nettoyer($cumulprestataire['typeprestataire']) ?>nettoyer($cumulprestataire['prestataire']) ?>nettoyer($cumulprestataire['montantApayer'])) ?>nettoyer($cumulprestataire['nbFactures'])) ?>nettoyer($cumulprestataire['moyenne'])) ?> + " onClick="javascript:afficher_detail_stat_prestataire('');" style='font-size:8pt;' > +
+ + + + +
+ diff --git a/radiantproduction/Vue/Ajaxetatcumultypeprestataire/index.php b/radiantproduction/Vue/Ajaxetatcumultypeprestataire/index.php new file mode 100644 index 0000000..1f73edb --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatcumultypeprestataire/index.php @@ -0,0 +1,74 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($cumulprestataire['codeReseau']); + $nbligne++; + ?> + + + + + + + + + +
Total nettoyer($cumulprestataires_total['montantApayer_total'])) ?> nettoyer($cumulprestataires_total['nbFactures_total'])) ?> nettoyer($cumulprestataires_total['moyenne_total'])) ?>
nettoyer($cumulprestataire['typeprestataire']) ?>nettoyer($cumulprestataire['montantApayer'])) ?>nettoyer($cumulprestataire['nbFactures'])) ?>nettoyer($cumulprestataire['moyenne'])) ?> + " onClick="javascript:afficher_detail_stat_type_prestataire('');" style='font-size:7pt;' > +
+ + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatentetecumulmois/index.php b/radiantproduction/Vue/Ajaxetatentetecumulmois/index.php new file mode 100644 index 0000000..2395ef4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetecumulmois/index.php @@ -0,0 +1,29 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatentetecumulprestataire/index.php b/radiantproduction/Vue/Ajaxetatentetecumulprestataire/index.php new file mode 100644 index 0000000..bb03eff --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetecumulprestataire/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatentetecumultypeprestataire/index.php b/radiantproduction/Vue/Ajaxetatentetecumultypeprestataire/index.php new file mode 100644 index 0000000..a3c0b5f --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetecumultypeprestataire/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxetatentetefacture/index.php b/radiantproduction/Vue/Ajaxetatentetefacture/index.php new file mode 100644 index 0000000..aeb6c6c --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetefacture/index.php @@ -0,0 +1,10 @@ +
+ + + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatentetemoycategmedprestataire/index.php b/radiantproduction/Vue/Ajaxetatentetemoycategmedprestataire/index.php new file mode 100644 index 0000000..5315e7a --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetemoycategmedprestataire/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxetatentetepolicesnonren/index.php b/radiantproduction/Vue/Ajaxetatentetepolicesnonren/index.php new file mode 100644 index 0000000..e867bce --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatentetepolicesnonren/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportsp/index.php b/radiantproduction/Vue/Ajaxetatenteterapportsp/index.php new file mode 100644 index 0000000..9a32eeb --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportsp/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspadheleve/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspadheleve/index.php new file mode 100644 index 0000000..14a107a --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspadheleve/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspcat/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspcat/index.php new file mode 100644 index 0000000..5eae571 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspcat/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspcatdet/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspcatdet/index.php new file mode 100644 index 0000000..53bf5e0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspcatdet/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspcatgp/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspcatgp/index.php new file mode 100644 index 0000000..5eae571 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspcatgp/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspcatgpdet/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspcatgpdet/index.php new file mode 100644 index 0000000..53bf5e0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspcatgpdet/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspexercice/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspexercice/index.php new file mode 100644 index 0000000..9c1a386 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspexercice/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspexercicecat/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspexercicecat/index.php new file mode 100644 index 0000000..a2333f0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspexercicecat/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspexercicecatdate/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspexercicecatdate/index.php new file mode 100644 index 0000000..0d272c0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspexercicecatdate/index.php @@ -0,0 +1,24 @@ + + + + + + + + + + + + + +
Début + +
+ + +
+
+ +
+
+ diff --git a/radiantproduction/Vue/Ajaxetatenteterapportspexo/index.php b/radiantproduction/Vue/Ajaxetatenteterapportspexo/index.php new file mode 100644 index 0000000..755c92a --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportspexo/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportsppolcat/index.php b/radiantproduction/Vue/Ajaxetatenteterapportsppolcat/index.php new file mode 100644 index 0000000..8ad7710 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportsppolcat/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatenteterapportsppolcatdet/index.php b/radiantproduction/Vue/Ajaxetatenteterapportsppolcatdet/index.php new file mode 100644 index 0000000..88c53ab --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatenteterapportsppolcatdet/index.php @@ -0,0 +1,31 @@ +
+ + + + + + + + + + + + + + +
+ + + + +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxetatmoycategmedprestataire/index.php b/radiantproduction/Vue/Ajaxetatmoycategmedprestataire/index.php new file mode 100644 index 0000000..255264d --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatmoycategmedprestataire/index.php @@ -0,0 +1,44 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($cumulprestataires_total['nbTotal'])) ?> nettoyer($cumulprestataires_total['montantApayerTotal'])) ?> nettoyer($cumulprestataires_total['moyenneTotal'])) ?>
nettoyer($cumulprestataire['categorieMedecin']) ?>nettoyer($cumulprestataire['categoriePrestataire']) ?>nettoyer($cumulprestataire['prestataire']) ?>nettoyer($cumulprestataire['nbCas'])) ?>nettoyer($cumulprestataire['montantApayer'])) ?>nettoyer($cumulprestataire['moyenne'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatpolicesnonren/index.php b/radiantproduction/Vue/Ajaxetatpolicesnonren/index.php new file mode 100644 index 0000000..886c0aa --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatpolicesnonren/index.php @@ -0,0 +1,33 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($rapportsp['nomClient']) ?>nettoyer($rapportsp['numeroClient']) ?>nettoyer($rapportsp['idPolice']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateEcheance'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportsp/index.php b/radiantproduction/Vue/Ajaxetatrapportsp/index.php new file mode 100644 index 0000000..60e999b --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportsp/index.php @@ -0,0 +1,158 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $idPolice = $this->nettoyer($rapportsp['idPolice']); + $emailRapport = $this->nettoyer($rapportsp['email']); + $limiteConsommation = $this->nettoyer($rapportsp['limiteConsommation']); + + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + + + + + + + + + +
Total
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['codeTypeContrat']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateFin'])) ?>nettoyer($rapportsp['d_acq']) ?>nettoyer($rapportsp['primeAnnuelle'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>nettoyer($rapportsp['rapportSpAn']) ?> + + "0.00"): ?> + " onClick="javascript:afficher_detail_stat_police('', '');" style='font-size:8pt;' > + + " onClick="javascript:afficher_detail_stat_police('', '');" style='font-size:8pt;' > + + +
+ + + + +
+ diff --git a/radiantproduction/Vue/Ajaxetatrapportspadheleve/index.php b/radiantproduction/Vue/Ajaxetatrapportspadheleve/index.php new file mode 100644 index 0000000..7f37869 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspadheleve/index.php @@ -0,0 +1,110 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['idAdherent']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['numeroAdherent']) ?>nettoyer($rapportsp['adherent']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateFin'])) ?>nettoyer($rapportsp['d_acq']) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?> + " onClick="javascript:afficher_detail_factures_famille('');" style='font-size:8pt;' > +
+ + + + +
+ diff --git a/radiantproduction/Vue/Ajaxetatrapportspcat/index.php b/radiantproduction/Vue/Ajaxetatrapportspcat/index.php new file mode 100644 index 0000000..eb03eb4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspcat/index.php @@ -0,0 +1,43 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + +
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportspcatdet/index.php b/radiantproduction/Vue/Ajaxetatrapportspcatdet/index.php new file mode 100644 index 0000000..69789c9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspcatdet/index.php @@ -0,0 +1,80 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + + ="80"): ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['nbAdh']) ?>nettoyer($rapportsp['nbBenef']) ?>nettoyer($rapportsp['moyBenef']) ?>nettoyer($rapportsp['primeNetteCat'])) ?>nettoyer($rapportsp['primeAdh'])) ?>nettoyer($rapportsp['primeBenef'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['prime_adh_opt'])) ?>nettoyer($rapportsp['prime_adh_opt_cumul'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportspcatgp/index.php b/radiantproduction/Vue/Ajaxetatrapportspcatgp/index.php new file mode 100644 index 0000000..eb03eb4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspcatgp/index.php @@ -0,0 +1,43 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + +
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportspcatgpdet/index.php b/radiantproduction/Vue/Ajaxetatrapportspcatgpdet/index.php new file mode 100644 index 0000000..69789c9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspcatgpdet/index.php @@ -0,0 +1,80 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + + ="80"): ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['nbAdh']) ?>nettoyer($rapportsp['nbBenef']) ?>nettoyer($rapportsp['moyBenef']) ?>nettoyer($rapportsp['primeNetteCat'])) ?>nettoyer($rapportsp['primeAdh'])) ?>nettoyer($rapportsp['primeBenef'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['prime_adh_opt'])) ?>nettoyer($rapportsp['prime_adh_opt_cumul'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportspexercice/index.php b/radiantproduction/Vue/Ajaxetatrapportspexercice/index.php new file mode 100644 index 0000000..fc1bfbc --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspexercice/index.php @@ -0,0 +1,116 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $idPolice = $this->nettoyer($rapportsp['idPolice']); + $debutSinistre = $this->nettoyer($rapportsp['debutSinistre']); + $finSinistre = $this->nettoyer($rapportsp['finSinistre']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + + + + + + + + +
Total
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['typecontrat']) ?>nettoyer($rapportsp['primeAnnuelle'])) ?>nettoyer($rapportsp['debutSinistre'])) ?>nettoyer($rapportsp['finSinistre'])) ?>nettoyer($rapportsp['dureeAnalyse']) ?>nettoyer($rapportsp['primeAcquise'])) ?>nettoyer($rapportsp['sinistres'])) ?>nettoyer($rapportsp['rapportSp']) ?> + " onClick="javascript:afficher_detail_stat_police_exercice('', '', '');" style='font-size:8pt;' > +
+ + + + +
+ diff --git a/radiantproduction/Vue/Ajaxetatrapportspexercicecat/index.php b/radiantproduction/Vue/Ajaxetatrapportspexercicecat/index.php new file mode 100644 index 0000000..3779048 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspexercicecat/index.php @@ -0,0 +1,91 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['debutSinistre'])) ?>nettoyer($rapportsp['finSinistre'])) ?>nettoyer($rapportsp['dureeAnalyse']) ?>nettoyer($rapportsp['nbPolice'])) ?>nettoyer($rapportsp['nbAdherent'])) ?>nettoyer($rapportsp['nbBeneficiaire'])) ?>nettoyer($rapportsp['primeAnnuelle'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>
+ +
+ diff --git a/radiantproduction/Vue/Ajaxetatrapportspexercicecatdate/index.php b/radiantproduction/Vue/Ajaxetatrapportspexercicecatdate/index.php new file mode 100644 index 0000000..409daf5 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspexercicecatdate/index.php @@ -0,0 +1,76 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + + + + + + + + + + + +
Total
Total
nettoyer($rapportsp['categorie']) ?>nettoyer($rapportsp['debutSinistre'])) ?>nettoyer($rapportsp['finSinistre'])) ?>nettoyer($rapportsp['dureeAnalyse']) ?>nettoyer($rapportsp['nbPolice'])) ?>nettoyer($rapportsp['nbAdherent'])) ?>nettoyer($rapportsp['nbBeneficiaire'])) ?>nettoyer($rapportsp['primeAnnuelle'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>
+ +
+ diff --git a/radiantproduction/Vue/Ajaxetatrapportspexo/index.php b/radiantproduction/Vue/Ajaxetatrapportspexo/index.php new file mode 100644 index 0000000..00054f0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportspexo/index.php @@ -0,0 +1,53 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + ="80"): ?> + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['exercice']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateFin'])) ?>nettoyer($rapportsp['d_acq']) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['rapportSp']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportsppolcat/index.php b/radiantproduction/Vue/Ajaxetatrapportsppolcat/index.php new file mode 100644 index 0000000..b6ed166 --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportsppolcat/index.php @@ -0,0 +1,53 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + + ="80"): ?> + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['codeProduit']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateFin'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxetatrapportsppolcatdet/index.php b/radiantproduction/Vue/Ajaxetatrapportsppolcatdet/index.php new file mode 100644 index 0000000..8d77c7d --- /dev/null +++ b/radiantproduction/Vue/Ajaxetatrapportsppolcatdet/index.php @@ -0,0 +1,93 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($rapportsp['rapportSp']); + $nbligne++; + ?> + + ="80"): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
nettoyer($rapportsp['souscripteur']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['codeProduit']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateFin'])) ?>nettoyer($rapportsp['d_acq']) ?>nettoyer($rapportsp['nbAdh']) ?>nettoyer($rapportsp['nbBenef']) ?>nettoyer($rapportsp['moyBenef']) ?>nettoyer($rapportsp['primeNetteCat'])) ?>nettoyer($rapportsp['primeAdh'])) ?>nettoyer($rapportsp['primeBenef'])) ?>nettoyer($rapportsp['primeAnalyse'])) ?>nettoyer($rapportsp['montantApayer'])) ?>nettoyer($rapportsp['prime_adh_opt'])) ?>nettoyer($rapportsp['prime_adh_opt_cumul'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxevolspmois/index.php b/radiantproduction/Vue/Ajaxevolspmois/index.php new file mode 100644 index 0000000..fdacab8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxevolspmois/index.php @@ -0,0 +1,90 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Ex Rub Tot Ex
nettoyer($donnee['exercice']) ?> nettoyer($donnee['prime_1'])) ?>nettoyer($donnee['prime_2'])) ?>nettoyer($donnee['prime_3'])) ?>nettoyer($donnee['prime_4'])) ?>nettoyer($donnee['prime_5'])) ?>nettoyer($donnee['prime_6'])) ?>nettoyer($donnee['prime_7'])) ?>nettoyer($donnee['prime_8'])) ?>nettoyer($donnee['prime_9'])) ?>nettoyer($donnee['prime_10'])) ?>nettoyer($donnee['prime_11'])) ?>nettoyer($donnee['prime_12'])) ?>nettoyer($donnee['prime_an'])) ?>nettoyer($donnee['prime_cumul'])) ?>
nettoyer($donnee['sin_1'])) ?>nettoyer($donnee['sin_2'])) ?>nettoyer($donnee['sin_3'])) ?>nettoyer($donnee['sin_4'])) ?>nettoyer($donnee['sin_5'])) ?>nettoyer($donnee['sin_6'])) ?>nettoyer($donnee['sin_7'])) ?>nettoyer($donnee['sin_8'])) ?>nettoyer($donnee['sin_9'])) ?>nettoyer($donnee['sin_10'])) ?>nettoyer($donnee['sin_11'])) ?>nettoyer($donnee['sin_12'])) ?>nettoyer($donnee['sin_an'])) ?>nettoyer($donnee['sin_cumul'])) ?>
nettoyer($donnee['sp_an']) ?>nettoyer($donnee['sp_cumul']) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxevolspmoisacq/index.php b/radiantproduction/Vue/Ajaxevolspmoisacq/index.php new file mode 100644 index 0000000..bafdb33 --- /dev/null +++ b/radiantproduction/Vue/Ajaxevolspmoisacq/index.php @@ -0,0 +1,89 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Ex Rub
nettoyer($donnee['exercice']) ?> nettoyer($donnee['prime_1'])) ?>nettoyer($donnee['prime_2'])) ?>nettoyer($donnee['prime_3'])) ?>nettoyer($donnee['prime_4'])) ?>nettoyer($donnee['prime_5'])) ?>nettoyer($donnee['prime_6'])) ?>nettoyer($donnee['prime_7'])) ?>nettoyer($donnee['prime_8'])) ?>nettoyer($donnee['prime_9'])) ?>nettoyer($donnee['prime_10'])) ?>nettoyer($donnee['prime_11'])) ?>nettoyer($donnee['prime_12'])) ?>
nettoyer($donnee['sin_1'])) ?>nettoyer($donnee['sin_2'])) ?>nettoyer($donnee['sin_3'])) ?>nettoyer($donnee['sin_4'])) ?>nettoyer($donnee['sin_5'])) ?>nettoyer($donnee['sin_6'])) ?>nettoyer($donnee['sin_7'])) ?>nettoyer($donnee['sin_8'])) ?>nettoyer($donnee['sin_9'])) ?>nettoyer($donnee['sin_10'])) ?>nettoyer($donnee['sin_11'])) ?>nettoyer($donnee['sin_12'])) ?>
nettoyer($donnee['sp_1']) ?>nettoyer($donnee['sp_2']) ?>nettoyer($donnee['sp_3']) ?>nettoyer($donnee['sp_4']) ?>nettoyer($donnee['sp_5']) ?>nettoyer($donnee['sp_6']) ?>nettoyer($donnee['sp_7']) ?>nettoyer($donnee['sp_8']) ?>nettoyer($donnee['sp_9']) ?>nettoyer($donnee['sp_10']) ?>nettoyer($donnee['sp_11']) ?>nettoyer($donnee['sp_12']) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxexclureacte/index.php b/radiantproduction/Vue/Ajaxexclureacte/index.php new file mode 100644 index 0000000..196ecd4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxexclureacte/index.php @@ -0,0 +1,38 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($exclusion['libelleCollege']) ?>nettoyer($exclusion['libelleActe']) ?> + + + +
+
diff --git a/radiantproduction/Vue/Ajaxexistancebeneficiaire/index.php b/radiantproduction/Vue/Ajaxexistancebeneficiaire/index.php new file mode 100644 index 0000000..18e18fd --- /dev/null +++ b/radiantproduction/Vue/Ajaxexistancebeneficiaire/index.php @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/radiantproduction/Vue/Ajaxfacturationparclient/index.php b/radiantproduction/Vue/Ajaxfacturationparclient/index.php new file mode 100644 index 0000000..2d9c035 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturationparclient/index.php @@ -0,0 +1,114 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['etape']); + if (est_anglophone()) + { + $etape = $this->nettoyer($donnee['etapeEng']); + } + $nbligne++; + ?> + + + + + + + + + + + + + + + +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
+ +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
nettoyer($donnees_total['ratioprimeHtAn']). "%" ?>nettoyer($donnees_total['ratioprimeHtRen']). "%" ?> 100%
nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?>nettoyer($donnees_total['nbPoliceTot'])) ?>
nettoyer($donnees_total['ratioNbPoliceAn']). "%" ?>nettoyer($donnees_total['ratioNbPoliceRen']). "%" ?> 100%
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>nettoyer($donnee['encaisse'])) ?>nettoyer($donnee['solde'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxfacturationpparmois/index.php b/radiantproduction/Vue/Ajaxfacturationpparmois/index.php new file mode 100644 index 0000000..6d24bae --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturationpparmois/index.php @@ -0,0 +1,135 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
+ +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>nettoyer($donnees_total['encaisseTot'])) ?>nettoyer($donnees_total['soldeTot'])) ?>
nettoyer($donnees_total['ratioprimenbPoliceAn']) ?>nettoyer($donnees_total['ratioprimeHtAn']) ?>nettoyer($donnees_total['ratioprimenbPoliceRen']) ?>nettoyer($donnees_total['ratioprimeHtRen']) ?> 100 nettoyer($donnees_total['ratioPrimeHt']) ?>nettoyer($donnees_total['ratioaxe']) ?>nettoyer($donnees_total['ratiofraisCarte']) ?> 100
nettoyer($donnee['exercice']) ?>nettoyer($donnee['codeMois']) ?>nettoyer($donnee['nbPoliceAn'])) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['nbPoliceRen'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['nbPolice'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>nettoyer($donnee['encaisse'])) ?>nettoyer($donnee['solde'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxfacturecons/feuillemaladie.php b/radiantproduction/Vue/Ajaxfacturecons/feuillemaladie.php new file mode 100644 index 0000000..9797416 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/feuillemaladie.php @@ -0,0 +1,136 @@ +
+ nettoyer($feuillemaladie['codeTypeAffection']); + + $codeAffection = $this->nettoyer($feuillemaladie['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng']); + $raisonconsultation = $this->nettoyer($feuillemaladie['raisonconsultationEng']); + } + else + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection']); + $raisonconsultation = $this->nettoyer($feuillemaladie['raisonconsultation']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + " disabled > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + nettoyer($diagnostic['id']); + $supprime = $this->nettoyer($diagnostic['supprime']); + + $codeAffection = $this->nettoyer($diagnostic['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffectionEng'])." => ".$codeAffection; + } + else + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffection'])." => ".$codeAffection; + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + +
Date Diagnostic User
User Date
nettoyer($diagnostic['dateSysteme'])) ?> nettoyer($diagnostic['codeUtilisateur']) ?> nettoyer($diagnostic['userSuppression']) ?> nettoyer($diagnostic['heueSuppression'])) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxfacturecons/geds.php b/radiantproduction/Vue/Ajaxfacturecons/geds.php new file mode 100644 index 0000000..5f051df --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/geds.php @@ -0,0 +1,29 @@ +
+ +
+ + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxfacturecons/index.php b/radiantproduction/Vue/Ajaxfacturecons/index.php new file mode 100644 index 0000000..3ef6e8c --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/index.php @@ -0,0 +1,127 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail / Tel
Date User
+ + + + + + + + + + + + +
+ +
diff --git a/radiantproduction/Vue/Ajaxfacturecons/medicaments.php b/radiantproduction/Vue/Ajaxfacturecons/medicaments.php new file mode 100644 index 0000000..294af75 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/medicaments.php @@ -0,0 +1,52 @@ +
+ + + " disabled > + + + + + + + + + + + + + + + + nettoyer($medicament['ententePrealable']); + $libelleMedicament = $this->nettoyer($medicament['libelleMedicament']); + $codeMedicament = $this->nettoyer($medicament['codeMedicament']); + + if($actVisible!="1") + { + $libelleMedicament = $codeMedicament; + } + ?> + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($medicament['dateSysteme'])) ?> nettoyer($medicament['valeurActe'])) ?> nettoyer($medicament['quantite']) ?> nettoyer($medicament['fraisReel'])) ?> nettoyer($medicament['montantTm'])) ?> nettoyer($medicament['montantArembourser'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturecons/prestationactes.php b/radiantproduction/Vue/Ajaxfacturecons/prestationactes.php new file mode 100644 index 0000000..5a8deb2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/prestationactes.php @@ -0,0 +1,66 @@ +
+ + + " disabled > + + + + + + + + + + + + + + + + + + nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + + $codeActe = $this->nettoyer($prestation['codeActe']); + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + if($actVisible!="1") + { + $libelleActe = $codeActe; + } + ?> + + + + + + + + + + + + + + + + + + + + + +
Date Val
nettoyer($prestation['dateSysteme'])) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['valide']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturecons/verres.php b/radiantproduction/Vue/Ajaxfacturecons/verres.php new file mode 100644 index 0000000..e50c6a6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturecons/verres.php @@ -0,0 +1,35 @@ +
+ + + " disabled > + + + + + + + + + + + + nettoyer($verre['libelleVerre']); + $codeOptique = $this->nettoyer($verre['codeOptique']); + + if($actVisible!="1") + { + $libelleVerre = $codeOptique; + } + ?> + + + + + + + +
Date
nettoyer($verre['dateSysteme'])) ?> nettoyer($verre['valeurActe'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/feuillemaladie.php b/radiantproduction/Vue/Ajaxfactureconspop/feuillemaladie.php new file mode 100644 index 0000000..321b35d --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/feuillemaladie.php @@ -0,0 +1,134 @@ +
+ nettoyer($feuillemaladie['codeTypeAffection']); + + $codeAffection = $this->nettoyer($feuillemaladie['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng']); + $raisonconsultation = $this->nettoyer($feuillemaladie['raisonconsultationEng']); + } + else + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection']); + $raisonconsultation = $this->nettoyer($feuillemaladie['raisonconsultation']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + " disabled > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + nettoyer($diagnostic['id']); + $supprime = $this->nettoyer($diagnostic['supprime']); + + $codeAffection = $this->nettoyer($diagnostic['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffectionEng'])." => ".$codeAffection; + } + else + { + $libelleAffection = $this->nettoyer($diagnostic['libelleAffection'])." => ".$codeAffection; + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + +
Date Diagnostic User
User Date
nettoyer($diagnostic['dateSysteme'])) ?> nettoyer($diagnostic['codeUtilisateur']) ?> nettoyer($diagnostic['userSuppression']) ?> nettoyer($diagnostic['heueSuppression'])) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/geds.php b/radiantproduction/Vue/Ajaxfactureconspop/geds.php new file mode 100644 index 0000000..5f051df --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/geds.php @@ -0,0 +1,29 @@ +
+ +
+ + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/index.php b/radiantproduction/Vue/Ajaxfactureconspop/index.php new file mode 100644 index 0000000..daee010 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/index.php @@ -0,0 +1,127 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail / Tel
Date User
+ + + + + + + + + + + + +
+ +
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/medicaments.php b/radiantproduction/Vue/Ajaxfactureconspop/medicaments.php new file mode 100644 index 0000000..eb8774e --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/medicaments.php @@ -0,0 +1,52 @@ +
+ + + " disabled > + + + + + + + + + + + + + + + + nettoyer($medicament['ententePrealable']); + $libelleMedicament = $this->nettoyer($medicament['libelleMedicament']); + $codeMedicament = $this->nettoyer($medicament['codeMedicament']); + + if($actVisible!="1") + { + $libelleMedicament = $codeMedicament; + } + ?> + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($medicament['dateSysteme'])) ?> nettoyer($medicament['valeurActe'])) ?> nettoyer($medicament['quantite']) ?> nettoyer($medicament['fraisReel'])) ?> nettoyer($medicament['montantTm'])) ?> nettoyer($medicament['montantArembourser'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/prestationactes.php b/radiantproduction/Vue/Ajaxfactureconspop/prestationactes.php new file mode 100644 index 0000000..20c3665 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/prestationactes.php @@ -0,0 +1,66 @@ +
+ + + " disabled > + + + + + + + + + + + + + + + + + + nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + + $codeActe = $this->nettoyer($prestation['codeActe']); + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + if($actVisible!="1") + { + $libelleActe = $codeActe; + } + ?> + + + + + + + + + + + + + + + + + + + + + +
Date Val
nettoyer($prestation['dateSysteme'])) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['valide']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfactureconspop/verres.php b/radiantproduction/Vue/Ajaxfactureconspop/verres.php new file mode 100644 index 0000000..b48a6c0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactureconspop/verres.php @@ -0,0 +1,35 @@ +
+ + + " disabled > + + + + + + + + + + + + nettoyer($verre['libelleVerre']); + $codeOptique = $this->nettoyer($verre['codeOptique']); + + if($actVisible!="1") + { + $libelleVerre = $codeOptique; + } + ?> + + + + + + + +
Date
nettoyer($verre['dateSysteme'])) ?> nettoyer($verre['valeurActe'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturegccons/index.php b/radiantproduction/Vue/Ajaxfacturegccons/index.php new file mode 100644 index 0000000..333118f --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegccons/index.php @@ -0,0 +1,37 @@ +
+ + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $idTemp=$this->nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + +
Date
nettoyer($gc['dateFacture'])) ?>nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfacturegcnonsel/index.php b/radiantproduction/Vue/Ajaxfacturegcnonsel/index.php new file mode 100644 index 0000000..096d42d --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcnonsel/index.php @@ -0,0 +1,61 @@ +
+titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $idTemp=$this->nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateFacture'])) ?>nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfacturegcnonsel/reafficher.php b/radiantproduction/Vue/Ajaxfacturegcnonsel/reafficher.php new file mode 100644 index 0000000..096d42d --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcnonsel/reafficher.php @@ -0,0 +1,61 @@ +
+titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $idTemp=$this->nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateFacture'])) ?>nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfacturegcnonsel/validerselection.php b/radiantproduction/Vue/Ajaxfacturegcnonsel/validerselection.php new file mode 100644 index 0000000..efea6a4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcnonsel/validerselection.php @@ -0,0 +1,70 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxfacturegcnonselentete/index.php b/radiantproduction/Vue/Ajaxfacturegcnonselentete/index.php new file mode 100644 index 0000000..7f901ca --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcnonselentete/index.php @@ -0,0 +1,38 @@ +
+ +titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxfacturegcsel/index.php b/radiantproduction/Vue/Ajaxfacturegcsel/index.php new file mode 100644 index 0000000..d4fa592 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcsel/index.php @@ -0,0 +1,81 @@ +
+ +titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $idTemp=$this->nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateFacture'])) ?>nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfacturegcsel/reafficher.php b/radiantproduction/Vue/Ajaxfacturegcsel/reafficher.php new file mode 100644 index 0000000..3edb745 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcsel/reafficher.php @@ -0,0 +1,79 @@ +
+ +titre = "INTER-SANTE - Facturation Gestion confiée"; + $valideAs = $this->nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $idTemp=$this->nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
nettoyer($gc['dateFacture'])) ?>nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfacturegcsel/validerselection.php b/radiantproduction/Vue/Ajaxfacturegcsel/validerselection.php new file mode 100644 index 0000000..e41aca9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturegcsel/validerselection.php @@ -0,0 +1,69 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxfacturerpolice/afficherecheancierfacturation.php b/radiantproduction/Vue/Ajaxfacturerpolice/afficherecheancierfacturation.php new file mode 100644 index 0000000..36eb750 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturerpolice/afficherecheancierfacturation.php @@ -0,0 +1,114 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($echeancier['id']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($total_echeancier['tauxEcheance']) ?> nettoyer($total_echeancier['primeTtcInitial'])) ?> nettoyer($total_echeancier['interet'])) ?>nettoyer($total_echeancier['primeTtc'])) ?>
nettoyer($echeancier['ordreEcheance']) ?> + + + + + + + nettoyer($echeancier['primeTtcInitial'])) ?>nettoyer($echeancier['tauxInteret']) ?>nettoyer($echeancier['interet'])) ?>nettoyer($echeancier['primeTtc'])) ?>
+
+ +
diff --git a/radiantproduction/Vue/Ajaxfacturerpolice/getnbecheancier.php b/radiantproduction/Vue/Ajaxfacturerpolice/getnbecheancier.php new file mode 100644 index 0000000..f132edd --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturerpolice/getnbecheancier.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxfacturerpolice/getparametrestypeecheancier.php b/radiantproduction/Vue/Ajaxfacturerpolice/getparametrestypeecheancier.php new file mode 100644 index 0000000..a111e22 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturerpolice/getparametrestypeecheancier.php @@ -0,0 +1,4 @@ + diff --git a/radiantproduction/Vue/Ajaxfacturerpolice/index.php b/radiantproduction/Vue/Ajaxfacturerpolice/index.php new file mode 100644 index 0000000..6eb0ce9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturerpolice/index.php @@ -0,0 +1,117 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + nettoyer($beneficiaire['idBeneficiairePrimeTemp']) + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Age + +
nettoyer($beneficiaire['dateEffet'])) ?>nettoyer($beneficiaire['adherent']) ?> nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['libelleCollege']) ?> nettoyer($beneficiaire['codeLienParente']) ?> nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['beneficiaire']) ?> nettoyer($beneficiaire['ageBeneficiaire']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturerpolice/selectionner.php b/radiantproduction/Vue/Ajaxfacturerpolice/selectionner.php new file mode 100644 index 0000000..7d35575 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturerpolice/selectionner.php @@ -0,0 +1,47 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxfactures/index.php b/radiantproduction/Vue/Ajaxfactures/index.php new file mode 100644 index 0000000..756e038 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfactures/index.php @@ -0,0 +1,75 @@ +
+ + + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + +
Type Date
+ + nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?> nettoyer($facture['montantRembourse'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturesclassiques/index.php b/radiantproduction/Vue/Ajaxfacturesclassiques/index.php new file mode 100644 index 0000000..a4b8f1f --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturesclassiques/index.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + + + + + + nettoyer($dossier['idDossierClassique']); + $numeroLotDecompte=$this->nettoyer($dossier['numeroLotDecompte']); + ?> + + + + + + + + + + + + + + +
Date
nettoyer($dossier['dateConsultation'])) ?>nettoyer($dossier['dateSysteme'])) ?>nettoyer($dossier['prestataireConsultation']) ?> + + nettoyer($dossier['fraisReel'])) ?>nettoyer($dossier['montantTm'])) ?>nettoyer($dossier['fraisExclu'])) ?>nettoyer($dossier['fraisRetenu'])) ?>nettoyer($dossier['dateReglement'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturesfamille/index.php b/radiantproduction/Vue/Ajaxfacturesfamille/index.php new file mode 100644 index 0000000..4b0d66b --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturesfamille/index.php @@ -0,0 +1,69 @@ +
+ + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']); + } + + ?> + + + + + + + + + + + + + + + + + + +
Type Date
+ + nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxfacturesfeuille/index.php b/radiantproduction/Vue/Ajaxfacturesfeuille/index.php new file mode 100644 index 0000000..6a73b10 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfacturesfeuille/index.php @@ -0,0 +1,95 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['idFacture']); + ?> + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['numeroDecompte']) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreedetail/index.php b/radiantproduction/Vue/Ajaxfamentreedetail/index.php new file mode 100644 index 0000000..20f9d2c --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreedetail/index.php @@ -0,0 +1,143 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?>
nettoyer($donnee['dateEntreeAdherent']), $_SESSION['lang']) ?> nettoyer($donnee['adherent']) ?> nettoyer($donnee['commercial']) ?> nettoyer($donnee['dateEntreeBbeneficiaire']), $_SESSION['lang']) ?> nettoyer($donnee['beneficiaire']) ?> nettoyer($donnee['numeroBeneficiaire']) ?>nettoyer($donnee['codeLienParente']) ?>nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['primeBaseAdherent'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>
+ + + +
+ + + + + diff --git a/radiantproduction/Vue/Ajaxfamentreegrexe/index.php b/radiantproduction/Vue/Ajaxfamentreegrexe/index.php new file mode 100644 index 0000000..272cf20 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrexe/index.php @@ -0,0 +1,96 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpcom/index.php b/radiantproduction/Vue/Ajaxfamentreegrpcom/index.php new file mode 100644 index 0000000..569f909 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpcom/index.php @@ -0,0 +1,96 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['commercial']) ?> nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpcomech/index.php b/radiantproduction/Vue/Ajaxfamentreegrpcomech/index.php new file mode 100644 index 0000000..a66bac9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpcomech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['commercial']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpech/index.php b/radiantproduction/Vue/Ajaxfamentreegrpech/index.php new file mode 100644 index 0000000..e2b0823 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpech/index.php @@ -0,0 +1,100 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpexeech/index.php b/radiantproduction/Vue/Ajaxfamentreegrpexeech/index.php new file mode 100644 index 0000000..a5b6579 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpexeech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?>nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpfam/index.php b/radiantproduction/Vue/Ajaxfamentreegrpfam/index.php new file mode 100644 index 0000000..0b76123 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpfam/index.php @@ -0,0 +1,104 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['dateEntree']), $_SESSION['lang']) ?> nettoyer($donnee['adherent']) ?> nettoyer($donnee['numeroAdherent']) ?> nettoyer($donnee['commercial']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpper/index.php b/radiantproduction/Vue/Ajaxfamentreegrpper/index.php new file mode 100644 index 0000000..594d281 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpper/index.php @@ -0,0 +1,97 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?> nettoyer($donnee['trimestre']) ?> nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamentreegrpperech/index.php b/radiantproduction/Vue/Ajaxfamentreegrpperech/index.php new file mode 100644 index 0000000..c2a6865 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamentreegrpperech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?> nettoyer($donnee['trimestre']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiedetail/index.php b/radiantproduction/Vue/Ajaxfamsortiedetail/index.php new file mode 100644 index 0000000..bcc17bb --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiedetail/index.php @@ -0,0 +1,103 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?>
nettoyer($donnee['dateEntreeAdherent']), $_SESSION['lang']) ?> nettoyer($donnee['adherent']) ?> nettoyer($donnee['commercial']) ?> nettoyer($donnee['dateEntreeBbeneficiaire']), $_SESSION['lang']) ?> nettoyer($donnee['beneficiaire']) ?> nettoyer($donnee['numeroBeneficiaire']) ?>nettoyer($donnee['codeLienParente']) ?>nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['primeBaseAdherent'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrexe/index.php b/radiantproduction/Vue/Ajaxfamsortiegrexe/index.php new file mode 100644 index 0000000..272cf20 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrexe/index.php @@ -0,0 +1,96 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpcom/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpcom/index.php new file mode 100644 index 0000000..569f909 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpcom/index.php @@ -0,0 +1,96 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['commercial']) ?> nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpcomech/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpcomech/index.php new file mode 100644 index 0000000..a66bac9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpcomech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['commercial']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpech/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpech/index.php new file mode 100644 index 0000000..e2b0823 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpech/index.php @@ -0,0 +1,100 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpexeech/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpexeech/index.php new file mode 100644 index 0000000..a5b6579 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpexeech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?>nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpfam/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpfam/index.php new file mode 100644 index 0000000..0b76123 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpfam/index.php @@ -0,0 +1,104 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['dateEntree']), $_SESSION['lang']) ?> nettoyer($donnee['adherent']) ?> nettoyer($donnee['numeroAdherent']) ?> nettoyer($donnee['commercial']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpper/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpper/index.php new file mode 100644 index 0000000..594d281 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpper/index.php @@ -0,0 +1,97 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?> nettoyer($donnee['trimestre']) ?> nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfamsortiegrpperech/index.php b/radiantproduction/Vue/Ajaxfamsortiegrpperech/index.php new file mode 100644 index 0000000..c2a6865 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfamsortiegrpperech/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnees_total['nbLigne'])) ?> nettoyer($donnees_total['nbAdherentTotal'])) ?> nettoyer($donnees_total['nbBeneficiaireTotal'])) ?> nettoyer($donnees_total['primeBaseTotal'])) ?> nettoyer($donnees_total['commissionAutreTotal'])) ?> nettoyer($donnees_total['primeHtTotal'])) ?> nettoyer($donnees_total['taxeTotal'])) ?> nettoyer($donnees_total['interetTotal'])) ?> nettoyer($donnees_total['primeTtcTousEcheancesTotal'])) ?> nettoyer($donnees_total['primeTtcEcheancesTotal'])) ?> nettoyer($donnees_total['partAssureurTotal'])) ?> nettoyer($donnees_total['partTiersTotal'])) ?>
nettoyer($donnee['codeExercice']) ?> nettoyer($donnee['trimestre']) ?> nettoyer($donnee['codeTypeEcheancier']) ?>nettoyer($donnee['nbEcheance'])) ?>nettoyer($donnee['tauxInteretEcheancier']) ?>nettoyer($donnee['nbAdherent'])) ?>nettoyer($donnee['nbBeneficiaire'])) ?>nettoyer($donnee['primeBase'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['interet'])) ?>nettoyer($donnee['primeTtcTousEcheances'])) ?>nettoyer($donnee['primeTtcEcheances'])) ?>nettoyer($donnee['partAssureur'])) ?>nettoyer($donnee['partTiers'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxfichepolice/index.php b/radiantproduction/Vue/Ajaxfichepolice/index.php new file mode 100644 index 0000000..61022a3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfichepolice/index.php @@ -0,0 +1,96 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['numeroQuittance']); + $idQuittance = $quittance['id']; + $idEmission = $quittance['idEmission']; + $numeroEmission = $quittance['numeroEmission']; + $solde=$this->nettoyer($quittance['solde']) + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($totalquittanceperiode['primeTtc'])) ?>nettoyer($totalquittanceperiode['encaisse'])) ?>nettoyer($totalquittanceperiode['solde'])) ?>
nettoyer($quittance['dateEmission']), $_SESSION['lang']) ?>nettoyer($quittance['dateEffet']), $_SESSION['lang']) ?>nettoyer($quittance['dateEcheance']), $_SESSION['lang']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['datePaiement']), $_SESSION['lang']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " onClick="javascript:imprimer_quittance();"> " onClick="javascript:imprimer_quittance_client();">
+ + + + + +
diff --git a/radiantproduction/Vue/Ajaxfiltrefamillecomposantetarif/index.php b/radiantproduction/Vue/Ajaxfiltrefamillecomposantetarif/index.php new file mode 100644 index 0000000..a655cf7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfiltrefamillecomposantetarif/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxfiltrefamilletarif/index.php b/radiantproduction/Vue/Ajaxfiltrefamilletarif/index.php new file mode 100644 index 0000000..bc0eb95 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfiltrefamilletarif/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxflexcode/index.php b/radiantproduction/Vue/Ajaxflexcode/index.php new file mode 100644 index 0000000..d4f787a --- /dev/null +++ b/radiantproduction/Vue/Ajaxflexcode/index.php @@ -0,0 +1,5 @@ +
+ + + +
diff --git a/radiantproduction/Vue/Ajaxflexcode/index_comm.php b/radiantproduction/Vue/Ajaxflexcode/index_comm.php new file mode 100644 index 0000000..83b8efd --- /dev/null +++ b/radiantproduction/Vue/Ajaxflexcode/index_comm.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxfraisgestiongccons/index.php b/radiantproduction/Vue/Ajaxfraisgestiongccons/index.php new file mode 100644 index 0000000..1868ced --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongccons/index.php @@ -0,0 +1,33 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongccons/reafficher.php b/radiantproduction/Vue/Ajaxfraisgestiongccons/reafficher.php new file mode 100644 index 0000000..b1be89b --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongccons/reafficher.php @@ -0,0 +1,73 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongccons/validerselection.php b/radiantproduction/Vue/Ajaxfraisgestiongccons/validerselection.php new file mode 100644 index 0000000..bdac8bb --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongccons/validerselection.php @@ -0,0 +1,70 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/index.php b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/index.php new file mode 100644 index 0000000..204575e --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/index.php @@ -0,0 +1,52 @@ +
+nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/reafficher.php b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/reafficher.php new file mode 100644 index 0000000..204575e --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/reafficher.php @@ -0,0 +1,52 @@ +
+nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/validerselection.php b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/validerselection.php new file mode 100644 index 0000000..e41aca9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcnonsel/validerselection.php @@ -0,0 +1,69 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcnonselentete/index.php b/radiantproduction/Vue/Ajaxfraisgestiongcnonselentete/index.php new file mode 100644 index 0000000..f2892a4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcnonselentete/index.php @@ -0,0 +1,31 @@ +
+ + nettoyer($reglement['valideAs']); + ?> + + " readonly > + + + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcsel/index.php b/radiantproduction/Vue/Ajaxfraisgestiongcsel/index.php new file mode 100644 index 0000000..b1be89b --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcsel/index.php @@ -0,0 +1,73 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcsel/reafficher.php b/radiantproduction/Vue/Ajaxfraisgestiongcsel/reafficher.php new file mode 100644 index 0000000..b1be89b --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcsel/reafficher.php @@ -0,0 +1,73 @@ +
+ +nettoyer($reglement['valideAs']); +?> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idTemp']); + ?> + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($gc['codeExercice']) ?> nettoyer($gc['codeMois']) ?> nettoyer($gc['nbCarte'])) ?> nettoyer($gc['montantFrais'])) ?> nettoyer($gc['tvaFrais'])) ?> nettoyer($gc['ttcFrais'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxfraisgestiongcsel/validerselection.php b/radiantproduction/Vue/Ajaxfraisgestiongcsel/validerselection.php new file mode 100644 index 0000000..bdac8bb --- /dev/null +++ b/radiantproduction/Vue/Ajaxfraisgestiongcsel/validerselection.php @@ -0,0 +1,70 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
diff --git a/radiantproduction/Vue/Ajaxgabarit/index.php b/radiantproduction/Vue/Ajaxgabarit/index.php new file mode 100644 index 0000000..e65161a --- /dev/null +++ b/radiantproduction/Vue/Ajaxgabarit/index.php @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/radiantproduction/Vue/Ajaxgarantiescollege/index.php b/radiantproduction/Vue/Ajaxgarantiescollege/index.php new file mode 100644 index 0000000..e2e0254 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgarantiescollege/index.php @@ -0,0 +1,299 @@ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + nettoyer($garantiebase['id']); + $garantie = $this->nettoyer($garantiebase['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantiebase['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($garantiebase['plafond'])) ?> + + + + nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + $garantie = $this->nettoyer($garoptionnelle['libelle']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptionnelle['libelleEng']); + } + ?> + + + + + + + + + + +
=>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add = $this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + $calculerPrime = $this->nettoyer($garoptacquise['calculerPrime']) ; + $garantie = $this->nettoyer($garoptacquise['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garoptacquise['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
+ + nettoyer($garoptacquise['primeOption'])) ?>nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + nettoyer($garantiebase['id']); + ?> + + + + + + + + + + + + + + +
Bn
nettoyer($garantiebase['garantie']) ?> nettoyer($garantiebase['tauxPlafond']) ?> nettoyer($garantiebase['plafond'])) ?>
+
+
+ +
+
+ + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idCol=$this->nettoyer($garoptionnelle['idCollegeTemp']); + ?> + + + + + + + + + + +
=>
nettoyer($garoptionnelle['libelle']) ?>
+
+
+ +
+
+ + + + + + + + + + + + + + + nettoyer($garoptacquise['id']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + $gar = $this->nettoyer($garoptacquise['codeGarantie']) ; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<= Bn
+ + nettoyer($garoptacquise['primeOption'])) ?> + + nettoyer($garoptacquise['plafond'])) ?> + +
+
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaxgarantiescollegeadd/afficherplafondglobal.php b/radiantproduction/Vue/Ajaxgarantiescollegeadd/afficherplafondglobal.php new file mode 100644 index 0000000..11b0184 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgarantiescollegeadd/afficherplafondglobal.php @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/radiantproduction/Vue/Ajaxgarantiescollegeadd/index.php b/radiantproduction/Vue/Ajaxgarantiescollegeadd/index.php new file mode 100644 index 0000000..9d237b6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgarantiescollegeadd/index.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + + + + nettoyer($garantieadd['id']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($garantieadd['garantie']) ?> nettoyer($garantieadd['plafondOld'])) ?>nettoyer($garantieadd['plafondNew'])) ?>nettoyer($garantieadd['primeOption'])) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxgarantiescollegeadherent/index.php b/radiantproduction/Vue/Ajaxgarantiescollegeadherent/index.php new file mode 100644 index 0000000..1d12707 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgarantiescollegeadherent/index.php @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + nettoyer($garantieadd['id']); + ?> + + + + + + + + +
nettoyer($garantieadd['garantie']) ?> nettoyer($garantieadd['plafondOld'])) ?>nettoyer($garantieadd['plafondNew'])) ?> +
+
diff --git a/radiantproduction/Vue/Ajaxgarantiespolice/index.php b/radiantproduction/Vue/Ajaxgarantiespolice/index.php new file mode 100644 index 0000000..2006832 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgarantiespolice/index.php @@ -0,0 +1,104 @@ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantiebase['garantie']) ?>
" onClick="javascript:archiver_garantie_police();">
+
+
+ +
+
+ + + + + + + + + + + + + nettoyer($garoptionnelle['codeGarantie']); + $idPol=$this->nettoyer($garoptionnelle['idPolice']); + ?> + + + + + + + + + + + + +
nettoyer($garoptionnelle['libelle']) ?>
+
+
+ +
+
+ + + + + + + + + + + + + + nettoyer($garoptacquise['idGarantie']); + $gar_add=$this->nettoyer($garoptacquise['additionnelle']); + ?> + + + + + + + + + + + + + + + +
+
+
+
+
diff --git a/radiantproduction/Vue/Ajaxgcassureur/creerusergc.php b/radiantproduction/Vue/Ajaxgcassureur/creerusergc.php new file mode 100644 index 0000000..d7d289d --- /dev/null +++ b/radiantproduction/Vue/Ajaxgcassureur/creerusergc.php @@ -0,0 +1,10 @@ +
+ + + +
+

+
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxgcassureur/index.php b/radiantproduction/Vue/Ajaxgcassureur/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestion.php b/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestion.php new file mode 100644 index 0000000..e2fd778 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestion.php @@ -0,0 +1,98 @@ +
+ + + + + + + + + => + + + + + + + => + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Date
" onClick="afficher_detail_gcfraisgestion();" style='font-size:9pt;' > " style='font-size:9pt;' disabled > " onClick="rechargergcfraisgestion();" style='font-size:9pt;' > " onClick="cumul_gc_frais_gestion_par_client();" style='font-size:9pt;' >
+ +
+ + + + + + + + + + + + + + + + + + + + +
nettoyer($fraisgestion['souscripteur']) ?> nettoyer($fraisgestion['adherent']) ?> nettoyer($fraisgestion['numeroBeneficiaire']) ?> nettoyer($fraisgestion['beneficiaire']) ?> nettoyer($fraisgestion['montantFrais'])) ?>
+
+ +
+ diff --git a/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestioncumul.php b/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestioncumul.php new file mode 100644 index 0000000..ed671a8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgcfraisgestion/affichergcfraisgestioncumul.php @@ -0,0 +1,95 @@ +
+ + + + + + + + + => + + + + + + + => + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Date
" onClick="afficher_detail_gcfraisgestion();" style='font-size:9pt;' > " style='font-size:9pt;' disabled > " onClick="rechargergcfraisgestion();" style='font-size:9pt;' > " onClick="cumul_gc_frais_gestion_par_client();" style='font-size:9pt;' >
+ +
+ + + + + + + + + + + + + + + + + +
nettoyer($fraisgestion['souscripteur']) ?> nettoyer($fraisgestion['nbCarte'])) ?> nettoyer($fraisgestion['montantFrais'])) ?>
+
+ +
+ diff --git a/radiantproduction/Vue/Ajaxgcfraisgestion/index.php b/radiantproduction/Vue/Ajaxgcfraisgestion/index.php new file mode 100644 index 0000000..b07e203 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgcfraisgestion/index.php @@ -0,0 +1,3 @@ +
+ +
diff --git a/radiantproduction/Vue/Ajaxgcfraisgestion/listeentetegcfraisgestion.php b/radiantproduction/Vue/Ajaxgcfraisgestion/listeentetegcfraisgestion.php new file mode 100644 index 0000000..62dd942 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgcfraisgestion/listeentetegcfraisgestion.php @@ -0,0 +1,55 @@ +
+ + + + + + + + + + + + + + + + + + nettoyer($entetegcfraisgestion['idEnteteGcFraisgestion']); + $codeExercice = $this->nettoyer($entetegcfraisgestion['codeExercice']); + $codeMois = $this->nettoyer($entetegcfraisgestion['codeMois']); + $facture = $this->nettoyer($entetegcfraisgestion['facture']); + $regle = $this->nettoyer($entetegcfraisgestion['regle']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ID User Date
nettoyer($entetegcfraisgestion['nbCarte'])) ?> nettoyer($entetegcfraisgestion['montantFrais'])) ?> nettoyer($entetegcfraisgestion['tvaFrais'])) ?> nettoyer($entetegcfraisgestion['ttcFrais'])) ?> nettoyer($entetegcfraisgestion['codeUtilisateur']) ?> nettoyer($entetegcfraisgestion['dateSysteme'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxgcregelement/index.php b/radiantproduction/Vue/Ajaxgcregelement/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxgedfacture/index.php b/radiantproduction/Vue/Ajaxgedfacture/index.php new file mode 100644 index 0000000..80661c0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgedfacture/index.php @@ -0,0 +1,42 @@ +
+
+ + + + + + + + + + + + +
" />
+
+ + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxgedfacturegc/index.php b/radiantproduction/Vue/Ajaxgedfacturegc/index.php new file mode 100644 index 0000000..29faded --- /dev/null +++ b/radiantproduction/Vue/Ajaxgedfacturegc/index.php @@ -0,0 +1,67 @@ +
+ + +
diff --git a/radiantproduction/Vue/Ajaxgenererbons/index.php b/radiantproduction/Vue/Ajaxgenererbons/index.php new file mode 100644 index 0000000..9e34b61 --- /dev/null +++ b/radiantproduction/Vue/Ajaxgenererbons/index.php @@ -0,0 +1,120 @@ +
+ + + +
+ " /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + + +
+
+ + + + + + +
+ +

+ +
+ +
+
+ + +
+
+
+
+ + +
diff --git a/radiantproduction/Vue/Ajaxhistsupprempreinte/index.php b/radiantproduction/Vue/Ajaxhistsupprempreinte/index.php new file mode 100644 index 0000000..5d353b3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxhistsupprempreinte/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($empreintesupprimer['dateSave'])) ?>nettoyer($empreintesupprimer['motif']) ?>nettoyer($empreintesupprimer['souscripteur']) ?>nettoyer($empreintesupprimer['idPolice']) ?>nettoyer($empreintesupprimer['adherent']) ?>nettoyer($empreintesupprimer['numeroBeneficiaire']) ?>nettoyer($empreintesupprimer['beneficiaire']) ?>nettoyer($empreintesupprimer['nomUtilisateur']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxhistsupprface/index.php b/radiantproduction/Vue/Ajaxhistsupprface/index.php new file mode 100644 index 0000000..c76f8b2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxhistsupprface/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($facesupprimee['dateSysteme'])) ?>nettoyer($facesupprimee['motif']) ?>nettoyer($facesupprimee['souscripteur']) ?>nettoyer($facesupprimee['idPolice']) ?>nettoyer($facesupprimee['adherent']) ?>nettoyer($facesupprimee['numeroBeneficiaire']) ?>nettoyer($facesupprimee['beneficiaire']) ?>nettoyer($facesupprimee['codeUtilisateur']) ?>nettoyer($facesupprimee['nomUtilisateur']) ?>nettoyer($facesupprimee['prestataire']) ?>
+
diff --git a/radiantproduction/Vue/Ajaximpayeclient/index.php b/radiantproduction/Vue/Ajaximpayeclient/index.php new file mode 100644 index 0000000..1970ede --- /dev/null +++ b/radiantproduction/Vue/Ajaximpayeclient/index.php @@ -0,0 +1,134 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['id']); + $numeroQuittance=$this->nettoyer($quittance['numeroQuittance']); + $primeTtc=$this->nettoyer($quittance['primeTtc']); + $encaisse=$this->nettoyer($quittance['encaisse']); + $solde=$this->nettoyer($quittance['solde']); + + $idEncaissement = $this->nettoyer($quittance['idEncaissement']); + ?> + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + +
No
Total nettoyer($totalquittanceImpayee['primeTtc'])) ?>nettoyer($totalquittanceImpayee['encaisse'])) ?>nettoyer($totalquittanceImpayee['solde'])) ?>
" onClick="javascript:ajouter_quittance_acompte_client();">
nettoyer($quittance['dateEmission'])) ?>nettoyer($quittance['dateEffet'])) ?>nettoyer($quittance['dateEcheance'])) ?>nettoyer($quittance['codeTypeAvenant']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " + onClick="javascript:selectionner_quittance_impayee(, , , , );"> + " onClick="javascript:solder_quittance_client_temp();">
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($totaldetailencaissement['montant_selection'])) ?> " onClick="javascript:enregistrer_encaissement_bordereau();">
nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['oldsolde'])) ?>nettoyer($detailencaissement['primeTtc'])) ?>nettoyer($detailencaissement['newsolde'])) ?> " onClick="javascript:supprimer_detail_encaissement_client();">
+
+
diff --git a/radiantproduction/Vue/Ajaximporterdestinatairesms/importermodele.php b/radiantproduction/Vue/Ajaximporterdestinatairesms/importermodele.php new file mode 100644 index 0000000..36c8fc4 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterdestinatairesms/importermodele.php @@ -0,0 +1,4 @@ +
+

+ +
diff --git a/radiantproduction/Vue/Ajaximporterdestinatairesms/index.php b/radiantproduction/Vue/Ajaximporterdestinatairesms/index.php new file mode 100644 index 0000000..9260327 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterdestinatairesms/index.php @@ -0,0 +1 @@ +IMPORT DESTINATAIRES SMS \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterdestinatairesms/init.php b/radiantproduction/Vue/Ajaximporterdestinatairesms/init.php new file mode 100644 index 0000000..6d3eef5 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterdestinatairesms/init.php @@ -0,0 +1,80 @@ + + + + + + + + + +
Message
+ +
+ +
+ + + + + + + + + + + +
" onClick="javascript:mettre_sms_commun_attente();"> + + " onClick='javascript:reinitiliser_envois_sms_hors_systeme();'/>
+ +
+ + + + + + + + + + nettoyer($destinataire_non_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_non_selection['libelleDestinataire']) ?> nettoyer($destinataire_non_selection['destination']) ?>
+
+ +
+ + + + + + + + + + nettoyer($destinataire_selection['id']); + ?> + + + + + + + +
nettoyer($destinataire_selection['libelleDestinataire']) ?>nettoyer($destinataire_selection['destination']) ?>
+
+
+
+ diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/afficheradherentimportee.php b/radiantproduction/Vue/Ajaximporterlisteassure/afficheradherentimportee.php new file mode 100644 index 0000000..44d6bb3 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/afficheradherentimportee.php @@ -0,0 +1,102 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + + + + + +
=>
nettoyer($adherent['categorie']) ?>nettoyer($adherent['libelleCollege']) ?>nettoyer($adherent['codeProduit']) ?>nettoyer($adherent['libelleCollege']) ?>nettoyer($adherent['codeProduit']) ?>nettoyer($adherent['numeroAdherent']) ?>nettoyer($adherent['noFamille']) ?>nettoyer($adherent['nom']) ?>nettoyer($adherent['prenoms']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($adherent_college['categorie']) ?>nettoyer($adherent_college['libelleCollege']) ?>nettoyer($adherent_college['codeProduit']) ?>nettoyer($adherent_college['numeroAdherent']) ?>nettoyer($adherent_college['noFamille']) ?>nettoyer($adherent_college['nom']) ?>nettoyer($adherent_college['prenoms']) ?>
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/ajouterunadherentaucollege.php b/radiantproduction/Vue/Ajaximporterlisteassure/ajouterunadherentaucollege.php new file mode 100644 index 0000000..c72c434 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/ajouterunadherentaucollege.php @@ -0,0 +1 @@ +OK ajouterunadherentaucollege \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/exclureligneimportee.php b/radiantproduction/Vue/Ajaximporterlisteassure/exclureligneimportee.php new file mode 100644 index 0000000..1734551 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/exclureligneimportee.php @@ -0,0 +1 @@ +OK EXCLURE \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/importermodele.php b/radiantproduction/Vue/Ajaximporterlisteassure/importermodele.php new file mode 100644 index 0000000..36c8fc4 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/importermodele.php @@ -0,0 +1,4 @@ +
+

+ +
diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/incorpoerassuresimportes.php b/radiantproduction/Vue/Ajaximporterlisteassure/incorpoerassuresimportes.php new file mode 100644 index 0000000..79abd6c --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/incorpoerassuresimportes.php @@ -0,0 +1 @@ +OK incorpoerassuresimportes \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/index.php b/radiantproduction/Vue/Ajaximporterlisteassure/index.php new file mode 100644 index 0000000..ae893f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/index.php @@ -0,0 +1 @@ +IMPORT TARIF MEICAMENT \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/initimportermodele.php b/radiantproduction/Vue/Ajaximporterlisteassure/initimportermodele.php new file mode 100644 index 0000000..a900efc --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/initimportermodele.php @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['numeroAvenant']) ?>nettoyer($avenant['dateEffet'])) ?>nettoyer($avenant['libelleAvenant']) ?>nettoyer($avenant['motifavenant']) ?>nettoyer($avenant['utilisateur']) ?>nettoyer($avenant['dateSysteme'])) ?>
diff --git a/radiantproduction/Vue/Ajaximporterlisteassure/retirerunadherentaucollege.php b/radiantproduction/Vue/Ajaximporterlisteassure/retirerunadherentaucollege.php new file mode 100644 index 0000000..e074f94 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassure/retirerunadherentaucollege.php @@ -0,0 +1 @@ +OK retirerunadherentaucollege \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/afficheradherentimportee.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/afficheradherentimportee.php new file mode 100644 index 0000000..44d6bb3 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/afficheradherentimportee.php @@ -0,0 +1,102 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + + + + + +
=>
nettoyer($adherent['categorie']) ?>nettoyer($adherent['libelleCollege']) ?>nettoyer($adherent['codeProduit']) ?>nettoyer($adherent['libelleCollege']) ?>nettoyer($adherent['codeProduit']) ?>nettoyer($adherent['numeroAdherent']) ?>nettoyer($adherent['noFamille']) ?>nettoyer($adherent['nom']) ?>nettoyer($adherent['prenoms']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($adherent_college['categorie']) ?>nettoyer($adherent_college['libelleCollege']) ?>nettoyer($adherent_college['codeProduit']) ?>nettoyer($adherent_college['numeroAdherent']) ?>nettoyer($adherent_college['noFamille']) ?>nettoyer($adherent_college['nom']) ?>nettoyer($adherent_college['prenoms']) ?>
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/ajouterunadherentaucollege.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/ajouterunadherentaucollege.php new file mode 100644 index 0000000..c72c434 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/ajouterunadherentaucollege.php @@ -0,0 +1 @@ +OK ajouterunadherentaucollege \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/exclureligneimportee.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/exclureligneimportee.php new file mode 100644 index 0000000..1734551 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/exclureligneimportee.php @@ -0,0 +1 @@ +OK EXCLURE \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/importermodele.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/importermodele.php new file mode 100644 index 0000000..36c8fc4 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/importermodele.php @@ -0,0 +1,4 @@ +
+

+ +
diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/incorpoerassuresimportes.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/incorpoerassuresimportes.php new file mode 100644 index 0000000..79abd6c --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/incorpoerassuresimportes.php @@ -0,0 +1 @@ +OK incorpoerassuresimportes \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/index.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/index.php new file mode 100644 index 0000000..ae893f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/index.php @@ -0,0 +1 @@ +IMPORT TARIF MEICAMENT \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/initimportermodele.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/initimportermodele.php new file mode 100644 index 0000000..300f88e --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/initimportermodele.php @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['numeroAvenant']) ?>nettoyer($avenant['dateEffet'])) ?>nettoyer($avenant['libelleAvenant']) ?>nettoyer($avenant['motifavenant']) ?>nettoyer($avenant['utilisateur']) ?>nettoyer($avenant['dateSysteme'])) ?>
diff --git a/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/retirerunadherentaucollege.php b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/retirerunadherentaucollege.php new file mode 100644 index 0000000..e074f94 --- /dev/null +++ b/radiantproduction/Vue/Ajaximporterlisteassurefamiliale/retirerunadherentaucollege.php @@ -0,0 +1 @@ +OK retirerunadherentaucollege \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximportertarifmedicament/importermodele.php b/radiantproduction/Vue/Ajaximportertarifmedicament/importermodele.php new file mode 100644 index 0000000..36c8fc4 --- /dev/null +++ b/radiantproduction/Vue/Ajaximportertarifmedicament/importermodele.php @@ -0,0 +1,4 @@ +
+

+ +
diff --git a/radiantproduction/Vue/Ajaximportertarifmedicament/incorpoerassuresimportes.php b/radiantproduction/Vue/Ajaximportertarifmedicament/incorpoerassuresimportes.php new file mode 100644 index 0000000..79abd6c --- /dev/null +++ b/radiantproduction/Vue/Ajaximportertarifmedicament/incorpoerassuresimportes.php @@ -0,0 +1 @@ +OK incorpoerassuresimportes \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximportertarifmedicament/incorporermedicamentsimportes.php b/radiantproduction/Vue/Ajaximportertarifmedicament/incorporermedicamentsimportes.php new file mode 100644 index 0000000..ae893f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaximportertarifmedicament/incorporermedicamentsimportes.php @@ -0,0 +1 @@ +IMPORT TARIF MEICAMENT \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximportertarifmedicament/index.php b/radiantproduction/Vue/Ajaximportertarifmedicament/index.php new file mode 100644 index 0000000..ae893f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaximportertarifmedicament/index.php @@ -0,0 +1 @@ +IMPORT TARIF MEICAMENT \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaximportertarifmedicament/initimportermodele.php b/radiantproduction/Vue/Ajaximportertarifmedicament/initimportermodele.php new file mode 100644 index 0000000..48a903f --- /dev/null +++ b/radiantproduction/Vue/Ajaximportertarifmedicament/initimportermodele.php @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['numeroAvenant']) ?>nettoyer($avenant['dateEffet'])) ?>nettoyer($avenant['libelleAvenant']) ?>nettoyer($avenant['utilisateur']) ?>nettoyer($avenant['dateSysteme'])) ?>
diff --git a/radiantproduction/Vue/Ajaximprimerfeuillemaladie/index.php b/radiantproduction/Vue/Ajaximprimerfeuillemaladie/index.php new file mode 100644 index 0000000..86cbd60 --- /dev/null +++ b/radiantproduction/Vue/Ajaximprimerfeuillemaladie/index.php @@ -0,0 +1,2 @@ +
+
diff --git a/radiantproduction/Vue/Ajaxinitnbecheance/index.php b/radiantproduction/Vue/Ajaxinitnbecheance/index.php new file mode 100644 index 0000000..f132edd --- /dev/null +++ b/radiantproduction/Vue/Ajaxinitnbecheance/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxldemandesteglement/index.php b/radiantproduction/Vue/Ajaxldemandesteglement/index.php new file mode 100644 index 0000000..a901586 --- /dev/null +++ b/radiantproduction/Vue/Ajaxldemandesteglement/index.php @@ -0,0 +1,84 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
Type
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>nettoyer($decompte['userDemandeReglement']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxldemandesteglementcpt/index.php b/radiantproduction/Vue/Ajaxldemandesteglementcpt/index.php new file mode 100644 index 0000000..f581d0b --- /dev/null +++ b/radiantproduction/Vue/Ajaxldemandesteglementcpt/index.php @@ -0,0 +1,99 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + + $motifNonPaiement = $decompte['motifNonPaiement']; + + $nbligne++; + ?> + + + + + + + + + + + + + + + 0): ?> + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
Type
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>nettoyer($decompte['userDemandeReglement']) ?> +
+ +
diff --git a/radiantproduction/Vue/Ajaxldemandesteglementfiltre/index.php b/radiantproduction/Vue/Ajaxldemandesteglementfiltre/index.php new file mode 100644 index 0000000..b4b8efa --- /dev/null +++ b/radiantproduction/Vue/Ajaxldemandesteglementfiltre/index.php @@ -0,0 +1,84 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
Type
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>nettoyer($decompte['userDemandeReglement']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxlisteadherent/index.php b/radiantproduction/Vue/Ajaxlisteadherent/index.php new file mode 100644 index 0000000..b2aaf70 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteadherent/index.php @@ -0,0 +1,54 @@ + + +
+ + + + + + + + + + + + + + + nettoyer($adherent['numeroAdherent']); + $garantieArchive=$this->nettoyer($adherent['garantieArchive']); + $primeArchive=$this->nettoyer($adherent['primeArchive']); + $estsupprimable = ($primeArchive=="0"); + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Entrée
nettoyer($adherent['nom']) ?>nettoyer($adherent['prenoms']) ?>nettoyer($adherent['codeProduit']) ?>nettoyer($adherent['libelleCollege']) ?>nettoyer($adherent['dateEntree'])) ?>nettoyer($adherent['dateSortie'])) ?> " onClick="javascript:de_archiver_adherent('');"> " onClick="javascript:archiver_adherent('');">
+
diff --git a/radiantproduction/Vue/Ajaxlisteadherentfamiliale/index.php b/radiantproduction/Vue/Ajaxlisteadherentfamiliale/index.php new file mode 100644 index 0000000..84e6eca --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteadherentfamiliale/index.php @@ -0,0 +1,63 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($adherent['numeroAdherent']); + $garantieArchive=$this->nettoyer($adherent['garantieArchive']); + $primeArchive=$this->nettoyer($adherent['primeArchive']); + $estsupprimable = ($primeArchive=="0"); + $typeecheancier=$this->nettoyer($adherent['typeecheancier']); + + if (est_anglophone()) + { + $typeecheancier=$this->nettoyer($adherent['typeecheancierEng']); + } + + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($adherent['nom']) ?>nettoyer($adherent['prenoms']) ?> nettoyer($adherent['sexe']) ?>nettoyer($adherent['dateEntree'])) ?>nettoyer($adherent['dateSortie'])) ?>nettoyer($adherent['primeBase'])) ?>nettoyer($adherent['interet'])) ?>nettoyer($adherent['primeTtcTousEcheances'])) ?>nettoyer($adherent['nbEcheance']) ?>nettoyer($adherent['primeTtcEcheances'])) ?>nettoyer($adherent['codeEtape']) ?>nettoyer($adherent['commissionAutre'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxlistecarteassure/afficherliste.php b/radiantproduction/Vue/Ajaxlistecarteassure/afficherliste.php new file mode 100644 index 0000000..ed9e819 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistecarteassure/afficherliste.php @@ -0,0 +1,72 @@ + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + nettoyer($v['beneficiaire_carte_temp']); + $prestationPossible = $this->nettoyer($v['prestationPossible']); + + if($v['choix']=='1') + { + $nbChoix++; + } + ?> + + + + + + + + + + + + + +
+ + + + + +
nettoyer($v['numeroBeneficiaire']) ?>nettoyer($v['beneficiaire']) ?>nettoyer($v['codeLienParente']) ?>nettoyer($v['sexe']) ?>nettoyer($v['dateNaissance']),$_SESSION['lang']) ?>nettoyer($v['typeavenant']) ?>nettoyer($v['dateAvenant']),$_SESSION['lang']) ?> + + + + + + + + + +
+ + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlistecarteassure/index.php b/radiantproduction/Vue/Ajaxlistecarteassure/index.php new file mode 100644 index 0000000..1ff8938 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistecarteassure/index.php @@ -0,0 +1,2 @@ + +Index \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisteclients/index.php b/radiantproduction/Vue/Ajaxlisteclients/index.php new file mode 100644 index 0000000..f2a907d --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteclients/index.php @@ -0,0 +1,47 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($client_pop['id']); + $nocli=$this->nettoyer($client_pop['numeroClient']); + $nom = $this->nettoyer($client_pop['nom']); + $prenoms = $this->nettoyer($client_pop['prenoms']); + $nom .= $prenoms; + ?> + + + + + + + + + + + +
" onclick="javascript:afficher_pop_recherche_client();" />
nettoyer($client_pop['telephonePortable']) ?>nettoyer($client_pop['Ville']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisteclientsenc/index.php b/radiantproduction/Vue/Ajaxlisteclientsenc/index.php new file mode 100644 index 0000000..8ea4b51 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteclientsenc/index.php @@ -0,0 +1,47 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($client_pop['id']); + $nocli=$this->nettoyer($client_pop['numeroClient']); + $nom = $this->nettoyer($client_pop['nom']); + $prenoms = $this->nettoyer($client_pop['prenoms']); + $nom .= $prenoms; + ?> + + + + + + + + + + + +
" onclick="javascript:afficher_pop_recherche_client_enc();" />
nettoyer($client_pop['telephonePortable']) ?>nettoyer($client_pop['Ville']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisteclientsenfants/index.php b/radiantproduction/Vue/Ajaxlisteclientsenfants/index.php new file mode 100644 index 0000000..0b1fd1a --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteclientsenfants/index.php @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + nettoyer($client_pop['idClient']); + $numeroClientE = $this->nettoyer($client_pop['numeroClient']); + $nomClientE = $this->nettoyer($client_pop['nomClient']); + ?> + + + + + + +
" onclick="javascript:afficher_pop_recherche_enfants_client();" />
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisteclientsparents/index.php b/radiantproduction/Vue/Ajaxlisteclientsparents/index.php new file mode 100644 index 0000000..093a53f --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteclientsparents/index.php @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + nettoyer($client_pop['idClient']); + $numeroClientP = $this->nettoyer($client_pop['numeroClient']); + $nomClientP = $this->nettoyer($client_pop['nomClient']); + ?> + + + + + + +
" onclick="javascript:afficher_pop_recherche_parent_client();" />
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlistecolleged/index.php b/radiantproduction/Vue/Ajaxlistecolleged/index.php new file mode 100644 index 0000000..433822b --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistecolleged/index.php @@ -0,0 +1,113 @@ +nettoyer($police['transforme']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Opt + + +
Total nettoyer($totalcollege['nbAdherent'])) ?>nettoyer($totalcollege['nbAyantdroit'])) ?>nettoyer($totalcollege['primeFamille_total'])) ?>nettoyer($totalcollege['primeNette_total'])) ?>nettoyer($totalcollege['commission_total'])) ?>nettoyer($totalcollege['commissionAutre_total'])) ?>nettoyer($totalcollege['accessoire_total'])) ?>nettoyer($totalcollege['primeHt_total'])) ?>nettoyer($totalcollege['taxe_total'])) ?>nettoyer($totalcollege['fraisCarte_total'])) ?>nettoyer($totalcollege['primeTtcAdherent_total'])) ?>nettoyer($totalcollege['primeTtcBeneficiaire_total'])) ?>nettoyer($totalcollege['primeTtc_total'])) ?>
nettoyer($college['numeroOptionTarif']) ?> nettoyer($college['codeProduit']) ?> nettoyer($college['libelleCollege']) ?> nettoyer($college['nbAdherent'])) ?>nettoyer($college['nbAyantdroit'])) ?>nettoyer($college['primeFamille'])) ?>nettoyer($college['primeNette'])) ?>nettoyer($college['commission'])) ?>nettoyer($college['commissionAutre'])) ?>nettoyer($college['accessoire'])) ?>nettoyer($college['primeHt'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['fraisCarte'])) ?>nettoyer($college['primeTtcAdherent'])) ?>nettoyer($college['primeTtcBeneficiaire'])) ?> + + nettoyer($college['primeTtcTotal'])) ?> + + + + + + + + + +
+ + + +
diff --git a/radiantproduction/Vue/Ajaxlistecommercial/index.php b/radiantproduction/Vue/Ajaxlistecommercial/index.php new file mode 100644 index 0000000..2400e08 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistecommercial/index.php @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + nettoyer($commercial_pop['codeApporteur']); + $libelleApporteur = $this->nettoyer($commercial_pop['libelleApporteur']); + $libelleApporteur = $this->echapper($libelleApporteur); + $typeapporteur = $this->nettoyer($commercial_pop['typeapporteur']); + ?> + + + + + + + + + +
Code Type
" onclick="javascript:afficher_pop_recherche_commercial();" />
diff --git a/radiantproduction/Vue/Ajaxlistedecomptes/index.php b/radiantproduction/Vue/Ajaxlistedecomptes/index.php new file mode 100644 index 0000000..caa2be5 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistedecomptes/index.php @@ -0,0 +1,88 @@ + + +
+ KANE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $etatdecompte = $this->nettoyer($decompte['etatdecompte']); + + if (est_anglophone()) + { + $etatdecompte = $this->nettoyer($decompte['etatdecompteEng']); + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?> nettoyer($decomptes_total['montantPayeTotal'])) ?>
User
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?> nettoyer($decomptes_total['montantPayeTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['numeroDemandeReglement']) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['heureReglement'])) ?>nettoyer($decompte['codeModePaiement']) ?>nettoyer($decompte['referencePaiement']) ?>nettoyer($decompte['dateComptable'])) ?>nettoyer($decompte['userPaiement']) ?>nettoyer($decompte['codeBanquePayeur']) ?>nettoyer($decompte['montantPaye'])) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxlistedossiers/index.php b/radiantproduction/Vue/Ajaxlistedossiers/index.php new file mode 100644 index 0000000..0e754d0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistedossiers/index.php @@ -0,0 +1,54 @@ +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $facture = $feuillemaladie['facture']; + $tiersPayant = $feuillemaladie['tiersPayant']; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($feuillemaladie['numeroFeuilleMaladie']) ?>nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['medecinConsultation']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?> nettoyer($feuillemaladie['montantRembourse'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxlistefactures/index.php b/radiantproduction/Vue/Ajaxlistefactures/index.php new file mode 100644 index 0000000..0145466 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistefactures/index.php @@ -0,0 +1,46 @@ +
+ + + + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + ?> + + + + + + + + + + + + + + + + + + +
Date
nettoyer($facture['numeroFeuilleMaladie']) ?>nettoyer($facture['numeroBonConsultation']) ?>nettoyer($facture['numeroBonOrdonnance']) ?>nettoyer($facture['idFacture']) ?>nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['numeroBeneficiaire']) ?>nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>nettoyer($facture['montantRembourse'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxlistefamilleactetarif/index.php b/radiantproduction/Vue/Ajaxlistefamilleactetarif/index.php new file mode 100644 index 0000000..51f49b3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistefamilleactetarif/index.php @@ -0,0 +1,37 @@ +
+ + + + + + + + + + + + + + + nettoyer($familleacte['id']); + $hospitalisation = $familleacte['hospitalisation']; + ?> + + + + + + + + + + + + + + + + +
" onClick="javascript:modifier_familles_actes();"> " onClick="javascript:supprimer_familles_actes();">
+
diff --git a/radiantproduction/Vue/Ajaxlisteged/index.php b/radiantproduction/Vue/Ajaxlisteged/index.php new file mode 100644 index 0000000..4863f4b --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteged/index.php @@ -0,0 +1,45 @@ +
+ " ")) : ?> +
+

+
+ + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedadherent/index.php b/radiantproduction/Vue/Ajaxlistegedadherent/index.php new file mode 100644 index 0000000..98df1ce --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedadherent/index.php @@ -0,0 +1,43 @@ +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedbeneficiaireprest/index.php b/radiantproduction/Vue/Ajaxlistegedbeneficiaireprest/index.php new file mode 100644 index 0000000..f70db92 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedbeneficiaireprest/index.php @@ -0,0 +1,43 @@ +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedbeneficiaireprod/index.php b/radiantproduction/Vue/Ajaxlistegedbeneficiaireprod/index.php new file mode 100644 index 0000000..a6e7c8f --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedbeneficiaireprod/index.php @@ -0,0 +1,43 @@ +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedfeuillemaladie/index.php b/radiantproduction/Vue/Ajaxlistegedfeuillemaladie/index.php new file mode 100644 index 0000000..07570fd --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedfeuillemaladie/index.php @@ -0,0 +1,42 @@ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedpharmacie/index.php b/radiantproduction/Vue/Ajaxlistegedpharmacie/index.php new file mode 100644 index 0000000..2bbf007 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedpharmacie/index.php @@ -0,0 +1,28 @@ +
+ " ")) : ?> + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistegedpolice/index.php b/radiantproduction/Vue/Ajaxlistegedpolice/index.php new file mode 100644 index 0000000..cfe044e --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistegedpolice/index.php @@ -0,0 +1,42 @@ +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Ajaxlistemedecins/index.php b/radiantproduction/Vue/Ajaxlistemedecins/index.php new file mode 100644 index 0000000..8e7a4e9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistemedecins/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + nettoyer($mdedecin_pop['codeMedecin']); + $nomMedecin = $this->nettoyer($mdedecin_pop['nomMedecin']); + $noOrdreMedecin = $this->nettoyer($mdedecin_pop['noOrdreMedecin']); + $specialite = $this->nettoyer($mdedecin_pop['specialite']); + ?> + + + + + + + + + +
Code
" onclick="javascript:afficher_pop_recherche_medecin();" />" onclick="javascript:reinitialiser_medecin();" />
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlistemedecinsparametrage/index.php b/radiantproduction/Vue/Ajaxlistemedecinsparametrage/index.php new file mode 100644 index 0000000..a081068 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistemedecinsparametrage/index.php @@ -0,0 +1,51 @@ + + +
+ + + + + + + + + + + + + + + + + nettoyer($medecin['id']); + $codeMedecin = $this->nettoyer($medecin['codeMedecin']); + $specialite = $this->nettoyer($medecin['specialite']); + + if (est_anglophone()) + { + $specialite = $this->nettoyer($medecin['specialiteEng']); + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + +
Sex Tel E-mail Cons
nettoyer($medecin['nom']) ?>nettoyer($medecin['prenoms']) ?>nettoyer($medecin['noOrdreMedecin']) ?>nettoyer($medecin['sexe']) ?>nettoyer($medecin['telephone']) ?>nettoyer($medecin['email']) ?> + " onClick="javascript:afficher_medecin_id();" style='font-size:7pt;' > +
+ +
diff --git a/radiantproduction/Vue/Ajaxlistemessagerie/index.php b/radiantproduction/Vue/Ajaxlistemessagerie/index.php new file mode 100644 index 0000000..136c9a0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistemessagerie/index.php @@ -0,0 +1,99 @@ +
+ + + + + + + + + + + nettoyer($message_commun['idMessagerie']); + ?> + + + + + + + + +
Id Date
nettoyer($message_commun['dateSysteme'])) ?> nettoyer($message_commun['expediteur']) ?>
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($message['idMessagerie']); + $messageLu = $this->nettoyer($message['messageLu']); + $idParent = $this->nettoyer($message['idParent']); + $repondu = $this->nettoyer($message['repondu']); + $codePrestataire = $this->nettoyer($message['codePrestataire']); + $envoiP = $this->nettoyer($message['envoiP']); + + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Id Date Message
nettoyer($message['dateSysteme'])) ?> nettoyer($message['prestataire']) ?> nettoyer($message['expediteur']) ?> <== nettoyer($message['dateSysteme'])) ?> nettoyer($message['prestataire']) ?> nettoyer($message['expediteur']) ?> ==>
+ +
diff --git a/radiantproduction/Vue/Ajaxlistemessageriecommun/index.php b/radiantproduction/Vue/Ajaxlistemessageriecommun/index.php new file mode 100644 index 0000000..4eb0456 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistemessageriecommun/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + nettoyer($message_commun['idMessagerie']); + $nbligne++; + ?> + + + + + + + + +
Id Date
nettoyer($message_commun['dateSysteme'])) ?> nettoyer($message_commun['expediteur']) ?>
+ + +
diff --git a/radiantproduction/Vue/Ajaxlistemessagerieforme/index.php b/radiantproduction/Vue/Ajaxlistemessagerieforme/index.php new file mode 100644 index 0000000..f3ba58b --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistemessagerieforme/index.php @@ -0,0 +1,77 @@ +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($message['idMessagerie']); + $messageLu = $this->nettoyer($message['messageLu']); + $idParent = $this->nettoyer($message['idParent']); + $repondu = $this->nettoyer($message['repondu']); + $codePrestataire = $this->nettoyer($message['codePrestataire']); + $envoiP = $this->nettoyer($message['envoiP']); + + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Id Date Message
nettoyer($message['dateSysteme'])) ?> nettoyer($message['prestataire']) ?> nettoyer($message['expediteur']) ?> <== nettoyer($message['dateSysteme'])) ?> nettoyer($message['prestataire']) ?> nettoyer($message['expediteur']) ?> ==>
+ +
diff --git a/radiantproduction/Vue/Ajaxlisteprestatairemessagerie/index.php b/radiantproduction/Vue/Ajaxlisteprestatairemessagerie/index.php new file mode 100644 index 0000000..925bb40 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteprestatairemessagerie/index.php @@ -0,0 +1,51 @@ +
+ +
+ + + + + + + + + + + nettoyer($prestataire_non_selection['id']); + ?> + + + + + + + +
E-mail
nettoyer($prestataire_non_selection['libelle']) ?>nettoyer($prestataire_non_selection['email']) ?>
+
+ +
+ + + + + + + + + + + nettoyer($prestataire_selection['id']); + ?> + + + + + + + +
E-mail
nettoyer($prestataire_selection['libelle']) ?>nettoyer($prestataire_selection['email']) ?>
+
+
+ diff --git a/radiantproduction/Vue/Ajaxlisteprestataireparametrage/index.php b/radiantproduction/Vue/Ajaxlisteprestataireparametrage/index.php new file mode 100644 index 0000000..14ce7d2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteprestataireparametrage/index.php @@ -0,0 +1,53 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($prestataire['id']); + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + +
Code Type Cons
Act Phar Opt
nettoyer($prestataire['libelle']) ?>nettoyer($prestataire['codePrestataire']) ?>nettoyer($prestataire['codeTypePrestataire']) ?>nettoyer($prestataire['typeprestataire']) ?>nettoyer($prestataire['codeReseau']) ?>nettoyer($prestataire['reseausoins']) ?>nettoyer($prestataire['codeTarifActe']) ?>nettoyer($prestataire['codeTarifMedicament']) ?>nettoyer($prestataire['codeTarifOptique']) ?>nettoyer($prestataire['codePays']) ?>nettoyer($prestataire['localite']) ?> + " onClick="javascript:afficher_prestataire_id();" style='font-size:7pt;' > +
+ +
diff --git a/radiantproduction/Vue/Ajaxlisteprestataires/index.php b/radiantproduction/Vue/Ajaxlisteprestataires/index.php new file mode 100644 index 0000000..989a7da --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteprestataires/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + nettoyer($prestataire_pop['codePrestataire']); + $nomPrestataire = $this->nettoyer($prestataire_pop['nomPrestataire']); + $nomPrestataire = $this->echapper($nomPrestataire); + $typeprestataire = $this->nettoyer($prestataire_pop['typeprestataire']); + ?> + + + + + + + + + +
Code Type
" onclick="javascript:afficher_pop_recherche_prestataire();" />
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisteprestatairesb/index.php b/radiantproduction/Vue/Ajaxlisteprestatairesb/index.php new file mode 100644 index 0000000..194c551 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisteprestatairesb/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + nettoyer($prestataire_pop['codePrestataire']); + $nomPrestataire = $this->nettoyer($prestataire_pop['nomPrestataire']); + $nomPrestataire = $this->echapper($nomPrestataire); + $typeprestataire = $this->nettoyer($prestataire_pop['typeprestataire']); + ?> + + + + + + + + + +
Code Type
" onclick="javascript:afficher_pop_recherche_prestataire2();" />
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxlisterecherchecartebeneficiaire/index.php b/radiantproduction/Vue/Ajaxlisterecherchecartebeneficiaire/index.php new file mode 100644 index 0000000..1800606 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisterecherchecartebeneficiaire/index.php @@ -0,0 +1,52 @@ +
+ + + + + + + + + + + + + + + + + nettoyer($carte['idBeneficiaireCarte']); + + $dateCarte = dateLang($this->nettoyer($carte['dateCarte'])); + $montantCarte = $this->nettoyer($carte['montantCarte']); + + $facture = $this->nettoyer($carte['facture']); + $regle = $this->nettoyer($carte['regle']); + ?> + + + + + + + + + + + + + + + + + + + + + + + +
Date User
nettoyer($carte['dateCarte'])) ?>nettoyer($carte['montantCarte'])) ?> nettoyer($carte['typecarte']) ?>nettoyer($carte['codeUtilisateur']) ?> " onClick="javascript:init_modif_carte_beneficiaire(, '', , '', );" style='font-size:9pt;' > " onClick="javascript:supprimer_carte(, );" style='font-size:9pt;' >
+ +
diff --git a/radiantproduction/Vue/Ajaxlisterecherchecartegc/index.php b/radiantproduction/Vue/Ajaxlisterecherchecartegc/index.php new file mode 100644 index 0000000..2f78a05 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlisterecherchecartegc/index.php @@ -0,0 +1,94 @@ +
+ + + + + + + + + + + + + + + nettoyer($beneficiaire['idBeneficiaire']); + $numeroBeneficiaire = $this->nettoyer($beneficiaire['numeroBeneficiaire']); + ?> + + + + + + + + + + + + + +
nettoyer($beneficiaire['souscripteur']) ?>nettoyer($beneficiaire['adherent']) ?>nettoyer($beneficiaire['beneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['gcassureur']) ?> + " onClick="javascript:init_creer_carte_gc();" style='font-size:9pt;' > + +
+ + " readonly > + + + + + + + + + + + + + + + + nettoyer($carte['idGcCarte']); + + $dateCarte = dateLang($this->nettoyer($carte['dateCarte'])); + $montantCarte = $this->nettoyer($carte['montantCarte']); + + $facture = $this->nettoyer($carte['facture']); + $regle = $this->nettoyer($carte['regle']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date User
nettoyer($carte['dateCarte'])) ?>nettoyer($carte['montantCarte'])) ?> nettoyer($carte['typecarte']) ?>nettoyer($carte['codeUtilisateur']) ?> " onClick="javascript:init_modif_carte_gc(, '', , '', );" style='font-size:9pt;' > " onClick="javascript:supprimer_carte_gc(, );" style='font-size:9pt;' >
+ +
diff --git a/radiantproduction/Vue/Ajaxlistereglementsgc/index.php b/radiantproduction/Vue/Ajaxlistereglementsgc/index.php new file mode 100644 index 0000000..0448dcd --- /dev/null +++ b/radiantproduction/Vue/Ajaxlistereglementsgc/index.php @@ -0,0 +1,108 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idGcReglement']); + $gcNumeroDecompte = $this->nettoyer($decompte['gcNumeroDecompte']); + + $valide0 = $this->nettoyer($decompte['valide0']); + $valideAs = $this->nettoyer($decompte['valideAs']); + $valide = $this->nettoyer($decompte['valide']); + $regle = $this->nettoyer($decompte['regle']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date Observations + + +
Nb Nb 1 2
+ + nettoyer($decompte['dateSysteme'])) ?>nettoyer($decompte['observations']) ?>nettoyer($decompte['nbFacture']) ?>nettoyer($decompte['montantFacture'])) ?>nettoyer($decompte['montantRedresse'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['commissionFacture'])) ?>nettoyer($decompte['commissionRedresse'])) ?>nettoyer($decompte['nbCarte']) ?>nettoyer($decompte['montantCarte'])) ?>nettoyer($decompte['htCarte'])) ?>nettoyer($decompte['tvaCarte'])) ?>nettoyer($decompte['montantDu'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxlocaliseradherent/index.php b/radiantproduction/Vue/Ajaxlocaliseradherent/index.php new file mode 100644 index 0000000..af0dc31 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlocaliseradherent/index.php @@ -0,0 +1,48 @@ + +
+
+ + + + + + + + + nettoyer($adherent_out['idAherent']); + ?> + + + + + + + +
'.format_N($nb_out).' '._('familles') ?>
nettoyer($adherent_out['nomAdherent']) ?>nettoyer($adherent_out['numeroAdherent']) ?>
+
+ +
+ + + + + + + + + nettoyer($adherent_in['idAherent']); + ?> + + + + + + +
'.format_N($nb_in).' '._('familles') ?>
nettoyer($adherent_in['nomAdherent']) ?>nettoyer($adherent_in['numeroAdherent']) ?>
+
+
diff --git a/radiantproduction/Vue/Ajaxlocalite/consultation.php b/radiantproduction/Vue/Ajaxlocalite/consultation.php new file mode 100644 index 0000000..3cce2d7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlocalite/consultation.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxlocalite/filtreadherentlocalite.php b/radiantproduction/Vue/Ajaxlocalite/filtreadherentlocalite.php new file mode 100644 index 0000000..0b89fb2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlocalite/filtreadherentlocalite.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxlocalite/index.php b/radiantproduction/Vue/Ajaxlocalite/index.php new file mode 100644 index 0000000..5d8d05a --- /dev/null +++ b/radiantproduction/Vue/Ajaxlocalite/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxlogconnexion/index.php b/radiantproduction/Vue/Ajaxlogconnexion/index.php new file mode 100644 index 0000000..573f0e0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlogconnexion/index.php @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + +
nettoyer($cumullogconnexion['application']) ?> nettoyer($cumullogconnexion['nbLignes'])) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($logconnexion['login']) ?> nettoyer($logconnexion['utilisateur']) ?> nettoyer($logconnexion['entite']) ?> nettoyer($logconnexion['heureConnexion'])) ?> + + nettoyer($logconnexion['application']) ?>
diff --git a/radiantproduction/Vue/Ajaxlogreconnaissancefaciale/index.php b/radiantproduction/Vue/Ajaxlogreconnaissancefaciale/index.php new file mode 100644 index 0000000..bf228ff --- /dev/null +++ b/radiantproduction/Vue/Ajaxlogreconnaissancefaciale/index.php @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + nettoyer($resultat['success']) + ?> + + + + + + + + + + + + + + + + + + + + +
nettoyer($resultat['debut'])) ?> nettoyer($resultat['fin'])) ?> nettoyer($resultat['duree']) ?> nettoyer($resultat['codeUtilisateur']) ?> nettoyer($resultat['libelleAction']) ?> nettoyer($resultat['prestataire']) ?> nettoyer($resultat['numeroBeneficiaire']) ?> nettoyer($resultat['souscripteur']) ?> nettoyer($resultat['adherent']) ?> nettoyer($resultat['beneficiaire']) ?>
diff --git a/radiantproduction/Vue/Ajaxlogregisterface/index.php b/radiantproduction/Vue/Ajaxlogregisterface/index.php new file mode 100644 index 0000000..0700dd4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxlogregisterface/index.php @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($resultat['dateSysteme'])) ?> nettoyer($resultat['codeUtilisateur']) ?> nettoyer($resultat['numerobeneficiaire']) ?> nettoyer($resultat['prestataire']) ?> nettoyer($resultat['souscripteur']) ?> nettoyer($resultat['adherent']) ?> nettoyer($resultat['beneficiaire']) ?>
diff --git a/radiantproduction/Vue/Ajaxlogremoveface/index.php b/radiantproduction/Vue/Ajaxlogremoveface/index.php new file mode 100644 index 0000000..4ce68cb --- /dev/null +++ b/radiantproduction/Vue/Ajaxlogremoveface/index.php @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($resultat['dateSysteme'])) ?> nettoyer($resultat['codeUtilisateur']) ?> nettoyer($resultat['numerobeneficiaire']) ?> nettoyer($resultat['prestataire']) ?> nettoyer($resultat['souscripteur']) ?> nettoyer($resultat['adherent']) ?> nettoyer($resultat['beneficiaire']) ?> nettoyer($resultat['motif']) ?>
diff --git a/radiantproduction/Vue/Ajaxmajlibellecollege/index.php b/radiantproduction/Vue/Ajaxmajlibellecollege/index.php new file mode 100644 index 0000000..6009300 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmajlibellecollege/index.php @@ -0,0 +1 @@ +OK Ajaxmajlibellecollege \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxmedecinparam/creermedecin.php b/radiantproduction/Vue/Ajaxmedecinparam/creermedecin.php new file mode 100644 index 0000000..af1a3c4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmedecinparam/creermedecin.php @@ -0,0 +1,10 @@ +
+ + + +
+

+
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxmedecinparam/index.php b/radiantproduction/Vue/Ajaxmedecinparam/index.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Ajaxmedecinsprestataire/index.php b/radiantproduction/Vue/Ajaxmedecinsprestataire/index.php new file mode 100644 index 0000000..22f7664 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmedecinsprestataire/index.php @@ -0,0 +1,79 @@ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($medecinsnonaccessible['noOrdreMedecin']) ?> nettoyer($medecinsnonaccessible['nom']) ?>nettoyer($medecinsnonaccessible['prenoms']) ?>nettoyer($medecinsnonaccessible['specialite']) ?>nettoyer($medecinsnonaccessible['specialiteEng']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($medecinsaccessible['noOrdreMedecin']) ?> nettoyer($medecinsaccessible['nom']) ?>nettoyer($medecinsaccessible['prenoms']) ?>
+
+
+
diff --git a/radiantproduction/Vue/Ajaxmenusprofil/index.php b/radiantproduction/Vue/Ajaxmenusprofil/index.php new file mode 100644 index 0000000..06a21da --- /dev/null +++ b/radiantproduction/Vue/Ajaxmenusprofil/index.php @@ -0,0 +1 @@ + diff --git a/radiantproduction/Vue/Ajaxmessagerie/index.php b/radiantproduction/Vue/Ajaxmessagerie/index.php new file mode 100644 index 0000000..5d72780 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessagerie/index.php @@ -0,0 +1,4 @@ +
+ + +
diff --git a/radiantproduction/Vue/Ajaxmessageriecommun/index.php b/radiantproduction/Vue/Ajaxmessageriecommun/index.php new file mode 100644 index 0000000..b240251 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessageriecommun/index.php @@ -0,0 +1,30 @@ +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
Message
" onClick="javascript:enregistrer_message_commun();"> " onClick='javascript:$("#btn_pop_messagerie_commun_quit").click();'/>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxmessageriehistorique/index.php b/radiantproduction/Vue/Ajaxmessageriehistorique/index.php new file mode 100644 index 0000000..b347d58 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessageriehistorique/index.php @@ -0,0 +1,25 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
Id Date Message
nettoyer($message['idMessagerie'])?> nettoyer($message['dateSysteme'])) ?> nettoyer($message['expediteur']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxmessagerieliste/index.php b/radiantproduction/Vue/Ajaxmessagerieliste/index.php new file mode 100644 index 0000000..8909264 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessagerieliste/index.php @@ -0,0 +1,32 @@ +
+ + + + + + + + + + + + + + nettoyer($messagesnonlu['idMessagerie']); + ?> + + + + + + + + + + + + + +
Id Date Message
nettoyer($messagesnonlu['dateSysteme'])) ?> nettoyer($messagesnonlu['prestataire']) ?> nettoyer($messagesnonlu['expediteur']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxmessagerienew/index.php b/radiantproduction/Vue/Ajaxmessagerienew/index.php new file mode 100644 index 0000000..d65320e --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessagerienew/index.php @@ -0,0 +1,28 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
Message
" onClick="javascript:enregistrer_new_message();"> " onClick='javascript:$("#btn_pop_messagerie_new_quit").click();'/>
+ +
diff --git a/radiantproduction/Vue/Ajaxmessageriereponse/index.php b/radiantproduction/Vue/Ajaxmessageriereponse/index.php new file mode 100644 index 0000000..997a5f0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmessageriereponse/index.php @@ -0,0 +1,28 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Message
" onClick="javascript:enregistrer_repondre_message();"> " onClick='javascript:$("#btn_pop_messagerie_reponse_quit").click();'/>
+
diff --git a/radiantproduction/Vue/Ajaxmoyenpaiement/index.php b/radiantproduction/Vue/Ajaxmoyenpaiement/index.php new file mode 100644 index 0000000..5396398 --- /dev/null +++ b/radiantproduction/Vue/Ajaxmoyenpaiement/index.php @@ -0,0 +1,7 @@ +
+ +
+ + diff --git a/radiantproduction/Vue/Ajaxnocptmoyenpaiement/index.php b/radiantproduction/Vue/Ajaxnocptmoyenpaiement/index.php new file mode 100644 index 0000000..76c958c --- /dev/null +++ b/radiantproduction/Vue/Ajaxnocptmoyenpaiement/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxnotesbeneficiaire/index.php b/radiantproduction/Vue/Ajaxnotesbeneficiaire/index.php new file mode 100644 index 0000000..6efd79e --- /dev/null +++ b/radiantproduction/Vue/Ajaxnotesbeneficiaire/index.php @@ -0,0 +1,31 @@ +
+ + + + + + + + + + + nettoyer($notefeuillemaladie['idNote']); + $source = $this->nettoyer($notefeuillemaladie['source']); + ?> + + + + + + + + +
Date Notes
nettoyer($notefeuillemaladie['dateSysteme'])) ?> + + nettoyer($_SESSION['adherent_C']) ?> + + nettoyer($notefeuillemaladie['redacteur']) ?> + + nettoyer($notefeuillemaladie['source']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxnotesfeuillemaladie/index.php b/radiantproduction/Vue/Ajaxnotesfeuillemaladie/index.php new file mode 100644 index 0000000..bd1e9ee --- /dev/null +++ b/radiantproduction/Vue/Ajaxnotesfeuillemaladie/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + nettoyer($notefeuillemaladie['idNote']); + $source = $this->nettoyer($notefeuillemaladie['source']); + ?> + + + + + + + + + +
ID Date Notes
nettoyer($notefeuillemaladie['dateSysteme'])) ?> + + nettoyer($_SESSION['adherent_C']) ?> + + nettoyer($notefeuillemaladie['redacteur']) ?> + + nettoyer($notefeuillemaladie['source']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxnotesfeuillemaladie/nouvellenote.php b/radiantproduction/Vue/Ajaxnotesfeuillemaladie/nouvellenote.php new file mode 100644 index 0000000..698266b --- /dev/null +++ b/radiantproduction/Vue/Ajaxnotesfeuillemaladie/nouvellenote.php @@ -0,0 +1,18 @@ +
+ + + + + + + + + + + + + + + +
"onClick="javascript:enregistrer_new_notes();"> " onClick='javascript:$("#btn_pop_note_new_quit").click();'/>
+
diff --git a/radiantproduction/Vue/Ajaxnouvelacte/enregistrermodifacte.php b/radiantproduction/Vue/Ajaxnouvelacte/enregistrermodifacte.php new file mode 100644 index 0000000..92b23a8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxnouvelacte/enregistrermodifacte.php @@ -0,0 +1 @@ +OK enregistrermodifacte \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxnouvelacte/enregistrernouvelacte.php b/radiantproduction/Vue/Ajaxnouvelacte/enregistrernouvelacte.php new file mode 100644 index 0000000..8f8b428 --- /dev/null +++ b/radiantproduction/Vue/Ajaxnouvelacte/enregistrernouvelacte.php @@ -0,0 +1 @@ +OK Ajaxnouvelacte \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecompte/enregistrervaliderpaiementdecompte.php b/radiantproduction/Vue/Ajaxpaiementdecompte/enregistrervaliderpaiementdecompte.php new file mode 100644 index 0000000..52815fb --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecompte/enregistrervaliderpaiementdecompte.php @@ -0,0 +1,3 @@ +
+ enregistrervaliderpaiementdecompte +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecompte/index.php b/radiantproduction/Vue/Ajaxpaiementdecompte/index.php new file mode 100644 index 0000000..2391e7f --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecompte/index.php @@ -0,0 +1,3 @@ +
+ INDEX +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecompte/initierpaimentdecompte.php b/radiantproduction/Vue/Ajaxpaiementdecompte/initierpaimentdecompte.php new file mode 100644 index 0000000..3e870e6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecompte/initierpaimentdecompte.php @@ -0,0 +1,3 @@ +
+ OK initierpaiementdecompte idPaiementDecompte : +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecompte/listerpaiementdecompte.php b/radiantproduction/Vue/Ajaxpaiementdecompte/listerpaiementdecompte.php new file mode 100644 index 0000000..91c3edf --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecompte/listerpaiementdecompte.php @@ -0,0 +1,57 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($reglement['idPaiementDecompte']); + $numeroReglement = $this->nettoyer($reglement['numeroReglement']); + $valide = $this->nettoyer($reglement['valide']); + ?> + + + + + + + + + + + + + + + + +
Date Init
User
nettoyer($reglement['dateSysteme'])) ?> + + + + + + nettoyer($reglement['codeUtilisateur']) ?>nettoyer($reglement['nbDecomptes'])) ?>nettoyer($reglement['montantApayer'])) ?>nettoyer($reglement['userPaiement']) ?>nettoyer($reglement['heureReglement'])) ?>nettoyer($reglement['codeModePaiement']) ?>nettoyer($reglement['codeBanquePayeur']) ?>nettoyer($reglement['referencePaiement']) ?>nettoyer($reglement['dateComptable'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/deselectionner.php b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/deselectionner.php new file mode 100644 index 0000000..e8b0174 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/deselectionner.php @@ -0,0 +1,3 @@ +
+ deselectionner +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/index.php b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/index.php new file mode 100644 index 0000000..b4384de --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/index.php @@ -0,0 +1,92 @@ + + +
+ + " readonly > + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idTemp']); + $idReglement = $this->nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + + + + + + +
Type
+ +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/reafficher.php b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/reafficher.php new file mode 100644 index 0000000..b4384de --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/reafficher.php @@ -0,0 +1,92 @@ + + +
+ + " readonly > + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idTemp']); + $idReglement = $this->nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + + + + + + +
Type
+ +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/selectionner.php b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/selectionner.php new file mode 100644 index 0000000..0b4d5b2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/selectionner.php @@ -0,0 +1,3 @@ +
+ selectionner +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/validerselection.php b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/validerselection.php new file mode 100644 index 0000000..4f8356e --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptenonsel/validerselection.php @@ -0,0 +1,36 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date Init
+ +
+
+ diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptesel/deselectionner.php b/radiantproduction/Vue/Ajaxpaiementdecomptesel/deselectionner.php new file mode 100644 index 0000000..e8b0174 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptesel/deselectionner.php @@ -0,0 +1,3 @@ +
+ deselectionner +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptesel/index.php b/radiantproduction/Vue/Ajaxpaiementdecomptesel/index.php new file mode 100644 index 0000000..0c66103 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptesel/index.php @@ -0,0 +1,92 @@ + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idTemp']); + $idReglement = $this->nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + + + + + + +
Type
+ +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptesel/reafficher.php b/radiantproduction/Vue/Ajaxpaiementdecomptesel/reafficher.php new file mode 100644 index 0000000..998c330 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptesel/reafficher.php @@ -0,0 +1,92 @@ + + +
+ + " readonly > + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idTemp']); + $idReglement = $this->nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + + + + + + +
Type
+ +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptesel/selectionner.php b/radiantproduction/Vue/Ajaxpaiementdecomptesel/selectionner.php new file mode 100644 index 0000000..0b4d5b2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptesel/selectionner.php @@ -0,0 +1,3 @@ +
+ selectionner +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxpaiementdecomptesel/validerselection.php b/radiantproduction/Vue/Ajaxpaiementdecomptesel/validerselection.php new file mode 100644 index 0000000..7c51fac --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementdecomptesel/validerselection.php @@ -0,0 +1,36 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date Init
+ +
+
+ diff --git a/radiantproduction/Vue/Ajaxpaiementprestationcumul/index.php b/radiantproduction/Vue/Ajaxpaiementprestationcumul/index.php new file mode 100644 index 0000000..420395b --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementprestationcumul/index.php @@ -0,0 +1,48 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbDecomptesPayesTotal'])) ?> nettoyer($donnees_total['montantPayeTotal'])) ?>
nettoyer($donnees_total['nbDecomptesPayesTotal'])) ?> nettoyer($donnees_total['montantPayeTotal'])) ?>
nettoyer($donnee['exercice']) ?>nettoyer($donnee['mois']) ?>nettoyer($donnee['nbDecomptesPayes'])) ?>nettoyer($donnee['montantPaye'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxpaiementprestationdet/index.php b/radiantproduction/Vue/Ajaxpaiementprestationdet/index.php new file mode 100644 index 0000000..ca7b674 --- /dev/null +++ b/radiantproduction/Vue/Ajaxpaiementprestationdet/index.php @@ -0,0 +1,60 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbDecomptesPayesTotal'])) ?> nettoyer($donnees_total['montantPayeTotal'])) ?>
nettoyer($donnees_total['nbDecomptesPayesTotal'])) ?> nettoyer($donnees_total['montantPayeTotal'])) ?>
nettoyer($donnee['exercice']) ?>nettoyer($donnee['mois']) ?>nettoyer($donnee['dateComptable'])) ?>nettoyer($donnee['nbDecomptesPayes'])) ?>nettoyer($donnee['montantPaye'])) ?>nettoyer($donnee['codeModePaiement']) ?>nettoyer($donnee['referencePaiement']) ?>nettoyer($donnee['codeBanquePayeur']) ?>nettoyer($donnee['userPaiement']) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxparamactesvisible/index.php b/radiantproduction/Vue/Ajaxparamactesvisible/index.php new file mode 100644 index 0000000..ccd14f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamactesvisible/index.php @@ -0,0 +1,26 @@ +
+ + + + + + + + + + + + + + + + + + + + +
nettoyer($utilisateur['nomUtilisateur']) ?> Désactiver?") ?>" onClick="javascript:gerer_acces_actes_assureur('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_actes_assureur('', '');">
+
diff --git a/radiantproduction/Vue/Ajaxparambons/enregistrermodif.php b/radiantproduction/Vue/Ajaxparambons/enregistrermodif.php new file mode 100644 index 0000000..7cc8e9f --- /dev/null +++ b/radiantproduction/Vue/Ajaxparambons/enregistrermodif.php @@ -0,0 +1 @@ +OK enregistrermodif \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparambons/index.php b/radiantproduction/Vue/Ajaxparambons/index.php new file mode 100644 index 0000000..70498b1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparambons/index.php @@ -0,0 +1,44 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ " + onClick="javascript:enregistrer_modif_type_bon();"> +
+
diff --git a/radiantproduction/Vue/Ajaxparametresgeneraux/index.php b/radiantproduction/Vue/Ajaxparametresgeneraux/index.php new file mode 100644 index 0000000..26fcab3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparametresgeneraux/index.php @@ -0,0 +1 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($users_ass['nom']) ?>nettoyer($users_ass['prenoms']) ?>nettoyer($users_ass['codeUtilisateur']) ?>nettoyer($users_ass['pointvente']) ?>nettoyer($users_ass['codeProfil']) ?> + " onClick="javascript:afficher_users_agence_id();" style='font-size:9pt;' > +
+
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/Ajaxlisteusersass.php b/radiantproduction/Vue/Ajaxparamhabilitationass/Ajaxlisteusersass.php new file mode 100644 index 0000000..63b82c6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/Ajaxlisteusersass.php @@ -0,0 +1,63 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($users_ass['nom']) ?>nettoyer($users_ass['prenoms']) ?>nettoyer($users_ass['codeUtilisateur']) ?>nettoyer($users_ass['profil']) ?>nettoyer($users_ass['codeProfil']) ?> + " onClick="javascript:afficher_users_ass_id();" style='font-size:9pt;' > +
+
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccesmenuprincipalass.php b/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccesmenuprincipalass.php new file mode 100644 index 0000000..b6ef802 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccesmenuprincipalass.php @@ -0,0 +1,76 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + +
Menu =>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
<= Menu
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccessousmenusass.php b/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccessousmenusass.php new file mode 100644 index 0000000..6178413 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/afficheraccessousmenusass.php @@ -0,0 +1,80 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Menu =>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
<= Menu
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/afficherattributionprofilassureur.php b/radiantproduction/Vue/Ajaxparamhabilitationass/afficherattributionprofilassureur.php new file mode 100644 index 0000000..4310dc2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/afficherattributionprofilassureur.php @@ -0,0 +1,60 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Login =>
nettoyer($utilisateur_hors_profil['nomUtilisateur']) ?>nettoyer($utilisateur_hors_profil['codeUtilisateur']) ?>nettoyer($utilisateur_hors_profil['codeProfil']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + +
Login
nettoyer($utilisateur_profil['nomUtilisateur']) ?>nettoyer($utilisateur_profil['codeUtilisateur']) ?>
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunsousmenusass.php b/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunsousmenusass.php new file mode 100644 index 0000000..c89ed47 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunsousmenusass.php @@ -0,0 +1 @@ +OK ajouterunsousmenusass \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunutilisateurprofilassureur.php b/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunutilisateurprofilassureur.php new file mode 100644 index 0000000..707eb95 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/ajouterunutilisateurprofilassureur.php @@ -0,0 +1 @@ +OK ajouterunutilisateurprofilassureur \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/creeruseragence.php b/radiantproduction/Vue/Ajaxparamhabilitationass/creeruseragence.php new file mode 100644 index 0000000..d7d289d --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/creeruseragence.php @@ -0,0 +1,10 @@ +
+ + + +
+

+
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/creeruserassureur.php b/radiantproduction/Vue/Ajaxparamhabilitationass/creeruserassureur.php new file mode 100644 index 0000000..d7d289d --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/creeruserassureur.php @@ -0,0 +1,10 @@ +
+ + + +
+

+
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/index.php b/radiantproduction/Vue/Ajaxparamhabilitationass/index.php new file mode 100644 index 0000000..5a5a1db --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/index.php @@ -0,0 +1,53 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($utilisateur['codeUtilisateur']) ?> nettoyer($utilisateur['nomUtilisateur']) ?> " onClick="javascript:reinitpaswd_assureur('');"> " onClick="javascript:reinitpaswd_assureur('');"> " onClick="javascript:desactiver_user_assureur('');"> " onClick="javascript:activer_user_assureur('');"> Désactiver?") ?>" onClick="javascript:gerer_acces_actes_assureur_hab('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_actes_assureur_hab('', '');"> Désactiver?") ?>" onClick="javascript:gerer_acces_affection_assureur_hab('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_affection_assureur_hab('', '');">
+
diff --git a/radiantproduction/Vue/Ajaxparamhabilitationass/listervuemodule.php b/radiantproduction/Vue/Ajaxparamhabilitationass/listervuemodule.php new file mode 100644 index 0000000..e1927c2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamhabilitationass/listervuemodule.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxparamrequeteperso/desactiver.php b/radiantproduction/Vue/Ajaxparamrequeteperso/desactiver.php new file mode 100644 index 0000000..41569bd --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamrequeteperso/desactiver.php @@ -0,0 +1 @@ +OK desactiver \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifrequeteperso.php b/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifrequeteperso.php new file mode 100644 index 0000000..bee4bab --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifrequeteperso.php @@ -0,0 +1 @@ +OK enregistrermodifrequeteperso \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifsourcedonneesrequeteperso.php b/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifsourcedonneesrequeteperso.php new file mode 100644 index 0000000..829157c --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamrequeteperso/enregistrermodifsourcedonneesrequeteperso.php @@ -0,0 +1 @@ +OK enregistrermodifsourcedonneesrequeteperso \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamrequeteperso/index.php b/radiantproduction/Vue/Ajaxparamrequeteperso/index.php new file mode 100644 index 0000000..059c52e --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamrequeteperso/index.php @@ -0,0 +1 @@ +Ajaxparamrequeteperso \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduit.php b/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduit.php new file mode 100644 index 0000000..51cb5fb --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduit.php @@ -0,0 +1,82 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($garanties_sans_seuil['garantie']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($garanties_avec_seuil['garantie']) ?> + + + +
+
+
+
diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduitcons.php b/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduitcons.php new file mode 100644 index 0000000..5f9b9f4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/affichergarantieproduitcons.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garanties_avec_seuil['garantie']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/ajoutertousgarantieproduit.php b/radiantproduction/Vue/Ajaxparamseuilalerte/ajoutertousgarantieproduit.php new file mode 100644 index 0000000..ccfff86 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/ajoutertousgarantieproduit.php @@ -0,0 +1,3 @@ +
+OK ajoutertousgarantieproduit +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/ajouterungarantieproduit.php b/radiantproduction/Vue/Ajaxparamseuilalerte/ajouterungarantieproduit.php new file mode 100644 index 0000000..7a31733 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/ajouterungarantieproduit.php @@ -0,0 +1,3 @@ +
+OK ajouterungarantieproduit +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/index.php b/radiantproduction/Vue/Ajaxparamseuilalerte/index.php new file mode 100644 index 0000000..650bbf2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/index.php @@ -0,0 +1 @@ +Accès Réseau et Tickets Modérateurs \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/majseuilalertegarantie.php b/radiantproduction/Vue/Ajaxparamseuilalerte/majseuilalertegarantie.php new file mode 100644 index 0000000..8b9be39 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/majseuilalertegarantie.php @@ -0,0 +1,3 @@ +
+OK majseuilalertegarantie +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/majtauxseuilalertegarantie.php b/radiantproduction/Vue/Ajaxparamseuilalerte/majtauxseuilalertegarantie.php new file mode 100644 index 0000000..f3bfb51 --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/majtauxseuilalertegarantie.php @@ -0,0 +1,3 @@ +
+OK majtauxseuilalertegarantie +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/retirertousgarantieproduit.php b/radiantproduction/Vue/Ajaxparamseuilalerte/retirertousgarantieproduit.php new file mode 100644 index 0000000..f2e379a --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/retirertousgarantieproduit.php @@ -0,0 +1,3 @@ +
+OK retirertousgarantieproduit +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxparamseuilalerte/retirerungarantieproduit.php b/radiantproduction/Vue/Ajaxparamseuilalerte/retirerungarantieproduit.php new file mode 100644 index 0000000..4a4d12e --- /dev/null +++ b/radiantproduction/Vue/Ajaxparamseuilalerte/retirerungarantieproduit.php @@ -0,0 +1,3 @@ +
+OK retirerungarantieproduit +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxplafondadherent/index.php b/radiantproduction/Vue/Ajaxplafondadherent/index.php new file mode 100644 index 0000000..f87519a --- /dev/null +++ b/radiantproduction/Vue/Ajaxplafondadherent/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxplafondavantfacturecdec/index.php b/radiantproduction/Vue/Ajaxplafondavantfacturecdec/index.php new file mode 100644 index 0000000..e16bb65 --- /dev/null +++ b/radiantproduction/Vue/Ajaxplafondavantfacturecdec/index.php @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxplafondbeneficiaire/index.php b/radiantproduction/Vue/Ajaxplafondbeneficiaire/index.php new file mode 100644 index 0000000..f87519a --- /dev/null +++ b/radiantproduction/Vue/Ajaxplafondbeneficiaire/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxplagebonlibre/index.php b/radiantproduction/Vue/Ajaxplagebonlibre/index.php new file mode 100644 index 0000000..251f017 --- /dev/null +++ b/radiantproduction/Vue/Ajaxplagebonlibre/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxprestataire/activerprestataire.php b/radiantproduction/Vue/Ajaxprestataire/activerprestataire.php new file mode 100644 index 0000000..4f5c7eb --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestataire/activerprestataire.php @@ -0,0 +1,4 @@ +
+
+ + diff --git a/radiantproduction/Vue/Ajaxprestataire/creerprestataire.php b/radiantproduction/Vue/Ajaxprestataire/creerprestataire.php new file mode 100644 index 0000000..e3fb79e --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestataire/creerprestataire.php @@ -0,0 +1,3 @@ +
+ +
diff --git a/radiantproduction/Vue/Ajaxprestataire/creeruserprestataire.php b/radiantproduction/Vue/Ajaxprestataire/creeruserprestataire.php new file mode 100644 index 0000000..87a3a2c --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestataire/creeruserprestataire.php @@ -0,0 +1,6 @@ +
+ codeUtilisateur : + +
+ + diff --git a/radiantproduction/Vue/Ajaxprestataire/desactiverprestataire.php b/radiantproduction/Vue/Ajaxprestataire/desactiverprestataire.php new file mode 100644 index 0000000..4f5c7eb --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestataire/desactiverprestataire.php @@ -0,0 +1,4 @@ +
+
+ + diff --git a/radiantproduction/Vue/Ajaxprestataire/index.php b/radiantproduction/Vue/Ajaxprestataire/index.php new file mode 100644 index 0000000..1257b05 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestataire/index.php @@ -0,0 +1,5 @@ +
+ +
+ + diff --git a/radiantproduction/Vue/Ajaxprestatairegestionbon/afficherattributiongestionbon.php b/radiantproduction/Vue/Ajaxprestatairegestionbon/afficherattributiongestionbon.php new file mode 100644 index 0000000..561aa6d --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairegestionbon/afficherattributiongestionbon.php @@ -0,0 +1,52 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($prestataire_hors_mode['prestataire']) ?>nettoyer($prestataire_hors_mode['gestionbon']) ?>
+
+ +
+ + + + + + + + + + + + + + + +
nettoyer($prestataire_mode['prestataire']) ?>
+
+
diff --git a/radiantproduction/Vue/Ajaxprestatairegestionbon/index.php b/radiantproduction/Vue/Ajaxprestatairegestionbon/index.php new file mode 100644 index 0000000..5a5a1db --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairegestionbon/index.php @@ -0,0 +1,53 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($utilisateur['codeUtilisateur']) ?> nettoyer($utilisateur['nomUtilisateur']) ?> " onClick="javascript:reinitpaswd_assureur('');"> " onClick="javascript:reinitpaswd_assureur('');"> " onClick="javascript:desactiver_user_assureur('');"> " onClick="javascript:activer_user_assureur('');"> Désactiver?") ?>" onClick="javascript:gerer_acces_actes_assureur_hab('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_actes_assureur_hab('', '');"> Désactiver?") ?>" onClick="javascript:gerer_acces_affection_assureur_hab('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_affection_assureur_hab('', '');">
+
diff --git a/radiantproduction/Vue/Ajaxprestatairenmoins/index.php b/radiantproduction/Vue/Ajaxprestatairenmoins/index.php new file mode 100644 index 0000000..68fb39a --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairenmoins/index.php @@ -0,0 +1,63 @@ +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairereseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairereseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + nettoyer($prestataireenmoins['id']); + ?> + + + + + + +
<=
nettoyer($prestataireenmoins['prestataire']) ?>
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxprestatairenplus/index.php b/radiantproduction/Vue/Ajaxprestatairenplus/index.php new file mode 100644 index 0000000..94110e2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairenplus/index.php @@ -0,0 +1,70 @@ +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairehorsreseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairehorsreseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + + nettoyer($prestataireenplus['id']); + ?> + + + + + + + + + +
<=
nettoyer($prestataireenplus['prestataire']) ?> + +
+ +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxprestatairenpluscons/index.php b/radiantproduction/Vue/Ajaxprestatairenpluscons/index.php new file mode 100644 index 0000000..98fba0d --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairenpluscons/index.php @@ -0,0 +1,44 @@ +
+
+
+ + + + + + + + + + + + + + + + + +
nettoyer($prestataireenplus['prestataire']) ?> nettoyer($prestataireenplus['tm']) ?>
+
+ +
+ + + + + + + + + + + + + + +
nettoyer($prestataireenmoins['prestataire']) ?>
+
+
+
diff --git a/radiantproduction/Vue/Ajaxprestatairetm/index.php b/radiantproduction/Vue/Ajaxprestatairetm/index.php new file mode 100644 index 0000000..30b6dec --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairetm/index.php @@ -0,0 +1,71 @@ +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairereseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairereseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + + nettoyer($prestatairetm['id']); + ?> + + + + + + + + + +
<=
nettoyer($prestatairetm['prestataire']) ?> + +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Ajaxprestatairetmcons/index.php b/radiantproduction/Vue/Ajaxprestatairetmcons/index.php new file mode 100644 index 0000000..1da209c --- /dev/null +++ b/radiantproduction/Vue/Ajaxprestatairetmcons/index.php @@ -0,0 +1,21 @@ +
+ + + + + + + + + + + + + + + + + +
nettoyer($prestatairetm['prestataire']) ?> nettoyer($prestatairetm['tm']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxprodparclient/index.php b/radiantproduction/Vue/Ajaxprodparclient/index.php new file mode 100644 index 0000000..c98462a --- /dev/null +++ b/radiantproduction/Vue/Ajaxprodparclient/index.php @@ -0,0 +1,105 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['etape']); + if (est_anglophone()) + { + $etape = $this->nettoyer($donnee['etapeEng']); + } + $nbligne++; + ?> + + + + + + + + + + + + +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ +
nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['primeHtRenTot'])) ?>nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnees_total['ratioprimeHtAn']). "%" ?>nettoyer($donnees_total['ratioprimeHtRen']). "%" ?> 100%
nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?>nettoyer($donnees_total['nbPoliceTot'])) ?>
nettoyer($donnees_total['ratioNbPoliceAn']). "%" ?>nettoyer($donnees_total['ratioNbPoliceRen']). "%" ?> 100%
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxprodparemission/index.php b/radiantproduction/Vue/Ajaxprodparemission/index.php new file mode 100644 index 0000000..eac8b4a --- /dev/null +++ b/radiantproduction/Vue/Ajaxprodparemission/index.php @@ -0,0 +1,81 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['etape']); + if (est_anglophone()) + { + $etape = $this->nettoyer($donnee['etapeEng']); + } + $nbligne++; + ?> + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ + STATUS
Total nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['numeroPolice']) ?>nettoyer($donnee['dateEffet'])) ?>nettoyer($donnee['dateFin'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxprodparmois/index.php b/radiantproduction/Vue/Ajaxprodparmois/index.php new file mode 100644 index 0000000..a5d1b34 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprodparmois/index.php @@ -0,0 +1,124 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
+ +
Total nettoyer($donnees_total['nbPoliceAnTot'])) ?>nettoyer($donnees_total['primeHtAnTot'])) ?>nettoyer($donnees_total['nbPoliceRenTot'])) ?> nettoyer($donnees_total['primeHtRenTot'])) ?> nettoyer($donnees_total['nbPoliceTot'])) ?> nettoyer($donnees_total['primeHtTot'])) ?> nettoyer($donnees_total['taxeTot'])) ?> nettoyer($donnees_total['fraisCarteTot'])) ?> nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnees_total['ratioprimenbPoliceAn']) ?>nettoyer($donnees_total['ratioprimeHtAn']) ?>nettoyer($donnees_total['ratioprimenbPoliceRen']) ?>nettoyer($donnees_total['ratioprimeHtRen']) ?> 100 nettoyer($donnees_total['ratioPrimeHt']) ?>nettoyer($donnees_total['ratioaxe']) ?>nettoyer($donnees_total['ratiofraisCarte']) ?> 100
nettoyer($donnee['exercice']) ?>nettoyer($donnee['codeMois']) ?>nettoyer($donnee['nbPoliceAn'])) ?>nettoyer($donnee['primeHtAn'])) ?>nettoyer($donnee['nbPoliceRen'])) ?>nettoyer($donnee['primeHtRen'])) ?>nettoyer($donnee['nbPolice'])) ?>nettoyer($donnee['primeHt'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxprodparmoiseclate/index.php b/radiantproduction/Vue/Ajaxprodparmoiseclate/index.php new file mode 100644 index 0000000..4374d39 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprodparmoiseclate/index.php @@ -0,0 +1,78 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Total nettoyer($donnees_total['primeSanteTot'])) ?>nettoyer($donnees_total['primeCplFuneraireTot'])) ?>nettoyer($donnees_total['commissionTot'])) ?>nettoyer($donnees_total['commissionAutreTot'])) ?>nettoyer($donnees_total['accessoireTot'])) ?>nettoyer($donnees_total['taxeTot'])) ?>nettoyer($donnees_total['fraisCarteTot'])) ?>nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnee['exercice']) ?>nettoyer($donnee['codeMois']) ?>nettoyer($donnee['primeSante'])) ?>nettoyer($donnee['primeCplFuneraire'])) ?>nettoyer($donnee['commission'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['accessoire'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxprodparmoiseclateclient/index.php b/radiantproduction/Vue/Ajaxprodparmoiseclateclient/index.php new file mode 100644 index 0000000..386f226 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprodparmoiseclateclient/index.php @@ -0,0 +1,80 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Total nettoyer($donnees_total['primeSanteTot'])) ?>nettoyer($donnees_total['primeCplFuneraireTot'])) ?>nettoyer($donnees_total['commissionTot'])) ?>nettoyer($donnees_total['commissionAutreTot'])) ?>nettoyer($donnees_total['accessoireTot'])) ?>nettoyer($donnees_total['taxeTot'])) ?>nettoyer($donnees_total['fraisCarteTot'])) ?>nettoyer($donnees_total['primeTtcTot'])) ?>
nettoyer($donnee['exercice']) ?>nettoyer($donnee['codeMois']) ?>nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['primeSante'])) ?>nettoyer($donnee['primeCplFuneraire'])) ?>nettoyer($donnee['commission'])) ?>nettoyer($donnee['commissionAutre'])) ?>nettoyer($donnee['accessoire'])) ?>nettoyer($donnee['taxe'])) ?>nettoyer($donnee['fraisCarte'])) ?>nettoyer($donnee['primeTtc'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxproductionagences/index.php b/radiantproduction/Vue/Ajaxproductionagences/index.php new file mode 100644 index 0000000..b64d6c8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxproductionagences/index.php @@ -0,0 +1,59 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($donnees_total['primeTtcTot'])) ?> nettoyer($donnees_total['encaisseTot'])) ?> nettoyer($donnees_total['soldeTot'])) ?>
Total nettoyer($donnees_total['primeTtcTot'])) ?> nettoyer($donnees_total['encaisseTot'])) ?> nettoyer($donnees_total['soldeTot'])) ?>
nettoyer($donnee['pointvente']) ?>nettoyer($donnee['dateEmission'])) ?>nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['numeroPolice']) ?>nettoyer($donnee['dateEffet'])) ?>nettoyer($donnee['dateFin'])) ?>nettoyer($donnee['primeTtc'])) ?>nettoyer($donnee['encaisse'])) ?> nettoyer($donnee['solde'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxproduitreseau/afficherreseaucategorie.php b/radiantproduction/Vue/Ajaxproduitreseau/afficherreseaucategorie.php new file mode 100644 index 0000000..1542594 --- /dev/null +++ b/radiantproduction/Vue/Ajaxproduitreseau/afficherreseaucategorie.php @@ -0,0 +1,72 @@ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($reseausnonaccessible['libelle']) ?>nettoyer($reseausnonaccessible['tm']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($reseausaccessible['reseausoin']) ?>nettoyer($reseausaccessible['tm']) ?> + +
+
+
+ +
diff --git a/radiantproduction/Vue/Ajaxproduitreseau/index.php b/radiantproduction/Vue/Ajaxproduitreseau/index.php new file mode 100644 index 0000000..650bbf2 --- /dev/null +++ b/radiantproduction/Vue/Ajaxproduitreseau/index.php @@ -0,0 +1 @@ +Accès Réseau et Tickets Modérateurs \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxproraterprime/index.php b/radiantproduction/Vue/Ajaxproraterprime/index.php new file mode 100644 index 0000000..9e124a1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxproraterprime/index.php @@ -0,0 +1,112 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($adherent_temp['primeTtc_an'])) ?> nettoyer($adherent_temp['primeTtc'])) ?>
nettoyer($adherent_temp['primeNetteStat_an'])) ?> nettoyer($adherent_temp['primeNetteStat'])) ?>
nettoyer($adherent_temp['primeFamille_an']))?> nettoyer($adherent_temp['primeFamille']))?>
nettoyer($adherent_temp['primeCplFuneraire_an']))?> nettoyer($adherent_temp['primeCplFuneraire']))?>
nettoyer($adherent_temp['surprimeOption_an']))?> nettoyer($adherent_temp['surprimeOption']))?>
nettoyer($adherent_temp['surprimeTm_an']))?> nettoyer($adherent_temp['surprimeTm']))?>
nettoyer($adherent_temp['surprimeAnt_an']))?> nettoyer($adherent_temp['surprimeAnt']))?>
nettoyer($adherent_temp['primeNette_an'])) ?> nettoyer($adherent_temp['primeNette'])) ?>
nettoyer($adherent_temp['commission_an'])) ?> nettoyer($adherent_temp['commission'])) ?>
nettoyer($adherent_temp['commissionAutre_an'])) ?> nettoyer($adherent_temp['commissionAutre'])) ?>
nettoyer($adherent_temp['accessoire_an'])) ?> nettoyer($adherent_temp['accessoire'])) ?>
nettoyer($adherent_temp['primeHt_an'])) ?> nettoyer($adherent_temp['primeHt'])) ?>
nettoyer($adherent_temp['taxe_an'])) ?> nettoyer($adherent_temp['taxe'])) ?>
+ + nettoyer($adherent_temp['fraisCarte_an'])) ?> nettoyer($adherent_temp['fraisCarte'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxproraterprimebeneficiaire/index.php b/radiantproduction/Vue/Ajaxproraterprimebeneficiaire/index.php new file mode 100644 index 0000000..81935ba --- /dev/null +++ b/radiantproduction/Vue/Ajaxproraterprimebeneficiaire/index.php @@ -0,0 +1,112 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($beneficiaire_temp['primeTtc_an'])) ?> nettoyer($beneficiaire_temp['primeTtc'])) ?>
nettoyer($beneficiaire_temp['primeNetteStat_an'])) ?> nettoyer($beneficiaire_temp['primeNetteStat'])) ?>
nettoyer($beneficiaire_temp['primeBeneficiaire_an']))?> nettoyer($beneficiaire_temp['primeBeneficiaire']))?>
nettoyer($beneficiaire_temp['primeCplFuneraire_an']))?> nettoyer($beneficiaire_temp['primeCplFuneraire']))?>
nettoyer($beneficiaire_temp['surprimeOption_an']))?> nettoyer($beneficiaire_temp['surprimeOption']))?>
nettoyer($beneficiaire_temp['surprimeTm_an']))?> nettoyer($beneficiaire_temp['surprimeTm']))?>
nettoyer($beneficiaire_temp['surprimeAnt_an']))?> nettoyer($beneficiaire_temp['surprimeAnt']))?>
nettoyer($beneficiaire_temp['primeNette_an'])) ?> nettoyer($beneficiaire_temp['primeNette'])) ?>
nettoyer($beneficiaire_temp['commission_an'])) ?> nettoyer($beneficiaire_temp['commission'])) ?>
nettoyer($beneficiaire_temp['commissionAutre_an'])) ?> nettoyer($beneficiaire_temp['commissionAutre'])) ?>
nettoyer($beneficiaire_temp['accessoire_an'])) ?> nettoyer($beneficiaire_temp['accessoire'])) ?>
nettoyer($beneficiaire_temp['primeHt_an'])) ?> nettoyer($beneficiaire_temp['primeHt'])) ?>
nettoyer($beneficiaire_temp['taxe_an'])) ?> nettoyer($beneficiaire_temp['taxe'])) ?>
+ + nettoyer($beneficiaire_temp['fraisCarte_an'])) ?> nettoyer($beneficiaire_temp['fraisCarte'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxprovisonssin/index.php b/radiantproduction/Vue/Ajaxprovisonssin/index.php new file mode 100644 index 0000000..28302f1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxprovisonssin/index.php @@ -0,0 +1,2 @@ +
+
diff --git a/radiantproduction/Vue/Ajaxquittancepolice/index.php b/radiantproduction/Vue/Ajaxquittancepolice/index.php new file mode 100644 index 0000000..7d1942f --- /dev/null +++ b/radiantproduction/Vue/Ajaxquittancepolice/index.php @@ -0,0 +1,105 @@ +
+
+
+
+ nettoyer($numeroPolice_Q) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['id']); + $numeroQuittance=$this->nettoyer($quittance['numeroQuittance']); + $solde=$this->nettoyer($quittance['solde']); + $annule=$this->nettoyer($quittance['annule']); + ?> + + + + + + + + + + + + + + + + '0' and $annule!='1'): ?> + + + + + + + + + + + +
No
Total nettoyer($totalquittance['primeTtc'])) ?>nettoyer($totalquittance['encaisse'])) ?>nettoyer($totalquittance['solde'])) ?>
nettoyer($quittance['dateEffet'])) ?>nettoyer($quittance['dateEcheance'])) ?>nettoyer($quittance['codeTypeAvenant']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> + " + onClick="javascript:imprimer_quittance();" + > + " onClick="javascript:encaisser_quittance();">
+
+
+ +
+
+

+
+
+
+ + + + +
diff --git a/radiantproduction/Vue/Ajaxrecapitulerprimeimposee/index.php b/radiantproduction/Vue/Ajaxrecapitulerprimeimposee/index.php new file mode 100644 index 0000000..80af72e --- /dev/null +++ b/radiantproduction/Vue/Ajaxrecapitulerprimeimposee/index.php @@ -0,0 +1,18 @@ + diff --git a/radiantproduction/Vue/Ajaxrecapprimeadherentfamiliale/index.php b/radiantproduction/Vue/Ajaxrecapprimeadherentfamiliale/index.php new file mode 100644 index 0000000..9c20ec7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrecapprimeadherentfamiliale/index.php @@ -0,0 +1,53 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/radiantproduction/Vue/Ajaxrecapprimebeneficiairefamiliale/index.php b/radiantproduction/Vue/Ajaxrecapprimebeneficiairefamiliale/index.php new file mode 100644 index 0000000..d82f70d --- /dev/null +++ b/radiantproduction/Vue/Ajaxrecapprimebeneficiairefamiliale/index.php @@ -0,0 +1,55 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/radiantproduction/Vue/Ajaxrechercheemission/index.php b/radiantproduction/Vue/Ajaxrechercheemission/index.php new file mode 100644 index 0000000..dcd867e --- /dev/null +++ b/radiantproduction/Vue/Ajaxrechercheemission/index.php @@ -0,0 +1,212 @@ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['numeroQuittance']); + $idQuittance = $quittance['id']; + $solde=$this->nettoyer($quittance['solde']) + ?> + + + + + + + + + + + + + + + + +
Total nettoyer($totalquittance['primeTtc'])) ?>nettoyer($totalquittance['encaisse'])) ?>nettoyer($totalquittance['solde'])) ?>
nettoyer($quittance['dateEffet']), $_SESSION['lang']) ?>nettoyer($quittance['dateEcheance']), $_SESSION['lang']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['datePaiement']), $_SESSION['lang']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " onClick="javascript:imprimer_quittance();">
+ + + + + + + + + + +
diff --git a/radiantproduction/Vue/Ajaxrechercheencaissement/index.php b/radiantproduction/Vue/Ajaxrechercheencaissement/index.php new file mode 100644 index 0000000..e8db80e --- /dev/null +++ b/radiantproduction/Vue/Ajaxrechercheencaissement/index.php @@ -0,0 +1,108 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:imprimer_recu();">
+ +
+
+ + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + +
nettoyer($detailencaissement['numeroClient']) ?>nettoyer($detailencaissement['nomClient']) ?>nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['dateEffet'])) ?>nettoyer($detailencaissement['dateEcheance'])) ?>nettoyer($detailencaissement['codeTypeAvenant']) ?>nettoyer($detailencaissement['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxrecherchefacturesfeuille/index.php b/radiantproduction/Vue/Ajaxrecherchefacturesfeuille/index.php new file mode 100644 index 0000000..26f0ca1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrecherchefacturesfeuille/index.php @@ -0,0 +1,94 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['idFacture']); + ?> + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['numeroDecompte']) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrecherchequittance/index.php b/radiantproduction/Vue/Ajaxrecherchequittance/index.php new file mode 100644 index 0000000..3b482c4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrecherchequittance/index.php @@ -0,0 +1,100 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateNo
nettoyer($detailencaissement['dateEncaissement'])) ?>nettoyer($detailencaissement['numeroEncaissement']) ?>nettoyer($detailencaissement['primeTtc'])) ?>nettoyer($detailencaissement['modepaiement']) ?>nettoyer($detailencaissement['referencePaiement']) ?>
+ + + + + + +
diff --git a/radiantproduction/Vue/Ajaxrelevecompteprestaire/index.php b/radiantproduction/Vue/Ajaxrelevecompteprestaire/index.php new file mode 100644 index 0000000..09b5d7d --- /dev/null +++ b/radiantproduction/Vue/Ajaxrelevecompteprestaire/index.php @@ -0,0 +1,76 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['numeroLotDecompte']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantFactureTotal'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?> nettoyer($decomptes_total['montantPayeTotal'])) ?>
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantFactureTotal'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?> nettoyer($decomptes_total['montantPayeTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + nettoyer($decompte['userControle']) ?>nettoyer($decompte['dateReception'])) ?>nettoyer($decompte['montantFacture'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateReglement'])) ?>nettoyer($decompte['dateComptable'])) ?>nettoyer($decompte['montantPaye'])) ?>nettoyer($decompte['codeModePaiement']) ?>nettoyer($decompte['codeBanquePayeur']) ?>nettoyer($decompte['referencePaiement']) ?>
+ +
diff --git a/radiantproduction/Vue/Ajaxremplaceradherent/enregistrerremplacementadherent.php b/radiantproduction/Vue/Ajaxremplaceradherent/enregistrerremplacementadherent.php new file mode 100644 index 0000000..a41e5ce --- /dev/null +++ b/radiantproduction/Vue/Ajaxremplaceradherent/enregistrerremplacementadherent.php @@ -0,0 +1,5 @@ +
+
+

+
+
diff --git a/radiantproduction/Vue/Ajaxremplaceradherent/index.php b/radiantproduction/Vue/Ajaxremplaceradherent/index.php new file mode 100644 index 0000000..46f8b44 --- /dev/null +++ b/radiantproduction/Vue/Ajaxremplaceradherent/index.php @@ -0,0 +1,3 @@ +
+ NOTHING +
diff --git a/radiantproduction/Vue/Ajaxremplaceradherent/init.php b/radiantproduction/Vue/Ajaxremplaceradherent/init.php new file mode 100644 index 0000000..0964314 --- /dev/null +++ b/radiantproduction/Vue/Ajaxremplaceradherent/init.php @@ -0,0 +1,153 @@ +
+ + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?> nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Sex + +
+ + + + + +
+ + E-mail
+
diff --git a/radiantproduction/Vue/Ajaxrenouvellement/index.php b/radiantproduction/Vue/Ajaxrenouvellement/index.php new file mode 100644 index 0000000..b3f043f --- /dev/null +++ b/radiantproduction/Vue/Ajaxrenouvellement/index.php @@ -0,0 +1,20 @@ +
+ + + + + + + + + + + + + +
+ +
+
diff --git a/radiantproduction/Vue/Ajaxreposmedical/index.php b/radiantproduction/Vue/Ajaxreposmedical/index.php new file mode 100644 index 0000000..6645785 --- /dev/null +++ b/radiantproduction/Vue/Ajaxreposmedical/index.php @@ -0,0 +1,25 @@ +
+ + + + + + + + + + + + nettoyer($reposmedical['idReposmaladie']); + ?> + + + + + + + + +
Date Notes
nettoyer($reposmedical['dateSysteme'])) ?> nettoyer($reposmedical['nbJour']) ?> nettoyer($reposmedical['medecin']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxreposmedical/nouveaureposmedical.php b/radiantproduction/Vue/Ajaxreposmedical/nouveaureposmedical.php new file mode 100644 index 0000000..0444cf6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxreposmedical/nouveaureposmedical.php @@ -0,0 +1,22 @@ +
+ + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_new_repos_medical();"> " onClick='javascript:$("#btn_pop_note_new_quit").click();'/>
+
diff --git a/radiantproduction/Vue/Ajaxrequeteaccidents/index.php b/radiantproduction/Vue/Ajaxrequeteaccidents/index.php new file mode 100644 index 0000000..948d35c --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteaccidents/index.php @@ -0,0 +1,82 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantApayerTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantApayerTotal'])) ?>
nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['idFacture']) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['adherent']) ?>nettoyer($feuillemaladie['telAdherent']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['telBeneficiaire']) ?>nettoyer($feuillemaladie['montantApayer'])) ?>nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['souscripteur']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteassure/index.php b/radiantproduction/Vue/Ajaxrequeteassure/index.php new file mode 100644 index 0000000..6b10423 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteassure/index.php @@ -0,0 +1,70 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Sex
nettoyer($assures_total['nbLigne'])) ?>
nettoyer($assure['beneficiaire']) ?>nettoyer($assure['adherent']) ?>nettoyer($assure['numeroPolice']) ?>nettoyer($assure['codeEtatPolice']) ?>nettoyer($assure['codeProduit']) ?>nettoyer($assure['codeLienParente']) ?>nettoyer($assure['telephonePortableAdherent']) ?>nettoyer($assure['emailAdherent']) ?>nettoyer($assure['codeNaturePiece']) ?>nettoyer($assure['numeroPiece']) ?>nettoyer($assure['sexe']) ?>nettoyer($assure['dateNaissance'])) ?>nettoyer($assure['codeEtatBeneficiaire']) ?>nettoyer($assure['dateEntreeBeneficiaire'])) ?>nettoyer($assure['dateDeces'])) ?>nettoyer($assure['nomClient']) ?>nettoyer($assure['emailClient']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetebonpec/index.php b/radiantproduction/Vue/Ajaxrequetebonpec/index.php new file mode 100644 index 0000000..a9922c6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetebonpec/index.php @@ -0,0 +1,54 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Type
nettoyer($bonpecs_total['nbLigne'])) ?>
nettoyer($bonpec['prestataire']) ?>nettoyer($bonpec['codeTypeBon']) ?>nettoyer($bonpec['numeroBon']) ?>nettoyer($bonpec['dateGeneration'])) ?>nettoyer($bonpec['dateReception'])) ?>nettoyer($bonpec['codeUtilisateurReception']) ?>nettoyer($bonpec['etatbon']) ?>nettoyer($bonpec['numeroBeneficiaire']) ?>nettoyer($bonpec['beneficiaire']) ?>nettoyer($bonpec['dateImpression'])) ?>nettoyer($bonpec['codeUtilisateurImpression']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetecartegc/index.php b/radiantproduction/Vue/Ajaxrequetecartegc/index.php new file mode 100644 index 0000000..09f5e1b --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetecartegc/index.php @@ -0,0 +1,79 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idGcCarte']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantCarteTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantCarteTotal'])) ?>
nettoyer($gc['dateCarte'])) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroPolice']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantCarte'])) ?> + " + onClick="javascript:ged_carte_gc('');"> +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetedemandederogation/index.php b/radiantproduction/Vue/Ajaxrequetedemandederogation/index.php new file mode 100644 index 0000000..d9b41f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetedemandederogation/index.php @@ -0,0 +1,63 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date type
nettoyer($demandederogations_total['nbLigne'])) ?>
nettoyer($demandederogation['prestataire']) ?>nettoyer($demandederogation['dateSysteme'])) ?>nettoyer($demandederogation['numeroDerogation']) ?>nettoyer($demandederogation['souscripteur']) ?>nettoyer($demandederogation['numeroBeneficiaire']) ?>nettoyer($demandederogation['beneficiaire']) ?>nettoyer($demandederogation['libelleDerogation']) ?>nettoyer($demandederogation['codeAdministrateur']) ?>nettoyer($demandederogation['dateReponse'])) ?>nettoyer($demandederogation['motifReel']) ?>nettoyer($demandederogation['debut'])) ?>nettoyer($demandederogation['fin'])) ?>nettoyer($demandederogation['tmDerogation']) ?>nettoyer($demandederogation['reponseDerogation']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteententeprealable/index.php b/radiantproduction/Vue/Ajaxrequeteententeprealable/index.php new file mode 100644 index 0000000..39bbb90 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteententeprealable/index.php @@ -0,0 +1,56 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date
nettoyer($ententeprealables_total['nbLigne'])) ?>
nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['numeroEntentePrealable']) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['souscripteur']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['codeAdministrateur']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteententeprealablepha/index.php b/radiantproduction/Vue/Ajaxrequeteententeprealablepha/index.php new file mode 100644 index 0000000..866d743 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteententeprealablepha/index.php @@ -0,0 +1,56 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date
nettoyer($ententeprealables_total['nbLigne'])) ?>
nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['numeroEntentePrealable']) ?>nettoyer($ententeprealable['libelleMedicament']) ?>nettoyer($ententeprealable['souscripteur']) ?>nettoyer($ententeprealable['numeroBeneficiaire']) ?>nettoyer($ententeprealable['beneficiaire']) ?>nettoyer($ententeprealable['codeAdministrateur']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteenteteaccidents/index.php b/radiantproduction/Vue/Ajaxrequeteenteteaccidents/index.php new file mode 100644 index 0000000..267dca1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteaccidents/index.php @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteassure/index.php b/radiantproduction/Vue/Ajaxrequeteenteteassure/index.php new file mode 100644 index 0000000..0319059 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteassure/index.php @@ -0,0 +1,101 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + Sex + +
- Tel E-mail + +
+ +
+ +
+
+ +
+
diff --git a/radiantproduction/Vue/Ajaxrequeteentetebonpec/index.php b/radiantproduction/Vue/Ajaxrequeteentetebonpec/index.php new file mode 100644 index 0000000..fc95700 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetebonpec/index.php @@ -0,0 +1,115 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + + + +
-
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetedemandederogation/index.php b/radiantproduction/Vue/Ajaxrequeteentetedemandederogation/index.php new file mode 100644 index 0000000..a08e7b9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetedemandederogation/index.php @@ -0,0 +1,119 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + -
Type + + + +
+ +
+ +
+
+ +
+
+ + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteententeprealable/index.php b/radiantproduction/Vue/Ajaxrequeteenteteententeprealable/index.php new file mode 100644 index 0000000..d35c34d --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteententeprealable/index.php @@ -0,0 +1,119 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + - + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteententeprealablepha/index.php b/radiantproduction/Vue/Ajaxrequeteenteteententeprealablepha/index.php new file mode 100644 index 0000000..2df6984 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteententeprealablepha/index.php @@ -0,0 +1,94 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefacture/index.php b/radiantproduction/Vue/Ajaxrequeteentetefacture/index.php new file mode 100644 index 0000000..7b27ceb --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefacture/index.php @@ -0,0 +1,88 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefactureadherent/index.php b/radiantproduction/Vue/Ajaxrequeteentetefactureadherent/index.php new file mode 100644 index 0000000..fdf5a52 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefactureadherent/index.php @@ -0,0 +1,33 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefacturebeneficiaire/index.php b/radiantproduction/Vue/Ajaxrequeteentetefacturebeneficiaire/index.php new file mode 100644 index 0000000..15a21f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefacturebeneficiaire/index.php @@ -0,0 +1,34 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefactureclient/index.php b/radiantproduction/Vue/Ajaxrequeteentetefactureclient/index.php new file mode 100644 index 0000000..886657f --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefactureclient/index.php @@ -0,0 +1,152 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
Type + + - - - -
+ + + + -
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefacturejour/index.php b/radiantproduction/Vue/Ajaxrequeteentetefacturejour/index.php new file mode 100644 index 0000000..622a2f6 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefacturejour/index.php @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefactureleger/index.php b/radiantproduction/Vue/Ajaxrequeteentetefactureleger/index.php new file mode 100644 index 0000000..b0c94aa --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefactureleger/index.php @@ -0,0 +1,26 @@ +
+ + + + + + + + + + + + + + + +
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefacturemois/index.php b/radiantproduction/Vue/Ajaxrequeteentetefacturemois/index.php new file mode 100644 index 0000000..d1f9ff8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefacturemois/index.php @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefacturepolice/index.php b/radiantproduction/Vue/Ajaxrequeteentetefacturepolice/index.php new file mode 100644 index 0000000..0e37909 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefacturepolice/index.php @@ -0,0 +1,34 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetefeuillemaladie/index.php b/radiantproduction/Vue/Ajaxrequeteentetefeuillemaladie/index.php new file mode 100644 index 0000000..971766a --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetefeuillemaladie/index.php @@ -0,0 +1,87 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteoptique/index.php b/radiantproduction/Vue/Ajaxrequeteenteteoptique/index.php new file mode 100644 index 0000000..2f80501 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteoptique/index.php @@ -0,0 +1,129 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + - - - + +
+ +
+ + + +
+ +
+
+ +
+
diff --git a/radiantproduction/Vue/Ajaxrequeteentetepharmacie/index.php b/radiantproduction/Vue/Ajaxrequeteentetepharmacie/index.php new file mode 100644 index 0000000..7a58704 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetepharmacie/index.php @@ -0,0 +1,171 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ + - - - + +
+ +
+ + + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteentetepharmacieb/index.php b/radiantproduction/Vue/Ajaxrequeteentetepharmacieb/index.php new file mode 100644 index 0000000..7a58704 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteentetepharmacieb/index.php @@ -0,0 +1,171 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ + - - - + +
+ +
+ + + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteprestationactes/index.php b/radiantproduction/Vue/Ajaxrequeteenteteprestationactes/index.php new file mode 100644 index 0000000..509f465 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteprestationactes/index.php @@ -0,0 +1,212 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ + - - - -
Type + + - Type + + + + / + +
+ +
+ + + +
+
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteverificateur/index.php b/radiantproduction/Vue/Ajaxrequeteenteteverificateur/index.php new file mode 100644 index 0000000..fdfc5a8 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteverificateur/index.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequeteenteteverification/index.php b/radiantproduction/Vue/Ajaxrequeteenteteverification/index.php new file mode 100644 index 0000000..edbe024 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteenteteverification/index.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + +
+
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxrequetefacture/index.php b/radiantproduction/Vue/Ajaxrequetefacture/index.php new file mode 100644 index 0000000..3d716f4 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacture/index.php @@ -0,0 +1,129 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $idFacture=$this->nettoyer($feuillemaladie['idFacture']); + $tiersPayant = $feuillemaladie['tiersPayant']; + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['numeroDecompte']) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefactureclient/index.php b/radiantproduction/Vue/Ajaxrequetefactureclient/index.php new file mode 100644 index 0000000..2b46c6f --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefactureclient/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $idFacture=$this->nettoyer($feuillemaladie['idFacture']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReel_total'])) ?>nettoyer($factures_total['montantTm_total'])) ?>nettoyer($factures_total['montantArembourser_total'])) ?>nettoyer($factures_total['fraisExclu_total'])) ?>nettoyer($factures_total['fraisRetenu_total'])) ?>nettoyer($factures_total['montantRembourse_total'])) ?>
nettoyer($feuillemaladie['souscripteur']) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateFacture'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefacturegc/index.php b/radiantproduction/Vue/Ajaxrequetefacturegc/index.php new file mode 100644 index 0000000..c907de0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacturegc/index.php @@ -0,0 +1,92 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantFactureTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantFactureTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>
nettoyer($gc['dateFacture'])) ?> + + nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefacturegccumul/index.php b/radiantproduction/Vue/Ajaxrequetefacturegccumul/index.php new file mode 100644 index 0000000..1aab704 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacturegccumul/index.php @@ -0,0 +1,112 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['nbFactureTotal'])) ?>nettoyer($factures_total['montantFactureTotal'])) ?> nettoyer($factures_total['nbFactureVerifieTotal'])) ?>nettoyer($factures_total['montantVerifieTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>nettoyer($factures_total['nbFacturationTotal'])) ?>nettoyer($factures_total['montantFacturationTotal'])) ?>nettoyer($factures_total['nbEncaisseotal'])) ?>nettoyer($factures_total['montantEncaisseTotal'])) ?>
Nb User Nb Nb Nb
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['nbFactureTotal'])) ?>nettoyer($factures_total['montantFactureTotal'])) ?> nettoyer($factures_total['nbFactureVerifieTotal'])) ?>nettoyer($factures_total['montantVerifieTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>nettoyer($factures_total['nbFacturationTotal'])) ?>nettoyer($factures_total['montantFacturationTotal'])) ?>nettoyer($factures_total['nbEncaisseotal'])) ?>nettoyer($factures_total['montantEncaisseTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?>nettoyer($decompte['prestataire']) ?>nettoyer($decompte['nbFacture'])) ?>nettoyer($decompte['montantFacture'])) ?>nettoyer($decompte['userControle']) ?>nettoyer($decompte['etatdecompte']) ?>nettoyer($decompte['nbFactureVerifie'])) ?>nettoyer($decompte['montantVerifie'])) ?>nettoyer($decompte['montantRedresse'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['nbFacturation'])) ?>nettoyer($decompte['montantFacturation'])) ?>nettoyer($decompte['nbEncaisse'])) ?>nettoyer($decompte['montantEncaisse'])) ?>
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefacturejour/index.php b/radiantproduction/Vue/Ajaxrequetefacturejour/index.php new file mode 100644 index 0000000..56eb357 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacturejour/index.php @@ -0,0 +1,62 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?>nettoyer($factures_total['montantRembourseTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?>nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['jour'])) ?>nettoyer($feuillemaladie['nb'])) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefactureleger/index.php b/radiantproduction/Vue/Ajaxrequetefactureleger/index.php new file mode 100644 index 0000000..2e57910 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefactureleger/index.php @@ -0,0 +1,106 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $idFacture=$this->nettoyer($feuillemaladie['idFacture']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReel_total'])) ?>nettoyer($factures_total['montantTm_total'])) ?>nettoyer($factures_total['montantArembourser_total'])) ?>nettoyer($factures_total['fraisExclu_total'])) ?>nettoyer($factures_total['fraisRetenu_total'])) ?>nettoyer($factures_total['montantRembourse_total'])) ?>
nettoyer($feuillemaladie['souscripteur']) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateFacture'])) ?> + + nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefacturemois/index.php b/radiantproduction/Vue/Ajaxrequetefacturemois/index.php new file mode 100644 index 0000000..528af2b --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacturemois/index.php @@ -0,0 +1,64 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?>nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?>nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['exercice']) ?>nettoyer($feuillemaladie['codeMois']) ?>nettoyer($feuillemaladie['nb'])) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefacturepolice/index.php b/radiantproduction/Vue/Ajaxrequetefacturepolice/index.php new file mode 100644 index 0000000..539e91f --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefacturepolice/index.php @@ -0,0 +1,90 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $tiersPayant = $feuillemaladie['tiersPayant']; + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
Date
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['fraisReelTotal'])) ?>nettoyer($factures_total['montantTmTotal'])) ?>nettoyer($factures_total['montantArembourserTotal'])) ?>nettoyer($factures_total['fraisExcluTotal'])) ?>nettoyer($factures_total['fraisRetenuTotal'])) ?> nettoyer($factures_total['montantRembourseTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['numeroFeuilleMaladie']) ?>nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['numeroDecompte']) ?>nettoyer($feuillemaladie['montantRembourse'])) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefactureverifgc/index.php b/radiantproduction/Vue/Ajaxrequetefactureverifgc/index.php new file mode 100644 index 0000000..342deaf --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefactureverifgc/index.php @@ -0,0 +1,90 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($gc['idFacture']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantFactureTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>
nettoyer($factures_total['nbLigne'])) ?> nettoyer($factures_total['montantFactureTotal'])) ?>nettoyer($factures_total['montantRedresseTotal'])) ?>nettoyer($factures_total['montantApayerTotal'])) ?>
nettoyer($gc['validation'])) ?>nettoyer($gc['dateFacture'])) ?> + + nettoyer($gc['prestataire']) ?>nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroBeneficiaire']) ?>nettoyer($gc['beneficiaire']) ?>nettoyer($gc['montantFacture'])) ?>nettoyer($gc['montantRedresse'])) ?>nettoyer($gc['montantApayer'])) ?>nettoyer($gc['codeUtilisateur']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetefeuillemaladie/index.php b/radiantproduction/Vue/Ajaxrequetefeuillemaladie/index.php new file mode 100644 index 0000000..128eda3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetefeuillemaladie/index.php @@ -0,0 +1,82 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $idFacture=$this->nettoyer($feuillemaladie['idFacture']); + $tiersPayant = $feuillemaladie['tiersPayant']; + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
nettoyer($feuillemaladies_total['nbLigne'])) ?> nettoyer($feuillemaladies_total['fraisReelTotal'])) ?>nettoyer($feuillemaladies_total['montantTmTotal'])) ?>nettoyer($feuillemaladies_total['montantArembourserTotal'])) ?>nettoyer($feuillemaladies_total['fraisExcluTotal'])) ?>nettoyer($feuillemaladies_total['fraisRetenuTotal'])) ?>
Date
nettoyer($feuillemaladies_total['nbLigne'])) ?> nettoyer($feuillemaladies_total['fraisReelTotal'])) ?>nettoyer($feuillemaladies_total['montantTmTotal'])) ?>nettoyer($feuillemaladies_total['montantArembourserTotal'])) ?>nettoyer($feuillemaladies_total['fraisExcluTotal'])) ?>nettoyer($feuillemaladies_total['fraisRetenuTotal'])) ?>
nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['numeroBonConsultation']) ?>nettoyer($feuillemaladie['numeroBonOrdonnance']) ?>nettoyer($feuillemaladie['numeroBonHospitalisation']) ?>nettoyer($feuillemaladie['numeroBonOptique']) ?>nettoyer($feuillemaladie['numeroBeneficiaire']) ?>nettoyer($feuillemaladie['beneficiaire']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?>nettoyer($feuillemaladie['idFacture']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteoptique/index.php b/radiantproduction/Vue/Ajaxrequeteoptique/index.php new file mode 100644 index 0000000..5c807f7 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteoptique/index.php @@ -0,0 +1,88 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($opticien['typeSysteme']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date Val
nettoyer($opticiens_total['nbLigne'])) ?> nettoyer($opticiens_total['verres_total'])) ?>nettoyer($opticiens_total['monture_total'])) ?>nettoyer($opticiens_total['fraisReel_total'])) ?>nettoyer($opticiens_total['montantTm_total'])) ?>nettoyer($opticiens_total['montantArembourser_total'])) ?> nettoyer($opticiens_total['montantForce_total'])) ?>nettoyer($opticiens_total['montantApayer_total'])) ?>
nettoyer($opticien['prestataire']) ?>nettoyer($opticien['dateLivraison'])) ?>nettoyer($opticien['numeroBeneficiaire']) ?>nettoyer($opticien['beneficiaire']) ?>nettoyer($opticien['numeroBonOptique']) ?>nettoyer($opticien['numeroFeuilleMaladie']) ?>nettoyer($opticien['numeroBonConsultation']) ?>nettoyer($opticien['libelleOptique']) ?>nettoyer($opticien['verres'])) ?>nettoyer($opticien['monture'])) ?>nettoyer($opticien['fraisReel'])) ?>nettoyer($opticien['montantTm'])) ?>nettoyer($opticien['montantArembourser'])) ?>nettoyer($opticien['valide']) ?>nettoyer($opticien['montantForce'])) ?>nettoyer($opticien['montantApayer'])) ?>nettoyer($opticien['prestatairePrescription']) ?>nettoyer($opticien['medecinPrescription']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetepharmacie/index.php b/radiantproduction/Vue/Ajaxrequetepharmacie/index.php new file mode 100644 index 0000000..314c7c0 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetepharmacie/index.php @@ -0,0 +1,145 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($pharmacie['typeSysteme']); + $nbligne++; + ?> + + $idPrestationactes && $olidPrestationactes <> "0"): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($pharmacie['fraisReel']); + $montantTm += $this->nettoyer($pharmacie['montantTm']); + $montantArembourser += $this->nettoyer($pharmacie['montantArembourser']); + $fraisExclu += $this->nettoyer($pharmacie['fraisExclu']); + $fraisRetenu += $this->nettoyer($pharmacie['fraisRetenu']); + $montantForce += $this->nettoyer($pharmacie['montantForce']); + $montantApayer += $this->nettoyer($pharmacie['montantApayer']); + + $olidPrestationactes = $idPrestationactes; + ?> + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + + + + + + + + + + + + + + +
Date Val
nettoyer($pharmacies_total['nbLigne'])) ?> nettoyer($pharmacies_total['fraisReel_total'])) ?>nettoyer($pharmacies_total['montantTm_total'])) ?>nettoyer($pharmacies_total['montantArembourser_total'])) ?> nettoyer($pharmacies_total['montantForce_total'])) ?>nettoyer($pharmacies_total['montantApayer_total'])) ?>
nettoyer($pharmacie['prestataire']) ?>nettoyer($pharmacie['dateLivraison'])) ?>nettoyer($pharmacie['numeroBeneficiaire']) ?>nettoyer($pharmacie['beneficiaire']) ?>nettoyer($pharmacie['numeroBonOrdonnance']) ?>nettoyer($pharmacie['numeroFeuilleMaladie']) ?>nettoyer($pharmacie['numeroBonConsultation']) ?>nettoyer($pharmacie['libelleMedicament']) ?>nettoyer($pharmacie['valeurActe'])) ?>nettoyer($pharmacie['quantite']) ?>nettoyer($pharmacie['fraisReel'])) ?>nettoyer($pharmacie['montantTm'])) ?>nettoyer($pharmacie['montantArembourser'])) ?>nettoyer($pharmacie['valide']) ?>nettoyer($pharmacie['montantForce'])) ?>nettoyer($pharmacie['montantApayer'])) ?>nettoyer($pharmacie['prestatairePrescription']) ?>nettoyer($pharmacie['medecinPrescription']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequetepharmacieb/index.php b/radiantproduction/Vue/Ajaxrequetepharmacieb/index.php new file mode 100644 index 0000000..69119be --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequetepharmacieb/index.php @@ -0,0 +1,85 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($pharmacie['typeSysteme']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date Val
nettoyer($pharmacies_total['nbLigne'])) ?> nettoyer($pharmacies_total['fraisReel_total'])) ?>nettoyer($pharmacies_total['montantTm_total'])) ?>nettoyer($pharmacies_total['montantArembourser_total'])) ?> nettoyer($pharmacies_total['montantForce_total'])) ?>nettoyer($pharmacies_total['montantApayer_total'])) ?>
nettoyer($pharmacie['prestataire']) ?>nettoyer($pharmacie['dateLivraison'])) ?>nettoyer($pharmacie['numeroBeneficiaire']) ?>nettoyer($pharmacie['beneficiaire']) ?>nettoyer($pharmacie['numeroBonOrdonnance']) ?>nettoyer($pharmacie['numeroFeuilleMaladie']) ?>nettoyer($pharmacie['numeroBonConsultation']) ?>nettoyer($pharmacie['libelleMedicament']) ?>nettoyer($pharmacie['valeurActe'])) ?>nettoyer($pharmacie['quantite']) ?>nettoyer($pharmacie['fraisReel'])) ?>nettoyer($pharmacie['montantTm'])) ?>nettoyer($pharmacie['montantArembourser'])) ?>nettoyer($pharmacie['valide']) ?>nettoyer($pharmacie['montantForce'])) ?>nettoyer($pharmacie['montantApayer'])) ?>nettoyer($pharmacie['prestatairePrescription']) ?>nettoyer($pharmacie['medecinPrescription']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteprestationactes/index.php b/radiantproduction/Vue/Ajaxrequeteprestationactes/index.php new file mode 100644 index 0000000..f00e0a9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteprestationactes/index.php @@ -0,0 +1,100 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestationacte['ententePrealable']); + $autorisation=$this->nettoyer($prestationacte['autorisation']); + $nbligne++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ".$nbligne." => " . _("Utilisez Excel"); + break; + } + ?> + + + +
Date Type Ent. Val
nettoyer($prestationactes_total['nbLigne'])) ?> nettoyer($prestationactes_total['fraisReel_total'])) ?>nettoyer($prestationactes_total['montantTm_total'])) ?>nettoyer($prestationactes_total['montantArembourser_total'])) ?>
nettoyer($prestationacte['prestataire']) ?>nettoyer($prestationacte['datePrestation'])) ?>nettoyer($prestationacte['numeroBeneficiaire']) ?>nettoyer($prestationacte['beneficiaire']) ?>nettoyer($prestationacte['numeroFeuilleMaladie']) ?>nettoyer($prestationacte['numeroBonConsultation']) ?>nettoyer($prestationacte['numeroBonOrdonnance']) ?>nettoyer($prestationacte['numeroBonHospitalisation']) ?>nettoyer($prestationacte['numeroBonOptique']) ?>nettoyer($prestationacte['codeTypePrestation']) ?>nettoyer($prestationacte['libelleActe']) ?>nettoyer($prestationacte['medecinActe']) ?>nettoyer($prestationacte['valeurActe'])) ?>nettoyer($prestationacte['quantite']) ?>nettoyer($prestationacte['fraisReel'])) ?>nettoyer($prestationacte['montantTm'])) ?>nettoyer($prestationacte['montantArembourser'])) ?>nettoyer($prestationacte['ententePrealable']) ?> nettoyer($prestationacte['valide']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteverificateur/index.php b/radiantproduction/Vue/Ajaxrequeteverificateur/index.php new file mode 100644 index 0000000..6662352 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteverificateur/index.php @@ -0,0 +1,69 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Val Rej Excl
nettoyer($decompte_total['nbLigne'])) ?> nettoyer($decompte_total['montantApayerCalcTotal'])) ?>nettoyer($decompte_total['montantRedresseTotal'])) ?>nettoyer($decompte_total['montantNonTraiteTotal'])) ?>nettoyer($decompte_total['montantApayerTotal'])) ?>nettoyer($decompte_total['montantRejeteTotal'])) ?>nettoyer($decompte_total['montantAttenteTotal'])) ?>nettoyer($decompte_total['ndFactureTotal']) ?>nettoyer($decompte_total['nbValideTotal']) ?>nettoyer($decompte_total['nbRejeteTotal']) ?>nettoyer($decompte_total['nbAttenteTotal']) ?>nettoyer($decompte_total['nbNonTraiteTotal']) ?>
nettoyer($decompte['nomControleur']) ?>nettoyer($decompte['montantApayerCalc'])) ?>nettoyer($decompte['montantRedresse'])) ?>nettoyer($decompte['montantNonTraite'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['montantRejete'])) ?>nettoyer($decompte['montantExclues'])) ?>nettoyer($decompte['ndFacture']) ?>nettoyer($decompte['nbValide']) ?>nettoyer($decompte['nbRejete']) ?>nettoyer($decompte['nbAttente']) ?>nettoyer($decompte['nbNonTraite']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxrequeteverification/index.php b/radiantproduction/Vue/Ajaxrequeteverification/index.php new file mode 100644 index 0000000..f9dca77 --- /dev/null +++ b/radiantproduction/Vue/Ajaxrequeteverification/index.php @@ -0,0 +1,82 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Val Rej Excl
nettoyer($decompte_total['nbLigne'])) ?> nettoyer($decompte_total['montantApayerCalcTotal'])) ?>nettoyer($decompte_total['montantRedresseTotal'])) ?>nettoyer($decompte_total['montantNonTraiteTotal'])) ?>nettoyer($decompte_total['montantApayerTotal'])) ?>nettoyer($decompte_total['montantRejeteTotal'])) ?>nettoyer($decompte_total['montantAttenteTotal'])) ?>nettoyer($decompte_total['ndFactureTotal']) ?>nettoyer($decompte_total['nbValideTotal']) ?>nettoyer($decompte_total['nbRejeteTotal']) ?>nettoyer($decompte_total['nbAttenteTotal']) ?>nettoyer($decompte_total['nbNonTraiteTotal']) ?>
nettoyer($decompte['prestataire']) ?>nettoyer($decompte['nomControleur']) ?>nettoyer($decompte['numeroDecompte']) ?>nettoyer($decompte['numeroLotDecompte']) ?>nettoyer($decompte['montantApayerCalc'])) ?>nettoyer($decompte['montantRedresse'])) ?>nettoyer($decompte['montantNonTraite'])) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['montantRejete'])) ?>nettoyer($decompte['montantExclues'])) ?>nettoyer($decompte['ndFacture']) ?>nettoyer($decompte['nbValide']) ?>nettoyer($decompte['nbRejete']) ?>nettoyer($decompte['nbAttente']) ?>nettoyer($decompte['nbNonTraite']) ?>nettoyer($decompte['etatdecompte']) ?>
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxselectionlimite/index.php b/radiantproduction/Vue/Ajaxselectionlimite/index.php new file mode 100644 index 0000000..abfbaee --- /dev/null +++ b/radiantproduction/Vue/Ajaxselectionlimite/index.php @@ -0,0 +1,35 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($beneficiaire['nomAdherent']) ?>nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxselectionretrait/index.php b/radiantproduction/Vue/Ajaxselectionretrait/index.php new file mode 100644 index 0000000..0ce0533 --- /dev/null +++ b/radiantproduction/Vue/Ajaxselectionretrait/index.php @@ -0,0 +1,53 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['dateEntree'])) ?>nettoyer($beneficiaire['duree']) ?>nettoyer($beneficiaire['duree_non_acquise']) ?>nettoyer($beneficiaire['ratioNonAcquise']) ?>nettoyer($beneficiaire['rapportsp']) ?>nettoyer($beneficiaire['primeNetteStat_an'])) ?>nettoyer($beneficiaire['primeTtc_an'])) ?>nettoyer($beneficiaire['primeNonAcquise'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxsituationclient/index.php b/radiantproduction/Vue/Ajaxsituationclient/index.php new file mode 100644 index 0000000..3302d4b --- /dev/null +++ b/radiantproduction/Vue/Ajaxsituationclient/index.php @@ -0,0 +1,134 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['id']); + $numeroQuittance=$this->nettoyer($quittance['numeroQuittance']); + $primeTtc=$this->nettoyer($quittance['primeTtc']); + $encaisse=$this->nettoyer($quittance['encaisse']); + $solde=$this->nettoyer($quittance['solde']); + + $idEncaissement = $this->nettoyer($quittance['idEncaissement']); + ?> + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + +
No
Total nettoyer($totalquittanceImpayee['primeTtc'])) ?>nettoyer($totalquittanceImpayee['encaisse'])) ?>nettoyer($totalquittanceImpayee['solde'])) ?>
" onClick="javascript:ajouter_quittance_acompte();">
nettoyer($quittance['dateEmission'])) ?>nettoyer($quittance['dateEffet'])) ?>nettoyer($quittance['dateEcheance'])) ?>nettoyer($quittance['codeTypeAvenant']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " + onClick="javascript:selectionner_quittance_impayee(, , , , );"> + " onClick="javascript:solder_quittance_temp();">
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($totaldetailencaissement['montant_selection'])) ?> " onClick="javascript:enregistrer_encaissement_bordereau();">
nettoyer($detailencaissement['numeroClient']) ?>nettoyer($detailencaissement['nomClient']) ?>nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['oldsolde'])) ?>nettoyer($detailencaissement['primeTtc'])) ?>nettoyer($detailencaissement['newsolde'])) ?> " onClick="javascript:supprimer_detail_encaissement();">
+
+
diff --git a/radiantproduction/Vue/Ajaxsituationclients/index.php b/radiantproduction/Vue/Ajaxsituationclients/index.php new file mode 100644 index 0000000..68f5bf9 --- /dev/null +++ b/radiantproduction/Vue/Ajaxsituationclients/index.php @@ -0,0 +1,95 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($donnee['soldeEmissions']); + $soldeQuittance = $this->nettoyer($donnee['soldeQuittance']); + $etatPolice = $this->nettoyer($donnee['etatPolice']); + if (est_anglophone()) + { + $etatPolice = $this->nettoyer($donnee['etatPoliceEng']); + } + $nbligne++; + ?> + + + + + + 0): ?> + + 0): ?> + + + + + + + + + + + + + + + + + + + + +
nettoyer($donnees_total['nbClients'])) ?> nettoyer($donnees_total['primeTtcEmissionTotal'])) ?> nettoyer($donnees_total['primeTtcQuittanceTotal'])) ?> nettoyer($donnees_total['encaisseTotal'])) ?> nettoyer($donnees_total['soldeEmissionsTotal'])) ?> nettoyer($donnees_total['soldeQuittanceTotal'])) ?>
Status
nettoyer($donnees_total['nbClients'])) ?> nettoyer($donnees_total['primeTtcEmissionTotal'])) ?> nettoyer($donnees_total['primeTtcQuittanceTotal'])) ?> nettoyer($donnees_total['encaisseTotal'])) ?> nettoyer($donnees_total['soldeEmissionsTotal'])) ?> nettoyer($donnees_total['soldeQuittanceTotal'])) ?>
nettoyer($donnee['souscripteur']) ?>nettoyer($donnee['idPolice']) ?>nettoyer($donnee['numeroPolice']) ?>nettoyer($donnee['dateAfn'])) ?>nettoyer($donnee['dateFin'])) ?>nettoyer($donnee['duree'])) ?>nettoyer($donnee['primeTtcEmission'])) ?>nettoyer($donnee['primeTtcQuittance'])) ?>nettoyer($donnee['encaisse'])) ?>nettoyer($donnee['soldeEmissions'])) ?>nettoyer($donnee['soldeQuittance'])) ?>
+ + +
+ diff --git a/radiantproduction/Vue/Ajaxsppolice/categorie.php b/radiantproduction/Vue/Ajaxsppolice/categorie.php new file mode 100644 index 0000000..459fbe3 --- /dev/null +++ b/radiantproduction/Vue/Ajaxsppolice/categorie.php @@ -0,0 +1,31 @@ +
+ + " disabled > + + + + + + + + + + + + + + + + + + + + + + + + + +
Cat
nettoyer($sppolice['codeProduit']) ?> nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?> nettoyer($sppolice['rapportspgeneral']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxsppolice/college.php b/radiantproduction/Vue/Ajaxsppolice/college.php new file mode 100644 index 0000000..b005e6a --- /dev/null +++ b/radiantproduction/Vue/Ajaxsppolice/college.php @@ -0,0 +1,32 @@ +
+ + " disabled > + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppolice['codeProduit']) ?> nettoyer($sppolice['libelleCollege']) ?> nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?> nettoyer($sppolice['rapportspgeneral']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxsppolice/index.php b/radiantproduction/Vue/Ajaxsppolice/index.php new file mode 100644 index 0000000..f351111 --- /dev/null +++ b/radiantproduction/Vue/Ajaxsppolice/index.php @@ -0,0 +1 @@ +SP POLICE \ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxsppolice/police.php b/radiantproduction/Vue/Ajaxsppolice/police.php new file mode 100644 index 0000000..2b62abe --- /dev/null +++ b/radiantproduction/Vue/Ajaxsppolice/police.php @@ -0,0 +1,26 @@ +
+ + " disabled > + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?> nettoyer($sppolice['rapportspgeneral']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxsyntheseconsopolice/index.php b/radiantproduction/Vue/Ajaxsyntheseconsopolice/index.php new file mode 100644 index 0000000..4a785a1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxsyntheseconsopolice/index.php @@ -0,0 +1,63 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Stat OUT INP OPT MON DEN FUN OUT INP OPT MON DEN FUN ALL
nettoyer($conommation['nomAdherent']) ?>nettoyer($conommation['numeroAdherent']) ?>nettoyer($conommation['primeStat'])) ?>nettoyer($conommation['primeTtc'])) ?>nettoyer($conommation['plafond_OUT'])) ?>nettoyer($conommation['plafond_INP'])) ?>nettoyer($conommation['plafond_OPT'])) ?>nettoyer($conommation['plafond_MON'])) ?>nettoyer($conommation['plafond_DEN'])) ?>nettoyer($conommation['plafond_FUN'])) ?>nettoyer($conommation['consommation_OUT'])) ?>nettoyer($conommation['consommation_INP'])) ?>nettoyer($conommation['consommation_OPT'])) ?>nettoyer($conommation['consommation_MON'])) ?>nettoyer($conommation['consommation_DEN'])) ?>nettoyer($conommation['consommation_FUN'])) ?>nettoyer($conommation['consommation_ALL'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxtableauprestation/index.php b/radiantproduction/Vue/Ajaxtableauprestation/index.php new file mode 100644 index 0000000..d377c81 --- /dev/null +++ b/radiantproduction/Vue/Ajaxtableauprestation/index.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + + + nettoyer($prestation['id']); + $libelleReseausoin=$this->nettoyer($prestation['reseausoin']); + if (est_anglophone()) + { + $libelleReseausoin = $this->nettoyer($prestation['reseausoinEng']); + } + ?> + + + + + + + + + + + + + +
nettoyer($prestation['tmBase']) ?>nettoyer($prestation['tauxRachatTm']) ?> + + nettoyer($prestation['tm']) ?>
+
diff --git a/radiantproduction/Vue/Ajaxtarifacte/index.php b/radiantproduction/Vue/Ajaxtarifacte/index.php new file mode 100644 index 0000000..bb52b6e --- /dev/null +++ b/radiantproduction/Vue/Ajaxtarifacte/index.php @@ -0,0 +1,41 @@ + + +
+ + + + + + + + + + + + + + + nettoyer($detailtarif['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($detailtarif['libelleActe']) ?>nettoyer($detailtarif['libelleActe']) ?> nettoyer($detailtarif['prix'])) ?> + + nettoyer($detailtarif['prix'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxtarifmedicament/index.php b/radiantproduction/Vue/Ajaxtarifmedicament/index.php new file mode 100644 index 0000000..6814ba5 --- /dev/null +++ b/radiantproduction/Vue/Ajaxtarifmedicament/index.php @@ -0,0 +1,38 @@ +
+ + + + + + + + + + + + + + + nettoyer($detailtarif['id']); + ?> + + + + + + + + + + + +
nettoyer($detailtarif['libelleMedicament']) ?> nettoyer($detailtarif['prix'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxtarifoptique/index.php b/radiantproduction/Vue/Ajaxtarifoptique/index.php new file mode 100644 index 0000000..30bf864 --- /dev/null +++ b/radiantproduction/Vue/Ajaxtarifoptique/index.php @@ -0,0 +1,29 @@ +
+ + + + + + + + + + + + + + nettoyer($detailtarif['id']); + ?> + + + + + + + + + +
nettoyer($detailtarif['libelleOptique']) ?> nettoyer($detailtarif['prix'])) ?>
+
diff --git a/radiantproduction/Vue/Ajaxttcfammille/index.php b/radiantproduction/Vue/Ajaxttcfammille/index.php new file mode 100644 index 0000000..6b0a39d --- /dev/null +++ b/radiantproduction/Vue/Ajaxttcfammille/index.php @@ -0,0 +1,55 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/radiantproduction/Vue/Ajaxutilisateursprofil/index.php b/radiantproduction/Vue/Ajaxutilisateursprofil/index.php new file mode 100644 index 0000000..0b22c8a --- /dev/null +++ b/radiantproduction/Vue/Ajaxutilisateursprofil/index.php @@ -0,0 +1 @@ + diff --git a/radiantproduction/Vue/Ajaxvaliderfacture/index.php b/radiantproduction/Vue/Ajaxvaliderfacture/index.php new file mode 100644 index 0000000..1ee76ee --- /dev/null +++ b/radiantproduction/Vue/Ajaxvaliderfacture/index.php @@ -0,0 +1,167 @@ +
+ +nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" . $reglement['prestataire'] ?>" readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > "onClick="javascript:afficherdecompte();" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxvaliderfacturepha/index.php b/radiantproduction/Vue/Ajaxvaliderfacturepha/index.php new file mode 100644 index 0000000..8d23731 --- /dev/null +++ b/radiantproduction/Vue/Ajaxvaliderfacturepha/index.php @@ -0,0 +1,149 @@ +
+ +nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:maj_bordereau_decompte(,'');" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
" readonly > "onClick="javascript:afficherdecompte();" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejAttObs
+ +
+
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Ajaxverifierfacture/index.php b/radiantproduction/Vue/Ajaxverifierfacture/index.php new file mode 100644 index 0000000..9d396ea --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfacture/index.php @@ -0,0 +1,223 @@ +
+ + nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + + $fact_exclue = $this->nettoyer($facture_pop['valide']=="2"); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + $ajoutDecompte = $prestation['ajoutDecompte']; + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec();" style='font-size:8pt;' > " onClick="reinit_facture_dec();" style='font-size:8pt;' >
nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Ajaxverifierfacturecons/index.php b/radiantproduction/Vue/Ajaxverifierfacturecons/index.php new file mode 100644 index 0000000..85b0c67 --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfacturecons/index.php @@ -0,0 +1,184 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxverifierfactureopt/index.php b/radiantproduction/Vue/Ajaxverifierfactureopt/index.php new file mode 100644 index 0000000..883691d --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfactureopt/index.php @@ -0,0 +1,196 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + + $fact_exclue = $this->nettoyer($facture_pop['valide']=="2"); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + ?> + + + + + + + + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec_opt();" style='font-size:8pt;' > " onClick="reinit_facture_dec_opt();" style='font-size:8pt;' >
nettoyer($prestation['libelleOptique']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxverifierfactureoptcons/index.php b/radiantproduction/Vue/Ajaxverifierfactureoptcons/index.php new file mode 100644 index 0000000..1796ea1 --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfactureoptcons/index.php @@ -0,0 +1,168 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
nettoyer($prestation['libelleOptique']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxverifierfacturepha/index.php b/radiantproduction/Vue/Ajaxverifierfacturepha/index.php new file mode 100644 index 0000000..3ba6f75 --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfacturepha/index.php @@ -0,0 +1,210 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + + $fact_exclue = $this->nettoyer($facture_pop['valide']=="2"); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + $ajPharmacie = $this->nettoyer($prestation['ajPharmacie']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + '1' || $autorisation>'1' || $fact_exclue): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExclInstructions
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
" onClick="valider_facture_dec_pha();" style='font-size:8pt;' > " onClick="reinit_facture_dec_pha();" style='font-size:8pt;' >
nettoyer($prestation['libelleMedicament']) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> + + nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?> nettoyer($prestation['instructions']) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxverifierfacturephacons/index.php b/radiantproduction/Vue/Ajaxverifierfacturephacons/index.php new file mode 100644 index 0000000..0637c86 --- /dev/null +++ b/radiantproduction/Vue/Ajaxverifierfacturephacons/index.php @@ -0,0 +1,180 @@ +
+ nettoyer($facture_pop['idFacture']); + $_SESSION['idAdherent_C'] = $this->nettoyer($facture_pop['idAdherent']); + + $actVisible = $_SESSION['actVisible']; + + $codeTypeAffection = $this->nettoyer($facture_pop['codeTypeAffection']); + + $codeAffection = $this->nettoyer($facture_pop['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffectionEng']); + } + else + { + $libelleAffection = $this->nettoyer($facture_pop['libelleAffection']); + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $idPrestationactes = $this->nettoyer($prestation['idPrestationactes']); + $codeTypePrestation = $this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable = $this->nettoyer($prestation['ententePrealable']); + $autorisation = $this->nettoyer($prestation['autorisation']); + $valide = $prestation['valide']; + $ajPharmacie = $this->nettoyer($prestation['ajPharmacie']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValRejExcl
Total nettoyer($prestations_total['fraisReel'])) ?>nettoyer($prestations_total['montantTm'])) ?>nettoyer($prestations_total['montantArembourser'])) ?>nettoyer($prestations_total['montantForce'])) ?>nettoyer($prestations_total['montantApayer'])) ?>nettoyer($prestations_total['montantRedresse'])) ?>
nettoyer($prestation['libelleMedicament']) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['montantForce'])) ?> nettoyer($prestation['montantApayer'])) ?> nettoyer($prestation['montantRedresse'])) ?>
+ +
+
+ +
diff --git a/radiantproduction/Vue/Ajaxville/consultation.php b/radiantproduction/Vue/Ajaxville/consultation.php new file mode 100644 index 0000000..e265964 --- /dev/null +++ b/radiantproduction/Vue/Ajaxville/consultation.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxville/index.php b/radiantproduction/Vue/Ajaxville/index.php new file mode 100644 index 0000000..525b819 --- /dev/null +++ b/radiantproduction/Vue/Ajaxville/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Ajaxvuesprofil/index.php b/radiantproduction/Vue/Ajaxvuesprofil/index.php new file mode 100644 index 0000000..a46d9de --- /dev/null +++ b/radiantproduction/Vue/Ajaxvuesprofil/index.php @@ -0,0 +1 @@ + diff --git a/radiantproduction/Vue/Ajouterprofil/index.php b/radiantproduction/Vue/Ajouterprofil/index.php new file mode 100644 index 0000000..74ef068 --- /dev/null +++ b/radiantproduction/Vue/Ajouterprofil/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Ajouter Profil"; ?> + +
+
+ + + + + + + + + + + + + + + + + + +
Code
+ + " />
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Ajouterutilisateur/index.php b/radiantproduction/Vue/Ajouterutilisateur/index.php new file mode 100644 index 0000000..784cbe4 --- /dev/null +++ b/radiantproduction/Vue/Ajouterutilisateur/index.php @@ -0,0 +1,59 @@ +titre = "INTER-SANTE - Ajouter Utilisateur"; ?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
+ + E-mail
+ + " />
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Anomaliesdecomptes/index.php b/radiantproduction/Vue/Anomaliesdecomptes/index.php new file mode 100644 index 0000000..38fd871 --- /dev/null +++ b/radiantproduction/Vue/Anomaliesdecomptes/index.php @@ -0,0 +1,39 @@ +titre = "INTER-SANTE - Anomalies Décomptes"; +?> + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + +
+
+ +
+
diff --git a/radiantproduction/Vue/Anteceentsmedicaux/index.php b/radiantproduction/Vue/Anteceentsmedicaux/index.php new file mode 100644 index 0000000..797e9af --- /dev/null +++ b/radiantproduction/Vue/Anteceentsmedicaux/index.php @@ -0,0 +1,17 @@ +titre = "INTER-SANTE - Autres informations du dossier"; +?> + + + +

+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Assuranceindividuelle/index.php b/radiantproduction/Vue/Assuranceindividuelle/index.php new file mode 100644 index 0000000..ad59717 --- /dev/null +++ b/radiantproduction/Vue/Assuranceindividuelle/index.php @@ -0,0 +1,65 @@ +titre = "INTER-SANTE - ASSURANCE MALADIE INDIVIDUELLE"; +?> +
+ " . _("Primes non facturées") . " : " . format_N($nb_non_facturees) ?> + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
" + onClick="javascript:rechercher_commercail_type_familiale();" style="font-size:10pt;"> " + onClick="javascript:rechercher_commercail_type_familiale_tous();" style="font-size:10pt;">
+ +
+
+ +
+ +
+ + + + diff --git a/radiantproduction/Vue/Assuresactifs/index.php b/radiantproduction/Vue/Assuresactifs/index.php new file mode 100644 index 0000000..5879c66 --- /dev/null +++ b/radiantproduction/Vue/Assuresactifs/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Assurés Actifs "; ?> + + + + + + + + + + + + + + + + + +
" onClick="javascript:liste_assures_actifs();" style='font-size:11pt;' > " onClick="javascript:liste_assures_actifs_export();" style='font-size:11pt;' >
+ + +
+ +
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Attentdemandesteglement/index.php b/radiantproduction/Vue/Attentdemandesteglement/index.php new file mode 100644 index 0000000..645251e --- /dev/null +++ b/radiantproduction/Vue/Attentdemandesteglement/index.php @@ -0,0 +1,101 @@ +titre = "INTER-SANTE - En attente de demande de règlement "; +?> + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + + $nbligne++; + ?> + + + + + + + + + + + + + + + + +
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decomptes_total['nbLigne'])) ?> nettoyer($decomptes_total['montantApayerTotal'])) ?>
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['heureValidationDecompte'])) ?>nettoyer($decompte['userValidationDecompte']) ?>
+ +
+ +
+
diff --git a/radiantproduction/Vue/Audits/index.php b/radiantproduction/Vue/Audits/index.php new file mode 100644 index 0000000..9a3d91a --- /dev/null +++ b/radiantproduction/Vue/Audits/index.php @@ -0,0 +1,15 @@ +titre = "INTER-SANTE - OUTILS D'AUDIT"; ?> + + + +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Autresparametresgeneraux/index.php b/radiantproduction/Vue/Autresparametresgeneraux/index.php new file mode 100644 index 0000000..35edc7b --- /dev/null +++ b/radiantproduction/Vue/Autresparametresgeneraux/index.php @@ -0,0 +1,316 @@ +titre = "INTER-SANTE - Autres Paramètres Généraux"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + nettoyer($societeuser['codeLangueSociete'])?>
+ Nouvelle Prime = ( (Ancienne Prime * SP) / spMax ). Ce qui veut dire que la S/P ne devrait pas dépasser ce plafond spMax") ?> + nettoyer($societeuser['spMax']) . " % "?>
+ + nettoyer($societeuser['fraisCarteAN'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['fraisCarteREN'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['fraisCarteImp'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['spAlertAdherent']) . " % "?>
+ + nettoyer($societeuser['tauxRistourne']) . " % "?>
+ + nettoyer($societeuser['seuilRistourne']) . " % "?>
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + nettoyer($societeuser['nbMedicamentMax'])) ?>
+ + + + + + + +
diff --git a/radiantproduction/Vue/Batchdroitsass/index.php b/radiantproduction/Vue/Batchdroitsass/index.php new file mode 100644 index 0000000..801d0a9 --- /dev/null +++ b/radiantproduction/Vue/Batchdroitsass/index.php @@ -0,0 +1,39 @@ +titre = "INTER-SANTE - droits utilisateurs assureur par batch"; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
Code Supprime tous les droits") ?>
nettoyer($profil['code']) ?> nettoyer($profil['libelle']) ?> " onClick="javascript:batch_vider_droits_profil_assureur('');"> " onClick="javascript:batch_atrtribuer_droits_reference_profil_assureur('');">
+
+ +
+
+ diff --git a/radiantproduction/Vue/Beneficiaireprimeadherent/index.php b/radiantproduction/Vue/Beneficiaireprimeadherent/index.php new file mode 100644 index 0000000..0265669 --- /dev/null +++ b/radiantproduction/Vue/Beneficiaireprimeadherent/index.php @@ -0,0 +1,25 @@ +titre = "INTER-SANTE - Fiche Emission"; + +?> + + + + + + + + + + + + + + + +
+ +
+ +
+ diff --git a/radiantproduction/Vue/Beneficiaireprimebeneficiaire/index.php b/radiantproduction/Vue/Beneficiaireprimebeneficiaire/index.php new file mode 100644 index 0000000..e42825f --- /dev/null +++ b/radiantproduction/Vue/Beneficiaireprimebeneficiaire/index.php @@ -0,0 +1,102 @@ +titre = "INTER-SANTE - Détail des primes du bénéficiaire"; + +?> + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
+ +
Total nettoyer($beneficiaires_total['primeNetteTotal'])) ?>nettoyer($beneficiaires_total['commissionTotal'])) ?>nettoyer($beneficiaires_total['commissionAutreTotal'])) ?>nettoyer($beneficiaires_total['accessoireTotal'])) ?>nettoyer($beneficiaires_total['taxeTotal'])) ?>nettoyer($beneficiaires_total['fraisCarteTotal'])) ?>nettoyer($beneficiaires_total['primeTtcTotal'])) ?>
nettoyer($beneficiaire['dateEffet'])) ?> nettoyer($beneficiaire['avenant']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['accessoire'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>nettoyer($beneficiaire['dateFacturation']), $_SESSION['lang']) ?>
+
diff --git a/radiantproduction/Vue/Beneficiaireprimeemission/index.php b/radiantproduction/Vue/Beneficiaireprimeemission/index.php new file mode 100644 index 0000000..4f51941 --- /dev/null +++ b/radiantproduction/Vue/Beneficiaireprimeemission/index.php @@ -0,0 +1,91 @@ +titre = "INTER-SANTE - Fiche Emission"; + + $idEmission = $_SESSION['idEmission']; + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($emission['primeNette'])) ?>nettoyer($emission['commission'])) ?>nettoyer($emission['commissionAutre'])) ?>nettoyer($emission['accessoire'])) ?>nettoyer($emission['taxe'])) ?>nettoyer($emission['fraisCarte'])) ?>nettoyer($emission['primeTtc'])) ?>
+ +
Total nettoyer($emission['primeNette'])) ?>nettoyer($emission['commission'])) ?>nettoyer($emission['commissionAutre'])) ?>nettoyer($emission['accessoire'])) ?>nettoyer($emission['taxe'])) ?>nettoyer($emission['fraisCarte'])) ?>nettoyer($emission['primeTtc'])) ?>
nettoyer($beneficiaire['dateEffet'])) ?>nettoyer($beneficiaire['adherent']) ?> nettoyer($beneficiaire['codeProduit']) ?> nettoyer($beneficiaire['codeLienParente']) ?> nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['beneficiaire']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['accessoire'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>nettoyer($beneficiaire['dateFacturation']), $_SESSION['lang']) ?>
+ diff --git a/radiantproduction/Vue/Beneficiairequittance/index.php b/radiantproduction/Vue/Beneficiairequittance/index.php new file mode 100644 index 0000000..a305bc8 --- /dev/null +++ b/radiantproduction/Vue/Beneficiairequittance/index.php @@ -0,0 +1,151 @@ +titre = "INTER-SANTE - Détail Quittance"; ?> + +
+
+ nettoyer($quittance['idQuittance'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + " onClick="javascript:imprimer_quittance();"> + + '0'): ?> + " onClick="javascript:encaisser_quittance();"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($quittance['nbAliment'])) ?>
nettoyer($beneficiaire['numeroBeneficiaire']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['prenomsBeneficiaire']) ?>nettoyer($beneficiaire['primeNette'])) ?>nettoyer($beneficiaire['commission'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>
+
+
+ + + + diff --git a/radiantproduction/Vue/Caracteristiquesecte/index.php b/radiantproduction/Vue/Caracteristiquesecte/index.php new file mode 100644 index 0000000..236a8bd --- /dev/null +++ b/radiantproduction/Vue/Caracteristiquesecte/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Caractéristiques des actes"; +?> + + + +
+ + + + + + + + + + + +
+ + " + onClick="javascript:afficher_caracteristiques_acte();" style="font-size:9pt;">
+
+ +
+ +
+ +
+ +
+ + diff --git a/radiantproduction/Vue/Carteassures/index.php b/radiantproduction/Vue/Carteassures/index.php new file mode 100644 index 0000000..0d0a8b1 --- /dev/null +++ b/radiantproduction/Vue/Carteassures/index.php @@ -0,0 +1,54 @@ +titre = "INTER SANTE - Cartes des assurés"; ?> + +
+ + (Maximum : 100) + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+ +
+
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Carteassurespolice/index.php b/radiantproduction/Vue/Carteassurespolice/index.php new file mode 100644 index 0000000..f321acc --- /dev/null +++ b/radiantproduction/Vue/Carteassurespolice/index.php @@ -0,0 +1,33 @@ +titre = "INTER SANTE - Cartes des assurés"; ?> + +
+ + (Maximum : 100) + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+ +
diff --git a/radiantproduction/Vue/Cartesbenficiaire/index.php b/radiantproduction/Vue/Cartesbenficiaire/index.php new file mode 100644 index 0000000..5b38345 --- /dev/null +++ b/radiantproduction/Vue/Cartesbenficiaire/index.php @@ -0,0 +1,109 @@ +titre = "INTER-SANTE - Carte Réimprimées"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:init_creer_carte();" style='font-size:10pt;' >
+ +
+ +
+ + + + + diff --git a/radiantproduction/Vue/Chambrecons/index.php b/radiantproduction/Vue/Chambrecons/index.php new file mode 100644 index 0000000..c2dcc93 --- /dev/null +++ b/radiantproduction/Vue/Chambrecons/index.php @@ -0,0 +1,69 @@ +titre = "INTER-SANTE - Hospitalisation"; + $numeroBonHospitalisation = $_SESSION['numeroBonHospitalisation_C']; +?> + + + + " . _("No Bon") . " : " . $numeroBonHospitalisation . " => " . _("Prestataire") . " : " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie") . " : " . $_SESSION['numeroFeuilleMaladie_C'] ?>" +readonly > + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($chambre['id']); + $ententePrealable=$this->nettoyer($chambre['ententePrealable']); + $autorisation=$this->nettoyer($chambre['autorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + +
Total
Totalnettoyer($totalchambres['duree']) ?>nettoyer($totalchambres['fraisReel'])) ?>nettoyer($totalchambres['montantTm'])) ?>nettoyer($totalchambres['montantArembourser'])) ?>
nettoyer($chambre['libelleChambre']) ?> nettoyer($chambre['valeurActe'])) ?> nettoyer($chambre['debut'])) ?> nettoyer($chambre['fin'])) ?> nettoyer($chambre['quantite']) ?> nettoyer($chambre['fraisReel'])) ?> nettoyer($chambre['montantTm'])) ?> nettoyer($chambre['montantArembourser'])) ?>
+
diff --git a/radiantproduction/Vue/Chambredec/index.php b/radiantproduction/Vue/Chambredec/index.php new file mode 100644 index 0000000..c2dcc93 --- /dev/null +++ b/radiantproduction/Vue/Chambredec/index.php @@ -0,0 +1,69 @@ +titre = "INTER-SANTE - Hospitalisation"; + $numeroBonHospitalisation = $_SESSION['numeroBonHospitalisation_C']; +?> + + + + " . _("No Bon") . " : " . $numeroBonHospitalisation . " => " . _("Prestataire") . " : " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie") . " : " . $_SESSION['numeroFeuilleMaladie_C'] ?>" +readonly > + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($chambre['id']); + $ententePrealable=$this->nettoyer($chambre['ententePrealable']); + $autorisation=$this->nettoyer($chambre['autorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + +
Total
Totalnettoyer($totalchambres['duree']) ?>nettoyer($totalchambres['fraisReel'])) ?>nettoyer($totalchambres['montantTm'])) ?>nettoyer($totalchambres['montantArembourser'])) ?>
nettoyer($chambre['libelleChambre']) ?> nettoyer($chambre['valeurActe'])) ?> nettoyer($chambre['debut'])) ?> nettoyer($chambre['fin'])) ?> nettoyer($chambre['quantite']) ?> nettoyer($chambre['fraisReel'])) ?> nettoyer($chambre['montantTm'])) ?> nettoyer($chambre['montantArembourser'])) ?>
+
diff --git a/radiantproduction/Vue/Changercollege/index.php b/radiantproduction/Vue/Changercollege/index.php new file mode 100644 index 0000000..8f7db5f --- /dev/null +++ b/radiantproduction/Vue/Changercollege/index.php @@ -0,0 +1,146 @@ +titre = "INTER-SANTE - Changement collège"; ?> + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
" onclick="javascript:enregistrer_changement_college();" />
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?>
nettoyer($collegeTemp['primeNetteStat']))?> nettoyer($collegeTemp['primeNetteStatBeneficiaire']))?>
nettoyer($collegeTemp['primeFamille']))?> nettoyer($collegeTemp['primeBeneficiaire']))?>
nettoyer($collegeTemp['primeCplFuneraire']))?> nettoyer($collegeTemp['primeCplFuneraireBeneficiaire']))?>
nettoyer($collegeTemp['surprimeOption']))?> nettoyer($collegeTemp['surprimeOptionBeneficiaire']))?>
nettoyer($collegeTemp['surprimeTm']))?> nettoyer($collegeTemp['surprimeTmBeneficiaire']))?>
nettoyer($collegeTemp['surprimeAnt']))?> nettoyer($collegeTemp['surprimeAntBeneficiaire']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?>
nettoyer($collegeTemp['commission']))?> nettoyer($collegeTemp['commissionBeneficiaire']))?>
nettoyer($collegeTemp['commissionAutre']))?> nettoyer($collegeTemp['commissionAutreBeneficiaire']))?>
nettoyer($collegeTemp['accessoire']))?> nettoyer($collegeTemp['accessoireBeneficiaire']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?>
nettoyer($collegeTemp['fraisCarte']))?> nettoyer($collegeTemp['fraisCarteBeneficiaire']))?>
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Changeretatadherent/index.php b/radiantproduction/Vue/Changeretatadherent/index.php new file mode 100644 index 0000000..19559cc --- /dev/null +++ b/radiantproduction/Vue/Changeretatadherent/index.php @@ -0,0 +1,78 @@ +titre = "INTER-SANTE - changement état famillet"; + if (est_anglophone()) + { + $produit = $adherent['produitEng']; + $naturepiece = $adherent['naturepieceEng']; + $situationfamille = $adherent['situationfamilleEng']; + $motifsortie = $adherent['motifsortieEng']; + $etatadherent = $adherent['etatadherentEng']; + } + else + { + $produit = $adherent['produit']; + $naturepiece = $adherent['naturepiece']; + $situationfamille = $adherent['situationfamille']; + $motifsortie = $adherent['motifsortie']; + $etatadherent = $adherent['etatadherent']; + } + +?> + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ " /> + +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Changeretatbeneficiaire/index.php b/radiantproduction/Vue/Changeretatbeneficiaire/index.php new file mode 100644 index 0000000..fad2d36 --- /dev/null +++ b/radiantproduction/Vue/Changeretatbeneficiaire/index.php @@ -0,0 +1,78 @@ +titre = "INTER-SANTE - changement état dépendant"; + + if (est_anglophone()) + { + $produit = $beneficiaire['produitEng']; + $naturepiece = $beneficiaire['naturepieceEng']; + $lienparente = $beneficiaire['lienparenteEng']; + $motifsortie = $beneficiaire['motifsortieEng']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaireEng']; + } + else + { + $produit = $beneficiaire['produit']; + $naturepiece = $beneficiaire['naturepiece']; + $lienparente = $beneficiaire['lienparente']; + $motifsortie = $beneficiaire['motifsortie']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaire']; + } + +?> + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ " /> + +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+
+
diff --git a/radiantproduction/Vue/Changerlimite/index.php b/radiantproduction/Vue/Changerlimite/index.php new file mode 100644 index 0000000..51292ed --- /dev/null +++ b/radiantproduction/Vue/Changerlimite/index.php @@ -0,0 +1,46 @@ +titre = "INTER-SANTE - Limites additionnelles famille"; + +?> + + + +
+ + + + " /> + +
+ + + + + + + + + + + + nettoyer($garantieadd['id']); + ?> + + + + + + + + +
nettoyer($garantieadd['garantie']) ?> nettoyer($garantieadd['plafondOld'])) ?>nettoyer($garantieadd['plafondNew'])) ?> +
+
+ + +
+

+
+ +
diff --git a/radiantproduction/Vue/Changermotpass/index.php b/radiantproduction/Vue/Changermotpass/index.php new file mode 100644 index 0000000..f3799dd --- /dev/null +++ b/radiantproduction/Vue/Changermotpass/index.php @@ -0,0 +1,45 @@ +titre = "INTER-SANTE - ". _("Changement de mot de passe"); +?> + +
+

+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
:
:
:
" />
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Collegepolice/index.php b/radiantproduction/Vue/Collegepolice/index.php new file mode 100644 index 0000000..4aa72d1 --- /dev/null +++ b/radiantproduction/Vue/Collegepolice/index.php @@ -0,0 +1,129 @@ +titre = "INTER-SANTE - Collèges de la police"; + $superUser = $_SESSION['superUser']; +?> + + + +
+ + + +
+ nettoyer($police['numeroPolice']) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Total nettoyer($totalcollege['nbAdherent'])) ?>nettoyer($totalcollege['nbAyantdroit'])) ?>nettoyer($totalcollege['primeFamille_total'])) ?>nettoyer($totalcollege['primeNette_total'])) ?>nettoyer($totalcollege['commission_total'])) ?>nettoyer($totalcollege['commissionAutre_total'])) ?>nettoyer($totalcollege['accessoire_total'])) ?>nettoyer($totalcollege['primeHt_total'])) ?>nettoyer($totalcollege['taxe_total'])) ?>nettoyer($totalcollege['fraisCarte_total'])) ?>nettoyer($totalcollege['primeTtcAdherent_total'])) ?>nettoyer($totalcollege['primeTtcBeneficiaire_total'])) ?>nettoyer($totalcollege['primeTtc_total'])) ?>
nettoyer($college['codeProduit']) ?> nettoyer($college['libelleCollege']) ?> nettoyer($college['nbAdherent'])) ?>nettoyer($college['nbAyantdroit'])) ?>nettoyer($college['primeFamille'])) ?>nettoyer($college['primeNette'])) ?>nettoyer($college['commission'])) ?>nettoyer($college['commissionAutre'])) ?>nettoyer($college['accessoire'])) ?>nettoyer($college['primeHt'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['fraisCarte'])) ?>nettoyer($college['primeTtcAdherent'])) ?>nettoyer($college['primeTtcBeneficiaire'])) ?> + " onClick="javascript:de_archiver_garantie_college('');"> + " onClick="javascript:archiver_garantie_college('');">
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Commercial/index.php b/radiantproduction/Vue/Commercial/index.php new file mode 100644 index 0000000..c6d535a --- /dev/null +++ b/radiantproduction/Vue/Commercial/index.php @@ -0,0 +1,60 @@ + Parémtrages") ?> + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
" + onClick="javascript:rechercher_commercail_type_param();" style="font-size:10pt;"> " + onClick="javascript:rechercher_commercail_type_param_tous();" style="font-size:10pt;">
+ +
+ + +
+
+ + + + diff --git a/radiantproduction/Vue/Compositiontarifactes/index.php b/radiantproduction/Vue/Compositiontarifactes/index.php new file mode 100644 index 0000000..30e3781 --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifactes/index.php @@ -0,0 +1,42 @@ +titre = "INTER-SANTE - Tarif Actes Médicaux"; + $codeTarifActe = $_SESSION['codeTarifActe_C']; + $codeFamilleActe = $_SESSION['codeFamilleActe_C']; +?> +" readonly> + +
+ + + + + + + + + + + + + + + +
+ + +
+ +
+
+ " + onClick="javascript:ajax_composante_tarif();" style="font-size:10pt;"> +
+
+ + +
+
diff --git a/radiantproduction/Vue/Compositiontarifactescons/index.php b/radiantproduction/Vue/Compositiontarifactescons/index.php new file mode 100644 index 0000000..35cbe37 --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifactescons/index.php @@ -0,0 +1,42 @@ + + + " readonly> + +
+ + + + + + + + + + + + + + + +
+ + +
+ +
+
+ " + onClick="javascript:ajax_composante_tarif_cons();" style="font-size:10pt;"> +
+
+ + +
+
diff --git a/radiantproduction/Vue/Compositiontarifmedicament/index.php b/radiantproduction/Vue/Compositiontarifmedicament/index.php new file mode 100644 index 0000000..a855a3d --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifmedicament/index.php @@ -0,0 +1,35 @@ + + +" readonly> + +
+ + + + + + + + + + + + + + +
+ + + + + " + onClick="javascript:ajax_composante_tarif_medicaments();" style="font-size:10pt;"> +
+
+ +
+
diff --git a/radiantproduction/Vue/Compositiontarifmedicamentcons/index.php b/radiantproduction/Vue/Compositiontarifmedicamentcons/index.php new file mode 100644 index 0000000..c97cdfe --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifmedicamentcons/index.php @@ -0,0 +1,35 @@ + + +" readonly> + +
+ + + + + + + + + + + + + + +
+ + + + + " + onClick="javascript:ajax_composante_tarif_medicaments_cons();" style="font-size:10pt;"> +
+
+ +
+
diff --git a/radiantproduction/Vue/Compositiontarifverres/index.php b/radiantproduction/Vue/Compositiontarifverres/index.php new file mode 100644 index 0000000..46e66dc --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifverres/index.php @@ -0,0 +1,33 @@ + + +" readonly> + +
+ + + + + + + + + + + + +
+ + + + + " + onClick="javascript:ajax_composante_tarif_verres();" style="font-size:10pt;"> +
+
+ +
+
diff --git a/radiantproduction/Vue/Compositiontarifverrescons/index.php b/radiantproduction/Vue/Compositiontarifverrescons/index.php new file mode 100644 index 0000000..6abfffe --- /dev/null +++ b/radiantproduction/Vue/Compositiontarifverrescons/index.php @@ -0,0 +1,35 @@ + + +" readonly> + +
+ + + + + + + + + + + + + + +
+ + + + + " + onClick="javascript:ajax_composante_tarif_verre_cons();" style="font-size:10pt;"> +
+
+ +
+
diff --git a/radiantproduction/Vue/Compta/index.php b/radiantproduction/Vue/Compta/index.php new file mode 100644 index 0000000..59f1aa8 --- /dev/null +++ b/radiantproduction/Vue/Compta/index.php @@ -0,0 +1,113 @@ +titre = "INTER-SANTE - Compta Client"; ?> + +
+
+
+ +
+ + + + + + + + + + + +
+ +
+
+
+
+ +
+
+
+ + + + + + + + + + + + + + nettoyer($police['id']); + $numeroPolice=$this->nettoyer($police['numeroPolice']); + ?> + + + + + + + + + + + + +
Type
nettoyer($police['numeroPolice']) ?> nettoyer($police['typeContrat']) ?> nettoyer($police['dateEffet'])) ?>nettoyer($police['dateEcheance'])) ?>nettoyer($police['numeroAvenant']) ?> nettoyer($police['typeAvenant']) ?> nettoyer($police['etatPolice']) ?>
+
+
+
+
+ +
+
+
+
+

+
+
+ +
+

+
+
+
+ + + diff --git a/radiantproduction/Vue/Connexion/deconnecter.php b/radiantproduction/Vue/Connexion/deconnecter.php new file mode 100644 index 0000000..e69de29 diff --git a/radiantproduction/Vue/Connexion/index.php b/radiantproduction/Vue/Connexion/index.php new file mode 100644 index 0000000..784e648 --- /dev/null +++ b/radiantproduction/Vue/Connexion/index.php @@ -0,0 +1,37 @@ +titre = "INTER-SANTE - Connexion" ; + + if (isset($_COOKIE['codeUtilisateur'])) + { + $_SESSION['lang'] = $_COOKIE['lang']; + $codeUtilisateur = $_COOKIE['codeUtilisateur']; + } + else + { + $_SESSION['lang'] = "fr_FR"; + $codeUtilisateur = ""; + } +?> + + + + + + + +
+
+ + + + + + + + + + + + diff --git a/radiantproduction/Vue/Consultations/index.php b/radiantproduction/Vue/Consultations/index.php new file mode 100644 index 0000000..ef0aae2 --- /dev/null +++ b/radiantproduction/Vue/Consultations/index.php @@ -0,0 +1,10 @@ +titre = "INTER-SANTE - COnsultations Sinistres"; ?> +

+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Consulteractureclassique/index.php b/radiantproduction/Vue/Consulteractureclassique/index.php new file mode 100644 index 0000000..3b652e3 --- /dev/null +++ b/radiantproduction/Vue/Consulteractureclassique/index.php @@ -0,0 +1,103 @@ +titre = "INTER-SANTE - Facture classique : Consultation"; +?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observat + + Hospit
+
+ +
+
+ +
+ + + + + + + + + + + + nettoyer($prestation['ententePrealable']); + $autorisation=$this->nettoyer($prestation['autorisation']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($prestation['libelleActe']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Consultercollege/index.php b/radiantproduction/Vue/Consultercollege/index.php new file mode 100644 index 0000000..f885c60 --- /dev/null +++ b/radiantproduction/Vue/Consultercollege/index.php @@ -0,0 +1,4 @@ + + diff --git a/radiantproduction/Vue/Consulterderogation/index.php b/radiantproduction/Vue/Consulterderogation/index.php new file mode 100644 index 0000000..31ec6aa --- /dev/null +++ b/radiantproduction/Vue/Consulterderogation/index.php @@ -0,0 +1,72 @@ +titre = "INTER-SANTE - Consulter Dérogation"; + $codeDerogation = $this->nettoyer($derogation['codeDerogation']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ +
+
diff --git a/radiantproduction/Vue/Consulterderogations/index.php b/radiantproduction/Vue/Consulterderogations/index.php new file mode 100644 index 0000000..3820b3b --- /dev/null +++ b/radiantproduction/Vue/Consulterderogations/index.php @@ -0,0 +1,83 @@ +titre = "INTER-SANTE - Consulter Dérogation"; + $codeDerogation = $this->nettoyer($derogation['codeDerogation']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+ +
+
diff --git a/radiantproduction/Vue/Consulterententeprealable/index.php b/radiantproduction/Vue/Consulterententeprealable/index.php new file mode 100644 index 0000000..3c93398 --- /dev/null +++ b/radiantproduction/Vue/Consulterententeprealable/index.php @@ -0,0 +1,63 @@ +titre = "INTER-SANTE - Consulter une entente préalable"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+
+ +
+
diff --git a/radiantproduction/Vue/Consulterententeprealables/index.php b/radiantproduction/Vue/Consulterententeprealables/index.php new file mode 100644 index 0000000..3c93398 --- /dev/null +++ b/radiantproduction/Vue/Consulterententeprealables/index.php @@ -0,0 +1,63 @@ +titre = "INTER-SANTE - Consulter une entente préalable"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+
+ +
+
diff --git a/radiantproduction/Vue/Consulterententeprealablesmont/index.php b/radiantproduction/Vue/Consulterententeprealablesmont/index.php new file mode 100644 index 0000000..451af58 --- /dev/null +++ b/radiantproduction/Vue/Consulterententeprealablesmont/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Consulter une entente préalable Monture"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+
+ + + +
+
diff --git a/radiantproduction/Vue/Consulterententeprealablesopt/index.php b/radiantproduction/Vue/Consulterententeprealablesopt/index.php new file mode 100644 index 0000000..4f8be00 --- /dev/null +++ b/radiantproduction/Vue/Consulterententeprealablesopt/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Consulter une entente préalable Pharmmacie"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +
+
+ + + +
+
diff --git a/radiantproduction/Vue/Consulterententeprealablespha/index.php b/radiantproduction/Vue/Consulterententeprealablespha/index.php new file mode 100644 index 0000000..8a49d88 --- /dev/null +++ b/radiantproduction/Vue/Consulterententeprealablespha/index.php @@ -0,0 +1,80 @@ +titre = "INTER-SANTE - Consulter une entente préalable Pharmmacie"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+
+ +
+
diff --git a/radiantproduction/Vue/Consulterpaiementdecompte/index.php b/radiantproduction/Vue/Consulterpaiementdecompte/index.php new file mode 100644 index 0000000..35ba185 --- /dev/null +++ b/radiantproduction/Vue/Consulterpaiementdecompte/index.php @@ -0,0 +1,43 @@ +titre = "INTER-SANTE - Provisions de Sinistres"; +?> + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + +
Date
+
diff --git a/radiantproduction/Vue/Contenuprofilass/index.php b/radiantproduction/Vue/Contenuprofilass/index.php new file mode 100644 index 0000000..b5f5593 --- /dev/null +++ b/radiantproduction/Vue/Contenuprofilass/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - Attribution profil"; ?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Contrat/index.php b/radiantproduction/Vue/Contrat/index.php new file mode 100644 index 0000000..23b6207 --- /dev/null +++ b/radiantproduction/Vue/Contrat/index.php @@ -0,0 +1,81 @@ +titre = "Tâches - Editions contrats"; + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $prestationPossible = isset($prestationPossible) ? $prestationPossible : '0'; + $estAgence = isset($estAgence) ? $estAgence : '0'; +?> + +nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
=>
=>
CONDITIONS GENERALES => GENERALS CONDITIONS
=>
+ + + + + + + + + + + + + + + + + + + + + + + + + +
=>
=>
=>
+ + +
+
diff --git a/radiantproduction/Vue/Courtier/index.php b/radiantproduction/Vue/Courtier/index.php new file mode 100644 index 0000000..bbb722e --- /dev/null +++ b/radiantproduction/Vue/Courtier/index.php @@ -0,0 +1,48 @@ + + + +
+ + + + + + + + + + + + + +
" + onClick="javascript:rechercher_apporteur_param();" style="font-size:10pt;">
+ +
+ + +
+
+ + + + diff --git a/radiantproduction/Vue/Creeercommercial/index.php b/radiantproduction/Vue/Creeercommercial/index.php new file mode 100644 index 0000000..968a21b --- /dev/null +++ b/radiantproduction/Vue/Creeercommercial/index.php @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
E-mail
" onClick="javascript:enregistrer_nouveau_commercial();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_commerciaux();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Creeercourtier/index.php b/radiantproduction/Vue/Creeercourtier/index.php new file mode 100644 index 0000000..64409aa --- /dev/null +++ b/radiantproduction/Vue/Creeercourtier/index.php @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly >
E-mail
" onClick="javascript:enregistrer_nouvel_apporteur();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_apporteurs();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Creeradherent/index.php b/radiantproduction/Vue/Creeradherent/index.php new file mode 100644 index 0000000..6d9aefe --- /dev/null +++ b/radiantproduction/Vue/Creeradherent/index.php @@ -0,0 +1,182 @@ +titre = "INTER-SANTE - Ajout Adhérent"; + $dateAvenant = $_SESSION['dateAvenant_C']; +?> + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+
Sex + +
+ + + +
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
E-mail
+ + " />
+
+ +
+ +
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Creeradherentfamiliale/index.php b/radiantproduction/Vue/Creeradherentfamiliale/index.php new file mode 100644 index 0000000..cacb19f --- /dev/null +++ b/radiantproduction/Vue/Creeradherentfamiliale/index.php @@ -0,0 +1,263 @@ +titre = "INTER-SANTE - Ajout Adhérent"; + $dateAvenant = $_SESSION['dateAvenant_C']; + $codeTypeApporteur = $_SESSION['codeTypeApporteur_C']; + $idApporteur = $_SESSION['idApporteur_C']; + $codeApporteur = $_SESSION['codeApporteur_C']; + $libelleApporteur = $_SESSION['libelleApporteur_C']; + $idCollege = $adherent_temp['idCollege']; + $idAvenant = $_SESSION['dernierIdAvenant']; + $codeTypeEcheancier = $adherent_temp['codeTypeEcheancier']; + +?> + + + + + + " . $libelleApporteur . " ( " . $codeApporteur . " ) => " . _("Nouvelle famille") ?> + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+
Sex + +
+ + + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+ + + E-mail
+
+ + + +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Creeravenant/index.php b/radiantproduction/Vue/Creeravenant/index.php new file mode 100644 index 0000000..ec47034 --- /dev/null +++ b/radiantproduction/Vue/Creeravenant/index.php @@ -0,0 +1,139 @@ +titre = "INTER-SANTE - Nouvel avenant"; + + if (est_anglophone()) + { + $typeContrat = $police['typeContratEng']; + $typeAvenant = $police['typeAvenantEng']; + $etatPolice = $police['etatPoliceEng']; + } + else + { + $typeContrat = $police['typeContrat']; + $typeAvenant = $police['typeAvenant']; + $etatPolice = $police['etatPolice']; + } + +?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
+
+
+ +
+ " /> + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+
+ + + +
+ +
+
diff --git a/radiantproduction/Vue/Creerbeneficiaire/index.php b/radiantproduction/Vue/Creerbeneficiaire/index.php new file mode 100644 index 0000000..88e3140 --- /dev/null +++ b/radiantproduction/Vue/Creerbeneficiaire/index.php @@ -0,0 +1,258 @@ +titre = "INTER-SANTE - Ajout Adhérent"; ?> + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + Sex + +
+ + + +
+ + + +
+
+
+ +
+ + " onClick="prorater_prime_beneficiaire();">
" />
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($beneficiaire_temp['primeTtc_an'])) ?> nettoyer($beneficiaire_temp['primeTtc'])) ?>
nettoyer($beneficiaire_temp['primeNetteStat_an'])) ?> nettoyer($beneficiaire_temp['primeNetteStat'])) ?>
nettoyer($beneficiaire_temp['primeBeneficiaire_an']))?> nettoyer($beneficiaire_temp['primeBeneficiaire']))?>
nettoyer($beneficiaire_temp['primeCplFuneraire_an']))?> nettoyer($beneficiaire_temp['primeCplFuneraire']))?>
nettoyer($beneficiaire_temp['surprimeOption_an']))?> nettoyer($beneficiaire_temp['surprimeOption']))?>
nettoyer($beneficiaire_temp['surprimeTm_an']))?> nettoyer($beneficiaire_temp['surprimeTm']))?>
nettoyer($beneficiaire_temp['surprimeAnt_an']))?> nettoyer($beneficiaire_temp['surprimeAnt']))?>
nettoyer($beneficiaire_temp['primeNette_an'])) ?> nettoyer($beneficiaire_temp['primeNette'])) ?>
nettoyer($beneficiaire_temp['commission_an'])) ?> nettoyer($beneficiaire_temp['commission'])) ?>
nettoyer($beneficiaire_temp['commissionAutre_an'])) ?> nettoyer($beneficiaire_temp['commissionAutre'])) ?>
nettoyer($beneficiaire_temp['accessoire_an'])) ?> nettoyer($beneficiaire_temp['accessoire'])) ?>
nettoyer($beneficiaire_temp['primeHt_an'])) ?> nettoyer($beneficiaire_temp['primeHt'])) ?>
nettoyer($beneficiaire_temp['taxe_an'])) ?> nettoyer($beneficiaire_temp['taxe'])) ?>
+ + nettoyer($beneficiaire_temp['fraisCarte_an'])) ?> nettoyer($beneficiaire_temp['fraisCarte'])) ?>
+
+ +
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Creerbeneficiairefamiliale/index.php b/radiantproduction/Vue/Creerbeneficiairefamiliale/index.php new file mode 100644 index 0000000..aa639f1 --- /dev/null +++ b/radiantproduction/Vue/Creerbeneficiairefamiliale/index.php @@ -0,0 +1,176 @@ +titre = "INTER-SANTE - Ajout Adhérent"; + //11/11/2020 + $dateAvenant = $_SESSION['dateAvenant_C']; + $codeTypeApporteur = $_SESSION['codeTypeApporteur_C']; + $idApporteur = $_SESSION['idApporteur_C']; + $codeApporteur = $_SESSION['codeApporteur_C']; + $libelleApporteur = $_SESSION['libelleApporteur_C']; + // $idCollege = $adherent_temp['idCollege']; + $idAvenant = $_SESSION['dernierIdAvenant']; + $codeTypeEcheancier = $beneficiaire_temp['codeTypeEcheancier']; + //Fin 11/11/2020 + +?> + + + " . $libelleApporteur . " ; " ._("Famille") . " => " . $_SESSION['adherent_C'] . " => " . _("Nouveau dépendant") ?> + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + Sex + +
+ + + +
+ + + +
+
+
" onClick="recap_prime_beneficiaire_temp();">
+ +
" disabled />
+
+ +
+ + + + + + + + + + +
+ +
+ + +
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Creerclient/index.php b/radiantproduction/Vue/Creerclient/index.php new file mode 100644 index 0000000..12f8a08 --- /dev/null +++ b/radiantproduction/Vue/Creerclient/index.php @@ -0,0 +1,120 @@ +titre = "INTER-SANTE - Création Client"; ?> + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ +
+
+ +
+
+
+ +
+
Fax
E-mail + +
+ +
" />
+
+ + + + +
+ \ No newline at end of file diff --git a/radiantproduction/Vue/Creercollege/index.php b/radiantproduction/Vue/Creercollege/index.php new file mode 100644 index 0000000..051037a --- /dev/null +++ b/radiantproduction/Vue/Creercollege/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Creercolleged/index.php b/radiantproduction/Vue/Creercolleged/index.php new file mode 100644 index 0000000..1e145f9 --- /dev/null +++ b/radiantproduction/Vue/Creercolleged/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Creerdevis/index.php b/radiantproduction/Vue/Creerdevis/index.php new file mode 100644 index 0000000..7c19296 --- /dev/null +++ b/radiantproduction/Vue/Creerdevis/index.php @@ -0,0 +1,117 @@ +titre = "INTER-SANTE - Création Police"; ?> + +
+ +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ +
" />
+
+ + + + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creerdossierclassique/index.php b/radiantproduction/Vue/Creerdossierclassique/index.php new file mode 100644 index 0000000..e50bc3e --- /dev/null +++ b/radiantproduction/Vue/Creerdossierclassique/index.php @@ -0,0 +1,95 @@ +titre = "INTER-SANTE - Nouveau Dossier Remboursement classique"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + Hospit ? + +
+ +
+ + + +
Observations
" onClick="javascript:enregistrer_dossier_classique();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Creergcassureur/index.php b/radiantproduction/Vue/Creergcassureur/index.php new file mode 100644 index 0000000..f7540d3 --- /dev/null +++ b/radiantproduction/Vue/Creergcassureur/index.php @@ -0,0 +1,64 @@ +titre = "INTER-SANTE - Création Assureur Gestion Confiée"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code E-mail
+ +
" onClick="javascript:creer_gc_assureur();" style='font-size:10pt;' > " onClick="javascript:retour_liste_gc_assureur();" style='font-size:9pt;' >
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Creergccarte/index.php b/radiantproduction/Vue/Creergccarte/index.php new file mode 100644 index 0000000..20569e9 --- /dev/null +++ b/radiantproduction/Vue/Creergccarte/index.php @@ -0,0 +1,96 @@ +titre = "INTER-SANTE - Création Carte Gestion Confiée"; ?> + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + diff --git a/radiantproduction/Vue/Creergcpolice/index.php b/radiantproduction/Vue/Creergcpolice/index.php new file mode 100644 index 0000000..099004c --- /dev/null +++ b/radiantproduction/Vue/Creergcpolice/index.php @@ -0,0 +1,55 @@ +titre = "INTER-SANTE - Paramètres de gestion : Gestion confiée"; ?> + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_gc_police();" style='font-size:10pt;' > " onClick="javascript:retour_liste_gc_police();" style='font-size:9pt;' >
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creermedecin/index.php b/radiantproduction/Vue/Creermedecin/index.php new file mode 100644 index 0000000..d063c4c --- /dev/null +++ b/radiantproduction/Vue/Creermedecin/index.php @@ -0,0 +1,60 @@ +titre = "INTER-SANTE - Nouveau Médecin"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + E-mail
+ + Sex + +
" onClick="javascript:creer_medecin();" style='font-size:10pt;' > " onClick="javascript:retour_a_medecins();" style='font-size:10pt;' >
+ +
+ +
diff --git a/radiantproduction/Vue/Creerpolice/index.php b/radiantproduction/Vue/Creerpolice/index.php new file mode 100644 index 0000000..b00ae40 --- /dev/null +++ b/radiantproduction/Vue/Creerpolice/index.php @@ -0,0 +1,135 @@ +titre = "INTER-SANTE - Création Police"; ?> + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ +
+ +
+ + +
" />
+
+ + + + + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creerprestataire/index.php b/radiantproduction/Vue/Creerprestataire/index.php new file mode 100644 index 0000000..5b71c61 --- /dev/null +++ b/radiantproduction/Vue/Creerprestataire/index.php @@ -0,0 +1,177 @@ +titre = "INTER-SANTE - Créer un Prestataire"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ + + + + +
+ + +
+ +
+
+
+ +
+
+ +
+ + + + E-mail
+ +
Iban
+ +
" onClick="javascript:creer_prestataire();" style='font-size:10pt;' > " onClick="javascript:param_prestataire();" style='font-size:10pt;' >
+ +
+ +
diff --git a/radiantproduction/Vue/Creerprofilass/index.php b/radiantproduction/Vue/Creerprofilass/index.php new file mode 100644 index 0000000..702264a --- /dev/null +++ b/radiantproduction/Vue/Creerprofilass/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Nouveau Profil utilisateur"; +?> + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_profil_ass();" style='font-size:10pt;' > " onClick="javascript:retour_au_profil_ass();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Creerprospect/index.php b/radiantproduction/Vue/Creerprospect/index.php new file mode 100644 index 0000000..2150e73 --- /dev/null +++ b/radiantproduction/Vue/Creerprospect/index.php @@ -0,0 +1,124 @@ +titre = "INTER-SANTE - Création Prospect"; ?> + +
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ +
+
+ +
+
+
+ +
+
Fax
E-mail + +
+ +
" />
+
+ + + + +
+ \ No newline at end of file diff --git a/radiantproduction/Vue/Creerrequeteperso/index.php b/radiantproduction/Vue/Creerrequeteperso/index.php new file mode 100644 index 0000000..53c07c4 --- /dev/null +++ b/radiantproduction/Vue/Creerrequeteperso/index.php @@ -0,0 +1,43 @@ +titre = "INTER-SANTE - Nouvelle Requête Personnalisée"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description
+ +
" onClick="javascript:creer_requeteperso();" style='font-size:10pt;' > " onClick="javascript:param_requeteperso_liste();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Creersourcerequetesperso/index.php b/radiantproduction/Vue/Creersourcerequetesperso/index.php new file mode 100644 index 0000000..7ae4200 --- /dev/null +++ b/radiantproduction/Vue/Creersourcerequetesperso/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Nouvelle Source de Donnée Requête Personnalisée"; +?> + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_sourcedonneesrequeteperso();" style='font-size:10pt;' > " onClick="javascript:param_sourcedonneesrequeteperso_liste();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Creertypeapporteur/creertypeapporteur.php b/radiantproduction/Vue/Creertypeapporteur/creertypeapporteur.php new file mode 100644 index 0000000..b739243 --- /dev/null +++ b/radiantproduction/Vue/Creertypeapporteur/creertypeapporteur.php @@ -0,0 +1,5 @@ + +
+

+
+ diff --git a/radiantproduction/Vue/Creertypeapporteur/index.php b/radiantproduction/Vue/Creertypeapporteur/index.php new file mode 100644 index 0000000..ae580e1 --- /dev/null +++ b/radiantproduction/Vue/Creertypeapporteur/index.php @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
English
" onClick="javascript:creer_type_apporteur();" style='font-size:10pt;' >
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Creeruseragence/index.php b/radiantproduction/Vue/Creeruseragence/index.php new file mode 100644 index 0000000..ba7d084 --- /dev/null +++ b/radiantproduction/Vue/Creeruseragence/index.php @@ -0,0 +1,85 @@ +titre = "INTER-SANTE - Nouvell Utilisateur Agence"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
E-mail
+ + + + + +
" onClick="javascript:creer_user_agence();" style='font-size:10pt;' > " onClick="javascript:retour_a_usersagence();" style='font-size:10pt;' >
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creeruserassureur/index.php b/radiantproduction/Vue/Creeruserassureur/index.php new file mode 100644 index 0000000..cddc84f --- /dev/null +++ b/radiantproduction/Vue/Creeruserassureur/index.php @@ -0,0 +1,85 @@ +titre = "INTER-SANTE - Nouvell Utilisateur Assureur"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
E-mail
+ + + + + +
" onClick="javascript:creer_user_assureur();" style='font-size:10pt;' > " onClick="javascript:retour_a_usersassureur();" style='font-size:10pt;' >
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creerusergc/index.php b/radiantproduction/Vue/Creerusergc/index.php new file mode 100644 index 0000000..30ff16e --- /dev/null +++ b/radiantproduction/Vue/Creerusergc/index.php @@ -0,0 +1,73 @@ +titre = "INTER-SANTE - Nouvell Utilisateur Gestion Confiée "; + $codeGcAssureur = $this->nettoyer($gc['codeGcAssureur']); + $idGc = $this->nettoyer($gc['id']); + $nomGcAssureur = $this->nettoyer($gc['libelle']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + E-mail
+ + + +
" onClick="javascript:creer_user_gc();" style='font-size:10pt;' > " onClick="javascript:retour_a_users_gc();" style='font-size:10pt;' >
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Creeruserprestataire/index.php b/radiantproduction/Vue/Creeruserprestataire/index.php new file mode 100644 index 0000000..d4a596d --- /dev/null +++ b/radiantproduction/Vue/Creeruserprestataire/index.php @@ -0,0 +1,73 @@ +titre = "INTER-SANTE - Nouvell Utilisateur Prestataire"; + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $idPrestataire = $this->nettoyer($prestataire['id']); + $nomPrestataire = $this->nettoyer($prestataire['libelle']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail
+ + + + + +
" onClick="javascript:creer_user_prestataire();" style='font-size:10pt;' > " onClick="javascript:users_prestataire();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Decompte/index.php b/radiantproduction/Vue/Decompte/index.php new file mode 100644 index 0000000..5385650 --- /dev/null +++ b/radiantproduction/Vue/Decompte/index.php @@ -0,0 +1,582 @@ +titre = "INTER-SANTE - Décompte"; + $numeroDecompte = $reglement['numeroDecompte']; + $_SESSION['numeroDecompte_C'] = $numeroDecompte; + $idReglement = $_SESSION['idReglement_C']; + $userCourant = $_SESSION['login']; + $codeUtilisateur = $reglement['codeUtilisateur']; + $regle = $reglement['regle']; + $codeTypePrestataire = $reglement['codeTypePrestataire']; + $codePrestataire = $reglement['codePrestataire']; + $numeroBordereau = $reglement['numeroBordereau']; + $ndFacture = $reglement['ndFacture']; + $nbNonTraite = $reglement['nbNonTraite']; + $nbValide = $reglement['nbValide']; + $nbAttente = $reglement['nbAttente']; + $nbRejete = $reglement['nbRejete']; + $nbExclues = $reglement['nbExclues']; + $receptionValide = $reglement['receptionValide']; + $montantPrestataire = $reglement['montantPrestataire']; + + $_SESSION['idAdherent_C'] = ""; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } +?> + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
" . $reglement['prestataire'] ?>" readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > "onClick="javascript:re_afficherdecompte();" style='font-size:8pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+ + +
+ +
+
+ + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie = $this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + $valide = $facture['valide']; + $userControle = $facture['userControle']; + + $observations = $this->nettoyer($facture['observations']); + $observations = $this->echapper($observations); + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + $gc = $this->nettoyer($facture['gc']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHA") + { + $codeTypeFacture="PHAR"; + } + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonSeance']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' '): ?> + + + + + + + +
+ + + + + + + + nettoyer($facture['souscripteur']) ?>nettoyer($facture['adherent']) ?>nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?> +
+ nettoyer($facture['montantForce'])) ?> +
+
+
+ +
+
+
+ nettoyer($facture['montantRedresse'])) ?> +
+
+
+ +
+
" + onClick='javascript:maj_observations_facture(,"");'> + +
+
+ + +
+ + + +
+ +
+ + + +
+ +
+ + + + diff --git a/radiantproduction/Vue/Decomptecons/index.php b/radiantproduction/Vue/Decomptecons/index.php new file mode 100644 index 0000000..4d98e59 --- /dev/null +++ b/radiantproduction/Vue/Decomptecons/index.php @@ -0,0 +1,502 @@ +titre = "INTER-SANTE - Décompte"; + $numeroDecompte = $reglement['numeroDecompte']; + $_SESSION['numeroDecompte_C'] = $numeroDecompte; + $idReglement = $_SESSION['idReglement_C']; + $userCourant = $_SESSION['login']; + $regle = $reglement['regle']; + $codeTypePrestataire = $reglement['codeTypePrestataire']; + $codePrestataire = $reglement['codePrestataire']; + $numeroBordereau = $reglement['numeroBordereau']; + + $ndFacture = $reglement['ndFacture']; + $nbNonTraite = $reglement['nbNonTraite']; + $nbValide = $reglement['nbValide']; + $nbAttente = $reglement['nbAttente']; + $nbRejete = $reglement['nbRejete']; + $nbExclues = $reglement['nbExclues']; + $demandeReglement = $reglement['demandeReglement']; + $codeUtilisateur = $reglement['codeUtilisateur']; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + " onClick="javascript:demander_reglement();" style='font-size:9pt;' > + + nettoyer($reglement['numeroDemandeReglement'])." => ".dateheureLang($this->nettoyer($reglement['dateDemandeReglement'])) ?> " readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > " onClick="javascript:imprimerbordereaudecompte();" style='font-size:9pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+ + +
+ +
+
+ + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie = $this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + $valide = $facture['valide']; + $userControle = $facture['userControle']; + + $observations = $this->nettoyer($facture['observations']); + $observations = $this->echapper($observations); + + $gc = $this->nettoyer($facture['gc']); + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHA") + { + $codeTypeFacture="PHAR"; + } + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonSeance']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' '): ?> + + + + + + + +
+ + + + + + + + nettoyer($facture['adherent']) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>nettoyer($facture['montantForce'])) ?> + + nettoyer($facture['montantRedresse'])) ?> " + onClick='javascript:alert("");'> +
+
+ + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/radiantproduction/Vue/Decomptecpt/index.php b/radiantproduction/Vue/Decomptecpt/index.php new file mode 100644 index 0000000..1509bba --- /dev/null +++ b/radiantproduction/Vue/Decomptecpt/index.php @@ -0,0 +1,411 @@ +titre = "INTER-SANTE - Décompte comptabilité"; + $numeroDecompte = $reglement['numeroDecompte']; + $_SESSION['numeroDecompte_C'] = $numeroDecompte; + $idReglement = $_SESSION['idReglement_C']; + $userCourant = $_SESSION['login']; + $regle = $reglement['regle']; + $codeTypePrestataire = $reglement['codeTypePrestataire']; + $codePrestataire = $reglement['codePrestataire']; + $numeroBordereau = $reglement['numeroBordereau']; + + $ndFacture = $reglement['ndFacture']; + $nbNonTraite = $reglement['nbNonTraite']; + $nbValide = $reglement['nbValide']; + $nbAttente = $reglement['nbAttente']; + $nbRejete = $reglement['nbRejete']; + $nbExclues = $reglement['nbExclues']; + $demandeReglement = $reglement['demandeReglement']; + $codeUtilisateur = $reglement['codeUtilisateur']; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } +?> + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + " onClick="javascript:demander_reglement();" style='font-size:9pt;' > + + ".dateheureLang($this->nettoyer($reglement['dateDemandeReglement'])) ?> " readonly >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly > " onClick="javascript:imprimerbordereaudecompte();" style='font-size:9pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+ +
+ +
+
+ + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie = $this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + $valide = $facture['valide']; + $userControle = $facture['userControle']; + + $observations = $this->nettoyer($facture['observations']); + $observations = $this->echapper($observations); + + $gc = $this->nettoyer($facture['gc']); + + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHA") + { + $codeTypeFacture="PHAR"; + } + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonSeance']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' '): ?> + + + + + + + +
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['adherent']) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>nettoyer($facture['montantForce'])) ?>nettoyer($facture['montantApayer'])) ?> nettoyer($facture['montantRedresse'])) ?> " + onClick='javascript:alert("");'> +
+
+ + + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Decomptecso/index.php b/radiantproduction/Vue/Decomptecso/index.php new file mode 100644 index 0000000..fbfbf34 --- /dev/null +++ b/radiantproduction/Vue/Decomptecso/index.php @@ -0,0 +1,248 @@ +titre = "INTER-SANTE - Décompte"; + $numeroDecompte = $reglement['numeroDecompte']; + $_SESSION['numeroDecompte_C'] = $numeroDecompte; + $idReglement = $_SESSION['idReglement_C']; + $userCourant = $_SESSION['login']; + $regle = $reglement['regle']; + $codeTypePrestataire = $reglement['codeTypePrestataire']; + $numeroBordereau = $reglement['numeroBordereau']; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + +
" onClick="javascript:maj_bordereau_decompte(,'');" style='font-size:10pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
"onClick="javascript:afficherdecompte();" style='font-size:10pt;' >
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Date ValRejExclObs
+ +
+ + +
+ +
+
+ + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie = $this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + $valide = $facture['valide']; + $userControle = $facture['userControle']; + $observations = $facture['observations']; + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' '): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' '): ?> + + + + + + + + + + +
nettoyer($facture['dateSysteme'])) ?> + + nettoyer($facture['userControle']) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?> + nettoyer($facture['montantApayer'])) ?> " + onClick="javascript:maj_observations_facture(,'');"> + + nettoyer($facture['montantForce'])) ?>nettoyer($facture['montantApayer'])) ?> " + onClick="javascript:alert('');"> + +
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Demandedecompte/index.php b/radiantproduction/Vue/Demandedecompte/index.php new file mode 100644 index 0000000..9ed7897 --- /dev/null +++ b/radiantproduction/Vue/Demandedecompte/index.php @@ -0,0 +1,100 @@ +titre = "INTER-SANTE - Demande de Décompte"; +?> + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ " "): ?> + + + + +
+ +
+ + + + + + + + + + + + + + + + + + +
+
+ + diff --git a/radiantproduction/Vue/Demandefraisfuneraire/index.php b/radiantproduction/Vue/Demandefraisfuneraire/index.php new file mode 100644 index 0000000..d99e4db --- /dev/null +++ b/radiantproduction/Vue/Demandefraisfuneraire/index.php @@ -0,0 +1,100 @@ +titre = "INTER-SANTE - Demande Frais Funéraires"; +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
Observations
+ + + +
" onClick="enregistrerdemandefraisfuneraire();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
+ + diff --git a/radiantproduction/Vue/Demandesreglementsglobal/index.php b/radiantproduction/Vue/Demandesreglementsglobal/index.php new file mode 100644 index 0000000..dab407f --- /dev/null +++ b/radiantproduction/Vue/Demandesreglementsglobal/index.php @@ -0,0 +1,60 @@ +titre = "INTER-SANTE - PRESTATAIRES PROPOSES AU PAYEMENT"; + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ +
+ +
+
+ + + +
+ +
diff --git a/radiantproduction/Vue/Demandesteglement/index.php b/radiantproduction/Vue/Demandesteglement/index.php new file mode 100644 index 0000000..2ca1f17 --- /dev/null +++ b/radiantproduction/Vue/Demandesteglement/index.php @@ -0,0 +1,126 @@ +titre = "INTER-SANTE - Demandes de Reglement"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + + + + + + + + + + + + + +
Type
+
+ +
+
+ + diff --git a/radiantproduction/Vue/Demandesteglementcpt/index.php b/radiantproduction/Vue/Demandesteglementcpt/index.php new file mode 100644 index 0000000..4bb9c7e --- /dev/null +++ b/radiantproduction/Vue/Demandesteglementcpt/index.php @@ -0,0 +1,127 @@ +titre = "INTER-SANTE - Demandes de Reglement"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + + + + + + + + + + + + + + +
Type
+
+ +
+
+ + diff --git a/radiantproduction/Vue/Derogationmedicement/index.php b/radiantproduction/Vue/Derogationmedicement/index.php new file mode 100644 index 0000000..b7eeb6e --- /dev/null +++ b/radiantproduction/Vue/Derogationmedicement/index.php @@ -0,0 +1,46 @@ +titre = "INTER-SANTE - Dérogations Médicaments"; + $superUser = $_SESSION['superUser']; +?> + + + + + + nettoyer($police['numeroPolice'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($college['codeProduit']) ?> nettoyer($college['libelleCollege']) ?> nettoyer($college['nbAdherent'])) ?> " onClick="javascript:refuser_derogation_medicament('');"> " onClick="javascript:accorder_derogation_medicament('');">
diff --git a/radiantproduction/Vue/Derogationpermanente/index.php b/radiantproduction/Vue/Derogationpermanente/index.php new file mode 100644 index 0000000..aad1306 --- /dev/null +++ b/radiantproduction/Vue/Derogationpermanente/index.php @@ -0,0 +1,61 @@ +titre = "INTER-SANTE - Suivi dérogation permanente"; + + $derogationFingerPermanent=$beneficiaire['derogationFingerPermanent']; + $idBeneficiaire=$beneficiaire['idBeneficiaire']; + +?> + + + + + + + + + + + + + +
+ + " onClick="javascript:desactiver_derogation_permanente('');"> + + " onClick="javascript:activer_derogation_permanente('');"> + +
+ +
+ + + + + + + + + + + nettoyer($derogation['activation']); + ?> + + + + + + + + + + + + + + + + + +
Date Activation Observation
nettoyer($derogation['dateSysteme'])) ?> nettoyer($derogation['observations']) ?>nettoyer($derogation['codeUtilisateur']) ?>
+
diff --git a/radiantproduction/Vue/Detaildemandedecompte/index.php b/radiantproduction/Vue/Detaildemandedecompte/index.php new file mode 100644 index 0000000..c98f85f --- /dev/null +++ b/radiantproduction/Vue/Detaildemandedecompte/index.php @@ -0,0 +1,132 @@ +titre = "INTER-SANTE - Détail Demande Décompte"; + $numeroDemandeDecompte = $reglement['numeroDemandeDecompte']; + $idDemandeDecompte = $reglement['numeroDemandeDecompte']; + $codePrestataire = $reglement['codePrestataire']; + $nbFacture = $reglement['nbFacture']; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + // $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + // $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
Nb
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie = $this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']." / ".$facture['numeroBonSeance']); + } + + ?> + + + + + + + + + + + + + + + +
Date Type
nettoyer($facture['dateFacture'])) ?> nettoyer($facture['numeroBeneficiaire']) ?> nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
diff --git a/radiantproduction/Vue/Detailgenerationbon/index.php b/radiantproduction/Vue/Detailgenerationbon/index.php new file mode 100644 index 0000000..b11d28a --- /dev/null +++ b/radiantproduction/Vue/Detailgenerationbon/index.php @@ -0,0 +1,133 @@ +titre = "INTER-SANTE - " . _("Détail généeration bons") ; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type Date
+ +
+ + + + + + + + + + + + + + + + + + + echapper($bonpec['motifAnnulation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($bonpec['codeTypeBon']) ?>nettoyer($bonpec['dateGeneration'])) ?>nettoyer($bonpec['dateReception'])) ?>nettoyer($bonpec['codeUtilisateurReception']) ?>nettoyer($bonpec['etatBon']) ?>nettoyer($bonpec['numeroBeneficiaire']) ?>nettoyer($bonpec['beneficiaire']) ?>nettoyer($bonpec['dateImpression'])) ?>nettoyer($bonpec['codeUtilisateurImpression']) ?>nettoyer($bonpec['numeroRemplacement']) ?>
+
+ + + diff --git a/radiantproduction/Vue/Diagnosticscons/index.php b/radiantproduction/Vue/Diagnosticscons/index.php new file mode 100644 index 0000000..8580d15 --- /dev/null +++ b/radiantproduction/Vue/Diagnosticscons/index.php @@ -0,0 +1,27 @@ +titre = "INTER-SANTE - Notes du dossier"; + + $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + + + +
+ + + + + + + + + + +
Date Diagnostic User
+
diff --git a/radiantproduction/Vue/Diagnosticsconsbeneficiaire/index.php b/radiantproduction/Vue/Diagnosticsconsbeneficiaire/index.php new file mode 100644 index 0000000..5519ec0 --- /dev/null +++ b/radiantproduction/Vue/Diagnosticsconsbeneficiaire/index.php @@ -0,0 +1,25 @@ +titre = "INTER-SANTE - Notes du dossier"; +?> + + + + + + + +
+ + + + + + + + + + +
Date Diagnostic User
+
diff --git a/radiantproduction/Vue/Dossierclassique/index.php b/radiantproduction/Vue/Dossierclassique/index.php new file mode 100644 index 0000000..5da1d04 --- /dev/null +++ b/radiantproduction/Vue/Dossierclassique/index.php @@ -0,0 +1,162 @@ +titre = "INTER-SANTE - Dossier Remboursement Classique"; + $numeroLotDecompte = $dossier['numeroLotDecompte']; + $idDossierClassique = $dossier['idDossierClassique']; + $regle = $dossier['regle']; + $fraisRetenu = $dossier['fraisRetenu']; + $demandeReglement = $dossier['demandeReglement']; +?> + + + + + + + + + " . _("No Lot") . " : " . $numeroLotDecompte ?>" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit ?
Observations
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFacture=$this->nettoyer($facture['numeroFacture']); + ?> + + + + + + + + + + + + + + +
Date
nettoyer($facture['dateFacture'])) ?>nettoyer($facture['dateSysteme_f'])) ?> nettoyer($facture['prestataire']) ?> + + nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
diff --git a/radiantproduction/Vue/Dossierclassiquecpt/index.php b/radiantproduction/Vue/Dossierclassiquecpt/index.php new file mode 100644 index 0000000..132c697 --- /dev/null +++ b/radiantproduction/Vue/Dossierclassiquecpt/index.php @@ -0,0 +1,159 @@ +titre = "INTER-SANTE - Dossier Remboursement Classique"; + $numeroLotDecompte = $dossier['numeroLotDecompte']; + $idDossierClassique = $dossier['idDossierClassique']; + $regle = $dossier['regle']; + $fraisRetenu = $dossier['fraisRetenu']; + $demandeReglement = $dossier['demandeReglement']; +?> + + + + + + + + + " . _("No Lot") . " : " . $numeroLotDecompte ?>" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit ?
Observations
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFacture=$this->nettoyer($facture['numeroFacture']); + ?> + + + + + + + + + + + + + + +
Date
nettoyer($facture['dateFacture'])) ?>nettoyer($facture['dateSysteme_f'])) ?> nettoyer($facture['prestataire']) ?> nettoyer($facture['numeroFacture']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
diff --git a/radiantproduction/Vue/Dossiercons/index.php b/radiantproduction/Vue/Dossiercons/index.php new file mode 100644 index 0000000..20a8972 --- /dev/null +++ b/radiantproduction/Vue/Dossiercons/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Consulter une facture"; +?> + + + +
+ + + + + + + + + + +
+ +
+
+ +
+ +
diff --git a/radiantproduction/Vue/Dossiers/index.php b/radiantproduction/Vue/Dossiers/index.php new file mode 100644 index 0000000..2c7cbaa --- /dev/null +++ b/radiantproduction/Vue/Dossiers/index.php @@ -0,0 +1,84 @@ +titre = "INTER-SANTE - Historique Dossiers"; +?> + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + nettoyer($feuillemaladie['numeroFeuilleMaladie']); + $numeroBonConsultation = $this->nettoyer($feuillemaladie['numeroBonConsultation']); + $facture = $feuillemaladie['facture']; + $tiersPayant = $feuillemaladie['tiersPayant']; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ + + + nettoyer($feuillemaladie['dateSysteme'])) ?>nettoyer($feuillemaladie['prestataire']) ?>nettoyer($feuillemaladie['medecinConsultation']) ?>nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>nettoyer($feuillemaladie['fraisExclu'])) ?>nettoyer($feuillemaladie['fraisRetenu'])) ?> nettoyer($feuillemaladie['montantRembourse'])) ?>
+
diff --git a/radiantproduction/Vue/Ecartdecompte/index.php b/radiantproduction/Vue/Ecartdecompte/index.php new file mode 100644 index 0000000..c9d0c90 --- /dev/null +++ b/radiantproduction/Vue/Ecartdecompte/index.php @@ -0,0 +1,117 @@ +titre = "INTER-SANTE - Notes du dossier"; + $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($reglement['ndFacture'])) ?> nettoyer($reglement['montantPrestataire'])) ?> nettoyer($reglement['montantApayer'])) ?> nettoyer($reglement['montantRedresse'])) ?>
nettoyer($recapecartdecompte['nbTotal'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotal'])) ?> nettoyer($recapecartdecompte['montantAssureurTotal'])) ?> nettoyer($recapecartdecompte['montantEcartTotal'])) ?>
nettoyer($recapecartdecompte['nbTotalFacture'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalFacture'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalFacture'])) ?> nettoyer($recapecartdecompte['montantEcartTotalFacture'])) ?>
nettoyer($recapecartdecompte['nbTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantEcartTotalNonsaisi'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavPrest'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavPrest'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavAss'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavAss'])) ?>
nettoyer($reglement['resteEcartAjustifer'])) ?>
+
+ + + + + + + + + + + + + +
+ +
+
+ + diff --git a/radiantproduction/Vue/Ecartdecomptecons/index.php b/radiantproduction/Vue/Ecartdecomptecons/index.php new file mode 100644 index 0000000..4bff0f6 --- /dev/null +++ b/radiantproduction/Vue/Ecartdecomptecons/index.php @@ -0,0 +1,114 @@ +titre = "INTER-SANTE - Notes du dossier"; + $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($reglement['ndFacture'])) ?> nettoyer($reglement['montantPrestataire'])) ?> nettoyer($reglement['montantApayer'])) ?> nettoyer($reglement['montantRedresse'])) ?>
nettoyer($recapecartdecompte['nbTotal'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotal'])) ?> nettoyer($recapecartdecompte['montantAssureurTotal'])) ?> nettoyer($recapecartdecompte['montantEcartTotal'])) ?>
nettoyer($recapecartdecompte['nbTotalFacture'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalFacture'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalFacture'])) ?> nettoyer($recapecartdecompte['montantEcartTotalFacture'])) ?>
nettoyer($recapecartdecompte['nbTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantPrestataireTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantAssureurTotalNonsaisi'])) ?> nettoyer($recapecartdecompte['montantEcartTotalNonsaisi'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavPrest'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavPrest'])) ?>
nettoyer($recapecartdecompte['nbTotalEnFavAss'])) ?> nettoyer($recapecartdecompte['montantEcartTotalEnFavAss'])) ?>
nettoyer($reglement['resteEcartAjustifer'])) ?>
+
+ + + + + + + + + + + +
+ +
+
+ + diff --git a/radiantproduction/Vue/Echeancier/index.php b/radiantproduction/Vue/Echeancier/index.php new file mode 100644 index 0000000..d711115 --- /dev/null +++ b/radiantproduction/Vue/Echeancier/index.php @@ -0,0 +1,122 @@ +titre = "INTER-SANTE - Gestion echéancier"; +?> + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($echeancier['id']); + ?> + + + + + + + + + + + + + + + + + + + +
" + onClick="javascript:enregistrer_echeancier();">" + onClick="javascript:enregistrer_echeancier();" disabled>nettoyer($total_echeancier['tauxEcheance']) ?> Totalnettoyer($total_echeancier['primeTtcInitial'])) ?> nettoyer($total_echeancier['interet'])) ?>nettoyer($total_echeancier['primeTtc'])) ?>
nettoyer($echeancier['ordreEcheance']) ?> + + + + + + + nettoyer($echeancier['primeTtcInitial'])) ?>nettoyer($echeancier['tauxInteret']) ?>nettoyer($echeancier['interet'])) ?>nettoyer($echeancier['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Emission/index.php b/radiantproduction/Vue/Emission/index.php new file mode 100644 index 0000000..d910ea2 --- /dev/null +++ b/radiantproduction/Vue/Emission/index.php @@ -0,0 +1,214 @@ +titre = "INTER-SANTE - Fiche Emission"; + + $idEmission = $emission['idEmission']; + $idPolice = $emission['idPolice']; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['numeroQuittance']); + $idQuittance = $quittance['id']; + $solde=$this->nettoyer($quittance['solde']) + ?> + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($totalquittance['primeTtc'])) ?>nettoyer($totalquittance['encaisse'])) ?>nettoyer($totalquittance['solde'])) ?>
nettoyer($quittance['dateEffet']), $_SESSION['lang']) ?>nettoyer($quittance['dateEcheance']), $_SESSION['lang']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['datePaiement']), $_SESSION['lang']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " onClick="javascript:imprimer_quittance();"> " onClick="javascript:imprimer_quittance_client();">
+ + + + + + + + diff --git a/radiantproduction/Vue/Encaisserbordereau/index.php b/radiantproduction/Vue/Encaisserbordereau/index.php new file mode 100644 index 0000000..db504a3 --- /dev/null +++ b/radiantproduction/Vue/Encaisserbordereau/index.php @@ -0,0 +1,91 @@ +titre = "INTER-SANTE - Encaisser bordereau"; ?> + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+
+
+ + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Encaisserclient/index.php b/radiantproduction/Vue/Encaisserclient/index.php new file mode 100644 index 0000000..4190782 --- /dev/null +++ b/radiantproduction/Vue/Encaisserclient/index.php @@ -0,0 +1,79 @@ +titre = "INTER-SANTE - Encaisser client"; ?> + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ +
" value="" required >
+
+ + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Encaissergc/index.php b/radiantproduction/Vue/Encaissergc/index.php new file mode 100644 index 0000000..2dacc8d --- /dev/null +++ b/radiantproduction/Vue/Encaissergc/index.php @@ -0,0 +1,111 @@ +nettoyer($reglement['gcNumeroDecompte']); + $_SESSION['gcNumeroDecompte'] = $gcNumeroDecompte; + + $codeGcAssureur = $reglement['codeGcAssureur']; + $montantApayer = $reglement['montantDu']; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
" onClick="enregistrer_encaissement_gc();" style='font-size:10pt;' > " onClick="javascript:consulter_gc_reglement();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Encaisserquittance/index.php b/radiantproduction/Vue/Encaisserquittance/index.php new file mode 100644 index 0000000..81d6704 --- /dev/null +++ b/radiantproduction/Vue/Encaisserquittance/index.php @@ -0,0 +1,138 @@ +titre = "INTER-SANTE - Encaisser quittance"; + if (est_anglophone()) + { + $typeavenant = $quittance['typeavenantEng']; + $typeoperation = $quittance['typeoperationEng']; + } + else + { + $typeavenant = $quittance['typeavenant']; + $typeoperation = $quittance['typeoperation']; + } + +?> + +nettoyer($quittance['idQuittance'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ +
+ + + +
" onClick="javascript:enregistrer_encaissement_quittance();">
+
+ + diff --git a/radiantproduction/Vue/Encselectionquittances/index.php b/radiantproduction/Vue/Encselectionquittances/index.php new file mode 100644 index 0000000..f288e87 --- /dev/null +++ b/radiantproduction/Vue/Encselectionquittances/index.php @@ -0,0 +1,222 @@ +titre = "INTER-SANTE - sélection quittances Client"; ?> + + + +
+
+ + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_encaissement_bordereau();">
+
+
+ +
+
+ + + + + + + + + + + + + +
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['id']); + $numeroQuittance=$this->nettoyer($quittance['numeroQuittance']); + $primeTtc=$this->nettoyer($quittance['primeTtc']); + $encaisse=$this->nettoyer($quittance['encaisse']); + $solde=$this->nettoyer($quittance['solde']); + + $idEncaissement = $this->nettoyer($quittance['idEncaissement']); + ?> + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + +
No
Total nettoyer($totalquittanceImpayee['primeTtc'])) ?>nettoyer($totalquittanceImpayee['encaisse'])) ?>nettoyer($totalquittanceImpayee['solde'])) ?>
" onClick="javascript:ajouter_quittance_acompte();">
nettoyer($quittance['dateEmission'])) ?>nettoyer($quittance['dateEffet'])) ?>nettoyer($quittance['dateEcheance'])) ?>nettoyer($quittance['codeTypeAvenant']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " + onClick="javascript:selectionner_quittance_impayee(, , , , );"> + " onClick="javascript:solder_quittance_temp();">
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($totaldetailencaissement['montant_selection'])) ?> " onClick="javascript:enregistrer_encaissement_bordereau();">
nettoyer($detailencaissement['numeroClient']) ?>nettoyer($detailencaissement['nomClient']) ?>nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['oldsolde'])) ?>nettoyer($detailencaissement['primeTtc'])) ?>nettoyer($detailencaissement['newsolde'])) ?> " onClick="javascript:supprimer_detail_encaissement();">
+
+
+ + diff --git a/radiantproduction/Vue/Encselectquitclient/index.php b/radiantproduction/Vue/Encselectquitclient/index.php new file mode 100644 index 0000000..5d6d48b --- /dev/null +++ b/radiantproduction/Vue/Encselectquitclient/index.php @@ -0,0 +1,180 @@ +titre = "INTER-SANTE - sélection quittances Client"; ?> + + + +
+ + + + + + + + + + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_encaissement_bordereau();">
+
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($quittance['id']); + $numeroQuittance=$this->nettoyer($quittance['numeroQuittance']); + $primeTtc=$this->nettoyer($quittance['primeTtc']); + $encaisse=$this->nettoyer($quittance['encaisse']); + $solde=$this->nettoyer($quittance['solde']); + + $idEncaissement = $this->nettoyer($quittance['idEncaissement']); + $annule=$this->nettoyer($quittance['annule']); + ?> + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + + + +
No
Total nettoyer($totalquittanceImpayee['primeTtc'])) ?>nettoyer($totalquittanceImpayee['encaisse'])) ?>nettoyer($totalquittanceImpayee['solde'])) ?>
" onClick="javascript:ajouter_quittance_acompte_client();">
nettoyer($quittance['dateEmission'])) ?>nettoyer($quittance['dateEffet'])) ?>nettoyer($quittance['dateEcheance'])) ?>nettoyer($quittance['codeTypeAvenant']) ?>nettoyer($quittance['libelleQuittance']) ?>nettoyer($quittance['primeTtc'])) ?>nettoyer($quittance['encaisse'])) ?>nettoyer($quittance['solde'])) ?> " + onClick="javascript:selectionner_quittance_impayee(, , , , );"> + " onClick="javascript:solder_quittance_client_temp();">
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + + + +
nettoyer($totaldetailencaissement['montant_selection'])) ?> " onClick="javascript:enregistrer_encaissement_bordereau();">
nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['oldsolde'])) ?>nettoyer($detailencaissement['primeTtc'])) ?>nettoyer($detailencaissement['newsolde'])) ?> " onClick="javascript:supprimer_detail_encaissement_client();">
+
+
diff --git a/radiantproduction/Vue/Enregencaisbord/index.php b/radiantproduction/Vue/Enregencaisbord/index.php new file mode 100644 index 0000000..864e266 --- /dev/null +++ b/radiantproduction/Vue/Enregencaisbord/index.php @@ -0,0 +1,78 @@ +titre = "INTER-SANTE - Enregistrer bordereau"; +?> + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" />
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Enregencaiscli/index.php b/radiantproduction/Vue/Enregencaiscli/index.php new file mode 100644 index 0000000..9bf33f2 --- /dev/null +++ b/radiantproduction/Vue/Enregencaiscli/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Enregistrer bordereau"; ?> + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
" />
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Envoisms/index.php b/radiantproduction/Vue/Envoisms/index.php new file mode 100644 index 0000000..8b58a1b --- /dev/null +++ b/radiantproduction/Vue/Envoisms/index.php @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + +
+ + + + " onClick='javascript:re_init_envoi_sms();'/>
Message
+ +
+
+
+ +
+
+
diff --git a/radiantproduction/Vue/Envoismscon/index.php b/radiantproduction/Vue/Envoismscon/index.php new file mode 100644 index 0000000..7b208b6 --- /dev/null +++ b/radiantproduction/Vue/Envoismscon/index.php @@ -0,0 +1,25 @@ +titre = "INTER-SANTE - Gestion Messagerie"; +?> + + Filtrer sur période pour obtenir le résultat souhaité") ?> + + + + + + + + + + + + + + + +
+ +
+
+ diff --git a/radiantproduction/Vue/Erreur/index.php b/radiantproduction/Vue/Erreur/index.php new file mode 100644 index 0000000..32b0e86 --- /dev/null +++ b/radiantproduction/Vue/Erreur/index.php @@ -0,0 +1,9 @@ +titre = "INTER-SANTE - Gestion erreurs" +?> + + +
+

nettoyer($msgErreur) ?>

+
+ diff --git a/radiantproduction/Vue/Etatsassuranceindividuelle/enteteetatsassuranceindividuelle.php b/radiantproduction/Vue/Etatsassuranceindividuelle/enteteetatsassuranceindividuelle.php new file mode 100644 index 0000000..d477e1e --- /dev/null +++ b/radiantproduction/Vue/Etatsassuranceindividuelle/enteteetatsassuranceindividuelle.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Etatsassuranceindividuelle/index.php b/radiantproduction/Vue/Etatsassuranceindividuelle/index.php new file mode 100644 index 0000000..91d82d9 --- /dev/null +++ b/radiantproduction/Vue/Etatsassuranceindividuelle/index.php @@ -0,0 +1,57 @@ +titre = "INTER-SANTE - Etats Production"; + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + => +
+ +
+
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Etatsperso/index.php b/radiantproduction/Vue/Etatsperso/index.php new file mode 100644 index 0000000..5e0f98f --- /dev/null +++ b/radiantproduction/Vue/Etatsperso/index.php @@ -0,0 +1,24 @@ +titre = "INTER-SANTE - Etats Personnalisés"; +?> + + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Etatsproduction/index.php b/radiantproduction/Vue/Etatsproduction/index.php new file mode 100644 index 0000000..c09ce2e --- /dev/null +++ b/radiantproduction/Vue/Etatsproduction/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Etats Production"; + +?> + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Etatssinistre/index.php b/radiantproduction/Vue/Etatssinistre/index.php new file mode 100644 index 0000000..c09ce2e --- /dev/null +++ b/radiantproduction/Vue/Etatssinistre/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Etats Production"; + +?> + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Etatssyntheses/index.php b/radiantproduction/Vue/Etatssyntheses/index.php new file mode 100644 index 0000000..6e44f68 --- /dev/null +++ b/radiantproduction/Vue/Etatssyntheses/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Etats Synthèses"; + +?> + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Exclusion/index.php b/radiantproduction/Vue/Exclusion/index.php new file mode 100644 index 0000000..00035e6 --- /dev/null +++ b/radiantproduction/Vue/Exclusion/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Exclusions de la famile"; ?> + +
+ + + + + + + + + + + + + + +
nettoyer($exclusion['libelleActe']) ?>
+
+ + + +
+

+
+ diff --git a/radiantproduction/Vue/Exclusionscollege/index.php b/radiantproduction/Vue/Exclusionscollege/index.php new file mode 100644 index 0000000..d61cecb --- /dev/null +++ b/radiantproduction/Vue/Exclusionscollege/index.php @@ -0,0 +1,33 @@ +titre = "INTER-SANTE - Exclusions du collège"; ?> + + + + + + + +
+ +
+ +
+ + + + + + + + + + +
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Exporterbons/index.php b/radiantproduction/Vue/Exporterbons/index.php new file mode 100644 index 0000000..7cea58a --- /dev/null +++ b/radiantproduction/Vue/Exporterbons/index.php @@ -0,0 +1,90 @@ +titre = "INTER-SANTE - Afficher bons"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + + + +
+ +
+
+ + + diff --git a/radiantproduction/Vue/Exporterpaiementdecompte/index.php b/radiantproduction/Vue/Exporterpaiementdecompte/index.php new file mode 100644 index 0000000..0096039 --- /dev/null +++ b/radiantproduction/Vue/Exporterpaiementdecompte/index.php @@ -0,0 +1,27 @@ +titre = "INTER-SANTE - Provisions de Sinistres"; +?> + + + + + + + + + + + + + + + + + + + + +
+ +
+
diff --git a/radiantproduction/Vue/Extranetadherent/index.php b/radiantproduction/Vue/Extranetadherent/index.php new file mode 100644 index 0000000..95f43e3 --- /dev/null +++ b/radiantproduction/Vue/Extranetadherent/index.php @@ -0,0 +1,43 @@ +titre = "INTER-SANTE - Gestion Extranet Assuré"; + + $codeUtilisateur = $adherent['numeroAdherent']; + $idAdherent = $_SESSION['idAdherent_C']; + $actif = $adherent['actif']; + $reInit = $adherent['reInit']; +?> + + + + nettoyer($adherent['numeroAdherent'])?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:reinitpaswd_assure('');"> " onClick="javascript:reinitpaswd_assure('');"> " onClick="javascript:desactiver_user_assure('');"> " onClick="javascript:activer_user_assure('');">
+
diff --git a/radiantproduction/Vue/Factureclassique/index.php b/radiantproduction/Vue/Factureclassique/index.php new file mode 100644 index 0000000..3b9dd1c --- /dev/null +++ b/radiantproduction/Vue/Factureclassique/index.php @@ -0,0 +1,212 @@ +titre = "INTER-SANTE - Facture classique"; + $idDossierClassique = $facture['idDossierClassique']; + $hospitalisation = $facture['hospitalisation']; + $dateConsultation = $dossier['dateConsultation']; + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); +?> + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit
Observat + + " onClick="javascript:valider_facture_classique_temp();" style='font-size:9pt;' >
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + nettoyer($prestation['id']); + $libelleActe = $this->echapper($prestation['libelleActe']); + $valeurActe = $this->nettoyer($prestation['valeurActe']); + ?> + + + + + + + + + + + + +
dechapper($libelleActe) ?> + + nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+
+ + + + + + + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['soldeOld'])) ?>nettoyer($garantieadherent['consommationNew'])) ?>nettoyer($garantieadherent['consommationSousGarantie'])) ?>nettoyer($garantieadherent['fraisExclu'])) ?>nettoyer($garantieadherent['fraisRetenu'])) ?>nettoyer($garantieadherent['soldeNew'])) ?>
+ +
+ +
+ +
+ +
+ + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Facturecons/index.php b/radiantproduction/Vue/Facturecons/index.php new file mode 100644 index 0000000..aaeeef1 --- /dev/null +++ b/radiantproduction/Vue/Facturecons/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Consulter une facture"; ?> + + + +
+ + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Factureconsprestataire/index.php b/radiantproduction/Vue/Factureconsprestataire/index.php new file mode 100644 index 0000000..ec0b78b --- /dev/null +++ b/radiantproduction/Vue/Factureconsprestataire/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Consulter une facture"; ?> + + + +
+ + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Facturegccons/index.php b/radiantproduction/Vue/Facturegccons/index.php new file mode 100644 index 0000000..663715c --- /dev/null +++ b/radiantproduction/Vue/Facturegccons/index.php @@ -0,0 +1,129 @@ +titre = "INTER-SANTE - Prescription Médicaments"; + $numeroBonOrdonnance = $prescription['numeroBonOrdonnance']; +?> + + + + " . _("Prestataire") . " : " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie") . " : " . $_SESSION['numeroFeuilleMaladie_C'] ?>" readonly > + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + nettoyer($detailprescription['livre']); + $codePrestataireLivraison=$this->nettoyer($detailprescription['codePrestataireLivraison']); + $prestataireLivraison=$this->nettoyer($detailprescription['prestataireLivraison']); + + $substituable = $this->nettoyer($detailprescription['substituable']); + $substitue = $this->nettoyer($detailprescription['substitue']); + + $nomSubstitut = $this->nettoyer($detailprescription['nomSubstitut']); + $libelleMedicament = $this->nettoyer($detailprescription['libelleMedicament']); + $ajPharmacie = $this->nettoyer($detailprescription['ajPharmacie']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" . $nomSubstitut ?> nettoyer($detailprescription['instructions']) ?> nettoyer($detailprescription['unite']) ?> nettoyer($detailprescription['quantite']) ?> nettoyer($detailprescription['numeroBonOrdonnance']) ?> nettoyer($detailprescription['numeroRemplacement']) ?>
+
+ +
+
+ + + + + + + + + + + +
" />
+
+ + " ")) : ?> + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
+ diff --git a/radiantproduction/Vue/Facturenoncharge/index.php b/radiantproduction/Vue/Facturenoncharge/index.php new file mode 100644 index 0000000..63334e5 --- /dev/null +++ b/radiantproduction/Vue/Facturenoncharge/index.php @@ -0,0 +1,70 @@ +titre = "INTER-SANTE - Fiche Décompte"; + $numeroDecompte = $reglement['numeroDecompte']; + $idReglement = $_SESSION['idReglement_C']; + + if (est_anglophone()) + { + $libellePeriode = $this->nettoyer($reglement['periodeEng']); + $etatdecompte = $this->nettoyer($reglement['etatdecompteEng']); + + } + else + { + $libellePeriode = $this->nettoyer($reglement['periode']); + $etatdecompte = $this->nettoyer($reglement['etatdecompte']); + } + +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
diff --git a/radiantproduction/Vue/Facturerpolice/index.php b/radiantproduction/Vue/Facturerpolice/index.php new file mode 100644 index 0000000..680abf6 --- /dev/null +++ b/radiantproduction/Vue/Facturerpolice/index.php @@ -0,0 +1,156 @@ +titre = "INTER-SANTE - Facturation"; +?> + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+ +
+ + + + diff --git a/radiantproduction/Vue/Factures/index.php b/radiantproduction/Vue/Factures/index.php new file mode 100644 index 0000000..a5993e9 --- /dev/null +++ b/radiantproduction/Vue/Factures/index.php @@ -0,0 +1,126 @@ +titre = "INTER-SANTE - Factrures assuré"; +?> + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + +
Type Date
+ + nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?> nettoyer($facture['montantRembourse'])) ?>
+
+ + diff --git a/radiantproduction/Vue/Facturesfamille/index.php b/radiantproduction/Vue/Facturesfamille/index.php new file mode 100644 index 0000000..857bbd2 --- /dev/null +++ b/radiantproduction/Vue/Facturesfamille/index.php @@ -0,0 +1,119 @@ +titre = "INTER-SANTE - Factrures famille"; +?> + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']); + } + + ?> + + + + + + + + + + + + + + + + + + +
Type Date
+ + nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
+ + diff --git a/radiantproduction/Vue/Facturesfamilleadh/index.php b/radiantproduction/Vue/Facturesfamilleadh/index.php new file mode 100644 index 0000000..857bbd2 --- /dev/null +++ b/radiantproduction/Vue/Facturesfamilleadh/index.php @@ -0,0 +1,119 @@ +titre = "INTER-SANTE - Factrures famille"; +?> + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + nettoyer($facture['idFacture']); + $numeroFeuilleMaladie=$this->nettoyer($facture['numeroFeuilleMaladie']); + $tiersPayant = $facture['tiersPayant']; + + $codeTypeFacture = $this->nettoyer($facture['codeTypeFacture']); + + $numeroBon = $this->nettoyer($facture['numeroBonConsultation']); + + if($codeTypeFacture=="PHAR") + { + $numeroBon = $this->nettoyer($facture['numeroBonOrdonnance']); + } + elseif($codeTypeFacture=="OPT") + { + $numeroBon = $this->nettoyer($facture['numeroBonOptique']); + } + elseif($codeTypeFacture=="LAB") + { + $numeroBon = $this->nettoyer($facture['numeroBonExamen']); + } + elseif($codeTypeFacture=="SEA") + { + $numeroBon = $this->nettoyer($facture['numeroBonKine']); + } + + ?> + + + + + + + + + + + + + + + + + + +
Type Date
+ + nettoyer($facture['dateSysteme'])) ?>nettoyer($facture['prestataire']) ?>nettoyer($facture['beneficiaire']) ?>nettoyer($facture['fraisReel'])) ?>nettoyer($facture['montantTm'])) ?>nettoyer($facture['montantArembourser'])) ?>nettoyer($facture['fraisExclu'])) ?>nettoyer($facture['fraisRetenu'])) ?>
+
+ + diff --git a/radiantproduction/Vue/Facturesfeuille/index.php b/radiantproduction/Vue/Facturesfeuille/index.php new file mode 100644 index 0000000..ec5f744 --- /dev/null +++ b/radiantproduction/Vue/Facturesfeuille/index.php @@ -0,0 +1,38 @@ +titre = "INTER-SANTE - Repos Médical"; + // $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
Date
+
diff --git a/radiantproduction/Vue/Feuillemaladiecons/index.php b/radiantproduction/Vue/Feuillemaladiecons/index.php new file mode 100644 index 0000000..447c8a5 --- /dev/null +++ b/radiantproduction/Vue/Feuillemaladiecons/index.php @@ -0,0 +1,244 @@ +titre = "INTER-SANTE - Feuillemaladie"; + + $facture = $feuillemaladie['facture']; + $numeroDerogation = $feuillemaladie['numeroDerogation']; + $numeroDerogationFinger = $feuillemaladie['numeroDerogationFinger']; + $nb_notefeuillemaladie = $feuillemaladie['nb_notefeuillemaladie']; + + $agePrescription = $this->nettoyer($feuillemaladie['agePrescription']); + $bonCaduc = $this->nettoyer($feuillemaladie['bonCaduc']); + + $actVisible = $_SESSION['actVisible']; + + $codeAffection = $this->nettoyer($feuillemaladie['codeAffection']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng'])." => ".$codeAffection; + } + else + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection'])." => ".$codeAffection; + } + + $AffectionVisible = $_SESSION['AffectionVisible']; + + if($AffectionVisible!="1") + { + $libelleAffection = $codeAffection; + } +?> + + + + + + + + + + " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie"). " No : " . $feuillemaladie['numeroFeuilleMaladie'] . " => Notes => " . $nb_notefeuillemaladie . " => User => " . $feuillemaladie['codeUtilisateur'] ?>" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Opt / Hosp
Observat
+ + + +
+ + +
+

+
+ + +
+

+
+ +
+

".$agePrescription . " "._("jours") . " => " . _("BON CADUC") ?>

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $codeTypePrestation=$this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); + $autorisation=$this->nettoyer($prestation['autorisation']); + + $codeActe = $this->nettoyer($prestation['codeActe']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + if($actVisible!="1") + { + $libelleActe = $codeActe; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
date
Total nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>
nettoyer($prestation['dateSysteme'])) ?> nettoyer($prestation['medecinActe']) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+ +"0"): ?> +
+

+
+ + +"0"): ?> +
+

+
+ + + diff --git a/radiantproduction/Vue/Feuillemaladiedec/index.php b/radiantproduction/Vue/Feuillemaladiedec/index.php new file mode 100644 index 0000000..dc2bf4e --- /dev/null +++ b/radiantproduction/Vue/Feuillemaladiedec/index.php @@ -0,0 +1,153 @@ +titre = "INTER-SANTE - Feuillemaladie"; + $facture = $feuillemaladie['facture']; + $numeroDerogation = $feuillemaladie['numeroDerogation']; + $numeroDerogationFinger = $feuillemaladie['numeroDerogationFinger']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observat
+ + +
+

+
+ +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($prestation['id']); + $codeTypePrestation=$this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); + $autorisation=$this->nettoyer($prestation['autorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
date
Total nettoyer($feuillemaladie['fraisReel'])) ?>nettoyer($feuillemaladie['montantTm'])) ?>nettoyer($feuillemaladie['montantArembourser'])) ?>
nettoyer($prestation['dateSysteme'])) ?> nettoyer($prestation['libelleActe']) ?> nettoyer($prestation['medecinActe']) ?> nettoyer($prestation['valeurActe'])) ?> nettoyer($prestation['quantite']) ?> nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?>
+ +"0"): ?> +
+

+
+ + +"0"): ?> +
+

+
+ \ No newline at end of file diff --git a/radiantproduction/Vue/Ficheadherent/index.php b/radiantproduction/Vue/Ficheadherent/index.php new file mode 100644 index 0000000..b39904d --- /dev/null +++ b/radiantproduction/Vue/Ficheadherent/index.php @@ -0,0 +1,340 @@ +titre = "INTER-SANTE - Fiche Adhérent"; + + $codeTypeAvenant = $_SESSION['codeTypeAvenant_C']; + $estsupprimable_0 = ($codeTypeAvenant=="AFN" or $codeTypeAvenant=="REN"); + $garantieArchive = $_SESSION['garantieArchive_C']; + $estsupprimable = ($estsupprimable_0 && ($garantieArchive=="0")); + + $primeArchiveAdh = $this->nettoyer($adherent['primeArchive']); + $estsupprimableAdh = ($primeArchiveAdh=="0"); + + $superUser = $_SESSION['superUser']; + + $idAdherent = $this->nettoyer($adherent['idAdherent']); + + $adherentRetire = $adherent['sorti']; + $dateSortieAdherent = $adherent['dateSortieAdherent']; + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $idApporteur = $this->nettoyer($adherent['idApporteur']); + $libelleApporteur = $this->nettoyer($adherent['libelleApporteur']); + $typeecheancier = $this->nettoyer($adherent['typeecheancier']); + if (est_anglophone()) + { + $typeecheancier = $this->nettoyer($adherent['typeecheancierEng']); + } + $tauxInteretEcheancier = $this->nettoyer($adherent['tauxInteretEcheancier']); +?> + + + + + + + + + + +
+ + + + + nettoyer($adherent['numeroAdherent'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail + + + " onClick="javascript:de_archiver_adherent_fiche('');"> + + + " onClick="javascript:archiver_adherent_fiche('');"> + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($beneficiaire['idBeneficiaire']); + $numeroBeneficiaire = $this->nettoyer($beneficiaire['numeroBeneficiaire']); + $primeArchive = $this->nettoyer($beneficiaire['primeArchive']); + $estsupprimable = ($primeArchive=="0"); + + if (est_anglophone()) + { + $lienParente = $this->nettoyer($beneficiaire['LienParenteEng']); + } + else + { + $lienParente = $this->nettoyer($beneficiaire['LienParente']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex Age Suppr
Total nettoyer($totalbeneficiaires['primeHt'])) ?>nettoyer($totalbeneficiaires['taxe'])) ?>nettoyer($totalbeneficiaires['fraisCarte'])) ?>nettoyer($totalbeneficiaires['primeTtc'])) ?>
nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['prenomsBeneficiaire']) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['age']) ?>nettoyer($beneficiaire['primeFamille'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?> nettoyer($beneficiaire['codeEtatBeneficiaire']) ?> " onClick="javascript:archiver_beneficiaire('');">nettoyer($beneficiaire['codeEtatBeneficiaire']) ?> nettoyer($beneficiaire['primeTtc'])) ?> " onClick="javascript:de_archiver_beneficiaire('');"> nettoyer($beneficiaire['codeEtatBeneficiaire']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?> nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+ \ No newline at end of file diff --git a/radiantproduction/Vue/Ficheadherentfamiliale/index.php b/radiantproduction/Vue/Ficheadherentfamiliale/index.php new file mode 100644 index 0000000..320d187 --- /dev/null +++ b/radiantproduction/Vue/Ficheadherentfamiliale/index.php @@ -0,0 +1,341 @@ +titre = "INTER-SANTE - Fiche Adhérent"; + + $codeTypeAvenant = $_SESSION['codeTypeAvenant_C']; + $estsupprimable_0 = ($codeTypeAvenant=="AFN" or $codeTypeAvenant=="REN"); + $garantieArchive = $_SESSION['garantieArchive_C']; + $estsupprimable = ($estsupprimable_0 && ($garantieArchive=="0")); + + $primeArchiveAdh = $this->nettoyer($adherent['primeArchive']); + $estsupprimableAdh = ($primeArchiveAdh=="0"); + + $superUser = $_SESSION['superUser']; + + $idAdherent = $this->nettoyer($adherent['idAdherent']); + + $adherentRetire = $adherent['sorti']; + $dateSortieAdherent = $adherent['dateSortieAdherent']; + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $idApporteur = $this->nettoyer($adherent['idApporteur']); + $libelleApporteur = $this->nettoyer($adherent['libelleApporteur']); + $typeecheancier = $this->nettoyer($adherent['typeecheancier']); + if (est_anglophone()) + { + $typeecheancier = $this->nettoyer($adherent['typeecheancierEng']); + } + $tauxInteretEcheancier = $this->nettoyer($adherent['tauxInteretEcheancier']); +?> + + + + + + + + + + +
+ + + + + nettoyer($adherent['numeroAdherent']) . " => " . _("Assurance Individuellle") ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail + + + " onClick="javascript:de_archiver_adherent_fiche('');"> + + + " onClick="javascript:archiver_adherent_fiche('');"> + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($beneficiaire['idBeneficiaire']); + $numeroBeneficiaire = $this->nettoyer($beneficiaire['numeroBeneficiaire']); + $primeArchive = $this->nettoyer($beneficiaire['primeArchive']); + $estsupprimable = ($primeArchive=="0"); + + if (est_anglophone()) + { + $lienParente = $this->nettoyer($beneficiaire['LienParenteEng']); + } + else + { + $lienParente = $this->nettoyer($beneficiaire['LienParente']); + } + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex Age Suppr
Total nettoyer($totalbeneficiaires['primeBase'])) ?>nettoyer($totalbeneficiaires['primeHt'])) ?>nettoyer($totalbeneficiaires['taxe'])) ?>nettoyer($totalbeneficiaires['fraisCarte'])) ?>nettoyer($totalbeneficiaires['primeTtc'])) ?>
nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['prenomsBeneficiaire']) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['age']) ?>nettoyer($beneficiaire['primeBase'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?> nettoyer($beneficiaire['codeEtatBeneficiaire']) ?> " onClick="javascript:archiver_beneficiaire('');">nettoyer($beneficiaire['codeEtatBeneficiaire']) ?> nettoyer($beneficiaire['primeTtc'])) ?> " onClick="javascript:de_archiver_beneficiaire('');"> nettoyer($beneficiaire['codeEtatBeneficiaire']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?> nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+ \ No newline at end of file diff --git a/radiantproduction/Vue/Fichebeneficiaire/index.php b/radiantproduction/Vue/Fichebeneficiaire/index.php new file mode 100644 index 0000000..434b1bc --- /dev/null +++ b/radiantproduction/Vue/Fichebeneficiaire/index.php @@ -0,0 +1,331 @@ +titre = "INTER-SANTE - Fiche Bénéficiaire"; + + $datejour = $this->datejour; + $estcouvert = ($_SESSION['dateEcheancePolice_C']>=$datejour); + + $sorti = $this->nettoyer($beneficiaire['sorti']); + $dateSortieBeneficiaire = $this->nettoyer($beneficiaire['dateSortieBeneficiaire']); + + $estsorti = false; + // if($dateSortieBeneficiaire>"2000-01-01") + if($sorti=="1") + { + $estsorti = ($dateSortieBeneficiaire<=$datejour); + $estcouvert = ($estcouvert && ($dateSortieBeneficiaire>$datejour)); + } + + $dateEffetCouvert = $_SESSION['dateEffetCouvert']; + + if (est_anglophone()) + { + $produit = $beneficiaire['produitEng']; + $naturepiece = $beneficiaire['naturepieceEng']; + $lienparente = $beneficiaire['lienparenteEng']; + $motifsortie = $beneficiaire['motifsortieEng']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaireEng']; + } + else + { + $produit = $beneficiaire['produit']; + $naturepiece = $beneficiaire['naturepiece']; + $lienparente = $beneficiaire['lienparente']; + $motifsortie = $beneficiaire['motifsortie']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaire']; + } + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); + + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $idApporteur = $this->nettoyer($beneficiaire['idApporteur']); + $libelleApporteur = $this->nettoyer($beneficiaire['libelleApporteur']); + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancier']); + if (est_anglophone()) + { + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancierEng']); + } + $tauxInteretEcheancier = $this->nettoyer($beneficiaire['tauxInteretEcheancier']); + +?> + + + + + + +
+
+ " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffet'])) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+

+
+ + +
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+
+ +
+ + +
+ +
+ " readonly> +
+ + +
+
+ + " "): ?> + " readonly > + + " readonly > + + + + + +
+ " /> +
+ +

+ " "): ?> +
+ +
+ +

+
+ + + : " readonly> + + : " readonly> + +
+ + " readonly> + + diff --git a/radiantproduction/Vue/Fichebeneficiaire/index_old.php b/radiantproduction/Vue/Fichebeneficiaire/index_old.php new file mode 100644 index 0000000..43667ad --- /dev/null +++ b/radiantproduction/Vue/Fichebeneficiaire/index_old.php @@ -0,0 +1,330 @@ +titre = "INTER-SANTE - Fiche Bénéficiaire"; + + $datejour = $this->datejour; + $estcouvert = ($_SESSION['dateEcheancePolice_C']>=$datejour); + + $sorti = $this->nettoyer($beneficiaire['sorti']); + $dateSortieBeneficiaire = $this->nettoyer($beneficiaire['dateSortieBeneficiaire']); + + $estsorti = false; + // if($dateSortieBeneficiaire>"2000-01-01") + if($sorti=="1") + { + $estsorti = ($dateSortieBeneficiaire<=$datejour); + $estcouvert = ($estcouvert && ($dateSortieBeneficiaire>$datejour)); + } + + $dateEffetCouvert = $_SESSION['dateEffetCouvert']; + + if (est_anglophone()) + { + $produit = $beneficiaire['produitEng']; + $naturepiece = $beneficiaire['naturepieceEng']; + $lienparente = $beneficiaire['lienparenteEng']; + $motifsortie = $beneficiaire['motifsortieEng']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaireEng']; + } + else + { + $produit = $beneficiaire['produit']; + $naturepiece = $beneficiaire['naturepiece']; + $lienparente = $beneficiaire['lienparente']; + $motifsortie = $beneficiaire['motifsortie']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaire']; + } + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); + + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $idApporteur = $this->nettoyer($beneficiaire['idApporteur']); + $libelleApporteur = $this->nettoyer($beneficiaire['libelleApporteur']); + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancier']); + if (est_anglophone()) + { + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancierEng']); + } + $tauxInteretEcheancier = $this->nettoyer($beneficiaire['tauxInteretEcheancier']); + +?> + + + + + + +
+
+ " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffet'])) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+
+ + +
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+
+ +
+ + +
+ +
+ " readonly> +
+ + +
+
+ + " "): ?> + + + + + + + + +
+ +
+ +

+ " "): ?> +
+ +
+ +

+
+ + + + + + +
+ + + " readonly> + + diff --git a/radiantproduction/Vue/Fichebeneficiairefamiliale/index.php b/radiantproduction/Vue/Fichebeneficiairefamiliale/index.php new file mode 100644 index 0000000..6d30051 --- /dev/null +++ b/radiantproduction/Vue/Fichebeneficiairefamiliale/index.php @@ -0,0 +1,322 @@ +titre = "INTER-SANTE - Fiche Bénéficiaire"; + + $datejour = $this->datejour; + $estcouvert = ($_SESSION['dateEcheancePolice_C']>=$datejour); + + $sorti = $this->nettoyer($beneficiaire['sorti']); + $dateSortieBeneficiaire = $this->nettoyer($beneficiaire['dateSortieBeneficiaire']); + + $estsorti = false; + // if($dateSortieBeneficiaire>"2000-01-01") + if($sorti=="1") + { + $estsorti = ($dateSortieBeneficiaire<=$datejour); + $estcouvert = ($estcouvert && ($dateSortieBeneficiaire>$datejour)); + } + + $dateEffetCouvert = $_SESSION['dateEffetCouvert']; + + if (est_anglophone()) + { + $produit = $beneficiaire['produitEng']; + $naturepiece = $beneficiaire['naturepieceEng']; + $lienparente = $beneficiaire['lienparenteEng']; + $motifsortie = $beneficiaire['motifsortieEng']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaireEng']; + } + else + { + $produit = $beneficiaire['produit']; + $naturepiece = $beneficiaire['naturepiece']; + $lienparente = $beneficiaire['lienparente']; + $motifsortie = $beneficiaire['motifsortie']; + $etatbeneficiaire = $beneficiaire['etatbeneficiaire']; + } + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); + + $codeTypeContrat = $_SESSION['codeTypeContrat']; + + $idApporteur = $this->nettoyer($beneficiaire['idApporteur']); + $libelleApporteur = $this->nettoyer($beneficiaire['libelleApporteur']); + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancier']); + if (est_anglophone()) + { + $typeecheancier = $this->nettoyer($beneficiaire['typeecheancierEng']); + } + $tauxInteretEcheancier = $this->nettoyer($beneficiaire['tauxInteretEcheancier']); + +?> + + + + + + +
+
+ " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffet'])) . " => " . _("Assurance Individuellle") ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+
+ + +
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+
+ +
+ + +
+ +
+ " readonly> +
+ + +
+
+ + " "): ?> + + + + + + + + +
+ +
+ +

+ " "): ?> +
+ +
+ +

+
+ + + + + + +
+ + + " readonly> + + diff --git a/radiantproduction/Vue/Ficheclient/index.php b/radiantproduction/Vue/Ficheclient/index.php new file mode 100644 index 0000000..6bfeb35 --- /dev/null +++ b/radiantproduction/Vue/Ficheclient/index.php @@ -0,0 +1,131 @@ + + + + +
+
+ nettoyer($client['numeroClient']) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
Fax
E-mail
+
+ +
+ + + + + + + + + + + + + + + + nettoyer($police['id']); + $nopol = $this->nettoyer($police['numeroPolice']); + ?> + + + + + + + + + + + + + +
Type
nettoyer($police['typeContrat']) ?>nettoyer($police['dateEffet'])) ?>nettoyer($police['dateEcheance'])) ?>nettoyer($police['numeroAvenant']) ?>nettoyer($police['typeAvenant']) ?>nettoyer($police['etatPolice']) ?>nettoyer($police['numeroDevis']) ?>
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Fichedecompte/index.php b/radiantproduction/Vue/Fichedecompte/index.php new file mode 100644 index 0000000..296d2cf --- /dev/null +++ b/radiantproduction/Vue/Fichedecompte/index.php @@ -0,0 +1,58 @@ +titre = "INTER-SANTE - Fiche Décompte"; + $numeroDecompte = $reglement['numeroDecompte']; + $idReglement = $_SESSION['idReglement_C']; +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ diff --git a/radiantproduction/Vue/Fichedevis/index.php b/radiantproduction/Vue/Fichedevis/index.php new file mode 100644 index 0000000..c9e035d --- /dev/null +++ b/radiantproduction/Vue/Fichedevis/index.php @@ -0,0 +1,246 @@ +titre = "INTER-SANTE - Fiche Devis"; + $transforme=$this->nettoyer($police['transforme']); + $numeroOptionTarif = $_SESSION['numeroOptionTarif']; + + if (est_anglophone()) + { + $typeContrat = $police['typeContratEng']; + } + else + { + $typeContrat = $police['typeContrat']; + } +?> + +
+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
+
+
+ + + + + + + + + + + + + + + + + + + +
: + + + + " disabled > + + " onClick="javascript:transformer_devis();" > + + + + " disabled > + + " onClick="javascript:supprimer_option();" > + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Opt + +
Total nettoyer($totalcollege['nbAdherent'])) ?>nettoyer($totalcollege['nbAyantdroit'])) ?>nettoyer($totalcollege['primeFamille_total'])) ?>nettoyer($totalcollege['primeNette_total'])) ?>nettoyer($totalcollege['commission_total'])) ?>nettoyer($totalcollege['commissionAutre_total'])) ?>nettoyer($totalcollege['accessoire_total'])) ?>nettoyer($totalcollege['primeHt_total'])) ?>nettoyer($totalcollege['taxe_total'])) ?>nettoyer($totalcollege['fraisCarte_total'])) ?>nettoyer($totalcollege['primeTtcAdherent_total'])) ?>nettoyer($totalcollege['primeTtcBeneficiaire_total'])) ?>nettoyer($totalcollege['primeTtc_total'])) ?>
nettoyer($college['numeroOptionTarif']) ?> nettoyer($college['codeProduit']) ?> nettoyer($college['libelleCollege']) ?> nettoyer($college['nbAdherent'])) ?>nettoyer($college['nbAyantdroit'])) ?>nettoyer($college['primeFamille'])) ?>nettoyer($college['primeNette'])) ?>nettoyer($college['commission'])) ?>nettoyer($college['commissionAutre'])) ?>nettoyer($college['accessoire'])) ?>nettoyer($college['primeHt'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['fraisCarte'])) ?>nettoyer($college['primeTtcAdherent'])) ?>nettoyer($college['primeTtcBeneficiaire'])) ?> + + nettoyer($college['primeTtcTotal'])) ?> + + + + + + + + + +
+ + + +
+ +
+
diff --git a/radiantproduction/Vue/Ficheencaissement/index.php b/radiantproduction/Vue/Ficheencaissement/index.php new file mode 100644 index 0000000..3b9a8ca --- /dev/null +++ b/radiantproduction/Vue/Ficheencaissement/index.php @@ -0,0 +1,110 @@ +titre = "INTER-SANTE - Compta Client"; ?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:imprimer_recu();">
+
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + nettoyer($detailencaissement['id']); + ?> + + + + + + + + + + + + +
nettoyer($detailencaissement['numeroClient']) ?>nettoyer($detailencaissement['nomClient']) ?>nettoyer($detailencaissement['numeroPolice']) ?>nettoyer($detailencaissement['idQuittance']) ?>nettoyer($detailencaissement['dateEffet'])) ?>nettoyer($detailencaissement['dateEcheance'])) ?>nettoyer($detailencaissement['codeTypeAvenant']) ?>nettoyer($detailencaissement['primeTtc'])) ?>
+
diff --git a/radiantproduction/Vue/Fichegcassureur/index.php b/radiantproduction/Vue/Fichegcassureur/index.php new file mode 100644 index 0000000..33a5756 --- /dev/null +++ b/radiantproduction/Vue/Fichegcassureur/index.php @@ -0,0 +1,57 @@ +titre = "INTER-SANTE - Fiche Assureur Gestion Confiée"; + $_SESSION['codeGcAssureur_C'] = $this->nettoyer($gc['codeGcAssureur']) ; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code E-mail
diff --git a/radiantproduction/Vue/Fichegcpolice/index.php b/radiantproduction/Vue/Fichegcpolice/index.php new file mode 100644 index 0000000..9be4666 --- /dev/null +++ b/radiantproduction/Vue/Fichegcpolice/index.php @@ -0,0 +1,55 @@ +titre = "INTER-SANTE - Fiche Police Gestion Confiée"; + $nbFactureGc = $this->nettoyer($gc['nbFactureGc']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

+
diff --git a/radiantproduction/Vue/Fichelimiteadditionnelle/index.php b/radiantproduction/Vue/Fichelimiteadditionnelle/index.php new file mode 100644 index 0000000..9e171c9 --- /dev/null +++ b/radiantproduction/Vue/Fichelimiteadditionnelle/index.php @@ -0,0 +1,191 @@ +titre = "INTER-SANTE - Récap limittes additionnelles"; + + $controlPlafondAdherent = $_SESSION['controlPlafondAdherent']; + $controlPlafondBeneficiaire = $_SESSION['controlPlafondBeneficiaire']; +?> + + + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($emission['dateEffet'])) ?> nettoyer($emission['dateEcheance'])) ?> nettoyer($emission['dureePolice']) ?> nettoyer($avenant['dateEffet'])) ?> nettoyer($avenant['dateEcheance'])) ?> nettoyer($avenant['dureeAvenant']) ?>
+ + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?>
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($totalcollege['nbPersonne'])) ?>nettoyer($totalcollege['primeNette_total'])) ?>nettoyer($totalcollege['accessoire_total'])) ?>nettoyer($totalcollege['taxe_total'])) ?>nettoyer($totalcollege['primeTtc_total'])) ?>
nettoyer($college['libelleCollege']) ?> nettoyer($college['nbPersonne'])) ?>nettoyer($college['primeNette'])) ?>nettoyer($college['accessoire'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['primeTtcTotal'])) ?> " onClick="javascript:pop_afficher_selection_limite()"> " onClick="javascript:modifier_college_temp()">
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
" onClick="enregistrer_limite_additionnelle();">
+
+ + \ No newline at end of file diff --git a/radiantproduction/Vue/Fichemedecin/index.php b/radiantproduction/Vue/Fichemedecin/index.php new file mode 100644 index 0000000..5963c31 --- /dev/null +++ b/radiantproduction/Vue/Fichemedecin/index.php @@ -0,0 +1,56 @@ +titre = "INTER-SANTE - Fiche Médecin"; + + $idMedecin = $this->nettoyer($medecin['idMedecin']); + $codeMedecin = $this->nettoyer($medecin['codeMedecin']); + $specialite = $this->nettoyer($medecin['specialite']); + + if (est_anglophone()) + { + $specialite = $this->nettoyer($medecin['specialiteEng']); + } +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
Tel
Sex E-mail
diff --git a/radiantproduction/Vue/Fichepolice/index.php b/radiantproduction/Vue/Fichepolice/index.php new file mode 100644 index 0000000..da7b779 --- /dev/null +++ b/radiantproduction/Vue/Fichepolice/index.php @@ -0,0 +1,221 @@ +titre = "INTER-SANTE - Fiche police"; + $gcactive = ($this->nettoyer($police['gestionConfiee'])=="1"); + $remplacementAdherent = ($this->nettoyer($police['remplacementAdherent'])=="1"); + + if (est_anglophone()) + { + $typeContrat = $police['typeContratEng']; + $typeAvenant = $police['typeAvenantEng']; + $etatPolice = $police['etatPoliceEng']; + } + else + { + $typeContrat = $police['typeContrat']; + $typeAvenant = $police['typeAvenant']; + $etatPolice = $police['etatPolice']; + } + + $prestationPossible = $this->nettoyer($police['prestationPossible']); +?> + +
+ + + + +
+ nettoyer($police['numeroPolice']) . " => ID Police : " . $this->nettoyer($police['idPolice']) . " => " . _("Primes non facturées") . " : " . format_N($nb_non_facturees) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
" readonly>" readonly> " readonly>" readonly>
+
+ +
+
+ + + + + + + + + + + +
" />
+
+ + " ")) : ?> + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
+ + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+
diff --git a/radiantproduction/Vue/Ficheprestataire/index.php b/radiantproduction/Vue/Ficheprestataire/index.php new file mode 100644 index 0000000..5c7fca9 --- /dev/null +++ b/radiantproduction/Vue/Ficheprestataire/index.php @@ -0,0 +1,224 @@ +titre = "INTER-SANTE - Fiche Prestataire"; + + $_SESSION['codePrestataire_C'] = $this->nettoyer($prestataire['codePrestataire']) ; + $codePrestataire = $_SESSION['codePrestataire_C'] ; + $actif = $prestataire['actif']; + $derogationFingerPrestataire = $prestataire['derogationFingerPrestataire']; + + $derogationFingerPrestatairePossible = $societe['derogationFingerPrestatairePossible']; + + + if (est_anglophone()) + { + $typedecompte = $this->nettoyer($prestataire['typedecompteEng']); + } + else + { + $typedecompte = $this->nettoyer($prestataire['typedecompte']); + } +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code Type
+ + " readonly> + + " readonly> + + E-mail + + " readonly> + + " readonly> + +
Iban
" onClick="javascript:desactiver_derogation_finger_prestataire('');"> " onClick="javascript:activer_derogation_finger_prestataire('');"> " onClick="javascript:desactiver_prestataire('');"> " onClick="javascript:activer_prestataire('');">
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($hactivationderogationfingerprestataire['dateSysteme'])) ?>nettoyer($hactivationderogationfingerprestataire['motif']) ?>nettoyer($hactivationderogationfingerprestataire['codeUtilisateur']) ?> + + + + + +
+
+ + +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ficheprospect/index.php b/radiantproduction/Vue/Ficheprospect/index.php new file mode 100644 index 0000000..5f015c7 --- /dev/null +++ b/radiantproduction/Vue/Ficheprospect/index.php @@ -0,0 +1,124 @@ + + + + +
+ +
+ +
+
+ nettoyer($client['numeroClient'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
Fax
E-mail
+
+ +
+ + + + + + + + + + + + + nettoyer($police['id']); + $nopol = $this->nettoyer($police['numeroPolice']); + ?> + + + + + + + + + +
Type
nettoyer($police['typeContrat']) ?>nettoyer($police['dateEffet'])) ?>nettoyer($police['dateEcheance'])) ?>nettoyer($police['numeroContrat']) ?>
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Ficherenouvellement/index.php b/radiantproduction/Vue/Ficherenouvellement/index.php new file mode 100644 index 0000000..9df1d1c --- /dev/null +++ b/radiantproduction/Vue/Ficherenouvellement/index.php @@ -0,0 +1,207 @@ +titre = "INTER-SANTE - Récap Renouvellement"; ?> + + + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['dateEffet'])) ?> nettoyer($avenant['dateEcheance'])) ?> nettoyer($avenant['dureeAvenant']) ?>
+ + + + + + + + + + + + + + + + + + + + +
nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> + nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
" onClick="enregistrer_renouvellemnt();">
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Total nettoyer($avenant['nbAdherent'])) ?>nettoyer($avenant['nbAyantdroit'])) ?> nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['fraisCarte'])) ?>nettoyer($avenant['taxe'])) ?> nettoyer($avenant['accessoire'])) ?>nettoyer($avenant['primeTtc'])) ?>
nettoyer($college['libelleCollege']) ?> nettoyer($college['nbAdherent'])) ?>nettoyer($college['nbAyantdroit'])) ?>nettoyer($college['primeFamilleOld'])) ?> nettoyer($college['rapportspRenCalc']) ?> nettoyer($college['primeFamille_an'])) ?> nettoyer($college['tauxCourteDuree']) ?> nettoyer($college['primeFamille'])) ?>nettoyer($college['primeCplFuneraire'])) ?>nettoyer($college['fraisCarte'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['primeTtcAdherent'])) ?>nettoyer($college['primeTtcBeneficiaire'])) ?>nettoyer($college['accesoireTotal'])) ?>nettoyer($college['primeTtcTotal'])) ?>
+
+ + \ No newline at end of file diff --git a/radiantproduction/Vue/Ficherequetesperso/index.php b/radiantproduction/Vue/Ficherequetesperso/index.php new file mode 100644 index 0000000..cba7be6 --- /dev/null +++ b/radiantproduction/Vue/Ficherequetesperso/index.php @@ -0,0 +1,54 @@ +titre = "INTER-SANTE - Fiche Requête Personnalisée"; + $idrequete = $this->nettoyer($requetesperso['id']); + $codeRequete = $this->nettoyer($requetesperso['codeRequete']); + $sourceDonnees = $this->nettoyer($requetesperso['sourceDonnees']); + $actif = $requetesperso['actif']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description
+ +
" onClick="javascript:enregistrer_modif_requeteperso();" style='font-size:10pt;' > " onClick="javascript:param_requeteperso_liste();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Ficheresiliation/index.php b/radiantproduction/Vue/Ficheresiliation/index.php new file mode 100644 index 0000000..30cdc06 --- /dev/null +++ b/radiantproduction/Vue/Ficheresiliation/index.php @@ -0,0 +1,156 @@ +titre = "INTER-SANTE - Récap résiliation"; ?> + + + + nettoyer($_SESSION['numeroPolice_C']) ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($emission['dateEffet'])) ?> nettoyer($emission['dateEcheance'])) ?> nettoyer($emission['dureePolice']) ?> nettoyer($avenant['dateEffet'])) ?> nettoyer($avenant['dateEcheance'])) ?> nettoyer($avenant['dureeAvenant']) ?>
+ + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($emission['primeNette'])) ?> nettoyer($emission['commission'])) ?> nettoyer($emission['commissionAutre'])) ?> nettoyer($emission['accessoire'])) ?> nettoyer($emission['primeHt'])) ?> nettoyer($emission['taxe'])) ?> nettoyer($emission['fraisCarte'])) ?> nettoyer($emission['primeTtcInitial'])) ?> nettoyer($emission['primeNetteStat'])) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> nettoyer($avenant['primeHt'])) ?> nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
" onClick="enregistrer_resiliation();">
+ + \ No newline at end of file diff --git a/radiantproduction/Vue/Ficheretrait/index.php b/radiantproduction/Vue/Ficheretrait/index.php new file mode 100644 index 0000000..9d86ef1 --- /dev/null +++ b/radiantproduction/Vue/Ficheretrait/index.php @@ -0,0 +1,213 @@ +titre = "INTER-SANTE - Récap résiliation"; + $nbFactAntiDate = $this->nettoyer($avenant['nbFactAntiDate']); +?> + + + + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($emission['dateEffet'])) ?> nettoyer($emission['dateEcheance'])) ?> nettoyer($emission['dureePolice']) ?> nettoyer($avenant['dateEffet'])) ?> nettoyer($avenant['dateEcheance'])) ?> nettoyer($avenant['dureeAvenant']) ?>
+ + + + + + + + + + + + + + + + + + + + + + + + + +
TOTAL
nettoyer($sppolice['primestat'])) ?> nettoyer($sppolice['prime_acquise'])) ?> nettoyer($sppolice['consommation'])) ?> nettoyer($sppolice['rapportsp']) ?> nettoyer($sppolice['tauxRistourne']) ?>
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> nettoyer($avenant['primeHt'])) ?> nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
+ + " onClick="javascript:recapituler_retrait();"> " onClick="javascript:enregistrer_retrait();">
+ + 1): ?> +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
nettoyer($avenant['nbAliment']) ?> Total nettoyer($avenant['primeNonAcquise'])) ?>nettoyer($avenant['primeHt'])) ?>nettoyer($avenant['taxe'])) ?>nettoyer($avenant['primeTtc'])) ?>
nettoyer($beneficiaire_sel['codeProduit']) ?>nettoyer($beneficiaire_sel['nomBeneficiaire']) ?>nettoyer($beneficiaire_sel['codeLienParente']) ?>nettoyer($beneficiaire_sel['numeroBeneficiaire']) ?>nettoyer($beneficiaire_sel['dateEntree'])) ?>nettoyer($beneficiaire_sel['duree']) ?>nettoyer($beneficiaire_sel['duree_non_acquise']) ?>nettoyer($beneficiaire_sel['ratioNonAcquise']) ?>nettoyer($beneficiaire_sel['rapportsp']) ?>nettoyer($beneficiaire_sel['primeNetteStat_an'])) ?>nettoyer($beneficiaire_sel['primeTtc_an'])) ?>nettoyer($beneficiaire_sel['primeNonAcquise'])) ?>nettoyer($beneficiaire_sel['primeHt'])) ?>nettoyer($beneficiaire_sel['taxe'])) ?>nettoyer($beneficiaire_sel['primeTtc'])) ?>
+
+ + + \ No newline at end of file diff --git a/radiantproduction/Vue/Fichesourcedonneesrequetesperso/index.php b/radiantproduction/Vue/Fichesourcedonneesrequetesperso/index.php new file mode 100644 index 0000000..f89436d --- /dev/null +++ b/radiantproduction/Vue/Fichesourcedonneesrequetesperso/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Fiche Source de données Requête Personnalisée"; + $idsourcerequete = $this->nettoyer($sourcedonneesrequetesperso['id']); + $sourceDonnees = $this->nettoyer($sourcedonneesrequetesperso['sourceDonnees']); + $actif = $sourcedonneesrequetesperso['actif']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_modif_sourcedonneesrequeteperso();" style='font-size:10pt;' > " onClick="javascript:param_sourcedonneesrequeteperso_liste();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Ficheusergc/index.php b/radiantproduction/Vue/Ficheusergc/index.php new file mode 100644 index 0000000..bc8e491 --- /dev/null +++ b/radiantproduction/Vue/Ficheusergc/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Fiche Utilisteur Gestion Confiée"; + + $codeGcAssureur = $this->nettoyer($user_gc['codeGcAssureur']); + $idUtilisateur = $user_gc['id']; + $codeUtilisateur = $user_gc['codeUtilisateur']; + $actif = $user_gc['actif']; + $actVisible = $user_gc['actVisible']; + $reInit = $user_gc['reInit']; + $codeLangue = $user_gc['codeLangue']; + $AffectionVisible = $user_gc['AffectionVisible']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
" onClick="javascript:enregistrer_modif_user_gc();" style='font-size:10pt;' > " onClick="javascript:retour_a_users_gc();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Ficheuserprestataire/index.php b/radiantproduction/Vue/Ficheuserprestataire/index.php new file mode 100644 index 0000000..005952f --- /dev/null +++ b/radiantproduction/Vue/Ficheuserprestataire/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Fiche Utilisteur Prestataire"; + + $codePrestataire = $this->nettoyer($user_prestataire['codePrestataire']); + $idUtilisateur = $user_prestataire['id']; + $codeUtilisateur = $user_prestataire['codeUtilisateur']; + $actif = $user_prestataire['actif']; + $actVisible = $user_prestataire['actVisible']; + $reInit = $user_prestataire['reInit']; + $codeLangue = $user_prestataire['codeLangue']; + $AffectionVisible = $user_prestataire['AffectionVisible']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
" onClick="javascript:enregistrer_modif_user_prestataire();" style='font-size:10pt;' > " onClick="javascript:users_prestataire();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Ficheusersagence/index.php b/radiantproduction/Vue/Ficheusersagence/index.php new file mode 100644 index 0000000..2262049 --- /dev/null +++ b/radiantproduction/Vue/Ficheusersagence/index.php @@ -0,0 +1,82 @@ +titre = "INTER-SANTE - Fiche Utilisteur Assureur"; + + $idUtilisateur = $users_ass['id']; + $codeUtilisateur = $users_ass['codeUtilisateur']; + $codePointVente = $users_ass['codePointVente']; + $actif = $users_ass['actif']; + $actVisible = $users_ass['actVisible']; + $reInit = $users_ass['reInit']; + $codeLangue = $users_ass['codeLangue']; + $AffectionVisible = $users_ass['AffectionVisible']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + +
" onClick="javascript:enregistrer_modif_usersagence();" style='font-size:10pt;' > " onClick="javascript:retour_a_usersagence();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Ficheusersass/index.php b/radiantproduction/Vue/Ficheusersass/index.php new file mode 100644 index 0000000..8f0aa68 --- /dev/null +++ b/radiantproduction/Vue/Ficheusersass/index.php @@ -0,0 +1,82 @@ +titre = "INTER-SANTE - Fiche Utilisteur Assureur"; + + $idUtilisateur = $users_ass['id']; + $codeUtilisateur = $users_ass['codeUtilisateur']; + $codeProfil = $users_ass['codeProfil']; + $actif = $users_ass['actif']; + $actVisible = $users_ass['actVisible']; + $reInit = $users_ass['reInit']; + $codeLangue = $users_ass['codeLangue']; + $AffectionVisible = $users_ass['AffectionVisible']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + +
" onClick="javascript:enregistrer_modif_usersassureur();" style='font-size:10pt;' > " onClick="javascript:retour_a_usersassureur();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Flexcode/index.php b/radiantproduction/Vue/Flexcode/index.php new file mode 100644 index 0000000..0f0de05 --- /dev/null +++ b/radiantproduction/Vue/Flexcode/index.php @@ -0,0 +1,54 @@ + + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/radiantproduction/Vue/Fraisfuneraire/index.php b/radiantproduction/Vue/Fraisfuneraire/index.php new file mode 100644 index 0000000..e206691 --- /dev/null +++ b/radiantproduction/Vue/Fraisfuneraire/index.php @@ -0,0 +1,132 @@ +titre = "INTER-SANTE - Frais Funéraires"; + $numeroFraisFuneraire = $fraisfuneraire['numeroFraisFuneraire']; + $numeroLotDecompte = $fraisfuneraire['numeroLotDecompte']; + $idFraisfuneraire = $fraisfuneraire['idFraisfuneraire']; + $regle = $fraisfuneraire['regle']; + $demandeReglement = $fraisfuneraire['demandeReglement']; +?> + + + + + + + + +"0"): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observations
+ +
+

+
+ + +
+ +
diff --git a/radiantproduction/Vue/Fraisfunerairecpt/index.php b/radiantproduction/Vue/Fraisfunerairecpt/index.php new file mode 100644 index 0000000..1503aa8 --- /dev/null +++ b/radiantproduction/Vue/Fraisfunerairecpt/index.php @@ -0,0 +1,132 @@ +titre = "INTER-SANTE - Frais Funéraires"; + $numeroFraisFuneraire = $fraisfuneraire['numeroFraisFuneraire']; + $numeroLotDecompte = $fraisfuneraire['numeroLotDecompte']; + $idFraisfuneraire = $fraisfuneraire['idFraisfuneraire']; + $regle = $fraisfuneraire['regle']; + $demandeReglement = $fraisfuneraire['demandeReglement']; +?> + + + + + + + + +"0"): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observations
+ +
+

+
+ + +
+ +
diff --git a/radiantproduction/Vue/Gcassureur/index.php b/radiantproduction/Vue/Gcassureur/index.php new file mode 100644 index 0000000..af63d10 --- /dev/null +++ b/radiantproduction/Vue/Gcassureur/index.php @@ -0,0 +1,41 @@ +titre = "INTER-SANTE - Prestataire"; ?> + + Liste Assureurs Gestion confiée + +
+ + + + + + + + + + + + + + + + + + + nettoyer($gc['id']); + $codeGcAssureur = $this->nettoyer($gc['codeGcAssureur']); + ?> + + + + + + + + + + + + +
Code E-mail
nettoyer($gc['libelle']) ?> nettoyer($gc['gcTauxFraisReel']) ?> nettoyer($gc['gcTauxRedressement']) ?> nettoyer($gc['gcTauxTva']) ?> nettoyer($gc['gestioncarte']) ?> nettoyer($gc['fraisGestion'])) ?> nettoyer($gc['email']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Gccartes/index.php b/radiantproduction/Vue/Gccartes/index.php new file mode 100644 index 0000000..27b2637 --- /dev/null +++ b/radiantproduction/Vue/Gccartes/index.php @@ -0,0 +1,39 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Gcfacturation/index.php b/radiantproduction/Vue/Gcfacturation/index.php new file mode 100644 index 0000000..b76cb9d --- /dev/null +++ b/radiantproduction/Vue/Gcfacturation/index.php @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Gcfactures/index.php b/radiantproduction/Vue/Gcfactures/index.php new file mode 100644 index 0000000..9d26f2b --- /dev/null +++ b/radiantproduction/Vue/Gcfactures/index.php @@ -0,0 +1,76 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+
+ +
+
+ + + + +
+ diff --git a/radiantproduction/Vue/Gcfacturescumul/index.php b/radiantproduction/Vue/Gcfacturescumul/index.php new file mode 100644 index 0000000..6de22d0 --- /dev/null +++ b/radiantproduction/Vue/Gcfacturescumul/index.php @@ -0,0 +1,97 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
+ + + + +
+ diff --git a/radiantproduction/Vue/Gcfacturesverif/index.php b/radiantproduction/Vue/Gcfacturesverif/index.php new file mode 100644 index 0000000..de79ffa --- /dev/null +++ b/radiantproduction/Vue/Gcfacturesverif/index.php @@ -0,0 +1,74 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+
+ +
+
+ + + + +
+ diff --git a/radiantproduction/Vue/Gcfraisgestion/index.php b/radiantproduction/Vue/Gcfraisgestion/index.php new file mode 100644 index 0000000..8f4eb2e --- /dev/null +++ b/radiantproduction/Vue/Gcfraisgestion/index.php @@ -0,0 +1,78 @@ +
+ +titre = "INTER-SANTE - "._("Frais de Gestion"); + $regle = $entetefraisgestion['regle']; + $facture = $entetefraisgestion['facture']; + $regle = $entetefraisgestion['regle']; +?> + + + + + + + => + + + + + + + => + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Date
" onClick="afficher_detail_gcfraisgestion();" style='font-size:9pt;' > " style='font-size:9pt;' disabled > " onClick="rechargergcfraisgestion();" style='font-size:9pt;' > " onClick="cumul_gc_frais_gestion_par_client();" style='font-size:9pt;' >
+ +
+
+ +
+
+
diff --git a/radiantproduction/Vue/Gcinitfraisgestion/index.php b/radiantproduction/Vue/Gcinitfraisgestion/index.php new file mode 100644 index 0000000..d65fe9f --- /dev/null +++ b/radiantproduction/Vue/Gcinitfraisgestion/index.php @@ -0,0 +1,61 @@ +titre = "INTER-SANTE - Sélection Décompte "; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
" onClick="lister_entete_gc_frais_gestion();" style='font-size:10pt;' > " onClick="initier_gc_frais_gestion();" style='font-size:10pt;' >
+ + +
+

+
+ + +
+ +
+ +
+ +
+
+ +
+
diff --git a/radiantproduction/Vue/Gcinitfraisgestion/initierdecompte.php b/radiantproduction/Vue/Gcinitfraisgestion/initierdecompte.php new file mode 100644 index 0000000..65ad032 --- /dev/null +++ b/radiantproduction/Vue/Gcinitfraisgestion/initierdecompte.php @@ -0,0 +1,4 @@ +
+ apres + +
diff --git a/radiantproduction/Vue/Gcmodiffacturation/index.php b/radiantproduction/Vue/Gcmodiffacturation/index.php new file mode 100644 index 0000000..e610aab --- /dev/null +++ b/radiantproduction/Vue/Gcmodiffacturation/index.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + +
Observations
+ +
+ +
diff --git a/radiantproduction/Vue/Gcnewfacturation/index.php b/radiantproduction/Vue/Gcnewfacturation/index.php new file mode 100644 index 0000000..cc43d8f --- /dev/null +++ b/radiantproduction/Vue/Gcnewfacturation/index.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + +
Observations
+ +
+ +
diff --git a/radiantproduction/Vue/Gcpolices/index.php b/radiantproduction/Vue/Gcpolices/index.php new file mode 100644 index 0000000..83b430c --- /dev/null +++ b/radiantproduction/Vue/Gcpolices/index.php @@ -0,0 +1,39 @@ +titre = "INTER-SANTE - Polices en Gestion confiée"; ?> + + + +
+ + + + + + + + + + + + + nettoyer($gc['idPolice']); + $idGcpolice = $this->nettoyer($gc['idGcpolice']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($gc['souscripteur']) ?>nettoyer($gc['numeroPolice']) ?>nettoyer($gc['gcassureur']) ?> nettoyer($gc['dateEffetPolice'])) ?>nettoyer($gc['dateFinolice'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Gcreglement/index.php b/radiantproduction/Vue/Gcreglement/index.php new file mode 100644 index 0000000..440d46c --- /dev/null +++ b/radiantproduction/Vue/Gcreglement/index.php @@ -0,0 +1,188 @@ +titre = "INTER-SANTE - Facturation Gestion confiée"; + $idGcReglement = $_SESSION['idGcReglement']; + $gcNumeroDecompte = $this->nettoyer($reglement['gcNumeroDecompte']); + $_SESSION['gcNumeroDecompte'] = $gcNumeroDecompte; + + $nbFacture = $reglement['nbFacture']; + $codeGcAssureur = $reglement['codeGcAssureur']; + $valide0 = $this->nettoyer($reglement['valide0']); + $valideAs = $this->nettoyer($reglement['valideAs']); + $valide = $this->nettoyer($reglement['valide']); +?> + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
+ +
+
+ +
+
+ +
+ +
+ + + diff --git a/radiantproduction/Vue/Gcreglementcons/index.php b/radiantproduction/Vue/Gcreglementcons/index.php new file mode 100644 index 0000000..d03c0ea --- /dev/null +++ b/radiantproduction/Vue/Gcreglementcons/index.php @@ -0,0 +1,182 @@ +titre = "INTER-SANTE - Facturation Gestion confiée"; + $idGcReglement = $_SESSION['idGcReglement']; + $gcNumeroDecompte = $this->nettoyer($reglement['gcNumeroDecompte']); + $_SESSION['gcNumeroDecompte'] = $gcNumeroDecompte; + + $codeGcAssureur = $reglement['codeGcAssureur']; + $regle = $this->nettoyer($reglement['regle']); +?> + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total
Date Obs Compo + +
+
+ +
+
+ +
+
+ +
+ +
+ + + diff --git a/radiantproduction/Vue/Ged/index.php b/radiantproduction/Vue/Ged/index.php new file mode 100644 index 0000000..2bd4f3b --- /dev/null +++ b/radiantproduction/Vue/Ged/index.php @@ -0,0 +1,80 @@ +titre = "INTER-SANTE - GED Globale"; +?> + + Limité à 100 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Gedadherent/index.php b/radiantproduction/Vue/Gedadherent/index.php new file mode 100644 index 0000000..80b7de7 --- /dev/null +++ b/radiantproduction/Vue/Gedadherent/index.php @@ -0,0 +1,80 @@ +titre = "INTER-SANTE - GED Famille"; +?> + + Limité à 50 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Gedbeneficiaireprest/index.php b/radiantproduction/Vue/Gedbeneficiaireprest/index.php new file mode 100644 index 0000000..10e49f2 --- /dev/null +++ b/radiantproduction/Vue/Gedbeneficiaireprest/index.php @@ -0,0 +1,79 @@ +titre = "INTER-SANTE - GED Bénéficiaire"; +?> + + Limité à 50 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Gedbeneficiaireprod/index.php b/radiantproduction/Vue/Gedbeneficiaireprod/index.php new file mode 100644 index 0000000..6b1e1bc --- /dev/null +++ b/radiantproduction/Vue/Gedbeneficiaireprod/index.php @@ -0,0 +1,79 @@ +titre = "INTER-SANTE - GED Bénéficiaire"; +?> + + Limité à 50 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Gedfeuillemaladie/index.php b/radiantproduction/Vue/Gedfeuillemaladie/index.php new file mode 100644 index 0000000..8cd665c --- /dev/null +++ b/radiantproduction/Vue/Gedfeuillemaladie/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - GED Dossier"; +?> + + Limité à 50 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Gedpolice/index.php b/radiantproduction/Vue/Gedpolice/index.php new file mode 100644 index 0000000..2eab885 --- /dev/null +++ b/radiantproduction/Vue/Gedpolice/index.php @@ -0,0 +1,78 @@ +titre = "INTER-SANTE - GED Police"; +?> + + Limité à 50 documents => Filtrer sur période pour obtenir le résultat souhaité") ?> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Doc
" />
+
+ + +
+ " ")) : ?> + + + + + + + + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + + + + + + + + +
Date Src Document
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['source']) ?>nettoyer($ged['souscripteur']) ?>nettoyer($ged['numeroPolice']) ?>nettoyer($ged['prestataire']) ?>nettoyer($ged['adherent']) ?>nettoyer($ged['numeroBeneficiaire']) ?>nettoyer($ged['beneficiaire']) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Genererbon/index.php b/radiantproduction/Vue/Genererbon/index.php new file mode 100644 index 0000000..485ee1b --- /dev/null +++ b/radiantproduction/Vue/Genererbon/index.php @@ -0,0 +1,116 @@ +titre = "INTER-SANTE - Génération de bons"; ?> + +
+ + + +
+ " /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + + +
+
+ + + + + +
+ +

+ +
+ +
+
+ + + +
diff --git a/radiantproduction/Vue/Gestionbons/index.php b/radiantproduction/Vue/Gestionbons/index.php new file mode 100644 index 0000000..970a750 --- /dev/null +++ b/radiantproduction/Vue/Gestionbons/index.php @@ -0,0 +1,20 @@ +titre = "INTER-SANTE - Gestion Bons de PEC"; ?> + +

+ +
+ +
+ + diff --git a/radiantproduction/Vue/Gestionconfiee/index.php b/radiantproduction/Vue/Gestionconfiee/index.php new file mode 100644 index 0000000..4f054f7 --- /dev/null +++ b/radiantproduction/Vue/Gestionconfiee/index.php @@ -0,0 +1,2 @@ +titre = "INTER-SANTE - Gestion confiée"; ?> +

diff --git a/radiantproduction/Vue/Gestiondiverses/index.php b/radiantproduction/Vue/Gestiondiverses/index.php new file mode 100644 index 0000000..eca9992 --- /dev/null +++ b/radiantproduction/Vue/Gestiondiverses/index.php @@ -0,0 +1,8 @@ +titre = "INTER-SANTE - Gestion Diverses"; ?> +

+ +
+
    +

  • +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Gestiondroits/index.php b/radiantproduction/Vue/Gestiondroits/index.php new file mode 100644 index 0000000..e43c2f2 --- /dev/null +++ b/radiantproduction/Vue/Gestiondroits/index.php @@ -0,0 +1,10 @@ +titre = "INTER-SANTE - Droits Utilisateurs" ?> +

+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Gettextcommun/index.php b/radiantproduction/Vue/Gettextcommun/index.php new file mode 100644 index 0000000..12b3bd8 --- /dev/null +++ b/radiantproduction/Vue/Gettextcommun/index.php @@ -0,0 +1,43 @@ + + + + + +
+ + + +
+ + + +
+ + + + + + + + + + + diff --git a/radiantproduction/Vue/Heritageprofilass/index.php b/radiantproduction/Vue/Heritageprofilass/index.php new file mode 100644 index 0000000..304968c --- /dev/null +++ b/radiantproduction/Vue/Heritageprofilass/index.php @@ -0,0 +1,34 @@ +titre = "INTER-SANTE - Héritage de droits"; ?> + + + + + + + + + + + + + + + + + + + + +
+ + ==> + +
+ +
diff --git a/radiantproduction/Vue/Histoetat/index.php b/radiantproduction/Vue/Histoetat/index.php new file mode 100644 index 0000000..6ebebaf --- /dev/null +++ b/radiantproduction/Vue/Histoetat/index.php @@ -0,0 +1,81 @@ +titre = "INTER-SANTE - Historique des changements d'états"; + if (est_anglophone()) + { + $produit = $beneficiaire['produitEng']; + $naturepiece = $beneficiaire['naturepieceEng']; + $lienparente = $beneficiaire['lienparenteEng']; + $motifsortie = $beneficiaire['motifsortieEng']; + $etat = $beneficiaire['etatbeneficiaireEng']; + } + else + { + $produit = $beneficiaire['produit']; + $naturepiece = $beneficiaire['naturepiece']; + $lienparente = $beneficiaire['lienparente']; + $motifsortie = $beneficiaire['motifsortie']; + $etat = $beneficiaire['etatbeneficiaire']; + } + +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + nettoyer($etatbeneficiaire['etatbeneficiaire']); + if (est_anglophone()) + { + $etat_h = $beneficiaire['etatbeneficiaireEng']; + } + ?> + + + + + + + + +
Date
nettoyer($etatbeneficiaire['dateSysteme'])) ?>nettoyer($etatbeneficiaire['motifEtat']) ?>nettoyer($etatbeneficiaire['utilisateur']) ?>
diff --git a/radiantproduction/Vue/Histsupprempreinte/index.php b/radiantproduction/Vue/Histsupprempreinte/index.php new file mode 100644 index 0000000..8233b6e --- /dev/null +++ b/radiantproduction/Vue/Histsupprempreinte/index.php @@ -0,0 +1,47 @@ +titre = "INTER-SANTE - Historique Suppression Empreintes Digitales"; +?> + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + +
Date
+
+ diff --git a/radiantproduction/Vue/Histsupprface/index.php b/radiantproduction/Vue/Histsupprface/index.php new file mode 100644 index 0000000..7f14bfa --- /dev/null +++ b/radiantproduction/Vue/Histsupprface/index.php @@ -0,0 +1,48 @@ +titre = "INTER-SANTE - Historique Suppression Faces"; +?> + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + +
Date
+
+ diff --git a/radiantproduction/Vue/Image/index.php b/radiantproduction/Vue/Image/index.php new file mode 100644 index 0000000..4f0674b --- /dev/null +++ b/radiantproduction/Vue/Image/index.php @@ -0,0 +1,17 @@ + + + + + +
+
+ + + +
+ +
+
diff --git a/radiantproduction/Vue/Importassure/index.php b/radiantproduction/Vue/Importassure/index.php new file mode 100644 index 0000000..0570c1a --- /dev/null +++ b/radiantproduction/Vue/Importassure/index.php @@ -0,0 +1,136 @@ +titre = "INTER-SANTE - Import assurés"; +?> + +
+ +
+ Importation des assurés à partir d'un fichier Excel") ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
+
+
+ + Actions + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ +
+ +
+ + + +" ")) : ?> + + + + + + + +
+ +
diff --git a/radiantproduction/Vue/Importassurefamiliale/index.php b/radiantproduction/Vue/Importassurefamiliale/index.php new file mode 100644 index 0000000..5fc1c90 --- /dev/null +++ b/radiantproduction/Vue/Importassurefamiliale/index.php @@ -0,0 +1,136 @@ +titre = "INTER-SANTE - Import assurés"; +?> + +
+ +
+ Importation des assurés à partir d'un fichier Excel") ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
+
+
+ + Actions + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ +
+ +
+ + + +" ")) : ?> + + + + + + + +
+ +
diff --git a/radiantproduction/Vue/Importdestinatairesms/index.php b/radiantproduction/Vue/Importdestinatairesms/index.php new file mode 100644 index 0000000..7335bb1 --- /dev/null +++ b/radiantproduction/Vue/Importdestinatairesms/index.php @@ -0,0 +1,80 @@ +titre = "INTER-SANTE - Import assurés"; +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ +
+ +
+ + + + + " ")) : ?> + + + + + + + +
+ +
+
+ + + diff --git a/radiantproduction/Vue/Importertarifmedicament/index.php b/radiantproduction/Vue/Importertarifmedicament/index.php new file mode 100644 index 0000000..f9c8934 --- /dev/null +++ b/radiantproduction/Vue/Importertarifmedicament/index.php @@ -0,0 +1,82 @@ +titre = "INTER-SANTE - Importer tarif médicaments"; + $idTarif = $this->nettoyer($tarif['idTarif']); + $codeTarifMedicament = $this->nettoyer($tarif['codeTarifMedicament']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ +
+ +
+ + + +" ")) : ?> + + + + + + + +
+ +
+ diff --git a/radiantproduction/Vue/Imprimerdevis/index.php b/radiantproduction/Vue/Imprimerdevis/index.php new file mode 100644 index 0000000..b972a53 --- /dev/null +++ b/radiantproduction/Vue/Imprimerdevis/index.php @@ -0,0 +1,34 @@ +titre = "Tâches - Editions Devis"; ?> + + + nettoyer($_SESSION['numeroPolice_d_C'])?> + + + + + + + + + + + + + + + + + + + + + + + +
=>
=>
+ +
+
diff --git a/radiantproduction/Vue/Initdecompte/index.php b/radiantproduction/Vue/Initdecompte/index.php new file mode 100644 index 0000000..53b7f9e --- /dev/null +++ b/radiantproduction/Vue/Initdecompte/index.php @@ -0,0 +1,98 @@ +titre = "INTER-SANTE - Sélection Décompte "; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ + +
+ +
+
" onClick="initierdecompte();" style='font-size:10pt;' >
+ + +
+

+
+ + +
+ +
+ +
+ + + +
+
diff --git a/radiantproduction/Vue/Initdecompte/initierdecompte.php b/radiantproduction/Vue/Initdecompte/initierdecompte.php new file mode 100644 index 0000000..65ad032 --- /dev/null +++ b/radiantproduction/Vue/Initdecompte/initierdecompte.php @@ -0,0 +1,4 @@ +
+ apres + +
diff --git a/radiantproduction/Vue/Initstatistiques/index.php b/radiantproduction/Vue/Initstatistiques/index.php new file mode 100644 index 0000000..0b21936 --- /dev/null +++ b/radiantproduction/Vue/Initstatistiques/index.php @@ -0,0 +1,32 @@ +titre = "INTER-SANTE - Initialiser Statistique "; ?> + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:initierstatistiques();" style='font-size:11pt;' > " onClick="javascript:initierstatistiques_non_archives();" style='font-size:11pt;' >
+ + +
+ +
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Liaisonclients/index.php b/radiantproduction/Vue/Liaisonclients/index.php new file mode 100644 index 0000000..2fa5851 --- /dev/null +++ b/radiantproduction/Vue/Liaisonclients/index.php @@ -0,0 +1,209 @@ +titre = "INTER-SANTE - Modification Client"; + $idClient = $this->nettoyer($client['idClient']); + $idClientParent = $this->nettoyer($client['idClientParent']); + $clientLie = ($idClientParent>"0"); + $aUnParent = ($clientLie && $idClientParent!=$idClient); +?> + + + + + nettoyer($client['nom'] . " " . $client['prenoms']) ?> + + + + + + + + + + + + + +
+ + + nettoyer($client_parent['numeroClientParent']); + if($nocliParent<="0") + { + $nocliParent = "0"; + } + ?> + + "0"): ?> + + + + + + + + + + + + + + + + + + +
+
nettoyer($client_parent['clientParent']) ?>
+ + + + + + "0"): ?> + + + + + + + + + + + + + + nettoyer($client_enfant['idClientEnfant']); + $nocliEnfant = $this->nettoyer($client_enfant['numeroClientEnfant']); + ?> + + + + + + + +
+
nettoyer($client_enfant['clientEnfant']) ?>
+ + + + + "0"): ?> + + + + + + + + + + + + + + nettoyer($client_frere['idClientFrere']); + $nocliFrere = $this->nettoyer($client_frere['numeroClientFrere']); + ?> + + + + + + + +
+
nettoyer($client_frere['clientFrere']) ?>
+ + +
+

+
+ + + + + + +
+
diff --git a/radiantproduction/Vue/Liercolleges/index.php b/radiantproduction/Vue/Liercolleges/index.php new file mode 100644 index 0000000..069c0ab --- /dev/null +++ b/radiantproduction/Vue/Liercolleges/index.php @@ -0,0 +1,20 @@ +titre = "INTER-SANTE - Lier collèges"; ?> + + + + + + + + + + + +
+ +
+ +
+
diff --git a/radiantproduction/Vue/Listeactes/index.php b/radiantproduction/Vue/Listeactes/index.php new file mode 100644 index 0000000..d0c5a98 --- /dev/null +++ b/radiantproduction/Vue/Listeactes/index.php @@ -0,0 +1,72 @@ +titre = "INTER-SANTE - Tarif Actes Médicaux"; + $codeTarifActe = $_SESSION['codeTarifActe_C']; + $codeFamilleActe = $_SESSION['codeFamilleActe_C']; +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
" + onClick="javascript:rechercher_actes_famille_param();" style="font-size:10pt;"> " + onClick="javascript:rechercher_actes_famille_param_tous();" style="font-size:10pt;">
+
+ + +
+
+ + + + diff --git a/radiantproduction/Vue/Listeadherent/index.php b/radiantproduction/Vue/Listeadherent/index.php new file mode 100644 index 0000000..ed9fca6 --- /dev/null +++ b/radiantproduction/Vue/Listeadherent/index.php @@ -0,0 +1,135 @@ +titre = "INTER-SANTE - Liste Adhérents"; + + $codeTypeAvenant = $_SESSION['codeTypeAvenant_C']; + $estsupprimable_0 = ($codeTypeAvenant=="AFN" or $codeTypeAvenant=="REN"); + $superUser = $_SESSION['superUser']; + $prestationPossible = $this->nettoyer($police['prestationPossible']); +?> + + + + + + + + + + + +
+ +
+ +
+
+ + + + + + + + + diff --git a/radiantproduction/Vue/Listeavenant/index.php b/radiantproduction/Vue/Listeavenant/index.php new file mode 100644 index 0000000..52eb4d0 --- /dev/null +++ b/radiantproduction/Vue/Listeavenant/index.php @@ -0,0 +1,49 @@ +titre = "INTER-SANTE - Liste Avenants police"; +?> + + " . $_SESSION['nomClient_C'] . " => " . $police['numeroPolice'] . " => " . $police['idPolice'] ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($avenant['numeroAvenant']) ?>nettoyer($avenant['dateEffet']), $_SESSION['lang']) ?>nettoyer($avenant['motifavenant']) ?>nettoyer($avenant['utilisateur']) ?>nettoyer($avenant['dateSysteme'])) ?> + + + + + + nettoyer($avenant['dateFacturation'])) ?> nettoyer($avenant['userFacturation']) ?>
diff --git a/radiantproduction/Vue/Listeclients/index.php b/radiantproduction/Vue/Listeclients/index.php new file mode 100644 index 0000000..09909d2 --- /dev/null +++ b/radiantproduction/Vue/Listeclients/index.php @@ -0,0 +1,52 @@ +titre = "INTER-SANTE - Liste Clients"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($client['id']); + $nocli = $this->nettoyer($client['numeroClient']); + $gestionConfiee = $this->nettoyer($client['gestionConfiee']); + ?> + + + + + + + + + + + + + + + + + + + +
Spec / Limit
" >
nettoyer($client['nom']) ?>nettoyer($client['prenoms']) ?>nettoyer($client['telephonePortable']) ?>nettoyer($client['idPolice']) ?>nettoyer($client['numeroPolice']) ?>nettoyer($client['police_speciale']) ?>nettoyer($client['limiteConsommation']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Listedecomptes/index.php b/radiantproduction/Vue/Listedecomptes/index.php new file mode 100644 index 0000000..7a302c3 --- /dev/null +++ b/radiantproduction/Vue/Listedecomptes/index.php @@ -0,0 +1,136 @@ +titre = "INTER-SANTE - Historique des décomptes"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ " "): ?> + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
User
+
+ + + +
+ +
diff --git a/radiantproduction/Vue/Listedemandebon/index.php b/radiantproduction/Vue/Listedemandebon/index.php new file mode 100644 index 0000000..19b97fb --- /dev/null +++ b/radiantproduction/Vue/Listedemandebon/index.php @@ -0,0 +1,96 @@ +titre = "INTER-SANTE - Liste Demandes de BONS"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + +
+ +
+ + + + + + + + + + + + + +
Id Type
+
+ + + diff --git a/radiantproduction/Vue/Listederogations/index.php b/radiantproduction/Vue/Listederogations/index.php new file mode 100644 index 0000000..9da5c8b --- /dev/null +++ b/radiantproduction/Vue/Listederogations/index.php @@ -0,0 +1,108 @@ +titre = "INTER-SANTE - Historique Demandes de dérogation"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + +
No Date
+
+ + diff --git a/radiantproduction/Vue/Listederogationsbenficiaire/index.php b/radiantproduction/Vue/Listederogationsbenficiaire/index.php new file mode 100644 index 0000000..4a07473 --- /dev/null +++ b/radiantproduction/Vue/Listederogationsbenficiaire/index.php @@ -0,0 +1,94 @@ +titre = "INTER-SANTE - Historique Demandes de dérogation"; +?> + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + nettoyer($derogation['idDemandederogation']); + $codeReponseDerogation = $this->nettoyer($derogation['codeReponseDerogation']); + $numeroDerogation = $this->nettoyer($derogation['numeroDerogation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($derogation['dateSysteme'])) ?>nettoyer($derogation['libelleDerogation']) ?>nettoyer($derogation['prestataire']) ?>nettoyer($derogation['dateReponse'])) ?>nettoyer($derogation['responsableDerogation']) ?>nettoyer($derogation['reponseDerogation']) ?> + " + onClick="javascript:accepter_derogation();"> + + " + onClick="javascript:refuser_derogation(, '2');"> + nettoyer($derogation['motifReel']) ?>nettoyer($derogation['debut'])) ?>nettoyer($derogation['fin'])) ?>nettoyer($derogation['motifReel']) ?>nettoyer($derogation['motifRefusAssure']) ?>nettoyer($derogation['tmDerogation']) ?>
+
diff --git a/radiantproduction/Vue/Listedossiers/index.php b/radiantproduction/Vue/Listedossiers/index.php new file mode 100644 index 0000000..8768d99 --- /dev/null +++ b/radiantproduction/Vue/Listedossiers/index.php @@ -0,0 +1,97 @@ +titre = "INTER-SANTE - Consultation Dossiers"; +?> + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Date
+
+ + diff --git a/radiantproduction/Vue/Listeententeprealables/index.php b/radiantproduction/Vue/Listeententeprealables/index.php new file mode 100644 index 0000000..70262c8 --- /dev/null +++ b/radiantproduction/Vue/Listeententeprealables/index.php @@ -0,0 +1,105 @@ +titre = "INTER-SANTE - Actes soumis à entente préalable"; +?> + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
No Date
+
+ + diff --git a/radiantproduction/Vue/Listeententeprealablesbenficiaire/index.php b/radiantproduction/Vue/Listeententeprealablesbenficiaire/index.php new file mode 100644 index 0000000..286f4af --- /dev/null +++ b/radiantproduction/Vue/Listeententeprealablesbenficiaire/index.php @@ -0,0 +1,98 @@ +titre = "INTER-SANTE - Actes soumis à entente préalable"; +?> + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeententeprealable']); + $codeReponseEntentePrealable = $this->nettoyer($ententeprealable['codeReponseEntentePrealable']); + $numeroEntentePrealable = $this->nettoyer($ententeprealable['numeroEntentePrealable']); + $facture = $this->nettoyer($ententeprealable['facture']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+ + nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponsentEnteprealable']) ?> + " + onClick="javascript:accepter_ententeprealable(, );"> + + " + onClick="javascript:refuser_ententeprealable(, );"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Listeententeprealablesmont/index.php b/radiantproduction/Vue/Listeententeprealablesmont/index.php new file mode 100644 index 0000000..62a52e6 --- /dev/null +++ b/radiantproduction/Vue/Listeententeprealablesmont/index.php @@ -0,0 +1,52 @@ +titre = "INTER-SANTE - Montures soumises à entente préalable"; +?> + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
No Date
+
diff --git a/radiantproduction/Vue/Listeententeprealablesopt/index.php b/radiantproduction/Vue/Listeententeprealablesopt/index.php new file mode 100644 index 0000000..1ab837b --- /dev/null +++ b/radiantproduction/Vue/Listeententeprealablesopt/index.php @@ -0,0 +1,53 @@ +titre = "INTER-SANTE - Verres soumis à entente préalable"; +?> + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
No Date
+
diff --git a/radiantproduction/Vue/Listeententeprealablespha/index.php b/radiantproduction/Vue/Listeententeprealablespha/index.php new file mode 100644 index 0000000..dba5fb3 --- /dev/null +++ b/radiantproduction/Vue/Listeententeprealablespha/index.php @@ -0,0 +1,54 @@ +titre = "INTER-SANTE - Médicaments soumis à entente préalable"; +?> + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+
diff --git a/radiantproduction/Vue/Listeexclusions/index.php b/radiantproduction/Vue/Listeexclusions/index.php new file mode 100644 index 0000000..a5d1c6f --- /dev/null +++ b/radiantproduction/Vue/Listeexclusions/index.php @@ -0,0 +1,68 @@ +titre = "INTER-SANTE - Gestion des actes exclus"; +?> + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Listeexclusionsbenficiaire/index.php b/radiantproduction/Vue/Listeexclusionsbenficiaire/index.php new file mode 100644 index 0000000..96887cd --- /dev/null +++ b/radiantproduction/Vue/Listeexclusionsbenficiaire/index.php @@ -0,0 +1,93 @@ +titre = "INTER-SANTE - Gestion des actes exclus"; +?> + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($ententeprealable['idDemandeautorisation']); + $codeReponseAutorisation = $this->nettoyer($ententeprealable['codeReponseAutorisation']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
No Date
nettoyer($ententeprealable['numeroAutorisation']) ?>nettoyer($ententeprealable['dateSysteme'])) ?>nettoyer($ententeprealable['libelleActe']) ?>nettoyer($ententeprealable['prestataire']) ?>nettoyer($ententeprealable['dateReponse'])) ?>nettoyer($ententeprealable['responsableAccord']) ?>nettoyer($ententeprealable['reponseAutorisation']) ?> nettoyer($ententeprealable['prixTarif'])) ?> nettoyer($ententeprealable['valeurActe'])) ?> + " + onClick="javascript:accepter_acte_exclu();"> + + " + onClick="javascript:refuser_acte_exclu(, '2');"> + nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifReel']) ?>nettoyer($ententeprealable['motifRefusAssure']) ?>
+
diff --git a/radiantproduction/Vue/Listeexercices/index.php b/radiantproduction/Vue/Listeexercices/index.php new file mode 100644 index 0000000..1e410b6 --- /dev/null +++ b/radiantproduction/Vue/Listeexercices/index.php @@ -0,0 +1,88 @@ +titre = "INTER-SANTE - Historique Exercice Police"; ?> + +
+ nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($contrat['exercice']) ?>nettoyer($contrat['dateEffet'])) ?>nettoyer($contrat['dateFin'])) ?>nettoyer($contrat['userCre']) ?>nettoyer($contrat['utilisateur']) ?>nettoyer($contrat['dateSysteme'])) ?>
diff --git a/radiantproduction/Vue/Listefactures/index.php b/radiantproduction/Vue/Listefactures/index.php new file mode 100644 index 0000000..23420c7 --- /dev/null +++ b/radiantproduction/Vue/Listefactures/index.php @@ -0,0 +1,95 @@ +titre = "INTER-SANTE -Consultation Factrures"; +?> + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
Date
+
+ + diff --git a/radiantproduction/Vue/Listefamilleacte/index.php b/radiantproduction/Vue/Listefamilleacte/index.php new file mode 100644 index 0000000..6510798 --- /dev/null +++ b/radiantproduction/Vue/Listefamilleacte/index.php @@ -0,0 +1,54 @@ +titre = "INTER-SANTE - Liste des tarifs Medicaments"; + $codeTarifActe = $_SESSION['codeTarifActe_C']; + $adminSin = $_SESSION['adminSin']; +?> + + + +
+ + + + + + + + + + + + + + + nettoyer($familleacte['id']); + $hospitalisation = $familleacte['hospitalisation']; + ?> + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:modifier_familles_actes();"> " onClick="javascript:supprimer_familles_actes();"> " disabled > " disabled >
+
diff --git a/radiantproduction/Vue/Listegenererbon/index.php b/radiantproduction/Vue/Listegenererbon/index.php new file mode 100644 index 0000000..9b5a87b --- /dev/null +++ b/radiantproduction/Vue/Listegenererbon/index.php @@ -0,0 +1,118 @@ +titre = "INTER-SANTE - Historique généeration bons"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + Type + +
+ +
+ + + + + + + + + + + + + + +
TypeDate
+
+ + + + + diff --git a/radiantproduction/Vue/Listeimportassure/index.php b/radiantproduction/Vue/Listeimportassure/index.php new file mode 100644 index 0000000..c73c4cf --- /dev/null +++ b/radiantproduction/Vue/Listeimportassure/index.php @@ -0,0 +1,118 @@ +titre = "INTER-SANTE - Liste Assurés Importés"; +?> + + + + + + + " . _("Lignes Totales") . " => " . $nb_ligne_ass . " => " . _("Lignes sans collège") . " => " . $nb_adh ?> + +
+ + '0'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '0'): ?> + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($dbeneficiaires_total['nbLigne'])) ?> nettoyer($dbeneficiaires_total['primeHtTotal'])) ?>nettoyer($dbeneficiaires_total['taxeTotal'])) ?>nettoyer($dbeneficiaires_total['fraisCarteTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcTotal'])) ?>nettoyer($dbeneficiaires_total['primeNetteStatTotal'])) ?>
Sex + + Stat
nettoyer($dbeneficiaires_total['nbLigne'])) ?> nettoyer($dbeneficiaires_total['primeHtTotal'])) ?>nettoyer($dbeneficiaires_total['taxeTotal'])) ?>nettoyer($dbeneficiaires_total['fraisCarteTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcTotal'])) ?>nettoyer($dbeneficiaires_total['primeNetteStatTotal'])) ?>
nettoyer($beneficiaire['categorie']) ?>nettoyer($beneficiaire['libelleCollege']) ?>nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['libelleCollege']) ?>nettoyer($beneficiaire['codeProduit']) ?>nettoyer($beneficiaire['numeroAdherent']) ?>nettoyer($beneficiaire['noFamille']) ?>nettoyer($beneficiaire['nom']) ?>nettoyer($beneficiaire['prenoms']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['dateEffet'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['fraisCarte'])) ?>nettoyer($beneficiaire['primeTtc'])) ?>nettoyer($beneficiaire['primeNetteStat'])) ?>
+ + +
+

+
+ + +
+ +
+
+ diff --git a/radiantproduction/Vue/Listeimportassurefamiliale/index.php b/radiantproduction/Vue/Listeimportassurefamiliale/index.php new file mode 100644 index 0000000..92732de --- /dev/null +++ b/radiantproduction/Vue/Listeimportassurefamiliale/index.php @@ -0,0 +1,124 @@ +titre = "INTER-SANTE - Liste Assurés Importés"; +?> + + + + + + + " . _("Lignes Totales") . " => " . $nb_ligne_ass . " => " . _("Lignes sans collège") . " => " . $nb_adh ?> + +
+ + '0'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($dbeneficiaires_total['nbLigne'])) ?> nettoyer($dbeneficiaires_total['primeBaseTotal'])) ?>nettoyer($dbeneficiaires_total['commissionAutreTotal'])) ?>nettoyer($dbeneficiaires_total['primeHtTotal'])) ?>nettoyer($dbeneficiaires_total['taxeTotal'])) ?> nettoyer($dbeneficiaires_total['interetTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcTousEcheancesTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcEcheancesTotal'])) ?>nettoyer($dbeneficiaires_total['partAssureurTotal'])) ?>nettoyer($dbeneficiaires_total['partTiersTotal'])) ?>
Sex
nettoyer($dbeneficiaires_total['nbLigne'])) ?> nettoyer($dbeneficiaires_total['primeBaseTotal'])) ?>nettoyer($dbeneficiaires_total['commissionAutreTotal'])) ?>nettoyer($dbeneficiaires_total['primeHtTotal'])) ?>nettoyer($dbeneficiaires_total['taxeTotal'])) ?> nettoyer($dbeneficiaires_total['interetTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcTousEcheancesTotal'])) ?>nettoyer($dbeneficiaires_total['primeTtcEcheancesTotal'])) ?>nettoyer($dbeneficiaires_total['partAssureurTotal'])) ?>nettoyer($dbeneficiaires_total['partTiersTotal'])) ?>
nettoyer($beneficiaire['commercial']) ?>nettoyer($beneficiaire['numeroAdherent']) ?>nettoyer($beneficiaire['noFamille']) ?>nettoyer($beneficiaire['nom']) ?>nettoyer($beneficiaire['prenoms']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['dateEffet'])) ?>nettoyer($beneficiaire['primeBase'])) ?>nettoyer($beneficiaire['commissionAutre'])) ?>nettoyer($beneficiaire['primeHt'])) ?>nettoyer($beneficiaire['taxe'])) ?>nettoyer($beneficiaire['nbEcheance']) ?>nettoyer($beneficiaire['surchargeEcheancier'])) ?>nettoyer($beneficiaire['primeTtcTousEcheances'])) ?>nettoyer($beneficiaire['primeTtcEcheances'])) ?>nettoyer($beneficiaire['partAssureur'])) ?>nettoyer($beneficiaire['partTiers'])) ?>
+ +
+

+
+ + +
+ +
+
+ diff --git a/radiantproduction/Vue/Listeimporttarifmedicament/index.php b/radiantproduction/Vue/Listeimporttarifmedicament/index.php new file mode 100644 index 0000000..84e1361 --- /dev/null +++ b/radiantproduction/Vue/Listeimporttarifmedicament/index.php @@ -0,0 +1,105 @@ +titre = "INTER-SANTE - Liste Medicaments Importes"; + + $idTarif = $_SESSION['idTarif']; +?> + + + + + + + + " . _("Lignes Totale") . " => " . $nb_ligne_med ?> + +
+ + '0'): ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($tarifs_total['nbLigne'])) ?>
Code Instructions
nettoyer($tarifs_total['nbLigne'])) ?>
nettoyer($tarif['codeMedicament']) ?>nettoyer($tarif['libelle']) ?>nettoyer($tarif['unite']) ?>nettoyer($tarif['prix'])) ?> + + + + + + nettoyer($tarif['nomSubstitut']) ?>nettoyer($tarif['instructions']) ?> + + + + + + + + + + + + + + + + + +
+ + +
+

+
+ + +
+ +
+
+ diff --git a/radiantproduction/Vue/Listemedicaments/index.php b/radiantproduction/Vue/Listemedicaments/index.php new file mode 100644 index 0000000..e34ff59 --- /dev/null +++ b/radiantproduction/Vue/Listemedicaments/index.php @@ -0,0 +1,48 @@ + +" readonly> + + +
+ + + + + + + + + + +
+ + + " + onClick="javascript:rechercher_medicaments_param();" style="font-size:10pt;"> +
+
+ +
+
+ + + + diff --git a/radiantproduction/Vue/Listeprofil/index.php b/radiantproduction/Vue/Listeprofil/index.php new file mode 100644 index 0000000..2411716 --- /dev/null +++ b/radiantproduction/Vue/Listeprofil/index.php @@ -0,0 +1,52 @@ +titre = "INTER-SANTE - Liste Profils utilisateurs"; ?> + + + + + + + + + + + +
+
+
+
+ +
+ +
+ + +
+ +
+ +
+ " > +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Code
nettoyer($profil['codeProfil']) ?>nettoyer($profil['libelle']) ?>
diff --git a/radiantproduction/Vue/Listeprofilass/index.php b/radiantproduction/Vue/Listeprofilass/index.php new file mode 100644 index 0000000..7dcd213 --- /dev/null +++ b/radiantproduction/Vue/Listeprofilass/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Profils Utilisateurs"; +?> + + + +
+ + + + + + + + + + + + + + + + + + + +
Code
nettoyer($profil['codeProfil']) ?> nettoyer($profil['libelle']) ?> nettoyer($profil['libelleEng']) ?>
+
+ +
+
+ diff --git a/radiantproduction/Vue/Listeprospects/index.php b/radiantproduction/Vue/Listeprospects/index.php new file mode 100644 index 0000000..3af5112 --- /dev/null +++ b/radiantproduction/Vue/Listeprospects/index.php @@ -0,0 +1,45 @@ +titre = "INTER-SANTE - Liste Prospects"; ?> + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + nettoyer($client['id']); + $nocli = $this->nettoyer($client['numeroClient']); + ?> + + + + + + + + + + + +
" >
nettoyer($client['nom']) ?>nettoyer($client['prenoms']) ?>nettoyer($client['telephonePortable']) ?>nettoyer($client['Ville']) ?>
+ +
+ diff --git a/radiantproduction/Vue/Listerclients/index.php b/radiantproduction/Vue/Listerclients/index.php new file mode 100644 index 0000000..e95f3e9 --- /dev/null +++ b/radiantproduction/Vue/Listerclients/index.php @@ -0,0 +1,65 @@ +titre = "INTER-SANTE - Lister Clients"; ?> + + + + + + + + + + + + + + + + + nettoyer($client['id']); + $nocli = $this->nettoyer($client['numeroClient']); + $gestionConfiee = $this->nettoyer($client['gestionConfiee']); + ?> + + + + + + + + + + + + + + + + + + +
Spec / Limit
nettoyer($client['nom']) ?>nettoyer($client['prenoms']) ?>nettoyer($client['telephonePortable']) ?>nettoyer($client['idPolice']) ?>nettoyer($client['numeroPolice']) ?>nettoyer($client['police_speciale']) ?>nettoyer($client['limiteConsommation']) ?>
+ + diff --git a/radiantproduction/Vue/Listerequeteperso/index.php b/radiantproduction/Vue/Listerequeteperso/index.php new file mode 100644 index 0000000..97563b6 --- /dev/null +++ b/radiantproduction/Vue/Listerequeteperso/index.php @@ -0,0 +1,53 @@ +titre = "INTER-SANTE - Liste Requêtes Personnalisées"; +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Source User
nettoyer($requete['nomRequete']) ?> nettoyer($requete['nomRequeteEng']) ?> nettoyer($requete['sourceDonnees']) ?> nettoyer($requete['ordre']) ?> " onClick="javascript:desactiver_requeteperso('');"> " onClick="javascript:activer_requeteperso('');"> nettoyer($requete['codeUtilisateur']) ?> nettoyer($requete['dateSysteme'])) ?> + " onClick="javascript:afficher_requeteperso_id();" style='font-size:9pt;' > +
+
diff --git a/radiantproduction/Vue/Listerprospects/index.php b/radiantproduction/Vue/Listerprospects/index.php new file mode 100644 index 0000000..a4233c8 --- /dev/null +++ b/radiantproduction/Vue/Listerprospects/index.php @@ -0,0 +1,32 @@ +titre = "INTER-SANTE - Lister Prospects"; ?> + +
+ +
+ + + + + + + + + + + + + nettoyer($client['id']); + $nocli = $this->nettoyer($client['numeroClient']); + ?> + + + + + + + + + + +
nettoyer($client['nom']) ?>nettoyer($client['prenoms']) ?>nettoyer($client['telephonePortable']) ?>nettoyer($client['Ville']) ?>
diff --git a/radiantproduction/Vue/Listetarifacte/index.php b/radiantproduction/Vue/Listetarifacte/index.php new file mode 100644 index 0000000..29369c9 --- /dev/null +++ b/radiantproduction/Vue/Listetarifacte/index.php @@ -0,0 +1,68 @@ +titre = "INTER-SANTE - Liste des tarifs Medicaments"; + $adminSin = $_SESSION['adminSin']; +?> + + + + + + + + + + + + + nettoyer($tarif['id']); + $libelleTarif = $tarif['libelle']; + if (est_anglophone()) + { + $libelleTarif = $tarif['libelleEng']; + } + ?> + + + + + + + + + + + + + + + + + + +
" onClick="javascript:modifier_tarif_actes();"> " onClick="javascript:archiver_tarif_actes();"> " onClick="javascript:supprimer_tarif_actes();"> " disabled > " disabled >
diff --git a/radiantproduction/Vue/Listetarifmedicament/index.php b/radiantproduction/Vue/Listetarifmedicament/index.php new file mode 100644 index 0000000..91e9958 --- /dev/null +++ b/radiantproduction/Vue/Listetarifmedicament/index.php @@ -0,0 +1,31 @@ +titre = "INTER-SANTE - Liste des tarifs Medicaments"; +?> + + + + + + + + + + + + nettoyer($tarif['id']); + $libelleTarif = $tarif['libelle']; + if (est_anglophone()) + { + $libelleTarif = $tarif['libelleEng']; + } + ?> + + + + + + + + +
" onClick="javascript:modifier_tarif_medicaments();"> " onClick="javascript:importer_tarif_medicaments();"> " onClick="javascript:supprimer_tarif_medicaments();">
diff --git a/radiantproduction/Vue/Listetarifoptique/index.php b/radiantproduction/Vue/Listetarifoptique/index.php new file mode 100644 index 0000000..c8877c3 --- /dev/null +++ b/radiantproduction/Vue/Listetarifoptique/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Liste des tarifs Medicaments"; +?> + + + + + + + + + + + nettoyer($tarif['id']); + $libelleTarif = $tarif['libelle']; + if (est_anglophone()) + { + $libelleTarif = $tarif['libelleEng']; + } + ?> + + + + + + + + +
" onClick="javascript:modifier_tarif_optiques();"> " onClick="javascript:importer_tarif_optiques();"> " onClick="javascript:supprimer_tarif_optiques();">
diff --git a/radiantproduction/Vue/Listeutilisateur/index.php b/radiantproduction/Vue/Listeutilisateur/index.php new file mode 100644 index 0000000..f5e06ec --- /dev/null +++ b/radiantproduction/Vue/Listeutilisateur/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Liste Utilisateurs"; ?> + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ " > +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Code
nettoyer($utilisateur['codeUtilisateur']) ?>nettoyer($utilisateur['nom']) ?>nettoyer($utilisateur['prenoms']) ?>
diff --git a/radiantproduction/Vue/Listeverres/index.php b/radiantproduction/Vue/Listeverres/index.php new file mode 100644 index 0000000..f6d35a6 --- /dev/null +++ b/radiantproduction/Vue/Listeverres/index.php @@ -0,0 +1,48 @@ + +" readonly> + + +
+ + + + + + + + + + +
+ + + " + onClick="javascript:rechercher_verres_param();" style="font-size:10pt;"> +
+
+ +
+
+ + + + diff --git a/radiantproduction/Vue/Localiseradherent/index.php b/radiantproduction/Vue/Localiseradherent/index.php new file mode 100644 index 0000000..5ce617e --- /dev/null +++ b/radiantproduction/Vue/Localiseradherent/index.php @@ -0,0 +1,76 @@ +titre = "INTER-SANTE - Prestataire"; + $codePays = $client['codePays']; + $codeVille = $client['codeVille']; + $codeLocalite = $client['codeLocalite']; +?> + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+ + +
+
+ + + + diff --git a/radiantproduction/Vue/Logconnexion/index.php b/radiantproduction/Vue/Logconnexion/index.php new file mode 100644 index 0000000..23348c5 --- /dev/null +++ b/radiantproduction/Vue/Logconnexion/index.php @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/radiantproduction/Vue/Logreconnaissancefaciale/index.php b/radiantproduction/Vue/Logreconnaissancefaciale/index.php new file mode 100644 index 0000000..38ea95f --- /dev/null +++ b/radiantproduction/Vue/Logreconnaissancefaciale/index.php @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + diff --git a/radiantproduction/Vue/Logregisterface/index.php b/radiantproduction/Vue/Logregisterface/index.php new file mode 100644 index 0000000..cee5b24 --- /dev/null +++ b/radiantproduction/Vue/Logregisterface/index.php @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + diff --git a/radiantproduction/Vue/Logremoveface/index.php b/radiantproduction/Vue/Logremoveface/index.php new file mode 100644 index 0000000..ad0a4fa --- /dev/null +++ b/radiantproduction/Vue/Logremoveface/index.php @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + diff --git a/radiantproduction/Vue/Majdatesortie/index.php b/radiantproduction/Vue/Majdatesortie/index.php new file mode 100644 index 0000000..1b664d2 --- /dev/null +++ b/radiantproduction/Vue/Majdatesortie/index.php @@ -0,0 +1,49 @@ +titre = "INTER-SANTE - Forcer la sortie"; ?> + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ " /> + +
+ + + + + + + + + + + + + + + +
+
+
diff --git a/radiantproduction/Vue/Majmedecinsprestataire/index.php b/radiantproduction/Vue/Majmedecinsprestataire/index.php new file mode 100644 index 0000000..1bd63fa --- /dev/null +++ b/radiantproduction/Vue/Majmedecinsprestataire/index.php @@ -0,0 +1,101 @@ +titre = "INTER-SANTE - Liste Médecins prestataire"; + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $idPrestataire = $this->nettoyer($prestataire['id']); + $nomPrestataire = $this->nettoyer($prestataire['libelle']); +?> + + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
=>
nettoyer($medecinsnonaccessible['noOrdreMedecin']) ?> nettoyer($medecinsnonaccessible['nom']) ?>nettoyer($medecinsnonaccessible['prenoms']) ?>nettoyer($medecinsnonaccessible['specialite']) ?>nettoyer($medecinsnonaccessible['specialiteEng']) ?>
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
<=
nettoyer($medecinsaccessible['noOrdreMedecin']) ?> nettoyer($medecinsaccessible['nom']) ?>nettoyer($medecinsaccessible['prenoms']) ?>
+
+
+
diff --git a/radiantproduction/Vue/Medecins/index.php b/radiantproduction/Vue/Medecins/index.php new file mode 100644 index 0000000..c2145be --- /dev/null +++ b/radiantproduction/Vue/Medecins/index.php @@ -0,0 +1,56 @@ +titre = "INTER-SANTE - Prestataire"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + +
Sex Tel E-mail Cons
+
diff --git a/radiantproduction/Vue/Medecinsprestataire/index.php b/radiantproduction/Vue/Medecinsprestataire/index.php new file mode 100644 index 0000000..e759522 --- /dev/null +++ b/radiantproduction/Vue/Medecinsprestataire/index.php @@ -0,0 +1,59 @@ +titre = "INTER-SANTE - Liste Médecins prestataire"; + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $idPrestataire = $this->nettoyer($prestataire['id']); + $nomPrestataire = $this->nettoyer($prestataire['libelle']); +?> + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sex E-mail
nettoyer($medecin['noOrdreMedecin']) ?> nettoyer($medecin['nom']) ?>nettoyer($medecin['prenoms']) ?> nettoyer($medecin['sexe']) ?> nettoyer($medecin['specialite']) ?>nettoyer($medecin['specialiteEng']) ?> nettoyer($medecin['telephone']) ?> nettoyer($medecin['email']) ?>
+
+
+ +
+
+ diff --git a/radiantproduction/Vue/Messagerie/index.php b/radiantproduction/Vue/Messagerie/index.php new file mode 100644 index 0000000..42fc880 --- /dev/null +++ b/radiantproduction/Vue/Messagerie/index.php @@ -0,0 +1,191 @@ +titre = "INTER-SANTE - Gestion Messagerie"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + " "): ?> + + + + +
Message
+ + +
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/radiantproduction/Vue/Messageriecommun/index.php b/radiantproduction/Vue/Messageriecommun/index.php new file mode 100644 index 0000000..192c5e2 --- /dev/null +++ b/radiantproduction/Vue/Messageriecommun/index.php @@ -0,0 +1,45 @@ +titre = "INTER-SANTE - Gestion Messagerie"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
Message
" onClick="javascript:enregistrer_message_commun();"> " onClick='javascript:gerer_messagerie();'/>
+ +
+
+ +
+ +
+ + diff --git a/radiantproduction/Vue/Modifautresparametresgeneraux/index.php b/radiantproduction/Vue/Modifautresparametresgeneraux/index.php new file mode 100644 index 0000000..630b442 --- /dev/null +++ b/radiantproduction/Vue/Modifautresparametresgeneraux/index.php @@ -0,0 +1,27 @@ +titre = "INTER-SANTE - Paramètres Généraux"; ?> + + + + + + + + + + + + + + + + + + + + + + + +
Code
diff --git a/radiantproduction/Vue/Modifautresparametresprod/index.php b/radiantproduction/Vue/Modifautresparametresprod/index.php new file mode 100644 index 0000000..1857797 --- /dev/null +++ b/radiantproduction/Vue/Modifautresparametresprod/index.php @@ -0,0 +1,132 @@ +titre = "INTER-SANTE - Modifier Paramètres Généraux de la Production"; ?> + + + + + +" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description
+ Nouvelle Prime = ( (Ancienne Prime * SP) / spMax ). Ce qui veut dire que la S/P ne devrait pas dépasser ce plafond spMax") ?> + nettoyer($societeuser['spMax']) . " % "?>
+ + nettoyer($societeuser['fraisCarteAN'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['fraisCarteREN'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['fraisCarteImp'])) . " " . $_SESSION['devise_C']?>
+ + nettoyer($societeuser['spAlertAdherent']) . " % "?>
+ + nettoyer($societeuser['tauxRistourne']) . " % "?>
+ + nettoyer($societeuser['seuilRistourne']) . " % " ?>
" onClick="javascript:enregistrer_modif_parametres_prod();" style='font-size:10pt;' > " onClick="javascript:afficher_autres_parametresgeneraux();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifautresparametressin/index.php b/radiantproduction/Vue/Modifautresparametressin/index.php new file mode 100644 index 0000000..b348433 --- /dev/null +++ b/radiantproduction/Vue/Modifautresparametressin/index.php @@ -0,0 +1,292 @@ +titre = "INTER-SANTE - Modifier Paramètres Généraux de la Gestion Sinistres"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + +
+ + nettoyer($societeuser['nbMedicamentMax'])) ?>
+ + + + + + + + + +
" onClick="javascript:enregistrer_modif_parametres_sin();" style='font-size:10pt;' > " onClick="javascript:afficher_autres_parametresgeneraux();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifieracte/index.php b/radiantproduction/Vue/Modifieracte/index.php new file mode 100644 index 0000000..f909397 --- /dev/null +++ b/radiantproduction/Vue/Modifieracte/index.php @@ -0,0 +1,104 @@ +nettoyer($acte['id']); + $codeActe = $acte['codeActe']; + $codeFamilleActe = $acte['codeFamilleActe']; + $ententePrealable = $acte['ententePrealable']; + $exclu = $acte['exclu']; + $chirurgie = $acte['chirurgie']; + $actif = $acte['actif']; + $codeGarantie = $acte['codeGarantie']; + $codeTarifActe = $acte['codeTarifActe']; + $codeTypePrestation = $acte['codeTypePrestation']; + $alerte = $acte['alerte']; + $delaiCarenceActe = $acte['delaiCarenceActe']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Français English
+ + + +
+ + + +
+ + + + + + + +
" onClick="javascript:enregistrer_modif_un_acte();" style='font-size:10pt;' > " onClick="javascript:retour_liste_actes();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Modifieradherent/index.php b/radiantproduction/Vue/Modifieradherent/index.php new file mode 100644 index 0000000..d3c03e8 --- /dev/null +++ b/radiantproduction/Vue/Modifieradherent/index.php @@ -0,0 +1,157 @@ +titre = "INTER-SANTE - Modification Adhérent"; ?> + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
Sex + + Naissance
+ + + +
+ +
+
+ +
+
+
+ +
+
+ +
E-mail + +
" />
+
+ + + +
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Modifierapporteur/index.php b/radiantproduction/Vue/Modifierapporteur/index.php new file mode 100644 index 0000000..1caf48d --- /dev/null +++ b/radiantproduction/Vue/Modifierapporteur/index.php @@ -0,0 +1,53 @@ +nettoyer($apporteur['id']); + $codeApporteur = $apporteur['codeApporteur']; + // $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $adminSin = $_SESSION['adminSin']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" readonly >
E-mail
" onClick="javascript:enregistrer_modif_un_apporteur();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_apporteurs();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifierbeneficiaire/index.php b/radiantproduction/Vue/Modifierbeneficiaire/index.php new file mode 100644 index 0000000..7f188aa --- /dev/null +++ b/radiantproduction/Vue/Modifierbeneficiaire/index.php @@ -0,0 +1,90 @@ +titre = "INTER-SANTE - Modification Bénéficiaire"; ?> + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Sex + + + +
+ +
" />
+
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifierclient/index.php b/radiantproduction/Vue/Modifierclient/index.php new file mode 100644 index 0000000..8d2f9da --- /dev/null +++ b/radiantproduction/Vue/Modifierclient/index.php @@ -0,0 +1,143 @@ +titre = "INTER-SANTE - Modification Client"; + $codeLangueClient = $this->nettoyer($client['codeLangueClient']); +?> + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ +
+
+ +
+
+
+ +
+
+ + Fax
E-mail + + + +
+ + + +
" />
+
+ + + +
+
+ + + + + + +
+
+ +
diff --git a/radiantproduction/Vue/Modifiercollege/index.php b/radiantproduction/Vue/Modifiercollege/index.php new file mode 100644 index 0000000..02d7b72 --- /dev/null +++ b/radiantproduction/Vue/Modifiercollege/index.php @@ -0,0 +1,5 @@ +nettoyer($collegeTemp['imposerPlafond']); + + include $_SESSION['dossierSociete'].'/Tarifs/Vue/Modifiercollege.php'; +?> diff --git a/radiantproduction/Vue/Modifiercolleged/index.php b/radiantproduction/Vue/Modifiercolleged/index.php new file mode 100644 index 0000000..57be28f --- /dev/null +++ b/radiantproduction/Vue/Modifiercolleged/index.php @@ -0,0 +1,3 @@ + diff --git a/radiantproduction/Vue/Modifiercollegetemp/index.php b/radiantproduction/Vue/Modifiercollegetemp/index.php new file mode 100644 index 0000000..ca2ed3d --- /dev/null +++ b/radiantproduction/Vue/Modifiercollegetemp/index.php @@ -0,0 +1,219 @@ +titre = "INTER-SANTE - Limites additionnelles collège"; + $_SESSION['garantieArchive_C'] = $collegeTemp['garantieArchive']; + + $controlPlafondAdherent = $_SESSION['controlPlafondAdherent']; + $controlPlafondBeneficiaire = $_SESSION['controlPlafondBeneficiaire']; + $idCollegeTemp = $this->nettoyer($collegeTemp['idCollegeTemp']); + + $nbAdherent = $this->nettoyer($collegeTemp['nbAdherent']); + $nbAyantdroit = $this->nettoyer($collegeTemp['nbAyantdroit']); + $nbAssure = $this->nettoyer($collegeTemp['nbAssure']); + +?> + +
+ + + + + " /> + + + + + + + + + + + + + + + +
" . $nbAyantdroit . " > " . $nbAssure ?>" readonly >
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + + + + + + + + + + + + + nettoyer($garantieadd['id']); + $garantie = $this->nettoyer($garantieadd['garantie']); + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantieadd['garantieEng']); + } + ?> + + + + + + + + + + + + + + + + +
nettoyer($garantieadd['plafondOld'])) ?>nettoyer($garantieadd['plafondNew'])) ?>nettoyer($garantieadd['primeOption'])) ?> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['accessoire']))?> nettoyer($collegeTemp['accessoireBeneficiaire']))?> nettoyer($collegeTemp['accessoireAdherent_total']))?> nettoyer($collegeTemp['accessoireBeneficiaire_total']))?> nettoyer($collegeTemp['accessoire_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
+
+ + +
+

+
+ +
diff --git a/radiantproduction/Vue/Modifiercommercial/index.php b/radiantproduction/Vue/Modifiercommercial/index.php new file mode 100644 index 0000000..dfa08c3 --- /dev/null +++ b/radiantproduction/Vue/Modifiercommercial/index.php @@ -0,0 +1,58 @@ +nettoyer($apporteur['id']); + $codeApporteur = $apporteur['codeApporteur']; + $codeTypeApporteur = $apporteur['codeTypeApporteur']; + $adminSin = $_SESSION['adminSin']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
E-mail
" onClick="javascript:enregistrer_modif_un_commercial();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_commerciaux();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifierdevis/index.php b/radiantproduction/Vue/Modifierdevis/index.php new file mode 100644 index 0000000..f3648f8 --- /dev/null +++ b/radiantproduction/Vue/Modifierdevis/index.php @@ -0,0 +1,120 @@ +titre = "INTER-SANTE - Modification Devis"; ?> + +
+ +
+ +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ +
" />
+
+ + + + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifierdossierclassique/index.php b/radiantproduction/Vue/Modifierdossierclassique/index.php new file mode 100644 index 0000000..7792800 --- /dev/null +++ b/radiantproduction/Vue/Modifierdossierclassique/index.php @@ -0,0 +1,162 @@ +titre = "INTER-SANTE - Modification Dossier Remboursement Classique"; + $numeroLotDecompte = $dossier['numeroLotDecompte']; + $idDossierClassique = $dossier['idDossierClassique']; + $regle = $dossier['regle']; +?> + + + + + " . _("No Lot") . " : " . $numeroLotDecompte ?>" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit ?
Observations
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Hospit ? + +
+ + Observations
+ + + +
" onClick="enregistrermodificationsdossierclassique();" style='font-size:10pt;' >
+ + + +
+

+
+ + +
+
diff --git a/radiantproduction/Vue/Modifierfamilleacte/index.php b/radiantproduction/Vue/Modifierfamilleacte/index.php new file mode 100644 index 0000000..c2adaf9 --- /dev/null +++ b/radiantproduction/Vue/Modifierfamilleacte/index.php @@ -0,0 +1,60 @@ +titre = "INTER-SANTE - Modification tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
" onClick="javascript:enregistrer_modif_famille_actes();" style='font-size:10pt;' > " onClick="javascript:lister_famille_actes();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifierfraisfuneraire/index.php b/radiantproduction/Vue/Modifierfraisfuneraire/index.php new file mode 100644 index 0000000..2227ead --- /dev/null +++ b/radiantproduction/Vue/Modifierfraisfuneraire/index.php @@ -0,0 +1,168 @@ +titre = "INTER-SANTE - Modification Demande Frais Funéraires"; + $idFraisfuneraire = $fraisfuneraire['idFraisfuneraire']; + $numeroLotDecompte = $fraisfuneraire['numeroLotDecompte']; +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observations
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
Observations
+ + + +
" onClick="enregistrermodificationsfraisfuneraire();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ + +
+
diff --git a/radiantproduction/Vue/Modifiergcassureur/index.php b/radiantproduction/Vue/Modifiergcassureur/index.php new file mode 100644 index 0000000..5f8d094 --- /dev/null +++ b/radiantproduction/Vue/Modifiergcassureur/index.php @@ -0,0 +1,66 @@ +titre = "INTER-SANTE - Modification Assureur Gestion Confiée"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code E-mail
+ +
" onClick="javascript:enregistrer_modif_gc_assureur();" style='font-size:10pt;' > " onClick="javascript:retour_gc_assureur();" style='font-size:9pt;' >
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifiergcpolice/index.php b/radiantproduction/Vue/Modifiergcpolice/index.php new file mode 100644 index 0000000..65895f0 --- /dev/null +++ b/radiantproduction/Vue/Modifiergcpolice/index.php @@ -0,0 +1,57 @@ +titre = "INTER-SANTE - Modification Police Gestion Confiée"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_modif_gc_police();" style='font-size:10pt;' > " onClick="javascript:retour_fiche_gc_police();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Modifiermedecin/index.php b/radiantproduction/Vue/Modifiermedecin/index.php new file mode 100644 index 0000000..498c70e --- /dev/null +++ b/radiantproduction/Vue/Modifiermedecin/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Modification Médecin"; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + E-mail
+ + Sex + +
" onClick="javascript:enregistrer_modif_medecin();" style='font-size:10pt;' > " onClick="javascript:retour_medecin_id();" style='font-size:9pt;' >
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifiermedicament/index.php b/radiantproduction/Vue/Modifiermedicament/index.php new file mode 100644 index 0000000..3ad1620 --- /dev/null +++ b/radiantproduction/Vue/Modifiermedicament/index.php @@ -0,0 +1,58 @@ +nettoyer($medicament['id']); + $codeMedicament = $medicament['codeMedicament']; + $ententePrealable = $medicament['ententePrealable']; + $exclu = $medicament['exclu']; + $actif = $medicament['actif']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
" onClick="javascript:enregistrer_modif_un_medicament();" style='font-size:10pt;' > " onClick="javascript:retour_liste_medicaments();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Modifierparametresgeneraux/index.php b/radiantproduction/Vue/Modifierparametresgeneraux/index.php new file mode 100644 index 0000000..b93baee --- /dev/null +++ b/radiantproduction/Vue/Modifierparametresgeneraux/index.php @@ -0,0 +1,141 @@ +titre = "INTER-SANTE - Paramètres Généraux"; + $codeLangueSociete = $this->nettoyer($societeuser['codeLangueSociete']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
Fax E-mail
+ +
" onClick="javascript:enregistrer_modif_parametresgeneraux();" style='font-size:9pt;' > " onClick="javascript:afficher_parametresgeneraux();" style='font-size:9pt;' >
diff --git a/radiantproduction/Vue/Modifierpolice/index.php b/radiantproduction/Vue/Modifierpolice/index.php new file mode 100644 index 0000000..366f47d --- /dev/null +++ b/radiantproduction/Vue/Modifierpolice/index.php @@ -0,0 +1,178 @@ +titre = "INTER-SANTE - Modification Police"; + + if (est_anglophone()) + { + $typeContrat = $police['typeContratEng']; + $typeAvenant = $police['typeAvenantEng']; + $etatPolice = $police['etatPoliceEng']; + } + else + { + $typeContrat = $police['typeContrat']; + $typeAvenant = $police['typeAvenant']; + $etatPolice = $police['etatPolice']; + } +?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
+ + " readonly> + + " readonly> + +
(%)
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
" />
+
+ + + + +
diff --git a/radiantproduction/Vue/Modifierprestataire/index.php b/radiantproduction/Vue/Modifierprestataire/index.php new file mode 100644 index 0000000..71de332 --- /dev/null +++ b/radiantproduction/Vue/Modifierprestataire/index.php @@ -0,0 +1,181 @@ +titre = "INTER-SANTE - Modification Prestataire"; + $codeLanguePrestataire = $this->nettoyer($prestataire['codeLanguePrestataire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ + + + + +
+ + +
+ +
+
+
+ +
+
+ +
+ + + + E-mail
+ +
Iban
+ +
" onClick="javascript:enregistrer_modif_prestataire();" style='font-size:10pt;' > " onClick="javascript:retour_prestataire_id();" style='font-size:9pt;' >
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifierprimebeneficiaire/index.php b/radiantproduction/Vue/Modifierprimebeneficiaire/index.php new file mode 100644 index 0000000..55714a4 --- /dev/null +++ b/radiantproduction/Vue/Modifierprimebeneficiaire/index.php @@ -0,0 +1,127 @@ +titre = "INTER-SANTE - Modification prime Bénéficiaire"; + + $primeHt_info = $this->nettoyer($beneficiaire['primeHt']); + $accessoire_info = $this->nettoyer($beneficiaire['accessoire']); + $commission_info = $this->nettoyer($beneficiaire['commission']); + $commissionAutre_info = $this->nettoyer($beneficiaire['commissionAutre']); + $taxe_info = $this->nettoyer($beneficiaire['taxe']); + $primeTtc_info = $this->nettoyer($beneficiaire['primeTtc']); + $primeNetteStat_info = $this->nettoyer($beneficiaire['primeNetteStat']); +?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
" onClick="javascript:imposerprime();"> " onClick="javascript:recapitulerprimeimposee();">
+
+ + + +
\ No newline at end of file diff --git a/radiantproduction/Vue/Modifierproduit/index.php b/radiantproduction/Vue/Modifierproduit/index.php new file mode 100644 index 0000000..5bd6729 --- /dev/null +++ b/radiantproduction/Vue/Modifierproduit/index.php @@ -0,0 +1,68 @@ +titre = "INTER-SANTE - Modification Produit"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
" onClick="javascript:enregistrer_modif_produit();" style='font-size:10pt;' > " onClick="javascript:retour_liste_produits();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Modifierprofil/index.php b/radiantproduction/Vue/Modifierprofil/index.php new file mode 100644 index 0000000..07ce70c --- /dev/null +++ b/radiantproduction/Vue/Modifierprofil/index.php @@ -0,0 +1,44 @@ +titre = "INTER-SANTE - Modifier Profil"; ?> + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + +
Code
+ + " />
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Modifierprospect/index.php b/radiantproduction/Vue/Modifierprospect/index.php new file mode 100644 index 0000000..1e5e340 --- /dev/null +++ b/radiantproduction/Vue/Modifierprospect/index.php @@ -0,0 +1,142 @@ +titre = "INTER-SANTE - Modification Prospect"; + $codeLangueClient = $this->nettoyer($client['codeLangueClient']); +?> + +
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ +
+
+ +
+
+
+ +
+
+ + Fax
E-mail + + + +
+ +
" />
+
+ + + +
+
+ + + + + + +
+
+ +
diff --git a/radiantproduction/Vue/Modifierreseausoins/index.php b/radiantproduction/Vue/Modifierreseausoins/index.php new file mode 100644 index 0000000..a47bef9 --- /dev/null +++ b/radiantproduction/Vue/Modifierreseausoins/index.php @@ -0,0 +1,47 @@ +titre = "INTER-SANTE - Modification Réseau"; ?> + + + + + + + + + + + + + + + + + + + +
Code
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Code
" onClick="javascript:enregistrer_modif_reseaus();" style='font-size:10pt;' > " onClick="javascript:retour_liste_reseaus();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Modifiertarifacte/index.php b/radiantproduction/Vue/Modifiertarifacte/index.php new file mode 100644 index 0000000..08c7b92 --- /dev/null +++ b/radiantproduction/Vue/Modifiertarifacte/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Modification tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_modif_tarif_actes();" style='font-size:10pt;' > " onClick="javascript:lister_tarif_actes();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifiertarifmedicament/index.php b/radiantproduction/Vue/Modifiertarifmedicament/index.php new file mode 100644 index 0000000..7d89892 --- /dev/null +++ b/radiantproduction/Vue/Modifiertarifmedicament/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Modification tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_modif_tarif_medicaments();" style='font-size:10pt;' > " onClick="javascript:lister_tarif_medicaments();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifiertarifoptique/index.php b/radiantproduction/Vue/Modifiertarifoptique/index.php new file mode 100644 index 0000000..b88f6e7 --- /dev/null +++ b/radiantproduction/Vue/Modifiertarifoptique/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Modification tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:enregistrer_modif_tarif_optiques();" style='font-size:10pt;' > " onClick="javascript:lister_tarif_optiques();" style='font-size:10pt;' >
+ diff --git a/radiantproduction/Vue/Modifierutilisateur/index.php b/radiantproduction/Vue/Modifierutilisateur/index.php new file mode 100644 index 0000000..64273e9 --- /dev/null +++ b/radiantproduction/Vue/Modifierutilisateur/index.php @@ -0,0 +1,68 @@ +titre = "INTER-SANTE - Modifier Utilisateur"; ?> + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
+ + E-mail
+ + " />
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Modifierverre/index.php b/radiantproduction/Vue/Modifierverre/index.php new file mode 100644 index 0000000..9be7cc1 --- /dev/null +++ b/radiantproduction/Vue/Modifierverre/index.php @@ -0,0 +1,38 @@ +nettoyer($verre['id']); + $codeOptique = $verre['codeOptique']; + $actif = $verre['actif']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Français
English
+ + " onClick="javascript:enregistrer_modif_un_verre();" style='font-size:10pt;' > " onClick="javascript:retour_liste_verres();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Modifparamdureeviebon/index.php b/radiantproduction/Vue/Modifparamdureeviebon/index.php new file mode 100644 index 0000000..83e44d6 --- /dev/null +++ b/radiantproduction/Vue/Modifparamdureeviebon/index.php @@ -0,0 +1,33 @@ +titre = "INTER-SANTE - Modification Durée de vie des bons"; ?> + + + +
+ + + + + + + + + + + nettoyer($typebon['id']); + $codeTypeBon = $this->nettoyer($typebon['codeTypeBon']); + ?> + + + + + + + +
nettoyer($typebon['libelleTypebon']) ?>nettoyer($typebon['dureeVie']) ?> + +
+
diff --git a/radiantproduction/Vue/Modifparamseuilalerte/index.php b/radiantproduction/Vue/Modifparamseuilalerte/index.php new file mode 100644 index 0000000..4aaad34 --- /dev/null +++ b/radiantproduction/Vue/Modifparamseuilalerte/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - Seuil alerte consommation"; ?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Nonfacturepolice/index.php b/radiantproduction/Vue/Nonfacturepolice/index.php new file mode 100644 index 0000000..8c09eab --- /dev/null +++ b/radiantproduction/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/radiantproduction/Vue/Nonfacturepolicecons/index.php b/radiantproduction/Vue/Nonfacturepolicecons/index.php new file mode 100644 index 0000000..9ae2d81 --- /dev/null +++ b/radiantproduction/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'])) ?>
diff --git a/radiantproduction/Vue/Notesbeneficiaire/index.php b/radiantproduction/Vue/Notesbeneficiaire/index.php new file mode 100644 index 0000000..c9cf9b6 --- /dev/null +++ b/radiantproduction/Vue/Notesbeneficiaire/index.php @@ -0,0 +1,29 @@ +titre = "INTER-SANTE - Notes du dossier"; +?> + + + + + + + +
+ + + + + + + + + + + + + +
Date Notes
+ +
diff --git a/radiantproduction/Vue/Notesfeuillemaladie/index.php b/radiantproduction/Vue/Notesfeuillemaladie/index.php new file mode 100644 index 0000000..b362cf1 --- /dev/null +++ b/radiantproduction/Vue/Notesfeuillemaladie/index.php @@ -0,0 +1,68 @@ +titre = "INTER-SANTE - Notes du dossier"; + $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + +
ID Date Notes
+ +
diff --git a/radiantproduction/Vue/Nouveaumedicament/index.php b/radiantproduction/Vue/Nouveaumedicament/index.php new file mode 100644 index 0000000..63cc567 --- /dev/null +++ b/radiantproduction/Vue/Nouveaumedicament/index.php @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
" onClick="javascript:enregistrer_nouvel_medicament();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_medicaments();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveauproduit/index.php b/radiantproduction/Vue/Nouveauproduit/index.php new file mode 100644 index 0000000..d707609 --- /dev/null +++ b/radiantproduction/Vue/Nouveauproduit/index.php @@ -0,0 +1,37 @@ +titre = "INTER-SANTE - Créer un nouveau Produit"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
" onClick="javascript:creer_produit();" style='font-size:10pt;' > " onClick="javascript:retour_liste_produits();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveaureseausoins/index.php b/radiantproduction/Vue/Nouveaureseausoins/index.php new file mode 100644 index 0000000..66a5af9 --- /dev/null +++ b/radiantproduction/Vue/Nouveaureseausoins/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Créer un nouveau Réseau de soins"; ?> + + + + + + + + + + + + + + + + + + + + + + + + +
Code
" onClick="javascript:creer_reseau();" style='font-size:10pt;' > " onClick="javascript:retour_liste_reseaus();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveautarifacte/index.php b/radiantproduction/Vue/Nouveautarifacte/index.php new file mode 100644 index 0000000..b61018f --- /dev/null +++ b/radiantproduction/Vue/Nouveautarifacte/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Créer un nouveau tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_tarif_actes();" style='font-size:10pt;' > " onClick="javascript:retour_tarifs_actes();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveautarifmedicament/index.php b/radiantproduction/Vue/Nouveautarifmedicament/index.php new file mode 100644 index 0000000..4a3476d --- /dev/null +++ b/radiantproduction/Vue/Nouveautarifmedicament/index.php @@ -0,0 +1,24 @@ +titre = "INTER-SANTE - Créer un nouveau tarif médicaments"; ?> + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_tarif_medicaments();" style='font-size:10pt;' > " onClick="javascript:retour_tarifs_medicaments();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveautarifoptique/index.php b/radiantproduction/Vue/Nouveautarifoptique/index.php new file mode 100644 index 0000000..508ac9d --- /dev/null +++ b/radiantproduction/Vue/Nouveautarifoptique/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Créer un nouveau tarif médicaments"; +?> + + + + + + + + + + + + + + + + + + + + + + +
" onClick="javascript:creer_tarif_optiques();" style='font-size:10pt;' > " onClick="javascript:retour_tarifs_optiques();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveauverre/index.php b/radiantproduction/Vue/Nouveauverre/index.php new file mode 100644 index 0000000..b442d6e --- /dev/null +++ b/radiantproduction/Vue/Nouveauverre/index.php @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Français
English
+ + " onClick="javascript:enregistrer_nouveau_verre();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_verres();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouveleacte/index.php b/radiantproduction/Vue/Nouveleacte/index.php new file mode 100644 index 0000000..9fd961e --- /dev/null +++ b/radiantproduction/Vue/Nouveleacte/index.php @@ -0,0 +1,101 @@ +titre = "INTER-SANTE - Créer un nouveau tarif médicaments"; + $codeTarifActe = $_SESSION['codeTarifActe_C']; + $codeFamilleActe = $_SESSION['codeFamilleActe_C']; + $adminSin = $_SESSION['adminSin']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Français English
+ + +
+ +
+
+ + + +
+ + + + + + + +
" onClick="javascript:enregistrer_nouvel_acte();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:retour_liste_actes();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Nouvellefamilleacte/index.php b/radiantproduction/Vue/Nouvellefamilleacte/index.php new file mode 100644 index 0000000..2571542 --- /dev/null +++ b/radiantproduction/Vue/Nouvellefamilleacte/index.php @@ -0,0 +1,64 @@ +titre = "INTER-SANTE - Créer un nouveau tarif médicaments"; + $codeTarifActe = $_SESSION['codeTarifActe_C']; + $adminSin = $_SESSION['adminSin']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
" onClick="javascript:creer_famille_actes();" style='font-size:10pt;' > " disabled style='font-size:10pt;' > " onClick="javascript:lister_famille_actes();" style='font-size:10pt;' >
diff --git a/radiantproduction/Vue/Opticiencons/index.php b/radiantproduction/Vue/Opticiencons/index.php new file mode 100644 index 0000000..2ceeccf --- /dev/null +++ b/radiantproduction/Vue/Opticiencons/index.php @@ -0,0 +1,97 @@ +titre = "INTER-SANTE - Livraison verres et montures"; + $numeroBonOptique = $_SESSION['numeroBonOptique_C']; + $prestataireLivraison = $this->nettoyer($prescription['prestataireLivraison']); +?> + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detaillivre['typeSysteme']); + ?> + + + + + + + + + + + + + + + + + + +
Total nettoyer($prescription['fraisReel'])) ?>nettoyer($prescription['montantTm'])) ?>nettoyer($prescription['montantArembourser'])) ?>
nettoyer($detaillivre['libelleOptique']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['monture'])) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?>
+ +
+ + + + + + + + + + +
+
+ diff --git a/radiantproduction/Vue/Opticiendec/index.php b/radiantproduction/Vue/Opticiendec/index.php new file mode 100644 index 0000000..74afd68 --- /dev/null +++ b/radiantproduction/Vue/Opticiendec/index.php @@ -0,0 +1,98 @@ +titre = "INTER-SANTE - Livraison verres et montures"; + $numeroBonOptique = $_SESSION['numeroBonOptique_C']; + $prestataireLivraison = $this->nettoyer($prescription['prestataireLivraison']); +?> + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detaillivre['typeSysteme']); + ?> + + + + + + + + + + + + + + + + + + +
Total nettoyer($prescription['fraisReel'])) ?>nettoyer($prescription['montantTm'])) ?>nettoyer($prescription['montantArembourser'])) ?>
nettoyer($detaillivre['libelleOptique']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['monture'])) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?>
+ +
+ + + + + + + + + + +
+
+ diff --git a/radiantproduction/Vue/Optiquecons/index.php b/radiantproduction/Vue/Optiquecons/index.php new file mode 100644 index 0000000..449565c --- /dev/null +++ b/radiantproduction/Vue/Optiquecons/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Prescription Optique"; + $numeroBonOptique = $optique['numeroBonOptique']; + $numeroOptique = $optique['numeroOptique']; +?> + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + nettoyer($detailoptique['livre']); + $codePrestataireLivraison=$this->nettoyer($detailoptique['codePrestataireLivraison']); + $prestataireLivraison=$this->nettoyer($detailoptique['prestataireLivraison']); + ?> + + + + + + + + + + + + + +
nettoyer($detailoptique['libelleOptique']) ?> nettoyer($detailoptique['quantite']) ?>
+
+ diff --git a/radiantproduction/Vue/Optiquedec/index.php b/radiantproduction/Vue/Optiquedec/index.php new file mode 100644 index 0000000..c90c641 --- /dev/null +++ b/radiantproduction/Vue/Optiquedec/index.php @@ -0,0 +1,62 @@ +titre = "INTER-SANTE - Prescription Optique"; + $numeroBonOptique = $optique['numeroBonOptique']; + $numeroOptique = $optique['numeroOptique']; +?> + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + nettoyer($detailoptique['livre']); + $codePrestataireLivraison=$this->nettoyer($detailoptique['codePrestataireLivraison']); + $prestataireLivraison=$this->nettoyer($detailoptique['prestataireLivraison']); + ?> + + + + + + + + + + + + + +
nettoyer($detailoptique['libelleOptique']) ?> nettoyer($detailoptique['quantite']) ?>
+
+ diff --git a/radiantproduction/Vue/Paiementdecompte/index.php b/radiantproduction/Vue/Paiementdecompte/index.php new file mode 100644 index 0000000..a3613f5 --- /dev/null +++ b/radiantproduction/Vue/Paiementdecompte/index.php @@ -0,0 +1,177 @@ +titre = "INTER-SANTE - paiement décomptes"; + $idPaiementDecompte = $_SESSION['idPaiementDecompte_C']; + $numeroReglement = $this->nettoyer($reglement['numeroReglement']); + $_SESSION['numeroReglement_C'] = $numeroReglement; + $nbDecomptes = $reglement['nbDecomptes']; + $valide = $this->nettoyer($reglement['valide']); +?> + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date Init
+ +
+
+ +
+
+ + " readonly > + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + nettoyer($decompte['idTemp']); + $idReglement = $this->nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + + + + + + +
Type
+ +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['typedecompte']) ?>
+ +
+
+ + diff --git a/radiantproduction/Vue/Paiementdecomptecons/index.php b/radiantproduction/Vue/Paiementdecomptecons/index.php new file mode 100644 index 0000000..f067d56 --- /dev/null +++ b/radiantproduction/Vue/Paiementdecomptecons/index.php @@ -0,0 +1,164 @@ +titre = "INTER-SANTE - Consultation paiement décomptes"; + $idPaiementDecompte = $_SESSION['idPaiementDecompte_C']; + $numeroReglement = $this->nettoyer($reglement['numeroReglement']); + $_SESSION['numeroReglement_C'] = $numeroReglement; + $nbDecomptes = $reglement['nbDecomptes']; + $valide = $this->nettoyer($reglement['valide']); +?> + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Init Init
+
+
+ +
+ + + + + + + + + + + + + + + nettoyer($decompte['idReglement']); + $idBeneficiaire = $this->nettoyer($decompte['idBeneficiaire']); + $numeroDecompte = $this->nettoyer($decompte['numeroDecompte']); + $numeroDemandeReglement = $this->nettoyer($decompte['numeroDemandeReglement']); + $codePrestataire = $this->nettoyer($decompte['codePrestataire']); + $codeExercice = $this->nettoyer($decompte['codeExercice']); + $codeMois = $this->nettoyer($decompte['codeMois']); + + $codeTypeDecompte = $this->nettoyer($decompte['codeTypeDecompte']); + + if($codeTypeDecompte=="E" or $codeTypeDecompte=="L") + { + $codeTypeDecompte="P"; + } + ?> + + + + + + + + + + + + + + +
nettoyer($decompte['codeExercice']) ?>nettoyer($decompte['codeMois']) ?> + + + + + + + + nettoyer($decompte['prestataire']) ?>nettoyer($decompte['montantApayer'])) ?>nettoyer($decompte['dateDemandeReglement'])) ?>nettoyer($decompte['numeroLotDecompte']) ?>
+
+ + diff --git a/radiantproduction/Vue/Paramactevisible/index.php b/radiantproduction/Vue/Paramactevisible/index.php new file mode 100644 index 0000000..e3fb621 --- /dev/null +++ b/radiantproduction/Vue/Paramactevisible/index.php @@ -0,0 +1,24 @@ +titre = "INTER-SANTE - Seuil alerte consommation"; ?> + + + + + + + + + + + + +
+ +
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Parambons/index.php b/radiantproduction/Vue/Parambons/index.php new file mode 100644 index 0000000..124bb22 --- /dev/null +++ b/radiantproduction/Vue/Parambons/index.php @@ -0,0 +1,39 @@ +titre = "INTER-SANTE - Durée de vie des bons"; ?> + + + + + + + + + + + + + + + + nettoyer($typebon['id']); + $codeTypeBon = $this->nettoyer($typebon['codeTypeBon']); + ?> + + + + + + + + + +
nettoyer($typebon['libelleTypebon']) ?>nettoyer($typebon['dureeVie']) ?> nettoyer($typebon['libelleTypeGestionBon']) ?> + " + onClick="javascript:modifier_type_bon()"> +
+ +
+ +
diff --git a/radiantproduction/Vue/Paramdureeviebon/index.php b/radiantproduction/Vue/Paramdureeviebon/index.php new file mode 100644 index 0000000..1e44cd6 --- /dev/null +++ b/radiantproduction/Vue/Paramdureeviebon/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Durée de vie des bons"; ?> + + + +
+ + + + + + + + + + nettoyer($typebon['id']); + $codeTypeBon = $this->nettoyer($typebon['codeTypeBon']); + ?> + + + + + + +
nettoyer($typebon['libelleTypebon']) ?>nettoyer($typebon['dureeVie']) ?>
+
diff --git a/radiantproduction/Vue/Paramerequeteperso/index.php b/radiantproduction/Vue/Paramerequeteperso/index.php new file mode 100644 index 0000000..9c7ad36 --- /dev/null +++ b/radiantproduction/Vue/Paramerequeteperso/index.php @@ -0,0 +1,11 @@ +titre = "INTER-SANTE - Requetes personnalisées"; ?> + + + +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Parametrages/index.php b/radiantproduction/Vue/Parametrages/index.php new file mode 100644 index 0000000..60a9a68 --- /dev/null +++ b/radiantproduction/Vue/Parametrages/index.php @@ -0,0 +1,2 @@ +titre = "INTER-SANTE - Paramétrages"; ?> +

diff --git a/radiantproduction/Vue/Parametresgeneraux/index.php b/radiantproduction/Vue/Parametresgeneraux/index.php new file mode 100644 index 0000000..c60aad7 --- /dev/null +++ b/radiantproduction/Vue/Parametresgeneraux/index.php @@ -0,0 +1,131 @@ +titre = "INTER-SANTE - Paramètres Généraux"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
Fax E-mail
diff --git a/radiantproduction/Vue/Paramhabilitation/index.php b/radiantproduction/Vue/Paramhabilitation/index.php new file mode 100644 index 0000000..131c9f5 --- /dev/null +++ b/radiantproduction/Vue/Paramhabilitation/index.php @@ -0,0 +1,9 @@ +titre = "INTER-SANTE - Habilitations"; ?> + + + +
+
    +

  • +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Paramhabilitationass/index.php b/radiantproduction/Vue/Paramhabilitationass/index.php new file mode 100644 index 0000000..f524b9d --- /dev/null +++ b/radiantproduction/Vue/Paramhabilitationass/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - droits assureurs"; ?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Paramprod/index.php b/radiantproduction/Vue/Paramprod/index.php new file mode 100644 index 0000000..1eb6120 --- /dev/null +++ b/radiantproduction/Vue/Paramprod/index.php @@ -0,0 +1,17 @@ +titre = "INTER-SANTE - Paramètres Production"; ?> + + + +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Paramreinitmotpass/index.php b/radiantproduction/Vue/Paramreinitmotpass/index.php new file mode 100644 index 0000000..f75c4a5 --- /dev/null +++ b/radiantproduction/Vue/Paramreinitmotpass/index.php @@ -0,0 +1,43 @@ +titre = "INTER-SANTE - "._("Paramètres changement de mot de passe") ?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
:
:
:
" />
+ +
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Paramseuilalerte/index.php b/radiantproduction/Vue/Paramseuilalerte/index.php new file mode 100644 index 0000000..3ff7546 --- /dev/null +++ b/radiantproduction/Vue/Paramseuilalerte/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - Seuil alerte consommation"; ?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Paramsin/index.php b/radiantproduction/Vue/Paramsin/index.php new file mode 100644 index 0000000..8248157 --- /dev/null +++ b/radiantproduction/Vue/Paramsin/index.php @@ -0,0 +1,16 @@ +titre = "INTER-SANTE - Paramètres Prestations"; ?> + + + +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Paramsourcedonneesrequetesperso/index.php b/radiantproduction/Vue/Paramsourcedonneesrequetesperso/index.php new file mode 100644 index 0000000..d529323 --- /dev/null +++ b/radiantproduction/Vue/Paramsourcedonneesrequetesperso/index.php @@ -0,0 +1,58 @@ +titre = "INTER-SANTE - Paramètres de la source données"; + $idsourcerequete = $this->nettoyer($sourcedonneesrequetesperso['id']); + $sourceDonnees = $this->nettoyer($sourcedonneesrequetesperso['sourceDonnees']); +?> + + + + + + " . $sourceDonnees ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type User
nettoyer($paramrequete['parametre']) ?> nettoyer($paramrequete['typeDonnee']) ?> nettoyer($paramrequete['ordre']) ?> nettoyer($paramrequete['codeUtilisateur']) ?> nettoyer($paramrequete['dateSysteme'])) ?> + +
+ +" disabled > + +" onClick="javascript:reconstruire_param_requeteperso();" style='font-size:11pt;' > diff --git a/radiantproduction/Vue/Payerdossierclassique/index.php b/radiantproduction/Vue/Payerdossierclassique/index.php new file mode 100644 index 0000000..a72a7e1 --- /dev/null +++ b/radiantproduction/Vue/Payerdossierclassique/index.php @@ -0,0 +1,136 @@ +titre = "INTER-SANTE - Paiement Dossier Classique"; + $idDossierClassique = $dossier['idDossierClassique']; + $numeroLotDecompte = $dossier['numeroLotDecompte']; + $montantApayer = $dossier['montantApayer']; + $regle = $dossier['regle']; +?> + + + + + + " . _("No Lot") . " : " . $numeroLotDecompte ?>" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hospit ?
Observations
+ + + +
" onClick="enregistrer_paiement_dossier_classique();" style='font-size:10pt;' >
+ + +
+

+
+ + + +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Payerfactureclassique/index.php b/radiantproduction/Vue/Payerfactureclassique/index.php new file mode 100644 index 0000000..b281758 --- /dev/null +++ b/radiantproduction/Vue/Payerfactureclassique/index.php @@ -0,0 +1,96 @@ +titre = "INTER-SANTE - Paiement facture Classique"; + + $idFacture = $_SESSION['idFacture_C']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observat + + Hospit
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
" onClick="enregistrer_paiement_facture_classique();" style='font-size:10pt;' >
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Payerfraisfuneraire/index.php b/radiantproduction/Vue/Payerfraisfuneraire/index.php new file mode 100644 index 0000000..57032c3 --- /dev/null +++ b/radiantproduction/Vue/Payerfraisfuneraire/index.php @@ -0,0 +1,129 @@ +titre = "INTER-SANTE - Paiement Frais Funéraires"; + $idFraisfuneraire = $fraisfuneraire['idFraisfuneraire']; + $numeroLotDecompte = $fraisfuneraire['numeroLotDecompte']; + $montantApayer = $fraisfuneraire['montantApayer']; +?> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Observations
Relation
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
" onClick="enregistrerpaiementfraisfuneraire();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Pharmaciencons/index.php b/radiantproduction/Vue/Pharmaciencons/index.php new file mode 100644 index 0000000..e8bacd9 --- /dev/null +++ b/radiantproduction/Vue/Pharmaciencons/index.php @@ -0,0 +1,173 @@ +titre = "INTER-SANTE - Livraison Médicaments"; + $numeroBonOrdonnance = $_SESSION['numeroBonOrdonnance_C']; + $prestataireLivraison = $this->nettoyer($prescription['prestataireLivraison']); + $_SESSION['idFacture_C'] = $this->nettoyer($prescription['idFacture']); + $actVisible = $_SESSION['actVisible']; +?> + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detaillivre['id']); + $substituable = $this->nettoyer($detaillivre['substituable']); + $substitue = $this->nettoyer($detaillivre['substitue']); + $ajPharmacie = $this->nettoyer($detaillivre['ajPharmacie']); + $typeSysteme = $this->nettoyer($detaillivre['typeSysteme']); + + $libelleMedicament = $this->nettoyer($detaillivre['libelleMedicament']); + $codeMedicament = $this->nettoyer($detaillivre['codeMedicament']); + $nomSubstitut = $this->nettoyer($detaillivre['nomSubstitut']); + $ententePrealable = $this->nettoyer($detaillivre['ententePrealable']); + + if($actVisible!="1") + { + $libelleMedicament = $codeMedicament; + $nomSubstitut = $nomSubstitut; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($prescription['fraisReel'])) ?>nettoyer($prescription['montantTm'])) ?>nettoyer($prescription['montantArembourser'])) ?>
nettoyer($detaillivre['unite']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['quantite']) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?>
+ +
+ + + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + +
" />
+
+ + " ")) : ?> + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
diff --git a/radiantproduction/Vue/Pharmaciendec/index.php b/radiantproduction/Vue/Pharmaciendec/index.php new file mode 100644 index 0000000..76649e0 --- /dev/null +++ b/radiantproduction/Vue/Pharmaciendec/index.php @@ -0,0 +1,116 @@ +titre = "INTER-SANTE - Livraison Médicaments"; + $numeroBonOrdonnance = $_SESSION['numeroBonOrdonnance_C']; + $prestataireLivraison = $this->nettoyer($prescription['prestataireLivraison']); + $_SESSION['idFacture_C'] = $this->nettoyer($prescription['idFacture']); + +?> + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detaillivre['id']); + $substituable = $this->nettoyer($detaillivre['substituable']); + $substitue = $this->nettoyer($detaillivre['substitue']); + $ajPharmacie = $this->nettoyer($detaillivre['ajPharmacie']); + $typeSysteme = $this->nettoyer($detaillivre['typeSysteme']); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($prescription['fraisReel'])) ?>nettoyer($prescription['montantTm'])) ?>nettoyer($prescription['montantArembourser'])) ?>
nettoyer($detaillivre['nomSubstitut']) ?> nettoyer($detaillivre['libelleMedicament']) ?> nettoyer($detaillivre['unite']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['quantite']) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?>
+ +
+ + + + + + + + + + +
+
diff --git a/radiantproduction/Vue/Plafondadherent/index.php b/radiantproduction/Vue/Plafondadherent/index.php new file mode 100644 index 0000000..6b63910 --- /dev/null +++ b/radiantproduction/Vue/Plafondadherent/index.php @@ -0,0 +1,63 @@ +titre = "INTER-SANTE - Limites Famille"; +?> + + + + " . $_SESSION['nomAdherent_C'] . " ( " .$_SESSION['numeroAdherent_C']. " )" ?> + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ +
+
+
+ + +
+ +
diff --git a/radiantproduction/Vue/Plafondavantfacturecdec/index.php b/radiantproduction/Vue/Plafondavantfacturecdec/index.php new file mode 100644 index 0000000..28ff5c1 --- /dev/null +++ b/radiantproduction/Vue/Plafondavantfacturecdec/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Limites avant facturation"; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Plafondavantfactureclassique/index.php b/radiantproduction/Vue/Plafondavantfactureclassique/index.php new file mode 100644 index 0000000..28ff5c1 --- /dev/null +++ b/radiantproduction/Vue/Plafondavantfactureclassique/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Limites avant facturation"; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Plafondavantfacturecons/index.php b/radiantproduction/Vue/Plafondavantfacturecons/index.php new file mode 100644 index 0000000..28ff5c1 --- /dev/null +++ b/radiantproduction/Vue/Plafondavantfacturecons/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Limites avant facturation"; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Plafondavantfacturephacons/index.php b/radiantproduction/Vue/Plafondavantfacturephacons/index.php new file mode 100644 index 0000000..28ff5c1 --- /dev/null +++ b/radiantproduction/Vue/Plafondavantfacturephacons/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Limites avant facturation"; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Plafondavantfacturephadec/index.php b/radiantproduction/Vue/Plafondavantfacturephadec/index.php new file mode 100644 index 0000000..28ff5c1 --- /dev/null +++ b/radiantproduction/Vue/Plafondavantfacturephadec/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Limites avant facturation"; ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+
diff --git a/radiantproduction/Vue/Plafondbeneficiaire/index.php b/radiantproduction/Vue/Plafondbeneficiaire/index.php new file mode 100644 index 0000000..0f81de2 --- /dev/null +++ b/radiantproduction/Vue/Plafondbeneficiaire/index.php @@ -0,0 +1,63 @@ +titre = "INTER-SANTE - Limites Famille"; +?> + + + + " . $_SESSION['beneficiaire_C'] . " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?> + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ +
+
+
+ + +
+ +
diff --git a/radiantproduction/Vue/Policesnonren/index.php b/radiantproduction/Vue/Policesnonren/index.php new file mode 100644 index 0000000..551964a --- /dev/null +++ b/radiantproduction/Vue/Policesnonren/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Polices non renouvellées"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($rapportsp['nomClient']) ?>nettoyer($rapportsp['numeroClient']) ?>nettoyer($rapportsp['numeroPolice']) ?>nettoyer($rapportsp['dateEffet'])) ?>nettoyer($rapportsp['dateEcheance'])) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Prescriptioncons/index.php b/radiantproduction/Vue/Prescriptioncons/index.php new file mode 100644 index 0000000..bc025f3 --- /dev/null +++ b/radiantproduction/Vue/Prescriptioncons/index.php @@ -0,0 +1,218 @@ +titre = "INTER-SANTE - Prescription Médicaments"; + $numeroBonOrdonnance = $prescription['numeroBonOrdonnance']; + $actVisible = $_SESSION['actVisible']; +?> + + + + " . _("Prestataire") . " : " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie") . " : " . $_SESSION['numeroFeuilleMaladie_C'] ?>" readonly > + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + nettoyer($detailprescription['id']); + $livre = $this->nettoyer($detailprescription['livre']); + $codePrestataireLivraison = $this->nettoyer($detailprescription['codePrestataireLivraison']); + $prestataireLivraison = $this->nettoyer($detailprescription['prestataireLivraison']); + $substituable = $this->nettoyer($detailprescription['substituable']); + $substitue = $this->nettoyer($detailprescription['substitue']); + $ajPharmacie = $this->nettoyer($detailprescription['ajPharmacie']); + $nomSubstitut = $this->nettoyer($detailprescription['nomSubstitut']); + $libelleMedicament = $this->nettoyer($detailprescription['libelleMedicament']); + $codeMedicament = $this->nettoyer($detailprescription['codeMedicament']); + $ententePrealable = $this->nettoyer($detailprescription['ententePrealable']); + $medicamentRemplace = $this->nettoyer($detailprescription['medicamentRemplace']); + $idPrestationmedicaments = $this->nettoyer($detailprescription['idPrestationmedicaments']); + + if($actVisible!="1") + { + $libelleMedicament = $codeMedicament; + $nomSubstitut = $nomSubstitut; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($detailprescription['unite']) ?> nettoyer($detailprescription['quantite']) ?> nettoyer($detailprescription['numeroBonOrdonnance']) ?> nettoyer($detailprescription['numeroRemplacement']) ?>
+ + + + + + + + + + + + + + + + nettoyer($medicament_libere['libelleMedicament']); + $codeMedicament = $this->nettoyer($medicament_libere['codeMedicament']); + $prestataireLivraison = $this->nettoyer($medicament_libere['prestataireLivraison']); + + if($actVisible!="1") + { + $libelleMedicament = $codeMedicament; + } + ?> + + + + + + + + + + +
nettoyer($medicament_libere['quantite']) ?> nettoyer($medicament_libere['userLiberation']) ?> nettoyer($medicament_libere['dateSave'])) ?>
+
+ +
+
+ + + + + + + + + + + +
" />
+
+ + " ")) : ?> + + + + + + + + + + + + nettoyer($ged['idGed']); + $cheminFichier = $this->nettoyer($ged['cheminFichier']); + ?> + + + + + + + +
Date
nettoyer($ged['dateSysteme'])) ?>nettoyer($ged['nomOrigine']) ?> + +
+
+ + + + diff --git a/radiantproduction/Vue/Prescriptiondec/index.php b/radiantproduction/Vue/Prescriptiondec/index.php new file mode 100644 index 0000000..955f75c --- /dev/null +++ b/radiantproduction/Vue/Prescriptiondec/index.php @@ -0,0 +1,71 @@ +titre = "INTER-SANTE - Prescription Médicaments"; + $numeroBonOrdonnance = $prescription['numeroBonOrdonnance']; +?> + + + + " . _("Prestataire") . " : " . $_SESSION['prestataire_C'] . " => " . _("Feuille Maladie") . " : " . $_SESSION['numeroFeuilleMaladie_C'] ?>" readonly > + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + nettoyer($detailprescription['livre']); + $codePrestataireLivraison=$this->nettoyer($detailprescription['codePrestataireLivraison']); + $prestataireLivraison=$this->nettoyer($detailprescription['prestataireLivraison']); + $ajPharmacie = $this->nettoyer($detailprescription['ajPharmacie']); + ?> + + + + + + + + + + + + + + + + + + + + + +
nettoyer($detailprescription['libelleMedicament']) ?> nettoyer($detailprescription['instructions']) ?> nettoyer($detailprescription['unite']) ?> nettoyer($detailprescription['quantite']) ?> nettoyer($detailprescription['numeroBonOrdonnance']) ?> nettoyer($detailprescription['numeroRemplacement']) ?>
+
diff --git a/radiantproduction/Vue/Prestatairegestionbon/index.php b/radiantproduction/Vue/Prestatairegestionbon/index.php new file mode 100644 index 0000000..7dce8e2 --- /dev/null +++ b/radiantproduction/Vue/Prestatairegestionbon/index.php @@ -0,0 +1,25 @@ +titre = "INTER-SANTE - Attribution profil"; +?> + + + + + + + + + + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Prestatairenmoins/index.php b/radiantproduction/Vue/Prestatairenmoins/index.php new file mode 100644 index 0000000..ad6ffe1 --- /dev/null +++ b/radiantproduction/Vue/Prestatairenmoins/index.php @@ -0,0 +1,70 @@ +titre = "INTER-SANTE - Prestataires en moins"; + +?> + +" readonly > + +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairereseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairereseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + nettoyer($prestataireenmoins['id']); + ?> + + + + + + +
<=
nettoyer($prestataireenmoins['prestataire']) ?>
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Prestatairenplus/index.php b/radiantproduction/Vue/Prestatairenplus/index.php new file mode 100644 index 0000000..4eab174 --- /dev/null +++ b/radiantproduction/Vue/Prestatairenplus/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Prestataires en plus"; + +?> + +" readonly > + +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairehorsreseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairehorsreseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + + nettoyer($prestataireenplus['id']); + ?> + + + + + + + + + +
<=
nettoyer($prestataireenplus['prestataire']) ?> + +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Prestatairenpluscons/index.php b/radiantproduction/Vue/Prestatairenpluscons/index.php new file mode 100644 index 0000000..362925c --- /dev/null +++ b/radiantproduction/Vue/Prestatairenpluscons/index.php @@ -0,0 +1,51 @@ +titre = "INTER-SANTE - Prestataires en plus"; + +?> + + + + + + + + + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
+
+ +
+ + + + + + + + + + +
+
+
+
diff --git a/radiantproduction/Vue/Prestataires/index.php b/radiantproduction/Vue/Prestataires/index.php new file mode 100644 index 0000000..475ce0c --- /dev/null +++ b/radiantproduction/Vue/Prestataires/index.php @@ -0,0 +1,79 @@ +titre = "INTER-SANTE - Prestataire"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type + + + +
+ + +
+ +
+
+
+ +
+
+ + +
+ + + + + + + + + + + + + + + + +
code Type
+
diff --git a/radiantproduction/Vue/Prestatairetm/index.php b/radiantproduction/Vue/Prestatairetm/index.php new file mode 100644 index 0000000..9f69409 --- /dev/null +++ b/radiantproduction/Vue/Prestatairetm/index.php @@ -0,0 +1,77 @@ +titre = "INTER-SANTE - Prestataires avec dérogations T M"; + +?> + +" readonly > + +
+ + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + nettoyer($prestatairereseau['codePrestataire']); + ?> + + + + + + +
=>
nettoyer($prestatairereseau['prestataire']) ?>
+
+ +
+ + + + + + + + + + + nettoyer($prestatairetm['id']); + ?> + + + + + + + + + +
<=
nettoyer($prestatairetm['prestataire']) ?> + +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Prestatairetmcons/index.php b/radiantproduction/Vue/Prestatairetmcons/index.php new file mode 100644 index 0000000..b87a36f --- /dev/null +++ b/radiantproduction/Vue/Prestatairetmcons/index.php @@ -0,0 +1,33 @@ +titre = "INTER-SANTE - Prestataires avec dérogations T M"; + +?> + +" readonly > + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + +
+
diff --git a/radiantproduction/Vue/Prestations/ebeneenregistrerface.php b/radiantproduction/Vue/Prestations/ebeneenregistrerface.php new file mode 100644 index 0000000..128f61b --- /dev/null +++ b/radiantproduction/Vue/Prestations/ebeneenregistrerface.php @@ -0,0 +1,6 @@ +

+

+ +

+
+ diff --git a/radiantproduction/Vue/Prestations/index.php b/radiantproduction/Vue/Prestations/index.php new file mode 100644 index 0000000..e5bf1ba --- /dev/null +++ b/radiantproduction/Vue/Prestations/index.php @@ -0,0 +1,425 @@ +titre = "INTER-SANTE - Prestations"; + $datejour = $this->datejour; + $estcouvert = ($_SESSION['dateEcheancePolice_C']>=$datejour); + + $_SESSION['nbTentative'] = "0"; + + $age = $beneficiaire['ageBeneficiaire']; + $estidentifiable = ($age>6); + $estsubstitue = ($_SESSION['idSubstitut_C']>0); + + $dateSortieBeneficiaire = $this->nettoyer($beneficiaire['dateSortieBeneficiaire']); + + $estsorti = false; + if($dateSortieBeneficiaire>"2000-01-01") + { + $estsorti = ($dateSortieBeneficiaire<=$datejour); + $estcouvert = ($estcouvert && ($dateSortieBeneficiaire>$datejour)); + } + + $dateEffetCouvert = $_SESSION['dateEffetCouvert']; + + $controlerPlafondAdherent = ($_SESSION['controlerPlafondAdherent']>0); + $controlerPlafondBeneficiaire = ($_SESSION['controlerPlafondBeneficiaire']>0); + + $faceRegistered = $this->nettoyer($beneficiaire['faceRegistered']); + $face_confirmee = $_SESSION['okId_face']; + $fingerActif = $_SESSION['fingerActif']; + $faceActif = $_SESSION['faceActif']; +?> + + + + + + + + + " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire'])) ?> + + +
+ +
+ +
+ +
+ + + + + + + + + + + + + + +
+ " onClick="javascript:ebene_init_confirm_photo_face();"> +
+ " onClick="javascript:ebene_init_photo_face();"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($beneficiaire['dateEntreeBeneficiaire'])).' - '.dateLang($_SESSION['dateEcheancePolice_C']) ?> nettoyer($beneficiaire['dateEntreeBeneficiaire'])).' - '.dateLang($_SESSION['dateEcheancePolice_C']) ?>
Sex
E-mail
" readonly >
+ + + + + + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['exercieReference'])?> nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafondAnnuel'])) ?>nettoyer($garantieadherent['tauxAvenant']) ?>nettoyer($garantieadherent['plafond'])) ?>nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?> nettoyer($garantieadherent['garantieparentaffichage'])?>
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + "> + + + + + + "> + + + + + + + + + + + + "> + + + + + + "> +
+
+ + + + + + + + + + + + " readonly> + + +
+ +
+ + + + + + + + + + + diff --git a/radiantproduction/Vue/Produitreseau/index.php b/radiantproduction/Vue/Produitreseau/index.php new file mode 100644 index 0000000..0c6f060 --- /dev/null +++ b/radiantproduction/Vue/Produitreseau/index.php @@ -0,0 +1,20 @@ +titre = "INTER-SANTE - Accès Réseau et Tickets Modérateurs"; ?> + + + + + + + + + + + +
+ +
+ +
+
diff --git a/radiantproduction/Vue/Produits/index.php b/radiantproduction/Vue/Produits/index.php new file mode 100644 index 0000000..0510239 --- /dev/null +++ b/radiantproduction/Vue/Produits/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Liste des Catégories Assurés"; ?> + + + + + + + + + + + + + + + + + + + nettoyer($produit['id']); + ?> + + + + + + + + + + + + +
MinMax
nettoyer($produit['codeProduit']) ?> nettoyer($produit['libelle']) ?> nettoyer($produit['primeFamille'])) ?> nettoyer($produit['primeIndividu'])) ?> nettoyer($produit['primeMin'])) ?> nettoyer($produit['primeMax'])) ?> " onClick="javascript:modifier_produit();"> " onClick="javascript:supprimer_produit();">
diff --git a/radiantproduction/Vue/Profilmenu/index.php b/radiantproduction/Vue/Profilmenu/index.php new file mode 100644 index 0000000..f3c5699 --- /dev/null +++ b/radiantproduction/Vue/Profilmenu/index.php @@ -0,0 +1,33 @@ +titre = "INTER-SANTE - Menus par profil"; ?> + +
+
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+ + +
+ +
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Profilutilisateur/index.php b/radiantproduction/Vue/Profilutilisateur/index.php new file mode 100644 index 0000000..5c21883 --- /dev/null +++ b/radiantproduction/Vue/Profilutilisateur/index.php @@ -0,0 +1,32 @@ +titre = "INTER-SANTE - Utilisateurs par profil"; ?> + +
+
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Profilvue/index.php b/radiantproduction/Vue/Profilvue/index.php new file mode 100644 index 0000000..05147fd --- /dev/null +++ b/radiantproduction/Vue/Profilvue/index.php @@ -0,0 +1,39 @@ +titre = "INTER-SANTE - Menus vues par profil"; ?> + +
+
+
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Provisonssin/index.php b/radiantproduction/Vue/Provisonssin/index.php new file mode 100644 index 0000000..c34a456 --- /dev/null +++ b/radiantproduction/Vue/Provisonssin/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Provisions de Sinistres"; +?> + + + + + + + + + + + + + + + + + + + +
+ +
+
diff --git a/radiantproduction/Vue/Quitter/index.php b/radiantproduction/Vue/Quitter/index.php new file mode 100644 index 0000000..544c16d --- /dev/null +++ b/radiantproduction/Vue/Quitter/index.php @@ -0,0 +1,3 @@ +titre = "INTER-SANTE - Déconnexion" ?> +

+ \ No newline at end of file diff --git a/radiantproduction/Vue/Recaplimiteadd/index.php b/radiantproduction/Vue/Recaplimiteadd/index.php new file mode 100644 index 0000000..625a3b7 --- /dev/null +++ b/radiantproduction/Vue/Recaplimiteadd/index.php @@ -0,0 +1,106 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($totalcollege['nbPersonne'])) ?>nettoyer($totalcollege['primeNette_total'])) ?>nettoyer($totalcollege['accessoire_total'])) ?>nettoyer($totalcollege['taxe_total'])) ?>nettoyer($totalcollege['primeTtc_total'])) ?>
nettoyer($college['libelleCollege']) ?> nettoyer($college['nbPersonne'])) ?>nettoyer($college['primeNette'])) ?>nettoyer($college['accessoire'])) ?>nettoyer($college['taxe'])) ?>nettoyer($college['primeTtcTotal'])) ?> " onClick="javascript:pop_afficher_selection_limite()"> " onClick="javascript:modifier_college_temp()">
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
nettoyer($avenant['primeNette'])) ?> nettoyer($avenant['commission'])) ?> nettoyer($avenant['commissionAutre'])) ?> nettoyer($avenant['accessoire'])) ?> nettoyer($avenant['taxe'])) ?> nettoyer($avenant['fraisCarte'])) ?> nettoyer($avenant['primeTtcInitial'])) ?> nettoyer($avenant['primeNetteStat'])) ?>
" onClick="enregistrer_limite_additionnelle();">
+
+ diff --git a/radiantproduction/Vue/Recaplimitecollege/index.php b/radiantproduction/Vue/Recaplimitecollege/index.php new file mode 100644 index 0000000..b01f758 --- /dev/null +++ b/radiantproduction/Vue/Recaplimitecollege/index.php @@ -0,0 +1,80 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($collegeTemp['primeTtcAdherent']))?> nettoyer($collegeTemp['primeTtcBeneficiaire']))?> nettoyer($collegeTemp['primeTtcAdherent_total']))?> nettoyer($collegeTemp['primeTtcBeneficiaire_total']))?> nettoyer($collegeTemp['primeTtc_total']))?>
nettoyer($collegeTemp['primeNette']))?> nettoyer($collegeTemp['primeNetteBeneficiaire']))?> nettoyer($collegeTemp['primeNetteAdherent_total']))?> nettoyer($collegeTemp['primeNetteBeneficiaire_total']))?> nettoyer($collegeTemp['primeNette_total']))?>
nettoyer($collegeTemp['accessoire']))?> nettoyer($collegeTemp['accessoireBeneficiaire']))?> nettoyer($collegeTemp['accessoireAdherent_total']))?> nettoyer($collegeTemp['accessoireBeneficiaire_total']))?> nettoyer($collegeTemp['accessoire_total']))?>
nettoyer($collegeTemp['primeHt']))?> nettoyer($collegeTemp['primeHtBeneficiaire']))?> nettoyer($collegeTemp['primeHtAdherent_total']))?> nettoyer($collegeTemp['primeHtBeneficiaire_total']))?> nettoyer($collegeTemp['primeHt_total']))?>
nettoyer($collegeTemp['taxe']))?> nettoyer($collegeTemp['taxeBeneficiaire']))?> nettoyer($collegeTemp['taxeAdherent_total']))?> nettoyer($collegeTemp['taxeBeneficiaire_total']))?> nettoyer($collegeTemp['taxe_total']))?>
+
diff --git a/radiantproduction/Vue/Recconnexion/index.php b/radiantproduction/Vue/Recconnexion/index.php new file mode 100644 index 0000000..b98c6b0 --- /dev/null +++ b/radiantproduction/Vue/Recconnexion/index.php @@ -0,0 +1 @@ +titre = "INTER-SANTE - Reconnexion" ?> \ No newline at end of file diff --git a/radiantproduction/Vue/Recherche/index.php b/radiantproduction/Vue/Recherche/index.php new file mode 100644 index 0000000..c6c0db3 --- /dev/null +++ b/radiantproduction/Vue/Recherche/index.php @@ -0,0 +1,85 @@ +titre = "INTER-SANTE - "._("Rechercher assuré") ; +?> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TelE-mail
" >
+
+ +

+ + + + + + + + + + + + + + + + + + + nettoyer($beneficiaire['id']); + $numeroBeneficiaire=$this->nettoyer($beneficiaire['numeroBeneficiaire']); + ?> + + + + + + + + + + + + + + + + + + +
Sex
nettoyer($beneficiaire['numeroAdherent']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['prenomsBeneficiaire']) ?>nettoyer($beneficiaire['codeLienParente']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['telephonePortable']) ?>nettoyer($beneficiaire['nomClient']) ?>nettoyer($beneficiaire['codeEtatBeneficiaire']) ?>
+
diff --git a/radiantproduction/Vue/Rechercheprestations/index.php b/radiantproduction/Vue/Rechercheprestations/index.php new file mode 100644 index 0000000..3e57cbc --- /dev/null +++ b/radiantproduction/Vue/Rechercheprestations/index.php @@ -0,0 +1,108 @@ +titre = "INTER-SANTE - "._("Rechercher sinistre") ; +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Tel E-mail
" >
+ + " readonly> + + + + + + + + + + + + + + + + + + + nettoyer($beneficiaire['idBeneficiaire']); + $numeroBeneficiaire=$this->nettoyer($beneficiaire['numeroBeneficiaire']); + ?> + + + + + + + + + + + + + + + + + + +
Sex E-mail
nettoyer($beneficiaire['numeroAdherent']) ?>nettoyer($beneficiaire['nomBeneficiaire']) ?>nettoyer($beneficiaire['prenomsBeneficiaire']) ?>nettoyer($beneficiaire['lienparente']) ?>nettoyer($beneficiaire['dateNaissance'])) ?>nettoyer($beneficiaire['sexe']) ?>nettoyer($beneficiaire['telephonePortableAdherent']) ?>nettoyer($beneficiaire['emailAdherent']) ?>nettoyer($beneficiaire['nomClient']) ?>
+
\ No newline at end of file diff --git a/radiantproduction/Vue/Refuseracteexclu/index.php b/radiantproduction/Vue/Refuseracteexclu/index.php new file mode 100644 index 0000000..67d7e0c --- /dev/null +++ b/radiantproduction/Vue/Refuseracteexclu/index.php @@ -0,0 +1,58 @@ +titre = "INTER-SANTE - Refuser un acte exclu"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
" onClick="enregistrerrefus_acte_exclu();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuseracteexclus/index.php b/radiantproduction/Vue/Refuseracteexclus/index.php new file mode 100644 index 0000000..8321b40 --- /dev/null +++ b/radiantproduction/Vue/Refuseracteexclus/index.php @@ -0,0 +1,58 @@ +titre = "INTER-SANTE - Refuser un acte exclu"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
" onClick="enregistrerrefus_acte_exclu_2();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuserderogation/index.php b/radiantproduction/Vue/Refuserderogation/index.php new file mode 100644 index 0000000..e5c9313 --- /dev/null +++ b/radiantproduction/Vue/Refuserderogation/index.php @@ -0,0 +1,70 @@ +titre = "INTER-SANTE - Refuser Dérogation"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
" onClick="enregistrerrefusderogation();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuserderogations/index.php b/radiantproduction/Vue/Refuserderogations/index.php new file mode 100644 index 0000000..0ced50b --- /dev/null +++ b/radiantproduction/Vue/Refuserderogations/index.php @@ -0,0 +1,70 @@ +titre = "INTER-SANTE - Refuser Dérogation"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
" onClick="enregistrerrefusderogation_2();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuserententeprealable/index.php b/radiantproduction/Vue/Refuserententeprealable/index.php new file mode 100644 index 0000000..825f13c --- /dev/null +++ b/radiantproduction/Vue/Refuserententeprealable/index.php @@ -0,0 +1,66 @@ +titre = "INTER-SANTE - Refuser un acte"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
" onClick="enregistrerrefusententepreslable();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuserententeprealables/index.php b/radiantproduction/Vue/Refuserententeprealables/index.php new file mode 100644 index 0000000..7895ffa --- /dev/null +++ b/radiantproduction/Vue/Refuserententeprealables/index.php @@ -0,0 +1,66 @@ +titre = "INTER-SANTE - Refuser un acte"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
" onClick="enregistrerrefusententepreslable_2();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Refuserententeprealablesmont/index.php b/radiantproduction/Vue/Refuserententeprealablesmont/index.php new file mode 100644 index 0000000..04a8620 --- /dev/null +++ b/radiantproduction/Vue/Refuserententeprealablesmont/index.php @@ -0,0 +1,71 @@ +titre = "INTER-SANTE - Refuser des verres"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
" onClick="enregistrerrefusententepreslable_mont();" style='font-size:10pt;' >
+ + +
+

+
+ + +
+
+ + + + +
+
diff --git a/radiantproduction/Vue/Refuserententeprealablesopt/index.php b/radiantproduction/Vue/Refuserententeprealablesopt/index.php new file mode 100644 index 0000000..da16e19 --- /dev/null +++ b/radiantproduction/Vue/Refuserententeprealablesopt/index.php @@ -0,0 +1,74 @@ +titre = "INTER-SANTE - Refuser des verres"; + $idBeneficiaire = $this->nettoyer($ententeprealable['idBeneficiaire']); +?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
" onClick="enregistrerrefusententepreslable_opt();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
+ + + +
+
diff --git a/radiantproduction/Vue/Refuserententeprealablespha/index.php b/radiantproduction/Vue/Refuserententeprealablespha/index.php new file mode 100644 index 0000000..619bbec --- /dev/null +++ b/radiantproduction/Vue/Refuserententeprealablespha/index.php @@ -0,0 +1,66 @@ +titre = "INTER-SANTE - Refuser un médicament"; ?> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly>
" onClick="enregistrerrefusententepreslable_pha();" style='font-size:10pt;' >
+ + +
+

+
+ +
+ +
+
diff --git a/radiantproduction/Vue/Reglerdecompte/index.php b/radiantproduction/Vue/Reglerdecompte/index.php new file mode 100644 index 0000000..7d3b74a --- /dev/null +++ b/radiantproduction/Vue/Reglerdecompte/index.php @@ -0,0 +1,106 @@ +titre = "INTER-SANTE - Règlement Décompte"; + $idReglement = $_SESSION['idReglement_C']; + $numeroDecompte = $reglement['numeroDecompte']; + $montantApayer = $reglement['montantApayer']; +?> + +" readonly > + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ +" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
" onClick="enregistrerreglementdecompte();" style='font-size:10pt;' >
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Relevecompteprestaire/index.php b/radiantproduction/Vue/Relevecompteprestaire/index.php new file mode 100644 index 0000000..d00b6fb --- /dev/null +++ b/radiantproduction/Vue/Relevecompteprestaire/index.php @@ -0,0 +1,83 @@ +titre = "INTER-SANTE - Relevé de Compte Prestataire"; + + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $idPrestataire = $this->nettoyer($prestataire['idPrestataire']); + $nom_prestataire = $this->nettoyer($prestataire['prestataire']); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + +
+
+ + +
+ +
diff --git a/radiantproduction/Vue/Relevecompteprestairep/index.php b/radiantproduction/Vue/Relevecompteprestairep/index.php new file mode 100644 index 0000000..2cc2523 --- /dev/null +++ b/radiantproduction/Vue/Relevecompteprestairep/index.php @@ -0,0 +1,136 @@ +titre = "INTER-SANTE - Relevé de Compte Prestataire"; + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ " "): ?> + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+ + diff --git a/radiantproduction/Vue/Remboursementclassique/index.php b/radiantproduction/Vue/Remboursementclassique/index.php new file mode 100644 index 0000000..8a0dac0 --- /dev/null +++ b/radiantproduction/Vue/Remboursementclassique/index.php @@ -0,0 +1,24 @@ +titre = "INTER-SANTE - Remboursement classique"; +?> + + Liste des dossiers") ?> + + + + + + + + + + + + + + +
+ +
+ +
\ No newline at end of file diff --git a/radiantproduction/Vue/Remplaceradherent/index.php b/radiantproduction/Vue/Remplaceradherent/index.php new file mode 100644 index 0000000..378bd28 --- /dev/null +++ b/radiantproduction/Vue/Remplaceradherent/index.php @@ -0,0 +1,66 @@ +titre = "INTER-SANTE - Remplacement Famille"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ diff --git a/radiantproduction/Vue/Remplaceradherentcons/index.php b/radiantproduction/Vue/Remplaceradherentcons/index.php new file mode 100644 index 0000000..b9b105c --- /dev/null +++ b/radiantproduction/Vue/Remplaceradherentcons/index.php @@ -0,0 +1,93 @@ +titre = "INTER-SANTE - Consultation remplacement famille "; +?> + + SORTANT") ?> + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?> nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
diff --git a/radiantproduction/Vue/Remplaceradherentcons/remplacant.php b/radiantproduction/Vue/Remplaceradherentcons/remplacant.php new file mode 100644 index 0000000..af85e09 --- /dev/null +++ b/radiantproduction/Vue/Remplaceradherentcons/remplacant.php @@ -0,0 +1,94 @@ +titre = "INTER-SANTE - Consultation remplacement famille "; +?> + + ENTRANT") ?> + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + nettoyer($garantieadherent['champApplication']); + ?> + + + + + + + + + + + + + + + + +
nettoyer($garantieadherent['garantie'])?> nettoyer($garantieadherent['plafond'])) ?> nettoyer($garantieadherent['consommation'])) ?>nettoyer($garantieadherent['solde'])) ?>
+ diff --git a/radiantproduction/Vue/Reposmedical/index.php b/radiantproduction/Vue/Reposmedical/index.php new file mode 100644 index 0000000..b5be18a --- /dev/null +++ b/radiantproduction/Vue/Reposmedical/index.php @@ -0,0 +1,58 @@ +titre = "INTER-SANTE - Repos Médical"; + + $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; +?> + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
Date Notes
+ +
diff --git a/radiantproduction/Vue/Requeterecherche/index.php b/radiantproduction/Vue/Requeterecherche/index.php new file mode 100644 index 0000000..c25dcb4 --- /dev/null +++ b/radiantproduction/Vue/Requeterecherche/index.php @@ -0,0 +1,28 @@ +titre = "INTER-SANTE - Consultations diverses"; + +?> + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Requetes/index.php b/radiantproduction/Vue/Requetes/index.php new file mode 100644 index 0000000..9f57737 --- /dev/null +++ b/radiantproduction/Vue/Requetes/index.php @@ -0,0 +1,23 @@ +titre = "INTER-SANTE - Requêtes"; +?> + + + + + + + + +
+ +
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Reseausoins/index.php b/radiantproduction/Vue/Reseausoins/index.php new file mode 100644 index 0000000..7bc502c --- /dev/null +++ b/radiantproduction/Vue/Reseausoins/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Liste des Catégories Assurés"; ?> + + + + + + + + + + + + + nettoyer($reseau['id']); + ?> + + + + + + + + + +
Code
nettoyer($reseau['codeReseau']) ?> nettoyer($reseau['libelle']) ?> nettoyer($reseau['tm']) ?> " onClick="javascript:modifier_reseau();"> " onClick="javascript:supprimer_reseau();">
diff --git a/radiantproduction/Vue/Sourcerequetesperso/index.php b/radiantproduction/Vue/Sourcerequetesperso/index.php new file mode 100644 index 0000000..7679c45 --- /dev/null +++ b/radiantproduction/Vue/Sourcerequetesperso/index.php @@ -0,0 +1,54 @@ +titre = "INTER-SANTE - Liste Sources de Données Requêtes Personnalisées"; +?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User
nettoyer($requete['codeUtilisateur']) ?> nettoyer($requete['dateSysteme'])) ?> " onClick="javascript:desactiver_sourcedonneesrequeteperso('');"> " onClick="javascript:activer_sourcedonneesrequeteperso('');"> + " onClick="javascript:afficher_sourcedonneesrequeteperso_id();" style='font-size:9pt;' > + + " onClick="javascript:parametres_sourcedonneesrequeteperso();" style='font-size:9pt;' > +
+
diff --git a/radiantproduction/Vue/Spadherent/index.php b/radiantproduction/Vue/Spadherent/index.php new file mode 100644 index 0000000..bdc4e01 --- /dev/null +++ b/radiantproduction/Vue/Spadherent/index.php @@ -0,0 +1,83 @@ +titre = "INTER-SANTE - Rapport S/P Famille"; + + $adherentRetire = $spadherent['adherentRetire']; + $dateSortieAdherent = $spadherent['dateSortieAdherent']; +?> + +nettoyer($spadherent['adherent'])." ( ".$this->nettoyer($spadherent['numeroAdherent'])." ) " ?> + + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($spadherent['dateEffet'])) ?> nettoyer($spadherent['dateEcheance'])) ?> nettoyer($spadherent['duree_acquise']) ?> nettoyer($spadherent['ratio_acquise']) ?> nettoyer($spadherent['dureePolice']) ?>
+ + + + + + + + + + + + + + + + + + + + + + +
nettoyer($spadherent['dateEffetAdherent'])) ?> nettoyer($spadherent['dateEcheance'])) ?> nettoyer($spadherent['duree_acquise_adherent']) ?> nettoyer($spadherent['ratio_acquise_adherent']) ?> nettoyer($spadherent['dureePolice']) ?>
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($spadherent['primestat'])) ?> nettoyer($spadherent['prime_acquise'])) ?> nettoyer($spadherent['consommation'])) ?> nettoyer($spadherent['rapportsp']) ?> nettoyer($spadherent['rapportspgeneral']) ?>
+ + +
+

+
+ diff --git a/radiantproduction/Vue/Spcollege/index.php b/radiantproduction/Vue/Spcollege/index.php new file mode 100644 index 0000000..7e8c489 --- /dev/null +++ b/radiantproduction/Vue/Spcollege/index.php @@ -0,0 +1,51 @@ +titre = "INTER-SANTE - Rapport S/P Collège"; ?> + + + + +nettoyer($spcollege['libelleCollege'])." ( ".$this->nettoyer($spcollege['codeProduit'])." ) " ?> + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($spcollege['dateEffet'])) ?> nettoyer($spcollege['dateEcheance'])) ?> nettoyer($spcollege['duree_acquise']) ?> nettoyer($spcollege['ratio_acquise']) ?> nettoyer($spcollege['dureePolice']) ?>
+ + + + + + + + + + + + + + + + + + + + + +
nettoyer($spcollege['primestat'])) ?> nettoyer($spcollege['prime_acquise'])) ?> nettoyer($spcollege['consommation'])) ?> nettoyer($spcollege['rapportsp']) ?> nettoyer($spcollege['rapportspgeneral']) ?>
diff --git a/radiantproduction/Vue/Sppolice/index.php b/radiantproduction/Vue/Sppolice/index.php new file mode 100644 index 0000000..3c2763c --- /dev/null +++ b/radiantproduction/Vue/Sppolice/index.php @@ -0,0 +1,40 @@ +titre = "INTER-SANTE - Rapport S/P police"; ?> + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppoliceentete['dateEffet'])) ?> nettoyer($sppoliceentete['dateEcheance'])) ?> nettoyer($sppoliceentete['duree_acquise']) ?> nettoyer($sppoliceentete['ratio_acquise']) ?> nettoyer($sppoliceentete['dureePolice']) ?>
+ + + + + + + + + +
+ +
+ +
diff --git a/radiantproduction/Vue/Statistiques/index.php b/radiantproduction/Vue/Statistiques/index.php new file mode 100644 index 0000000..54fcd94 --- /dev/null +++ b/radiantproduction/Vue/Statistiques/index.php @@ -0,0 +1,40 @@ +titre = "INTER-SANTE - Statistqiues"; + $idEntetestat = $_SESSION['idEntetestat_C']; + + $_SESSION['debutStat'] = $this->nettoyer($entetestat['debutExercice']); + $_SESSION['finStat'] = $this->nettoyer($entetestat['dateAnalyse']); + $_SESSION['idEnteteArchive'] = $this->nettoyer($entetestat['idEnteteArchive']); +?> + + + + + + + + + + + + + + + + + + + +
+ + Analyse
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Statistiquesnonarchives/index.php b/radiantproduction/Vue/Statistiquesnonarchives/index.php new file mode 100644 index 0000000..89b6944 --- /dev/null +++ b/radiantproduction/Vue/Statistiquesnonarchives/index.php @@ -0,0 +1,40 @@ +titre = "INTER-SANTE - Statistqiues non archivés"; + $idEntetestat = $_SESSION['idEntetestat_C']; + + $_SESSION['debutStat'] = $this->nettoyer($entetestat['debutExercice']); + $_SESSION['finStat'] = $this->nettoyer($entetestat['dateAnalyse']); + $_SESSION['idEnteteArchive'] = $this->nettoyer($entetestat['idEnteteArchive']); +?> + + + + + + + + + + + + + + + + + + + +
+ + Analyse
+ +
+
+ + +
+
diff --git a/radiantproduction/Vue/Supprimerempreinte/index.php b/radiantproduction/Vue/Supprimerempreinte/index.php new file mode 100644 index 0000000..adf224f --- /dev/null +++ b/radiantproduction/Vue/Supprimerempreinte/index.php @@ -0,0 +1,35 @@ +titre = "INTER-SANTE - Suppression EMprinte Digitale"; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($empreintesupprimer['dateSave'])) ?>nettoyer($empreintesupprimer['motif']) ?>nettoyer($empreintesupprimer['nomUtilisateur']) ?>
+
diff --git a/radiantproduction/Vue/Supprimerface/index.php b/radiantproduction/Vue/Supprimerface/index.php new file mode 100644 index 0000000..59e93aa --- /dev/null +++ b/radiantproduction/Vue/Supprimerface/index.php @@ -0,0 +1,37 @@ +titre = "INTER-SANTE - Suppression Face"; +?> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
nettoyer($facesupprimer['dateSysteme'])) ?>nettoyer($facesupprimer['motif']) ?>nettoyer($facesupprimer['nomUtilisateur']) ?>nettoyer($facesupprimer['prestataire']) ?>
+
diff --git a/radiantproduction/Vue/Syntheseconsopolice/index.php b/radiantproduction/Vue/Syntheseconsopolice/index.php new file mode 100644 index 0000000..d95761c --- /dev/null +++ b/radiantproduction/Vue/Syntheseconsopolice/index.php @@ -0,0 +1,49 @@ +titre = "INTER-SANTE - SYNTHESE CONSOMMATIONS DE LA POLICE"; +?> + + nettoyer($_SESSION['numeroPolice_C'])?> + + + + + + + + + + + + + + + + + + + + + + +
nettoyer($sppoliceentete['dateEffet'])) ?> nettoyer($sppoliceentete['dateEcheance'])) ?> nettoyer($sppoliceentete['duree_acquise']) ?> nettoyer($sppoliceentete['ratio_acquise']) ?> nettoyer($sppoliceentete['dureePolice']) ?>
+ + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/radiantproduction/Vue/Tableaucommission/detailcommission.php b/radiantproduction/Vue/Tableaucommission/detailcommission.php new file mode 100644 index 0000000..6ddc927 --- /dev/null +++ b/radiantproduction/Vue/Tableaucommission/detailcommission.php @@ -0,0 +1,39 @@ +nettoyer($typeapporteur['codeTypeApporteur']); +?> + + + + nettoyer($typeapporteur['libelle'])?> + + + + + + + + + + + + nettoyer($donnee['idTableaucommission']); + $codeTypeContrat = $this->nettoyer($donnee['codeTypeContrat']); + $codeEtape = $this->nettoyer($donnee['codeEtape']); + $tauxCommission = $this->nettoyer($donnee['tauxCommission']); + ?> + + + + + + + + + + + + + + +
nettoyer($donnee['idTableaucommission']) ?> nettoyer($donnee['typecontrat']) ?> nettoyer($donnee['etapepolice']) ?>
diff --git a/radiantproduction/Vue/Tableaucommission/index.php b/radiantproduction/Vue/Tableaucommission/index.php new file mode 100644 index 0000000..665b43c --- /dev/null +++ b/radiantproduction/Vue/Tableaucommission/index.php @@ -0,0 +1,26 @@ +titre = "INTER-SANTE - Liste des Types Apporteur"; ?> + + + + + + + + + + + nettoyer($donnee['id']); + $codeTypeApporteur = $this->nettoyer($donnee['codeTypeApporteur']); + ?> + + + + + + + +
nettoyer($donnee['codeTypeApporteur']) ?> nettoyer($donnee['libelle']) ?> nettoyer($donnee['libelleEng']) ?>
+ +
+
diff --git a/radiantproduction/Vue/Tarifs/index.php b/radiantproduction/Vue/Tarifs/index.php new file mode 100644 index 0000000..c51aec7 --- /dev/null +++ b/radiantproduction/Vue/Tarifs/index.php @@ -0,0 +1,13 @@ +titre = "INTER-SANTE - Gestion des tarifs"; ?> + + + +
+ +
diff --git a/radiantproduction/Vue/Tarifsactes/index.php b/radiantproduction/Vue/Tarifsactes/index.php new file mode 100644 index 0000000..b8a9861 --- /dev/null +++ b/radiantproduction/Vue/Tarifsactes/index.php @@ -0,0 +1,50 @@ +titre = "INTER-SANTE - Tarif Actes Médicaux"; +?> + + + + + +
+ + + + + + + + + + +
+ + " + onClick="javascript:afficher_tarifacte();" style="font-size:10pt;">
+
+ + +
+
+ + diff --git a/radiantproduction/Vue/Tarifsmedicaments/index.php b/radiantproduction/Vue/Tarifsmedicaments/index.php new file mode 100644 index 0000000..7c2a255 --- /dev/null +++ b/radiantproduction/Vue/Tarifsmedicaments/index.php @@ -0,0 +1,49 @@ +titre = "INTER-SANTE - Tarif Pharmacies"; +?> + + + +
+ + + + + + + + + + +
+ + " + onClick="javascript:afficher_tarifpharmacie();" style="font-size:10pt;">
+
+ +
+
+ + + + diff --git a/radiantproduction/Vue/Tarifsoptiques/index.php b/radiantproduction/Vue/Tarifsoptiques/index.php new file mode 100644 index 0000000..80fe83f --- /dev/null +++ b/radiantproduction/Vue/Tarifsoptiques/index.php @@ -0,0 +1,49 @@ +titre = "INTER-SANTE - Tarif verres"; +?> + + +
+ + + + + + + + + + +
+ + " + onClick="javascript:afficher_tarifoptique();" style="font-size:10pt;">
+
+ +
+
+ + + + + diff --git a/radiantproduction/Vue/Testsms/index.php b/radiantproduction/Vue/Testsms/index.php new file mode 100644 index 0000000..b508e30 --- /dev/null +++ b/radiantproduction/Vue/Testsms/index.php @@ -0,0 +1,40 @@ +titre = "INTER-SANTE - Autres Paramètres Généraux"; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code
+ + diff --git a/radiantproduction/Vue/Textecp/index.php b/radiantproduction/Vue/Textecp/index.php new file mode 100644 index 0000000..d2e0e31 --- /dev/null +++ b/radiantproduction/Vue/Textecp/index.php @@ -0,0 +1,7 @@ +titre = "Tâches - Texte libre sur CP"; ?> + +nettoyer($_SESSION['numeroPolice_C']) ?> +
+ + " /> +
diff --git a/radiantproduction/Vue/Textecpd/index.php b/radiantproduction/Vue/Textecpd/index.php new file mode 100644 index 0000000..44b2ab4 --- /dev/null +++ b/radiantproduction/Vue/Textecpd/index.php @@ -0,0 +1,8 @@ +titre = "Tâches - Texte libre sur Devis"; ?> + + nettoyer($_SESSION['numeroPolice_d_C']) ?> + +
+ + " /> +
diff --git a/radiantproduction/Vue/Typesapporteurs/index.php b/radiantproduction/Vue/Typesapporteurs/index.php new file mode 100644 index 0000000..36c6129 --- /dev/null +++ b/radiantproduction/Vue/Typesapporteurs/index.php @@ -0,0 +1,22 @@ +titre = "INTER-SANTE - Liste des Types Apporteur"; ?> + + + + + + + + + + + nettoyer($donnee['id']); + ?> + + + + + + + +
nettoyer($donnee['codeTypeApporteur']) ?> nettoyer($donnee['libelle']) ?> nettoyer($donnee['libelleEng']) ?>
diff --git a/radiantproduction/Vue/Usersagence/index.php b/radiantproduction/Vue/Usersagence/index.php new file mode 100644 index 0000000..71453c5 --- /dev/null +++ b/radiantproduction/Vue/Usersagence/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Utilisateurs Agences"; ?> + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
diff --git a/radiantproduction/Vue/Usersassureur/index.php b/radiantproduction/Vue/Usersassureur/index.php new file mode 100644 index 0000000..e78e79b --- /dev/null +++ b/radiantproduction/Vue/Usersassureur/index.php @@ -0,0 +1,30 @@ +titre = "INTER-SANTE - Utilisateurs Assureur"; ?> + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
diff --git a/radiantproduction/Vue/Usersgcassureur/index.php b/radiantproduction/Vue/Usersgcassureur/index.php new file mode 100644 index 0000000..2738883 --- /dev/null +++ b/radiantproduction/Vue/Usersgcassureur/index.php @@ -0,0 +1,82 @@ +titre = "INTER-SANTE - Liste Utilisateurs Gestion Confiée"; + $codeGcAssureur = $this->nettoyer($gc['codeGcAssureur']); + $nomGcAssureur = $this->nettoyer($gc['libelle']); +?> + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($user_gc['codeUtilisateur']) ?> nettoyer($user_gc['utilisateur']) ?> " onClick="javascript:reinitpaswd_gc('');"> " onClick="javascript:reinitpaswd_gc('');"> " onClick="javascript:desactiver_user_gc('');"> " onClick="javascript:activer_user_gc('');"> Désactiver?") ?>" onClick="javascript:gerer_acces_actes_gc('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_actes_gc('', '');"> Désactiver?") ?>" onClick="javascript:gerer_acces_affection_gc('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_affection_gc('', '');"> + " onClick="javascript:afficher_users_gc_id();" style='font-size:9pt;' > +
+
+
+ +
+
+ diff --git a/radiantproduction/Vue/Usersprestaire/index.php b/radiantproduction/Vue/Usersprestaire/index.php new file mode 100644 index 0000000..7d0ce1c --- /dev/null +++ b/radiantproduction/Vue/Usersprestaire/index.php @@ -0,0 +1,81 @@ +titre = "INTER-SANTE - Liste Utilisateurs prestataire"; + $codePrestataire = $this->nettoyer($prestataire['codePrestataire']); + $idPrestataire = $this->nettoyer($prestataire['id']); + $nomPrestataire = $this->nettoyer($prestataire['libelle']); +?> + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Login
nettoyer($users_prestataire['codeUtilisateur']) ?> nettoyer($users_prestataire['utilisateur']) ?> " onClick="javascript:reinitpaswd_prestataire('');"> " onClick="javascript:reinitpaswd_prestataire('');"> " onClick="javascript:desactiver_user_prestataire('');"> " onClick="javascript:activer_user_prestataire('');"> Désactiver?") ?>" onClick="javascript:gerer_acces_actes_prestataire('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_actes_prestataire('', '');"> Désactiver?") ?>" onClick="javascript:gerer_acces_affection_prestataire('', '');"> Activer?") ?>" onClick="javascript:gerer_acces_affection_prestataire('', '');"> + " onClick="javascript:afficher_users_prestataire_id();" style='font-size:9pt;' > +
+
+ +
+
+ diff --git a/radiantproduction/Vue/Validerpaiementdecompte/index.php b/radiantproduction/Vue/Validerpaiementdecompte/index.php new file mode 100644 index 0000000..c48ad0f --- /dev/null +++ b/radiantproduction/Vue/Validerpaiementdecompte/index.php @@ -0,0 +1,90 @@ +titre = "INTER-SANTE - Validation paiement décomptes"; + $idPaiementDecompte = $_SESSION['idPaiementDecompte_C']; + $numeroReglement = $this->nettoyer($reglement['numeroReglement']); + $_SESSION['numeroReglement_C'] = $numeroReglement; + $nbDecomptes = $reglement['nbDecomptes']; + $valide = $this->nettoyer($reglement['valide']); + $montantApayer = $this->nettoyer($reglement['montantApayer']); + +?> + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date Init
+
+ +" readonly > + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
" onClick="enregistrer_valider_paiement_decompte();" style='font-size:10pt;' >
+ + +
+

+
+ diff --git a/radiantproduction/Vue/erreur.php b/radiantproduction/Vue/erreur.php new file mode 100644 index 0000000..c4e7eba --- /dev/null +++ b/radiantproduction/Vue/erreur.php @@ -0,0 +1 @@ +

nettoyer($msgErreur) ?>

diff --git a/radiantproduction/Vue/gabarit.php b/radiantproduction/Vue/gabarit.php new file mode 100644 index 0000000..1b3d0f4 --- /dev/null +++ b/radiantproduction/Vue/gabarit.php @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + <?= $_SESSION['vue'] ?> + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+ + " " ) + { + $photoFace = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$_SESSION['lienPhoto_C']; + } + ?> + +
+
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Context
" . $this->nettoyer(format_N($_SESSION['ndDep_C'])) . " > " . $this->nettoyer(format_N($_SESSION['ndActif_C'])) ?>" readonly >
+ " " ): ?> + + +
Changer mot de passe
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ Messages +
+ +
+ + " onclick="javascript:gerer_messagerie();" > + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/radiantproduction/Vue/gabarit_test.php b/radiantproduction/Vue/gabarit_test.php new file mode 100644 index 0000000..b69d10b --- /dev/null +++ b/radiantproduction/Vue/gabarit_test.php @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + <?= $_SESSION['vue'] ?> + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Context
" . $this->nettoyer($_SESSION['ndDep_C']) . " > " . $this->nettoyer($_SESSION['ndActif_C']) ?>" readonly >
+ " " ): ?> + + +
Changer mot de passe
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ Messages +
+ +
+ + " onclick="javascript:gerer_messagerie();" > + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/radiantproduction/Vue/portail.php b/radiantproduction/Vue/portail.php new file mode 100644 index 0000000..f2f41dc --- /dev/null +++ b/radiantproduction/Vue/portail.php @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + <?= $titre ?> + + + + + + + + + +
+
+ +
+
+ + + \ No newline at end of file diff --git a/radiantproduction/faceebene/ebenetraitementimage.php b/radiantproduction/faceebene/ebenetraitementimage.php new file mode 100644 index 0000000..218a2e1 --- /dev/null +++ b/radiantproduction/faceebene/ebenetraitementimage.php @@ -0,0 +1,132 @@ + + + + diff --git a/radiantproduction/faceebene/webcam.min.js b/radiantproduction/faceebene/webcam.min.js new file mode 100644 index 0000000..03de2f7 --- /dev/null +++ b/radiantproduction/faceebene/webcam.min.js @@ -0,0 +1,2 @@ +// WebcamJS v1.0.25 - http://github.com/jhuckaby/webcamjs - MIT Licensed +(function(e){var t;function a(){var e=Error.apply(this,arguments);e.name=this.name="FlashError";this.stack=e.stack;this.message=e.message}function i(){var e=Error.apply(this,arguments);e.name=this.name="WebcamError";this.stack=e.stack;this.message=e.message}var s=function(){};s.prototype=Error.prototype;a.prototype=new s;i.prototype=new s;var Webcam={version:"1.0.26",protocol:location.protocol.match(/https/i)?"https":"http",loaded:false,live:false,userMedia:true,iOS:/iPad|iPhone|iPod/.test(navigator.userAgent)&&!e.MSStream,params:{width:0,height:0,dest_width:0,dest_height:0,image_format:"jpeg",jpeg_quality:90,enable_flash:true,force_flash:false,flip_horiz:false,fps:30,upload_name:"webcam",constraints:null,swfURL:"",flashNotDetectedText:"ERROR: No Adobe Flash Player detected. Webcam.js relies on Flash for browsers that do not support getUserMedia (like yours).",noInterfaceFoundText:"No supported webcam interface found.",unfreeze_snap:true,iosPlaceholderText:"Click here to open camera.",user_callback:null,user_canvas:null},errors:{FlashError:a,WebcamError:i},hooks:{},init:function(){var t=this;this.mediaDevices=navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?navigator.mediaDevices:navigator.mozGetUserMedia||navigator.webkitGetUserMedia?{getUserMedia:function(e){return new Promise(function(t,a){(navigator.mozGetUserMedia||navigator.webkitGetUserMedia).call(navigator,e,t,a)})}}:null;e.URL=e.URL||e.webkitURL||e.mozURL||e.msURL;this.userMedia=this.userMedia&&!!this.mediaDevices&&!!e.URL;if(navigator.userAgent.match(/Firefox\D+(\d+)/)){if(parseInt(RegExp.$1,10)<21)this.userMedia=null}if(this.userMedia){e.addEventListener("beforeunload",function(e){t.reset()})}},exifOrientation:function(e){var t=new DataView(e);if(t.getUint8(0)!=255||t.getUint8(1)!=216){console.log("Not a valid JPEG file");return 0}var a=2;var i=null;while(a8){console.log("Invalid EXIF orientation value ("+p+")");return 0}return p}}}else{a+=2+t.getUint16(a+2)}}return 0},fixOrientation:function(e,t,a){var i=new Image;i.addEventListener("load",function(e){var s=document.createElement("canvas");var r=s.getContext("2d");if(t<5){s.width=i.width;s.height=i.height}else{s.width=i.height;s.height=i.width}switch(t){case 2:r.transform(-1,0,0,1,i.width,0);break;case 3:r.transform(-1,0,0,-1,i.width,i.height);break;case 4:r.transform(1,0,0,-1,0,i.height);break;case 5:r.transform(0,1,1,0,0,0);break;case 6:r.transform(0,1,-1,0,i.height,0);break;case 7:r.transform(0,-1,-1,0,i.height,i.width);break;case 8:r.transform(0,-1,1,0,0,i.width);break}r.drawImage(i,0,0);a.src=s.toDataURL()},false);i.src=e},attach:function(a){if(typeof a=="string"){a=document.getElementById(a)||document.querySelector(a)}if(!a){return this.dispatch("error",new i("Could not locate DOM element to attach to."))}this.container=a;a.innerHTML="";var s=document.createElement("div");a.appendChild(s);this.peg=s;if(!this.params.width)this.params.width=a.offsetWidth;if(!this.params.height)this.params.height=a.offsetHeight;if(!this.params.width||!this.params.height){return this.dispatch("error",new i("No width and/or height for webcam. Please call set() first, or attach to a visible element."))}if(!this.params.dest_width)this.params.dest_width=this.params.width;if(!this.params.dest_height)this.params.dest_height=this.params.height;this.userMedia=t===undefined?this.userMedia:t;if(this.params.force_flash){t=this.userMedia;this.userMedia=null}if(typeof this.params.fps!=="number")this.params.fps=30;var r=this.params.width/this.params.dest_width;var o=this.params.height/this.params.dest_height;if(this.userMedia){var n=document.createElement("video");n.setAttribute("autoplay","autoplay");n.setAttribute("playsinline","playsinline");n.style.width=""+this.params.dest_width+"px";n.style.height=""+this.params.dest_height+"px";if(r!=1||o!=1){a.style.overflow="hidden";n.style.webkitTransformOrigin="0px 0px";n.style.mozTransformOrigin="0px 0px";n.style.msTransformOrigin="0px 0px";n.style.oTransformOrigin="0px 0px";n.style.transformOrigin="0px 0px";n.style.webkitTransform="scaleX("+r+") scaleY("+o+")";n.style.mozTransform="scaleX("+r+") scaleY("+o+")";n.style.msTransform="scaleX("+r+") scaleY("+o+")";n.style.oTransform="scaleX("+r+") scaleY("+o+")";n.style.transform="scaleX("+r+") scaleY("+o+")"}a.appendChild(n);this.video=n;var l=this;this.mediaDevices.getUserMedia({audio:false,video:this.params.constraints||{mandatory:{minWidth:this.params.dest_width,minHeight:this.params.dest_height}}}).then(function(t){n.onloadedmetadata=function(e){l.stream=t;l.loaded=true;l.live=true;l.dispatch("load");l.dispatch("live");l.flip()};if("srcObject"in n){n.srcObject=t}else{n.src=e.URL.createObjectURL(t)}}).catch(function(e){if(l.params.enable_flash&&l.detectFlash()){setTimeout(function(){l.params.force_flash=1;l.attach(a)},1)}else{l.dispatch("error",e)}})}else if(this.iOS){var h=document.createElement("div");h.id=this.container.id+"-ios_div";h.className="webcamjs-ios-placeholder";h.style.width=""+this.params.width+"px";h.style.height=""+this.params.height+"px";h.style.textAlign="center";h.style.display="table-cell";h.style.verticalAlign="middle";h.style.backgroundRepeat="no-repeat";h.style.backgroundSize="contain";h.style.backgroundPosition="center";var c=document.createElement("span");c.className="webcamjs-ios-text";c.innerHTML=this.params.iosPlaceholderText;h.appendChild(c);var d=document.createElement("img");d.id=this.container.id+"-ios_img";d.style.width=""+this.params.dest_width+"px";d.style.height=""+this.params.dest_height+"px";d.style.display="none";h.appendChild(d);var f=document.createElement("input");f.id=this.container.id+"-ios_input";f.setAttribute("type","file");f.setAttribute("accept","image/*");f.setAttribute("capture","camera");var l=this;var m=this.params;f.addEventListener("change",function(e){if(e.target.files.length>0&&e.target.files[0].type.indexOf("image/")==0){var t=URL.createObjectURL(e.target.files[0]);var a=new Image;a.addEventListener("load",function(e){var t=document.createElement("canvas");t.width=m.dest_width;t.height=m.dest_height;var i=t.getContext("2d");ratio=Math.min(a.width/m.dest_width,a.height/m.dest_height);var s=m.dest_width*ratio;var r=m.dest_height*ratio;var o=(a.width-s)/2;var n=(a.height-r)/2;i.drawImage(a,o,n,s,r,0,0,m.dest_width,m.dest_height);var l=t.toDataURL();d.src=l;h.style.backgroundImage="url('"+l+"')"},false);var i=new FileReader;i.addEventListener("load",function(e){var i=l.exifOrientation(e.target.result);if(i>1){l.fixOrientation(t,i,a)}else{a.src=t}},false);var s=new XMLHttpRequest;s.open("GET",t,true);s.responseType="blob";s.onload=function(e){if(this.status==200||this.status===0){i.readAsArrayBuffer(this.response)}};s.send()}},false);f.style.display="none";a.appendChild(f);h.addEventListener("click",function(e){if(m.user_callback){l.snap(m.user_callback,m.user_canvas)}else{f.style.display="block";f.focus();f.click();f.style.display="none"}},false);a.appendChild(h);this.loaded=true;this.live=true}else if(this.params.enable_flash&&this.detectFlash()){e.Webcam=Webcam;var h=document.createElement("div");h.innerHTML=this.getSWFHTML();a.appendChild(h)}else{this.dispatch("error",new i(this.params.noInterfaceFoundText))}if(this.params.crop_width&&this.params.crop_height){var p=Math.floor(this.params.crop_width*r);var u=Math.floor(this.params.crop_height*o);a.style.width=""+p+"px";a.style.height=""+u+"px";a.style.overflow="hidden";a.scrollLeft=Math.floor(this.params.width/2-p/2);a.scrollTop=Math.floor(this.params.height/2-u/2)}else{a.style.width=""+this.params.width+"px";a.style.height=""+this.params.height+"px"}},reset:function(){if(this.preview_active)this.unfreeze();this.unflip();if(this.userMedia){if(this.stream){if(this.stream.getVideoTracks){var e=this.stream.getVideoTracks();if(e&&e[0]&&e[0].stop)e[0].stop()}else if(this.stream.stop){this.stream.stop()}}delete this.stream;delete this.video}if(this.userMedia!==true&&this.loaded&&!this.iOS){var t=this.getMovie();if(t&&t._releaseCamera)t._releaseCamera()}if(this.container){this.container.innerHTML="";delete this.container}this.loaded=false;this.live=false},set:function(){if(arguments.length==1){for(var e in arguments[0]){this.params[e]=arguments[0][e]}}else{this.params[arguments[0]]=arguments[1]}},on:function(e,t){e=e.replace(/^on/i,"").toLowerCase();if(!this.hooks[e])this.hooks[e]=[];this.hooks[e].push(t)},off:function(e,t){e=e.replace(/^on/i,"").toLowerCase();if(this.hooks[e]){if(t){var a=this.hooks[e].indexOf(t);if(a>-1)this.hooks[e].splice(a,1)}else{this.hooks[e]=[]}}},dispatch:function(){var t=arguments[0].replace(/^on/i,"").toLowerCase();var s=Array.prototype.slice.call(arguments,1);if(this.hooks[t]&&this.hooks[t].length){for(var r=0,o=this.hooks[t].length;rERROR: the Webcam.js Flash fallback does not work from local disk. Please run it from a web server.'}if(!this.detectFlash()){this.dispatch("error",new a("Adobe Flash Player not found. Please install from get.adobe.com/flashplayer and try again."));return'

'+this.params.flashNotDetectedText+"

"}if(!i){var s="";var r=document.getElementsByTagName("script");for(var o=0,n=r.length;o';return t},getMovie:function(){if(!this.loaded)return this.dispatch("error",new a("Flash Movie is not loaded yet"));var e=document.getElementById("webcam_movie_obj");if(!e||!e._snap)e=document.getElementById("webcam_movie_embed");if(!e)this.dispatch("error",new a("Cannot locate Flash movie in DOM"));return e},freeze:function(){var e=this;var t=this.params;if(this.preview_active)this.unfreeze();var a=this.params.width/this.params.dest_width;var i=this.params.height/this.params.dest_height;this.unflip();var s=t.crop_width||t.dest_width;var r=t.crop_height||t.dest_height;var o=document.createElement("canvas");o.width=s;o.height=r;var n=o.getContext("2d");this.preview_canvas=o;this.preview_context=n;if(a!=1||i!=1){o.style.webkitTransformOrigin="0px 0px";o.style.mozTransformOrigin="0px 0px";o.style.msTransformOrigin="0px 0px";o.style.oTransformOrigin="0px 0px";o.style.transformOrigin="0px 0px";o.style.webkitTransform="scaleX("+a+") scaleY("+i+")";o.style.mozTransform="scaleX("+a+") scaleY("+i+")";o.style.msTransform="scaleX("+a+") scaleY("+i+")";o.style.oTransform="scaleX("+a+") scaleY("+i+")";o.style.transform="scaleX("+a+") scaleY("+i+")"}this.snap(function(){o.style.position="relative";o.style.left=""+e.container.scrollLeft+"px";o.style.top=""+e.container.scrollTop+"px";e.container.insertBefore(o,e.peg);e.container.style.overflow="hidden";e.preview_active=true},o)},unfreeze:function(){if(this.preview_active){this.container.removeChild(this.preview_canvas);delete this.preview_context;delete this.preview_canvas;this.preview_active=false;this.flip()}},flip:function(){if(this.params.flip_horiz){var e=this.container.style;e.webkitTransform="scaleX(-1)";e.mozTransform="scaleX(-1)";e.msTransform="scaleX(-1)";e.oTransform="scaleX(-1)";e.transform="scaleX(-1)";e.filter="FlipH";e.msFilter="FlipH"}},unflip:function(){if(this.params.flip_horiz){var e=this.container.style;e.webkitTransform="scaleX(1)";e.mozTransform="scaleX(1)";e.msTransform="scaleX(1)";e.oTransform="scaleX(1)";e.transform="scaleX(1)";e.filter="";e.msFilter=""}},savePreview:function(e,t){var a=this.params;var i=this.preview_canvas;var s=this.preview_context;if(t){var r=t.getContext("2d");r.drawImage(i,0,0)}e(t?null:i.toDataURL("image/"+a.image_format,a.jpeg_quality/100),i,s);if(this.params.unfreeze_snap)this.unfreeze()},snap:function(e,t){if(!e)e=this.params.user_callback;if(!t)t=this.params.user_canvas;var a=this;var s=this.params;if(!this.loaded)return this.dispatch("error",new i("Webcam is not loaded yet"));if(!e)return this.dispatch("error",new i("Please provide a callback function or canvas to snap()"));if(this.preview_active){this.savePreview(e,t);return null}var r=document.createElement("canvas");r.width=this.params.dest_width;r.height=this.params.dest_height;var o=r.getContext("2d");if(this.params.flip_horiz){o.translate(s.dest_width,0);o.scale(-1,1)}var n=function(){if(this.src&&this.width&&this.height){o.drawImage(this,0,0,s.dest_width,s.dest_height)}if(s.crop_width&&s.crop_height){var a=document.createElement("canvas");a.width=s.crop_width;a.height=s.crop_height;var i=a.getContext("2d");i.drawImage(r,Math.floor(s.dest_width/2-s.crop_width/2),Math.floor(s.dest_height/2-s.crop_height/2),s.crop_width,s.crop_height,0,0,s.crop_width,s.crop_height);o=i;r=a}if(t){var n=t.getContext("2d");n.drawImage(r,0,0)}e(t?null:r.toDataURL("image/"+s.image_format,s.jpeg_quality/100),r,o)};if(this.userMedia){o.drawImage(this.video,0,0,this.params.dest_width,this.params.dest_height);n()}else if(this.iOS){var l=document.getElementById(this.container.id+"-ios_div");var h=document.getElementById(this.container.id+"-ios_img");var c=document.getElementById(this.container.id+"-ios_input");iFunc=function(e){n.call(h);h.removeEventListener("load",iFunc);l.style.backgroundImage="none";h.removeAttribute("src");c.value=null};if(!c.value){h.addEventListener("load",iFunc);c.style.display="block";c.focus();c.click();c.style.display="none"}else{iFunc(null)}}else{var d=this.getMovie()._snap();var h=new Image;h.onload=n;h.src="data:image/"+this.params.image_format+";base64,"+d}return null},configure:function(e){if(!e)e="camera";this.getMovie()._configure(e)},flashNotify:function(e,t){switch(e){case"flashLoadComplete":this.loaded=true;this.dispatch("load");break;case"cameraLive":this.live=true;this.dispatch("live");break;case"error":this.dispatch("error",new a(t));break;default:break}},b64ToUint6:function(e){return e>64&&e<91?e-65:e>96&&e<123?e-71:e>47&&e<58?e+4:e===43?62:e===47?63:0},base64DecToArr:function(e,t){var a=e.replace(/[^A-Za-z0-9\+\/]/g,""),i=a.length,s=t?Math.ceil((i*3+1>>2)/t)*t:i*3+1>>2,r=new Uint8Array(s);for(var o,n,l=0,h=0,c=0;c>>(16>>>o&24)&255}l=0}}return r},upload:function(e,t,a){var i=this.params.upload_name||"webcam";var s="";if(e.match(/^data\:image\/(\w+)/))s=RegExp.$1;else throw"Cannot locate image format in Data URI";var r=e.replace(/^data\:image\/\w+\;base64\,/,"");var o=new XMLHttpRequest;o.open("POST",t,true);if(o.upload&&o.upload.addEventListener){o.upload.addEventListener("progress",function(e){if(e.lengthComputable){var t=e.loaded/e.total;Webcam.dispatch("uploadProgress",t,e)}},false)}var n=this;o.onload=function(){if(a)a.apply(n,[o.status,o.responseText,o.statusText]);Webcam.dispatch("uploadComplete",o.status,o.responseText,o.statusText)};var l=new Blob([this.base64DecToArr(r)],{type:"image/"+s});var h=new FormData;h.append(i,l,i+"."+s.replace(/e/,""));o.send(h)}};Webcam.init();if(typeof define==="function"&&define.amd){define(function(){return Webcam})}else if(typeof module==="object"&&module.exports){module.exports=Webcam}else{e.Webcam=Webcam}})(window); \ No newline at end of file