@silexpert/core 1.3.128 → 1.3.129-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/cjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js +23 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/cjs/api/resources/Checklist.d.ts +28 -1
- package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +39 -0
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/DashboardLayout.d.ts +10 -0
- package/dist/cjs/api/resources/DashboardLayout.d.ts.map +1 -0
- package/dist/cjs/api/resources/DashboardLayout.js +20 -0
- package/dist/cjs/api/resources/DashboardLayout.js.map +1 -0
- package/dist/cjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/cjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/cjs/api/resources/DocumentRequest.js +23 -0
- package/dist/cjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/cjs/api/resources/Exercice.js +3 -0
- package/dist/cjs/api/resources/Exercice.js.map +1 -1
- package/dist/cjs/api/resources/feature.d.ts +6 -0
- package/dist/cjs/api/resources/feature.d.ts.map +1 -0
- package/dist/cjs/api/resources/feature.js +11 -0
- package/dist/cjs/api/resources/feature.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +8 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +8 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.js +8 -0
- package/dist/cjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/cjs/types/Enum/DashboardBlock.d.ts +13 -0
- package/dist/cjs/types/Enum/DashboardBlock.d.ts.map +1 -0
- package/dist/cjs/types/Enum/DashboardBlock.js +17 -0
- package/dist/cjs/types/Enum/DashboardBlock.js.map +1 -0
- package/dist/cjs/types/Enum/Ged.d.ts +31 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +152 -5
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +14 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +193 -16
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.js +7 -0
- package/dist/cjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/DashboardLayout.d.ts +23 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.js +3 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.js.map +1 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js +207 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts +3 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +10 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js +49 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js +46 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js +30 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +3 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +9 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Query.d.ts +2 -0
- package/dist/cjs/types/Interface/api/payment/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Query.js +12 -0
- package/dist/cjs/types/Interface/api/payment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
- package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts +1 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +6 -0
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/cjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/cjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js +3 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/cjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/cjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts +1 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/index.d.ts +5 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +5 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/vat/utils.js +3 -3
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/dist/cjs/utils/webmail.d.ts.map +1 -1
- package/dist/cjs/utils/webmail.js +4 -3
- package/dist/cjs/utils/webmail.js.map +1 -1
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js +22 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/mjs/api/resources/Checklist.d.ts +28 -1
- package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/mjs/api/resources/Checklist.js +39 -0
- package/dist/mjs/api/resources/Checklist.js.map +1 -1
- package/dist/mjs/api/resources/DashboardLayout.d.ts +10 -0
- package/dist/mjs/api/resources/DashboardLayout.d.ts.map +1 -0
- package/dist/mjs/api/resources/DashboardLayout.js +16 -0
- package/dist/mjs/api/resources/DashboardLayout.js.map +1 -0
- package/dist/mjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/mjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/mjs/api/resources/DocumentRequest.js +27 -0
- package/dist/mjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/mjs/api/resources/Exercice.js +3 -0
- package/dist/mjs/api/resources/Exercice.js.map +1 -1
- package/dist/mjs/api/resources/feature.d.ts +6 -0
- package/dist/mjs/api/resources/feature.d.ts.map +1 -0
- package/dist/mjs/api/resources/feature.js +7 -0
- package/dist/mjs/api/resources/feature.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +8 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +8 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.js +8 -0
- package/dist/mjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/mjs/types/Enum/DashboardBlock.d.ts +13 -0
- package/dist/mjs/types/Enum/DashboardBlock.d.ts.map +1 -0
- package/dist/mjs/types/Enum/DashboardBlock.js +14 -0
- package/dist/mjs/types/Enum/DashboardBlock.js.map +1 -0
- package/dist/mjs/types/Enum/Ged.d.ts +31 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +151 -4
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +14 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +192 -15
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.js +7 -0
- package/dist/mjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/mjs/types/Interface/api/DashboardLayout.d.ts +23 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.js +2 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.js.map +1 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js +200 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts +3 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js +9 -0
- package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.js +57 -3
- package/dist/mjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js +47 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js +28 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +2 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js +12 -2
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +9 -3
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Query.d.ts +2 -0
- package/dist/mjs/types/Interface/api/payment/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Query.js +14 -0
- package/dist/mjs/types/Interface/api/payment/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
- package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts +1 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.js +7 -0
- package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/mjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/mjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js +2 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/mjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/mjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts +1 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/index.d.ts +5 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +5 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/vat/utils.js +3 -3
- package/dist/mjs/utils/vat/utils.js.map +1 -1
- package/dist/mjs/utils/webmail.d.ts.map +1 -1
- package/dist/mjs/utils/webmail.js +4 -3
- package/dist/mjs/utils/webmail.js.map +1 -1
- package/package.json +14 -14
- package/ts/api/resources/BalanceSheetReport.ts +36 -0
- package/ts/api/resources/Checklist.ts +49 -0
- package/ts/api/resources/DashboardLayout.ts +19 -0
- package/ts/api/resources/DocumentRequest.ts +32 -0
- package/ts/api/resources/Exercice.ts +4 -0
- package/ts/api/resources/feature.ts +8 -0
- package/ts/api/resources.ts +8 -0
- package/ts/types/Enum/ChecklistType.ts +9 -0
- package/ts/types/Enum/ConstitutionState.ts +1 -1
- package/ts/types/Enum/DashboardBlock.ts +12 -0
- package/ts/types/Enum/Ged.ts +345 -193
- package/ts/types/Enum/PrestationType.ts +199 -15
- package/ts/types/Enum/SalesContractBrandClementine.ts +7 -7
- package/ts/types/Enum/ZoneCode.ts +7 -0
- package/ts/types/Interface/api/DashboardLayout.ts +26 -0
- package/ts/types/Interface/api/balanceSheetReport/Query.ts +160 -0
- package/ts/types/Interface/api/checklist/Query.ts +7 -0
- package/ts/types/Interface/api/checklist/Update.ts +44 -3
- package/ts/types/Interface/api/documentRequest/Create.ts +28 -0
- package/ts/types/Interface/api/documentRequest/Query.ts +14 -0
- package/ts/types/Interface/api/feature/GetAvailableDashboardBlocks.ts +5 -0
- package/ts/types/Interface/api/gedFile/createFileAndGed.ts +7 -1
- package/ts/types/Interface/api/library/QueryLibrary.ts +4 -2
- package/ts/types/Interface/api/payment/Query.ts +13 -3
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +3 -3
- package/ts/types/Interface/api/society/ReadSociety.ts +7 -3
- package/ts/types/Interface/api/stripe/Create.ts +5 -0
- package/ts/types/Interface/models/IAttestation.ts +20 -18
- package/ts/types/Interface/models/IChecklist.ts +2 -2
- package/ts/types/Interface/models/IChecklistDetail.ts +3 -3
- package/ts/types/Interface/models/IDocumentRequest.ts +25 -0
- package/ts/types/Interface/models/IGedFile.ts +6 -1
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/index.ts +5 -0
- package/ts/utils/vat/utils.ts +3 -3
- package/ts/utils/webmail.ts +19 -16
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -132,6 +132,31 @@ export enum TypeFile {
|
|
|
132
132
|
BALANCESHEET_NOTE = 73,
|
|
133
133
|
PERSONNAL_RIB = 74, // RIB PERSO,
|
|
134
134
|
FISCAL_BUNDLE = 75, // LIASSE FISCALE
|
|
135
|
+
CHECKLIST_NOTE = 76, // Note de conseils
|
|
136
|
+
INSURANCE_CONTRACT = 77, // Contrat d'assurance
|
|
137
|
+
COMPANY_CONTRIBUTION_PROOF = 78, // Justificatif des apports fait à la société
|
|
138
|
+
NOTARY_STATEMENT_AND_PURCHASE_DEED = 79, // Décompte de notaire et acte d'achat
|
|
139
|
+
PV_RESULT_ALLOCATION = 80, // PV d'AG d'affectation du résultat
|
|
140
|
+
SUBSIDY_PROOF = 81, // Justificatifs des subventions reçues
|
|
141
|
+
LOAN_AMORTIZATION_TABLE = 82, // Tableau d'amortissement des emprunts
|
|
142
|
+
COMMERCIAL_OR_RENTAL_LEASE = 83, // Bail commercial ou de location
|
|
143
|
+
LEASE_PAYMENT_SCHEDULE = 84, // Échéancier de crédit bail
|
|
144
|
+
CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER = 85, // Carnet de culture ou registre phytosanitaire
|
|
145
|
+
LIVESTOCK_REGISTER = 86, // Registre d'élevage
|
|
146
|
+
LIVESTOCK_INVENTORY = 87, // Inventaire du cheptel
|
|
147
|
+
AGRICULTURAL_STOCK_STATEMENT = 88, // État des stocks agricoles
|
|
148
|
+
PAC_SUBSIDIES_AND_AIDS = 89, // Subventions et aides PAC
|
|
149
|
+
FARMING_OR_SHARECROPPING_CONTRACTS = 90, // Contrats de fermage ou de métayage
|
|
150
|
+
RURAL_LEASES_OR_LAND_TITLES = 91, // Baux ruraux ou titres de propriété
|
|
151
|
+
AGRICULTURAL_TAX_CREDIT_PROOF = 92, // Justificatifs de crédits d'impôt agricoles
|
|
152
|
+
LOAN_REPAYMENT_PROOF = 93, // Justificatifs de remboursement de prêts
|
|
153
|
+
RENT_RECEIVED_STATEMENT = 94, // État des loyers perçus
|
|
154
|
+
RENTAL_CHARGES_PROOF = 95, // Justificatifs de charges locatives
|
|
155
|
+
CONDOMINIUM_CHARGES_CALL = 96, // Appels de charges de copropriété
|
|
156
|
+
CONDOMINIUM_AGM_MINUTES = 97, // Procès-verbaux d'AG de copropriété
|
|
157
|
+
TAX_NOTICE = 98, // Avis d'imposition (CFE, taxe foncière)
|
|
158
|
+
SUBSIDY_ALLOCATION_NOTIFICATION = 99, // Notifications d'attribution de subventions publiques
|
|
159
|
+
FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS = 100, // Contrats de financement ou conventions de subvention
|
|
135
160
|
}
|
|
136
161
|
|
|
137
162
|
export enum GedFileType {
|
|
@@ -242,7 +267,7 @@ export const GedFileTypeDetail = {
|
|
|
242
267
|
},
|
|
243
268
|
IDENTITY_CARD: {
|
|
244
269
|
id: GedFileType.IDENTITY_CARD,
|
|
245
|
-
name:
|
|
270
|
+
name: 'Carte d\'identité',
|
|
246
271
|
idGedFolder: GedFolder.KBIS,
|
|
247
272
|
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
248
273
|
},
|
|
@@ -376,185 +401,185 @@ export const GedFolderList: Array<{
|
|
|
376
401
|
idGedCategory: GedCategory;
|
|
377
402
|
name: string;
|
|
378
403
|
}> = [
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
];
|
|
404
|
+
{
|
|
405
|
+
id: GedFolder.KBIS,
|
|
406
|
+
name: 'K-bis & Carte d\'identité & Mémento fiscal',
|
|
407
|
+
isVisibleForClient: true,
|
|
408
|
+
idGedCategory: GedCategory.COMPANY,
|
|
409
|
+
},
|
|
410
|
+
{ id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
411
|
+
{ id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
412
|
+
{
|
|
413
|
+
id: GedFolder.BALANCE_GL,
|
|
414
|
+
name: 'Balance-GL Journaux',
|
|
415
|
+
isVisibleForClient: true,
|
|
416
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
id: GedFolder.CLOSE_BALANCE_SHEET,
|
|
420
|
+
name: 'Clôtures & Bilans',
|
|
421
|
+
isVisibleForClient: true,
|
|
422
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
id: GedFolder.VAT,
|
|
426
|
+
name: 'Déclarations de TVA',
|
|
427
|
+
isVisibleForClient: true,
|
|
428
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
id: GedFolder.IS_DECLARATIONS,
|
|
432
|
+
name: 'Déclarations d\'IS',
|
|
433
|
+
isVisibleForClient: true,
|
|
434
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
435
|
+
},
|
|
436
|
+
{ id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
437
|
+
{
|
|
438
|
+
id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
|
|
439
|
+
name: 'Formation et taxe professionnelle',
|
|
440
|
+
isVisibleForClient: true,
|
|
441
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
442
|
+
},
|
|
443
|
+
{ id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
444
|
+
{ id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
445
|
+
{
|
|
446
|
+
id: GedFolder.PAY_SLIPS,
|
|
447
|
+
name: 'Bulletins de salaires',
|
|
448
|
+
isVisibleForClient: true,
|
|
449
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
450
|
+
},
|
|
451
|
+
{ id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
452
|
+
{ id: GedFolder.AGM, name: 'PV d\'AG', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
|
|
453
|
+
{
|
|
454
|
+
id: GedFolder.CONTRACTS_LEASES,
|
|
455
|
+
name: 'Contrats & Baux',
|
|
456
|
+
isVisibleForClient: true,
|
|
457
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
458
|
+
},
|
|
459
|
+
{ id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
460
|
+
{
|
|
461
|
+
id: GedFolder.CABINET_INVOICES,
|
|
462
|
+
name: 'Factures Cabinet',
|
|
463
|
+
isVisibleForClient: true,
|
|
464
|
+
idGedCategory: GedCategory.BILLING,
|
|
465
|
+
},
|
|
466
|
+
{ id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
467
|
+
{ id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
468
|
+
{
|
|
469
|
+
id: GedFolder.BORROWING_TABLES,
|
|
470
|
+
name: 'Tableaux d’emprunts',
|
|
471
|
+
isVisibleForClient: true,
|
|
472
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
473
|
+
},
|
|
474
|
+
{ id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
475
|
+
{
|
|
476
|
+
id: GedFolder.GA_BALANCE_PV,
|
|
477
|
+
name: 'Bilan & PV d’AG antérieur',
|
|
478
|
+
isVisibleForClient: true,
|
|
479
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
id: GedFolder.SLIPS_CFE,
|
|
483
|
+
name: 'Bordereaux pour la CFE',
|
|
484
|
+
isVisibleForClient: true,
|
|
485
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
|
|
489
|
+
name: 'Annexes fournisseurs/clients',
|
|
490
|
+
isVisibleForClient: true,
|
|
491
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
id: GedFolder.MISCELLANEOUS,
|
|
495
|
+
name: 'Divers',
|
|
496
|
+
isVisibleForClient: true,
|
|
497
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
id: GedFolder.LEGAL_ANNOUNCEMENTS,
|
|
501
|
+
name: 'Annonces Légales',
|
|
502
|
+
isVisibleForClient: true,
|
|
503
|
+
idGedCategory: GedCategory.JURIDIC,
|
|
504
|
+
},
|
|
505
|
+
{ id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
506
|
+
{ id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
507
|
+
{
|
|
508
|
+
id: GedFolder.INCOMING_MAILS,
|
|
509
|
+
name: 'Courriers entrants',
|
|
510
|
+
isVisibleForClient: true,
|
|
511
|
+
idGedCategory: GedCategory.MAIL,
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
id: GedFolder.OUTGOING_MAIL,
|
|
515
|
+
name: 'Courriers sortants',
|
|
516
|
+
isVisibleForClient: true,
|
|
517
|
+
idGedCategory: GedCategory.MAIL,
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
id: GedFolder.BANK_STATEMENT,
|
|
521
|
+
name: 'Relevés Bancaires',
|
|
522
|
+
isVisibleForClient: true,
|
|
523
|
+
idGedCategory: GedCategory.BANK_STATEMENT,
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
id: GedFolder.FORMALISM,
|
|
527
|
+
name: 'Formalisme',
|
|
528
|
+
isVisibleForClient: false,
|
|
529
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
id: GedFolder.PENDING_POINTS,
|
|
533
|
+
name: 'Points en suspens',
|
|
534
|
+
isVisibleForClient: false,
|
|
535
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
|
|
539
|
+
name: 'Balance-GL Journaux Année N-1',
|
|
540
|
+
isVisibleForClient: true,
|
|
541
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
542
|
+
},
|
|
543
|
+
{ id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
|
|
544
|
+
{ id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
545
|
+
{
|
|
546
|
+
id: GedFolder.EMPLOYEMENT_CONTRACT,
|
|
547
|
+
name: 'Contrats de travail & avenants',
|
|
548
|
+
isVisibleForClient: true,
|
|
549
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
id: GedFolder.EXIT_DOCUMENT,
|
|
553
|
+
name: 'Documents de sorties',
|
|
554
|
+
isVisibleForClient: true,
|
|
555
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
id: GedFolder.JEDECLARE_MANDATES,
|
|
559
|
+
name: 'Mandat JeDeclare',
|
|
560
|
+
isVisibleForClient: true,
|
|
561
|
+
idGedCategory: GedCategory.COMPANY,
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
id: GedFolder.COMPANY_PASSWORD_SERVICE,
|
|
565
|
+
name: 'Mot de passe service entreprise',
|
|
566
|
+
isVisibleForClient: false,
|
|
567
|
+
idGedCategory: GedCategory.COMPANY,
|
|
568
|
+
},
|
|
569
|
+
{ id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
570
|
+
{
|
|
571
|
+
id: GedFolder.PREVISIONAL,
|
|
572
|
+
name: 'Prévisionnels',
|
|
573
|
+
isVisibleForClient: true,
|
|
574
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
id: GedFolder.PREVISIONAL_ANNEX,
|
|
578
|
+
name: 'Annexes Prévisionnels',
|
|
579
|
+
isVisibleForClient: false,
|
|
580
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
581
|
+
},
|
|
582
|
+
];
|
|
558
583
|
|
|
559
584
|
export const gedCategoryWithName: Array<{
|
|
560
585
|
idGedCategory: number;
|
|
@@ -562,17 +587,144 @@ export const gedCategoryWithName: Array<{
|
|
|
562
587
|
usableByClient: boolean;
|
|
563
588
|
brandCondition?: string[];
|
|
564
589
|
}> = [
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
590
|
+
{ idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
|
|
591
|
+
{ idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
|
|
592
|
+
{ idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
|
|
593
|
+
{ idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
|
|
594
|
+
{ idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
|
|
595
|
+
{ idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
|
|
596
|
+
{
|
|
597
|
+
idGedCategory: GedCategory.MAIL,
|
|
598
|
+
name: 'Courriers',
|
|
599
|
+
usableByClient: true,
|
|
600
|
+
brandCondition: ['Clementine', 'Comptastart'],
|
|
601
|
+
},
|
|
602
|
+
{ idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
|
|
603
|
+
];
|
|
604
|
+
|
|
605
|
+
export const TypeFileDetail: Record<number, {
|
|
606
|
+
typeFile: TypeFile;
|
|
607
|
+
name: string;
|
|
608
|
+
idGedFolder?: GedFolder;
|
|
609
|
+
}> = {
|
|
610
|
+
[TypeFile.INSURANCE_CONTRACT]: {
|
|
611
|
+
typeFile: TypeFile.INSURANCE_CONTRACT,
|
|
612
|
+
name: 'Contrat d\'assurance',
|
|
613
|
+
idGedFolder: GedFolder.INSURANCES,
|
|
614
|
+
},
|
|
615
|
+
[TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
|
|
616
|
+
typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
|
|
617
|
+
name: 'Justificatif des apports fait à la société',
|
|
618
|
+
idGedFolder: GedFolder.JURIDICAL,
|
|
576
619
|
},
|
|
577
|
-
|
|
578
|
-
|
|
620
|
+
[TypeFile.NOTARY_STATEMENT_AND_PURCHASE_DEED]: {
|
|
621
|
+
typeFile: TypeFile.NOTARY_STATEMENT_AND_PURCHASE_DEED,
|
|
622
|
+
name: 'Décompte de notaire et acte d\'achat',
|
|
623
|
+
idGedFolder: GedFolder.JURIDICAL,
|
|
624
|
+
},
|
|
625
|
+
[TypeFile.PV_RESULT_ALLOCATION]: {
|
|
626
|
+
typeFile: TypeFile.PV_RESULT_ALLOCATION,
|
|
627
|
+
name: 'PV d\'AG d\'affectation du résultat',
|
|
628
|
+
idGedFolder: GedFolder.AGM,
|
|
629
|
+
},
|
|
630
|
+
[TypeFile.SUBSIDY_PROOF]: {
|
|
631
|
+
typeFile: TypeFile.SUBSIDY_PROOF,
|
|
632
|
+
name: 'Justificatifs des subventions reçues',
|
|
633
|
+
idGedFolder: GedFolder.SUBVENTION,
|
|
634
|
+
},
|
|
635
|
+
[TypeFile.LOAN_AMORTIZATION_TABLE]: {
|
|
636
|
+
typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
|
|
637
|
+
name: 'Tableau d\'amortissement des emprunts',
|
|
638
|
+
idGedFolder: GedFolder.BORROWING_TABLES,
|
|
639
|
+
},
|
|
640
|
+
[TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
|
|
641
|
+
typeFile: TypeFile.COMMERCIAL_OR_RENTAL_LEASE,
|
|
642
|
+
name: 'Bail commercial ou de location',
|
|
643
|
+
idGedFolder: GedFolder.CONTRACTS_LEASES,
|
|
644
|
+
},
|
|
645
|
+
[TypeFile.LEASE_PAYMENT_SCHEDULE]: {
|
|
646
|
+
typeFile: TypeFile.LEASE_PAYMENT_SCHEDULE,
|
|
647
|
+
name: 'Échéancier de crédit bail',
|
|
648
|
+
idGedFolder: GedFolder.CONTRACTS_LEASES,
|
|
649
|
+
},
|
|
650
|
+
[TypeFile.CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER]: {
|
|
651
|
+
typeFile: TypeFile.CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER,
|
|
652
|
+
name: 'Carnet de culture ou registre phytosanitaire',
|
|
653
|
+
idGedFolder: GedFolder.OTHER,
|
|
654
|
+
},
|
|
655
|
+
[TypeFile.LIVESTOCK_REGISTER]: {
|
|
656
|
+
typeFile: TypeFile.LIVESTOCK_REGISTER,
|
|
657
|
+
name: 'Registre d\'élevage',
|
|
658
|
+
idGedFolder: GedFolder.OTHER,
|
|
659
|
+
},
|
|
660
|
+
[TypeFile.LIVESTOCK_INVENTORY]: {
|
|
661
|
+
typeFile: TypeFile.LIVESTOCK_INVENTORY,
|
|
662
|
+
name: 'Inventaire du cheptel (bovin, ovin, caprin, etc.)',
|
|
663
|
+
idGedFolder: GedFolder.OTHER,
|
|
664
|
+
},
|
|
665
|
+
[TypeFile.AGRICULTURAL_STOCK_STATEMENT]: {
|
|
666
|
+
typeFile: TypeFile.AGRICULTURAL_STOCK_STATEMENT,
|
|
667
|
+
name: 'État des stocks agricoles (récoltes en cours, fourrages, engrais, etc.)',
|
|
668
|
+
idGedFolder: GedFolder.OTHER,
|
|
669
|
+
},
|
|
670
|
+
[TypeFile.PAC_SUBSIDIES_AND_AIDS]: {
|
|
671
|
+
typeFile: TypeFile.PAC_SUBSIDIES_AND_AIDS,
|
|
672
|
+
name: 'Subventions et aides PAC (justificatifs de versement, notifications de droits)',
|
|
673
|
+
idGedFolder: GedFolder.SUBVENTION,
|
|
674
|
+
},
|
|
675
|
+
[TypeFile.FARMING_OR_SHARECROPPING_CONTRACTS]: {
|
|
676
|
+
typeFile: TypeFile.FARMING_OR_SHARECROPPING_CONTRACTS,
|
|
677
|
+
name: 'Contrats de fermage ou de métayage',
|
|
678
|
+
idGedFolder: GedFolder.CONTRACTS_LEASES,
|
|
679
|
+
},
|
|
680
|
+
[TypeFile.RURAL_LEASES_OR_LAND_TITLES]: {
|
|
681
|
+
typeFile: TypeFile.RURAL_LEASES_OR_LAND_TITLES,
|
|
682
|
+
name: 'Baux ruraux ou titres de propriété',
|
|
683
|
+
idGedFolder: GedFolder.CONTRACTS_LEASES,
|
|
684
|
+
},
|
|
685
|
+
[TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
|
|
686
|
+
typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
|
|
687
|
+
name: 'Justificatifs de crédits d\'impôt agricoles',
|
|
688
|
+
idGedFolder: GedFolder.MISCELLANEOUS,
|
|
689
|
+
},
|
|
690
|
+
[TypeFile.LOAN_REPAYMENT_PROOF]: {
|
|
691
|
+
typeFile: TypeFile.LOAN_REPAYMENT_PROOF,
|
|
692
|
+
name: 'Justificatifs de remboursement de prêts',
|
|
693
|
+
idGedFolder: GedFolder.BORROWING_TABLES,
|
|
694
|
+
},
|
|
695
|
+
[TypeFile.RENT_RECEIVED_STATEMENT]: {
|
|
696
|
+
typeFile: TypeFile.RENT_RECEIVED_STATEMENT,
|
|
697
|
+
name: 'État des loyers perçus',
|
|
698
|
+
idGedFolder: GedFolder.OTHER,
|
|
699
|
+
},
|
|
700
|
+
[TypeFile.RENTAL_CHARGES_PROOF]: {
|
|
701
|
+
typeFile: TypeFile.RENTAL_CHARGES_PROOF,
|
|
702
|
+
name: 'Justificatifs de charges locatives',
|
|
703
|
+
idGedFolder: GedFolder.OTHER,
|
|
704
|
+
},
|
|
705
|
+
[TypeFile.CONDOMINIUM_CHARGES_CALL]: {
|
|
706
|
+
typeFile: TypeFile.CONDOMINIUM_CHARGES_CALL,
|
|
707
|
+
name: 'Appels de charges de copropriété',
|
|
708
|
+
idGedFolder: GedFolder.OTHER,
|
|
709
|
+
},
|
|
710
|
+
[TypeFile.CONDOMINIUM_AGM_MINUTES]: {
|
|
711
|
+
typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
|
|
712
|
+
name: 'Procès-verbaux d\'AG de copropriété',
|
|
713
|
+
idGedFolder: GedFolder.AGM,
|
|
714
|
+
},
|
|
715
|
+
[TypeFile.TAX_NOTICE]: {
|
|
716
|
+
typeFile: TypeFile.TAX_NOTICE,
|
|
717
|
+
name: 'Avis d\'imposition (CFE, taxe foncière)',
|
|
718
|
+
idGedFolder: GedFolder.SLIPS_CFE,
|
|
719
|
+
},
|
|
720
|
+
[TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
|
|
721
|
+
typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
|
|
722
|
+
name: 'Notifications d\'attribution de subventions publiques',
|
|
723
|
+
idGedFolder: GedFolder.SUBVENTION,
|
|
724
|
+
},
|
|
725
|
+
[TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
|
|
726
|
+
typeFile: TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS,
|
|
727
|
+
name: 'Contrats de financement ou conventions de subvention',
|
|
728
|
+
idGedFolder: GedFolder.SUBVENTION,
|
|
729
|
+
}
|
|
730
|
+
};
|