cd06: ajout description formulaire aggravation preprod

Il pointe toujours vers le répertoire aggravation-apa, l'ancien
formulaire pointe désormais vers aggravation-apa-dev.
This commit is contained in:
Benjamin Dauvergne 2018-11-26 16:11:50 +01:00
parent c13da9cb99
commit b99067b807
1 changed files with 18 additions and 1 deletions

View File

@ -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)