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)