From b99067b80795294691b8a980ca879c470c77d840 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 Nov 2018 16:11:50 +0100 Subject: [PATCH] cd06: ajout description formulaire aggravation preprod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il pointe toujours vers le répertoire aggravation-apa, l'ancien formulaire pointe désormais vers aggravation-apa-dev. --- cd06/script.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/cd06/script.py b/cd06/script.py index 6cde5c1..4d8727f 100644 --- a/cd06/script.py +++ b/cd06/script.py @@ -38,6 +38,23 @@ FORMDEFS = { ] }, 'aggravation-revision-apa': { + 'DIRECTORY': 'aggravation-apa-dev', + 'MAPPINGS': [ + # ('Nom', 'Variable', 'Nommage fichier',) + ('Mandat de délégation signé', 'mandat', 'MANDAT_DELEGATION.PDF',), + ('Copie du jugement mesure de protection par une personne', + 'jugement_mesure_protection_personne', + 'JUGEMENT_MESURE_DE_PROTECTION_PERSONNE.PDF',), + ('Copie du jugement mesure de protection par un organisme personne', + 'jugement_mesure_protection_organisme', + 'JUGEMENT_MESURE_DE_PROTECTION_ORGANISME.PDF',), + ('Taxe foncière 1er bien', 'taxe_fonciere_1', 'TAXE_FONCIERE_BIEN_1.PDF',), + ('Taxe foncière 2ème bien', 'taxe_fonciere_2', 'TAXE_FONCIERE_BIEN_2.PDF',), + ('Taxe foncière 3ème bien', 'taxe_fonciere_3', 'TAXE_FONCIERE_BIEN_3.PDF',), + ('Avis d\'imposition', 'avis_imposition', 'AVIS_IMPOSITION.PDF',), + ] + }, + 'aggravation-revision-apa-genesys-preprod': { 'DIRECTORY': 'aggravation-apa', 'MAPPINGS': [ # ('Nom', 'Variable', 'Nommage fichier',) @@ -53,7 +70,7 @@ FORMDEFS = { ('Taxe foncière 3ème bien', 'taxe_fonciere_3', 'TAXE_FONCIERE_BIEN_3.PDF',), ('Avis d\'imposition', 'avis_imposition', 'AVIS_IMPOSITION.PDF',), ] - } + }, } print('Moving files into', target_dir)