Commit 2854b1c1 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

Remove some properties useless, add new propreties.
Translate each descriptions in english

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22947 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30228064
...@@ -36,27 +36,27 @@ class M2: ...@@ -36,27 +36,27 @@ class M2:
_properties = ( _properties = (
# M2 properties # M2 properties
{ 'id' : 'new_corporate_registration_code' { 'id' : 'new_corporate_registration_code'
, 'description': 'RCCM du siege' , 'description': 'Head Office RCCM'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'activity_free_text' { 'id' : 'activity_free_text'
, 'description': 'Activite' , 'description': 'Activities'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'auditor_first_no_check' { 'id' : 'auditor_first_no_check'
, 'description': 'Non' , 'description': 'No'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'auditor_first_yes_check' { 'id' : 'auditor_first_yes_check'
, 'description': 'OUI' , 'description': 'Yes'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'activities_check' { 'id' : 'activities_check'
, 'description': 'Activites' , 'description': 'Activities'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -66,7 +66,7 @@ class M2: ...@@ -66,7 +66,7 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'added_activities' { 'id' : 'added_activities'
, 'description': 'Activites ajoutees' , 'description': 'Activities added'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -76,17 +76,17 @@ class M2: ...@@ -76,17 +76,17 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'auditor_second_no_check' { 'id' : 'auditor_second_no_check'
, 'description': 'NON' , 'description': 'No'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'auditor_second_yes_check' { 'id' : 'auditor_second_yes_check'
, 'description': 'OUI' , 'description': 'Yes'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'buyers_address' { 'id' : 'buyers_address'
, 'description': 'Ancienne adresse' , 'description': 'Old Address'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -96,17 +96,15 @@ class M2: ...@@ -96,17 +96,15 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'buyers_name' { 'id' : 'buyers_name'
, 'description': 'Acquereur' , 'description': 'Buyers'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'default_address_city' { 'id' : 'default_address_city'
, 'description': 'Fait à'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'applicant' { 'id' : 'applicant'
, 'description': 'Le soussigne'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -116,12 +114,12 @@ class M2: ...@@ -116,12 +114,12 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'characteristics_check' { 'id' : 'characteristics_check'
, 'description': 'Caracteristiques' , 'description': 'Characteristics'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'closing_check' { 'id' : 'closing_check'
, 'description': 'Fermeture' , 'description': 'Closing'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -136,7 +134,7 @@ class M2: ...@@ -136,7 +134,7 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'company_check' { 'id' : 'company_check'
, 'description': 'ETABLISSEMENT' , 'description': 'Company'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -151,7 +149,7 @@ class M2: ...@@ -151,7 +149,7 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'deleted_activities' { 'id' : 'deleted_activities'
, 'description': 'Activite Supprimees' , 'description': 'Activities deleted'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -161,152 +159,150 @@ class M2: ...@@ -161,152 +159,150 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'dissolved_check' { 'id' : 'dissolved_check'
, 'description': 'Dissolution' , 'description': 'dissolve'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'beginning_date' { 'id' : 'beginning_date'
, 'description': 'Date de debut' , 'description': 'Beginning Date'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'rccm_check' { 'id' : 'rccm_check'
, 'description': 'Demande d immatriculation au RCCM'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_check_info' { 'id' : 'other_check_info'
, 'description': 'Autres(pr�ciser)' , 'description': 'Other'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_companies' { 'id' : 'other_companies'
, 'description': 'Etablissements secondaires' , 'description': 'Second company'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_companies_rccm' { 'id' : 'other_companies_rccm'
, 'description': 'Identit� de l exploitant'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'oui_check' { 'id' : 'oui_check'
, 'description': 'OUI' , 'description': 'Yes'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'purchase_check' { 'id' : 'purchase_check'
, 'description': 'Achat' , 'description': 'Purchase'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'rent_check' { 'id' : 'rent_check'
, 'description': 'Prise en location gerance' , 'description': 'Rent'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'report_number' { 'id' : 'report_number'
, 'description': 'Numero de formalite' , 'description': 'Report Number'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'place' { 'id' : 'place'
, 'description': 'Fait �' , 'description': 'Place'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'registration_number' { 'id' : 'registration_number'
, 'description': 'NUMERO' , 'description': 'Registration Number'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_registration_number' { 'id' : 'second_registration_number'
, 'description': 'NUMERO' , 'description': 'Second Registration Number'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eight_administrator_another_info' { 'id' : 'eight_administrator_another_info'
, 'description': 'Date et lieu de naissance,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eight_administrator_fullname' { 'id' : 'eight_administrator_fullname'
, 'description': 'NOM,PRENOM' , 'description': 'Fullname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_associate_another_info' { 'id' : 'fifth_associate_another_info'
, 'description': 'Date et lieu de naissance,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_associate_firstname' { 'id' : 'fifth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_associate_lastname' { 'id' : 'fifth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_associate_birthday' { 'id' : 'fifth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_associate_birthplace' { 'id' : 'fifth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_administrator_another_info' { 'id' : 'fifth_administrator_another_info'
, 'description': 'Date et lieu de naissance,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_administrator_firstname' { 'id' : 'fifth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_administrator_lastname' { 'id' : 'fifth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_administrator_birthday' { 'id' : 'fifth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_administrator_birthplace' { 'id' : 'fifth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_auditor_another_info' { 'id' : 'fifth_auditor_another_info'
, 'description': 'Date et lieu de naissance,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_auditor_firstname' { 'id' : 'fifth_auditor_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_auditor_lastname' { 'id' : 'fifth_auditor_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_auditor_birthday' { 'id' : 'fifth_auditor_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fifth_auditor_birthplace' { 'id' : 'fifth_auditor_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -316,12 +312,12 @@ class M2: ...@@ -316,12 +312,12 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_another_info' { 'id' : 'first_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_fullname' { 'id' : 'first_associate_fullname'
, 'description': 'Nom,Prenom' , 'description': 'Fullname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -341,62 +337,52 @@ class M2: ...@@ -341,62 +337,52 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_birthplace' { 'id' : 'first_associate_birthplace'
, 'description': 'Birthplace' , 'description': 'Going'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_going_check' { 'id' : 'first_associate_going_check'
, 'description': 'Partant' , 'description': 'going'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_maintained_check' { 'id' : 'first_associate_maintained_check'
, 'description': 'Maintenu' , 'description': 'Maintained'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_new_check' { 'id' : 'first_associate_new_check'
, 'description': 'Nouveau' , 'description': 'New'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_new_quality' { 'id' : 'first_associate_new_quality'
, 'description': 'Nouvelle qualite' , 'description': 'New quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_old_quality' { 'id' : 'first_associate_old_quality'
, 'description': 'Ancienne qualite' , 'description': 'Old quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_associate_modified_check' { 'id' : 'first_associate_modified_check'
, 'description': 'Modifiee' , 'description': 'Modified'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_auditor_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_fullname'
, 'description': 'NOM,PRENOMS,DOMICILE PERSONNEL'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_date' { 'id' : 'first_administrator_date'
, 'description': 'Date' , 'description': 'Date'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_another_info' { 'id' : 'first_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_fullname' { 'id' : 'first_administrator_fullname'
, 'description': 'Nom,Prenom' , 'description': 'Fullname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -421,117 +407,116 @@ class M2: ...@@ -421,117 +407,116 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_going_check' { 'id' : 'first_administrator_going_check'
, 'description': 'Partant' , 'description': 'going'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_maintained_check' { 'id' : 'first_administrator_maintained_check'
, 'description': 'Maintenu' , 'description': 'Maintained'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_new_check' { 'id' : 'first_administrator_new_check'
, 'description': 'Nouveau' , 'description': 'New'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_new_quality' { 'id' : 'first_administrator_new_quality'
, 'description': 'Nouvelle qualite' , 'description': 'New quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_old_quality' { 'id' : 'first_administrator_old_quality'
, 'description': 'Ancienne qualite' , 'description': 'Old quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_modified_check' { 'id' : 'first_administrator_modified_check'
, 'description': 'Modifiee' , 'description': 'Modified'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_rccm_check' { 'id' : 'first_rccm_check'
, 'description': 'Demande d immatriculation au RCCM'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_associate_another_info' { 'id' : 'fourth_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_associate_firstname' { 'id' : 'fourth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_associate_lastname' { 'id' : 'fourth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_associate_birthday' { 'id' : 'fourth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_associate_birthplace' { 'id' : 'fourth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_administrator_firstname' { 'id' : 'fourth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_administrator_lastname' { 'id' : 'fourth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_administrator_birthday' { 'id' : 'fourth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_administrator_birthplace' { 'id' : 'fourth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_administrator_another_info' { 'id' : 'fourth_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_auditor_another_info' { 'id' : 'fourth_auditor_another_info'
, 'description': 'Date et Lieu de naissance, de mariage,regime matrimonial,etc...' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_auditor_firstname' { 'id' : 'fourth_auditor_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_auditor_lastname' { 'id' : 'fourth_auditor_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_auditor_birthday' { 'id' : 'fourth_auditor_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'fourth_auditor_birthplace' { 'id' : 'fourth_auditor_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'initials' { 'id' : 'initials'
, 'description': 'SIGLE' , 'description': 'Acronym'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -546,12 +531,12 @@ class M2: ...@@ -546,12 +531,12 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'modified_added_activities' { 'id' : 'modified_added_activities'
, 'description': 'Activites ajoutees' , 'description': 'Activities added'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'modified_deleted_activities' { 'id' : 'modified_deleted_activities'
, 'description': 'Activites supprimees' , 'description': 'Activities deleted'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -561,27 +546,24 @@ class M2: ...@@ -561,27 +546,24 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'new_address' { 'id' : 'new_address'
, 'description': 'Adresse' , 'description': 'Address'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'new_capital' { 'id' : 'new_capital'
, 'description': 'Nouveau'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'new_commercial' { 'id' : 'new_commercial'
, 'description': 'Nouveau'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'new_headquarters' { 'id' : 'new_headquarters'
, 'description': 'Nouveau Siege'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'new_legal_form' { 'id' : 'new_legal_form'
, 'description': 'Forme Juridique' , 'description': 'Legal Form'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -596,7 +578,7 @@ class M2: ...@@ -596,7 +578,7 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'old_title' { 'id' : 'old_title'
, 'description': 'Old commercial name' , 'description': 'New commercial name'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -606,27 +588,26 @@ class M2: ...@@ -606,27 +588,26 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'old_legal_form' { 'id' : 'old_legal_form'
, 'description': 'Forme Juridique' , 'description': 'Legal Form'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'old_corporate_registration_code' { 'id' : 'old_corporate_registration_code'
, 'description': 'Ancien RCCM' , 'description': 'New RCCM'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other' { 'id' : 'other'
, 'description': 'Autre' , 'description': 'Other'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_reason' { 'id' : 'other_reason'
, 'description': 'Autre' , 'description': 'Other'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'registration_date' { 'id' : 'registration_date'
, 'description': 'Le'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -636,12 +617,12 @@ class M2: ...@@ -636,12 +617,12 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_another_info' { 'id' : 'second_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_fullname' { 'id' : 'second_associate_fullname'
, 'description': 'Nom,Prenom' , 'description': 'Fullname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -666,57 +647,47 @@ class M2: ...@@ -666,57 +647,47 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_going_check' { 'id' : 'second_associate_going_check'
, 'description': 'Partant' , 'description': 'going'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_maintained_check' { 'id' : 'second_associate_maintained_check'
, 'description': 'Maintenu' , 'description': 'Maintained'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_new_check' { 'id' : 'second_associate_new_check'
, 'description': 'Nouveau' , 'description': 'New'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_new_quality' { 'id' : 'second_associate_new_quality'
, 'description': 'Nouvelle qualite' , 'description': 'New quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_old_quality' { 'id' : 'second_associate_old_quality'
, 'description': 'Ancienne qualite' , 'description': 'Old quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_associate_modified_check' { 'id' : 'second_associate_modified_check'
, 'description': 'Modifiee' , 'description': 'Modified'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_auditor_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_fullname'
, 'description': 'NOM,PRENOMS,DOMICILE PERSONNEL'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_date' { 'id' : 'second_administrator_date'
, 'description': 'Date' , 'description': 'Date'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_another_info' { 'id' : 'second_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_fullname' { 'id' : 'second_administrator_fullname'
, 'description': 'Nom,Prenom' , 'description': 'Fullname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -741,37 +712,36 @@ class M2: ...@@ -741,37 +712,36 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_going_check' { 'id' : 'second_administrator_going_check'
, 'description': 'Partant' , 'description': 'going'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_maintained_check' { 'id' : 'second_administrator_maintained_check'
, 'description': 'Maintenu' , 'description': 'Maintained'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_new_check' { 'id' : 'second_administrator_new_check'
, 'description': 'Nouveau' , 'description': 'New'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_new_quality' { 'id' : 'second_administrator_new_quality'
, 'description': 'Nouvelle qualite' , 'description': 'New quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_old_quality' { 'id' : 'second_administrator_old_quality'
, 'description': 'Ancienne qualite' , 'description': 'Old quality'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_modified_check' { 'id' : 'second_administrator_modified_check'
, 'description': 'Modifiee' , 'description': 'Modified'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_rccm_check' { 'id' : 'second_rccm_check'
, 'description': 'Demande d immatriculation au RCCM'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -781,7 +751,6 @@ class M2: ...@@ -781,7 +751,6 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_place' { 'id' : 'second_place'
, 'description': 'Fait a'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -801,241 +770,241 @@ class M2: ...@@ -801,241 +770,241 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_associate_another_info' { 'id' : 'seventh_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'seventh_associate_firstname' 'id' : 'seventh_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_associate_lastname' { 'id' : 'seventh_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_associate_birthday' { 'id' : 'seventh_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_associate_birthplace' { 'id' : 'seventh_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_administrator_another_info' { 'id' : 'seventh_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'seventh_administrator_firstname' 'id' : 'seventh_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_administrator_lastname' { 'id' : 'seventh_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_administrator_birthday' { 'id' : 'seventh_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_administrator_birthplace' { 'id' : 'seventh_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_auditor_another_info' { 'id' : 'seventh_auditor_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'seventh_auditor_firstname' 'id' : 'seventh_auditor_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_auditor_lastname' { 'id' : 'seventh_auditor_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_auditor_birthday' { 'id' : 'seventh_auditor_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'seventh_auditor_birthplace' { 'id' : 'seventh_auditor_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_associate_another_info' { 'id' : 'eighth_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'eighth_associate_firstname' 'id' : 'eighth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_associate_lastname' { 'id' : 'eighth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_associate_birthday' { 'id' : 'eighth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_associate_birthplace' { 'id' : 'eighth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_administrator_another_info' { 'id' : 'eighth_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'eighth_administrator_firstname' 'id' : 'eighth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_administrator_lastname' { 'id' : 'eighth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_administrator_birthday' { 'id' : 'eighth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'eighth_administrator_birthplace' { 'id' : 'eighth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_associate_another_info' { 'id' : 'ninth_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'ninth_associate_firstname' 'id' : 'ninth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_associate_lastname' { 'id' : 'ninth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_associate_birthday' { 'id' : 'ninth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_associate_birthplace' { 'id' : 'ninth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_administrator_another_info' { 'id' : 'ninth_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'ninth_administrator_firstname' 'id' : 'ninth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_administrator_lastname' { 'id' : 'ninth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_administrator_birthday' { 'id' : 'ninth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'ninth_administrator_birthplace' { 'id' : 'ninth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_associate_another_info' { 'id' : 'tenth_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'tenth_associate_firstname' 'id' : 'tenth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_associate_lastname' { 'id' : 'tenth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_associate_birthday' { 'id' : 'tenth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_associate_birthplace' { 'id' : 'tenth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_administrator_another_info' { 'id' : 'tenth_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ {
'id' : 'tenth_administrator_firstname' 'id' : 'tenth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_administrator_lastname' { 'id' : 'tenth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_administrator_birthday' { 'id' : 'tenth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'tenth_administrator_birthplace' { 'id' : 'tenth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sign' { 'id' : 'sign'
, 'description': 'Enseigne' , 'description': 'Sign'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -1045,147 +1014,214 @@ class M2: ...@@ -1045,147 +1014,214 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_associate_another_info' { 'id' : 'sixth_associate_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_associate_firstname' { 'id' : 'sixth_associate_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_associate_lastname' { 'id' : 'sixth_associate_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_associate_birthday' { 'id' : 'sixth_associate_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_associate_birthplace' { 'id' : 'sixth_associate_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_administrator_another_info' { 'id' : 'sixth_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_administrator_firstname' { 'id' : 'sixth_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_administrator_lastname' { 'id' : 'sixth_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_administrator_birthday' { 'id' : 'sixth_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_administrator_birthplace' { 'id' : 'sixth_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_auditor_another_info' { 'id' : 'sixth_auditor_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_auditor_firstname' { 'id' : 'sixth_auditor_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_auditor_lastname' { 'id' : 'sixth_auditor_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_auditor_birthday' { 'id' : 'sixth_auditor_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'sixth_auditor_birthplace' { 'id' : 'sixth_auditor_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_associate_another_info' { 'id' : 'third_associate_firstname'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_associate_fullname' { 'id' : 'third_associate_lastname'
, 'description': 'Nom,Prenom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_associate_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'third_associate_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'third_associate_another_info'
, 'description': 'Other Info'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'third_administrator_another_info' { 'id' : 'third_administrator_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_administrator_firstname' { 'id' : 'third_administrator_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_administrator_lastname' { 'id' : 'third_administrator_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_administrator_birthday' { 'id' : 'third_administrator_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_administrator_birthplace' { 'id' : 'third_administrator_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_auditor_another_info' { 'id' : 'third_auditor_another_info'
, 'description': 'Date et lieu de naissance,de mariage,regime matrimonial,etc..' , 'description': 'Other Info'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_auditor_firstname' { 'id' : 'third_auditor_firstname'
, 'description': 'Prénom' , 'description': 'Firstname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_auditor_lastname' { 'id' : 'third_auditor_lastname'
, 'description': 'Nom' , 'description': 'Lastname'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_auditor_birthday' { 'id' : 'third_auditor_birthday'
, 'description': 'Date de naissance' , 'description': 'Birthday'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'third_auditor_birthplace' { 'id' : 'third_auditor_birthplace'
, 'description': 'Lieu de naissance' , 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_another_info'
, 'description': 'Other Info'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_firstname'
, 'description': 'Firstname'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_lastname'
, 'description': 'Lastname'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'first_auditor_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_another_info'
, 'description': 'Other Info'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_firstname'
, 'description': 'Firstname'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_lastname'
, 'description': 'Lastname'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'second_auditor_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'transfer_check' { 'id' : 'transfer_check'
, 'description': 'Transfert' , 'description': 'Transfer'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'transferred_address' { 'id' : 'transferred_address'
, 'description': 'Adresse' , 'description': 'Address'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -1195,7 +1231,6 @@ class M2: ...@@ -1195,7 +1231,6 @@ class M2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'source_reference' { 'id' : 'source_reference'
, 'description': 'Numero de formalite'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
859 861
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment