| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- # -- Fichier de configuration de PARDIT --
- # Notes:
- # * Champ à reprendre dans le fichier XML: <nom.du.champ>
- # * Fonctions disponibles: JOUR(date), MOIS(date), ANNEE(date), MAINTENANT()
- # Répertoire par défaut pour la selection de fichiers
- repertoire_defaut: \\public\publicno\M-MRI\prod\outils\Globaux\Pardit
- # Répertoire de sortie des PDF
- repertoire_sortie: C:\Applications_CD67\MRI-PARDIT
- # Données pour l'édition des PDF
- donnees:
- # Cas de l'édition d'une DICT
- dict:
- Denomination: <executantDesTravaux.denomination>
- ComplementAdresse: <executantDesTravaux.complementService>
- NoVoie: <executantDesTravaux.voie>
- LieuditBP: <executantDesTravaux.lieuDitBP>
- CodePostal: <executantDesTravaux.codePostal>
- Commune: <executantDesTravaux.commune>
- Pays: <responsableDuProjet.pays>
- NoGU: <noConsultationDuTeleservice>
- NoAffaireDeclarant: <noAffaireDeLexecutantDesTravaux>
- Personne_Contacter: <nomDeLaPersonneAContacter>
- JourReception: JOUR(<dateDeLaDeclaration>)
- MoisReception: MOIS(<dateDeLaDeclaration>)
- AnneeReception: ANNEE(<dateDeLaDeclaration>)
- CommuneTravaux: <emplacementDesTravaux.communePrincipale>
- AdresseTravaux: <emplacementDesTravaux.adresse>
- Recepisse_DICT: Oui
-
- # Cas de l'édition d'une DT
- dt:
- Denomination: <representantDuResponsableDeProjet.denomination>
- ComplementAdresse: <representantDuResponsableDeProjet.complementService>
- NoVoie: "<representantDuResponsableDeProjet.numero> <representantDuResponsableDeProjet.voie>"
- LieuditBP: <representantDuResponsableDeProjet.lieuDitBP>
- CodePostal: <representantDuResponsableDeProjet.codePostal>
- Commune: <representantDuResponsableDeProjet.commune>
- Pays: <responsableDuProjet.pays>
- NoGU: <noConsultationDuTeleservice>
- NoAffaireDeclarant: <noAffaireDuResponsableDuProjet>
- Personne_Contacter: <nomDeLaPersonneAContacter>
- JourReception: JOUR(<dateDeLaDeclaration>)
- MoisReception: MOIS(<dateDeLaDeclaration>)
- AnneeReception: ANNEE(<dateDeLaDeclaration>)
- CommuneTravaux: <emplacementDuProjet.communePrincipale>
- AdresseTravaux: <emplacementDuProjet.adresse>
- Recepisse_DT: Oui
- # Champs communs aux deux types de demandes
- commun:
- PasConcerne: Oui
- NbPJ: 0
- RaisonSocialeExploitant: "Département du Bas-Rhin"
- ContactExploitant: ""
- NoVoieExploitant: ""
- LieuditBPExploitant: STRASBOURG
- CodePostalExploitant: "67000"
- CommuneExploitant: ""
- TelExploitant: ""
- FaxExploitant: ""
- NomResponsableDossier: ""
- DésignationService: ""
- TelResponsableDossier: ""
- TelEndommagement: ""
- NomSignataire: ""
- JourRecepisse: JOUR(MAINTENANT())
- MoisRecepisse: MOIS(MAINTENANT())
- AnneeRecepisse: ANNEE(MAINTENANT())
- # Configuration de l'édition des mails
- mail:
- dict:
- dest: <executantDesTravaux.courriel>
- objet: "Réponse à la demande <noConsultationDuTeleservice>"
- texte: "Veuillez trouver ci-joint la réponse à votre demande.\nCordialement,"
- dt:
- dest: <representantDuResponsableDeProjet.courriel>
- objet: "Réponse à la demande <noConsultationDuTeleservice>"
- texte: "Veuillez trouver ci-joint la réponse à votre demande.\nCordialement,"
-
- # Champs modifiables via la fenêtre 'Configuration'
- modifiables:
- - ContactExploitant
- - NoVoieExploitant
- - LieuditBPExploitant
- - CodePostalExploitant
- - CommuneExploitant
- - TelExploitant
- - FaxExploitant
- - NomResponsableDossier
- - DésignationService
- - TelResponsableDossier
- - TelEndommagement
- - NomSignataire
|