@silexpert/core 0.4.122 → 0.4.124
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/es/api/resources/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
|
+
import {
|
|
3
|
+
Subsidiarie, DeterminedResult, AccountingKept, AccreditedOrganization, Vehicle, MoralShareholder, PhysicShareholder,
|
|
4
|
+
} from './CreateCerfa';
|
|
5
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../..';
|
|
6
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* CERFA 2035 TYPES
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
export interface Cerfa2035Society {
|
|
13
|
+
name: string;
|
|
14
|
+
activity: string | null;
|
|
15
|
+
siret: string;
|
|
16
|
+
activityCode?: string; // Code activité pour les praticiens médicaux
|
|
17
|
+
ifExerciceInSociety?: boolean; // Si exercice en société
|
|
18
|
+
partnersCount?: number;
|
|
19
|
+
determinedResult?: DeterminedResult; // Résultat déterminé
|
|
20
|
+
accountingKept: AccountingKept; // Comptabilité tenue
|
|
21
|
+
withTax: boolean;
|
|
22
|
+
withoutTax: boolean;
|
|
23
|
+
accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal
|
|
24
|
+
address: string;
|
|
25
|
+
zipCode: string;
|
|
26
|
+
city: string;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface Cerfa2035ProfessionalRecipes {
|
|
30
|
+
collected: number;
|
|
31
|
+
toDeduce: {
|
|
32
|
+
disbursements: number;
|
|
33
|
+
retrocededFees: {
|
|
34
|
+
total: number;
|
|
35
|
+
supplement: number;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
net: number;
|
|
39
|
+
financialProducts: number;
|
|
40
|
+
miscellaneousGain: number;
|
|
41
|
+
total: number;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface Cerfa2035ProfessionalExpenses {
|
|
45
|
+
purchases: number;
|
|
46
|
+
personnelCosts: {
|
|
47
|
+
netSalariesAndBenefitsInKind: number;
|
|
48
|
+
socialChargesOnSalaries: number;
|
|
49
|
+
}
|
|
50
|
+
duesAndTaxes: {
|
|
51
|
+
valueAddedTax: number;
|
|
52
|
+
territorialEconomicContribution: number;
|
|
53
|
+
otherTaxes: number;
|
|
54
|
+
generalDeductibleSocialContribution: number;
|
|
55
|
+
};
|
|
56
|
+
rentAndRentalCharges: number;
|
|
57
|
+
equipmentRental: {
|
|
58
|
+
total: number;
|
|
59
|
+
collaborationFees: number;
|
|
60
|
+
};
|
|
61
|
+
maintenance: number;
|
|
62
|
+
temporaryStaff: number;
|
|
63
|
+
smallTools: number;
|
|
64
|
+
heatingWaterGasElectricity: number;
|
|
65
|
+
feesNotRetrocessions: number;
|
|
66
|
+
insurancePremiums: number;
|
|
67
|
+
vehicleCosts: {
|
|
68
|
+
total: number;
|
|
69
|
+
lumpSumAssessment: boolean;
|
|
70
|
+
};
|
|
71
|
+
otherTravelExpenses: number;
|
|
72
|
+
totalWorkSupplies: number;
|
|
73
|
+
totalTransport: number;
|
|
74
|
+
personalSocialCharges: {
|
|
75
|
+
obligatory: number;
|
|
76
|
+
contributionsMadelin: number;
|
|
77
|
+
retirementSavingsPlans: number;
|
|
78
|
+
total: number;
|
|
79
|
+
};
|
|
80
|
+
receptionFees: number;
|
|
81
|
+
officeSupplies: number;
|
|
82
|
+
legalCosts: number;
|
|
83
|
+
unionDues: number;
|
|
84
|
+
otherManagementFees: number;
|
|
85
|
+
totalDues: number;
|
|
86
|
+
financialExpenses: number;
|
|
87
|
+
miscellaneousLosses: number;
|
|
88
|
+
total: number;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface Cerfa2035Determination {
|
|
92
|
+
surplus: number;
|
|
93
|
+
shortTermCapitalGains: number;
|
|
94
|
+
miscellaneousToBeReinstated: number;
|
|
95
|
+
civilSocietyBenefit: number;
|
|
96
|
+
totalSurplus: number;
|
|
97
|
+
insufficiency: number;
|
|
98
|
+
administrationFees: number;
|
|
99
|
+
depreciationAllowance: number;
|
|
100
|
+
shortTermLoss: number;
|
|
101
|
+
miscellaneousToBeDeducted: {
|
|
102
|
+
freeZone: {
|
|
103
|
+
amount: number;
|
|
104
|
+
};
|
|
105
|
+
newBusiness: {
|
|
106
|
+
onSavingsSalary: number;
|
|
107
|
+
amount: number;
|
|
108
|
+
};
|
|
109
|
+
innovativeCompanies: {
|
|
110
|
+
amount: number;
|
|
111
|
+
youngArtists: number;
|
|
112
|
+
}
|
|
113
|
+
doctorsExemption: {
|
|
114
|
+
amount: number;
|
|
115
|
+
sectorApprovedDoctors: number;
|
|
116
|
+
};
|
|
117
|
+
total: number;
|
|
118
|
+
}
|
|
119
|
+
civilSocietyDeficit: number;
|
|
120
|
+
totalInsufficiency: number;
|
|
121
|
+
profit: number;
|
|
122
|
+
deficit: number;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface Cerfa2035ValueAddedTax {
|
|
126
|
+
grossReceipts: number;
|
|
127
|
+
relatedToPurchases: {
|
|
128
|
+
amount: number;
|
|
129
|
+
retrocededFees: number;
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface Cerfa2035KilometricAllowance {
|
|
134
|
+
vehicles: Vehicle[];
|
|
135
|
+
costsNotCoveredByKilometricAllowances: number;
|
|
136
|
+
totalDeductible: number;
|
|
137
|
+
totalDepreciationPracticedAtReintegrate: number;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface Cerfa2035Recipes {
|
|
141
|
+
fees: number;
|
|
142
|
+
miscellaneousGains: number;
|
|
143
|
+
deductibleVat: number;
|
|
144
|
+
capitalGains: number;
|
|
145
|
+
total: number;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface Cerfa2035Expenses {
|
|
149
|
+
purchases: number;
|
|
150
|
+
stockVariation: number;
|
|
151
|
+
externalServices: number;
|
|
152
|
+
rentsAndRoyalties: number;
|
|
153
|
+
transport: number;
|
|
154
|
+
management: number;
|
|
155
|
+
vatInRecipes: number;
|
|
156
|
+
turnoverTax: number;
|
|
157
|
+
amortization: number;
|
|
158
|
+
capitalLosses: number;
|
|
159
|
+
total: number;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface Cerfa2035MonoEstablishment {
|
|
163
|
+
is: boolean; // Est mono établissement
|
|
164
|
+
benchmarkTurnover: number;
|
|
165
|
+
groupTurnover: number;
|
|
166
|
+
workforce: number;
|
|
167
|
+
period: { startDate: Date, endDate: Date };
|
|
168
|
+
cessationDate: Date;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface Cerfa2035ShareCapital {
|
|
172
|
+
moralAssociates: number;
|
|
173
|
+
moralAssociatesShares: number;
|
|
174
|
+
physicAssociates: number;
|
|
175
|
+
physicAssociatesShares: number;
|
|
176
|
+
moralShareholder: MoralShareholder[];
|
|
177
|
+
physicShareholder: PhysicShareholder[];
|
|
178
|
+
idDeposit?: number;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface Cerfa2035 {
|
|
182
|
+
isNil: boolean;
|
|
183
|
+
society: Cerfa2035Society;
|
|
184
|
+
immobilizations: number;
|
|
185
|
+
professionalRecipes: Cerfa2035ProfessionalRecipes;
|
|
186
|
+
professionalExpenses: Cerfa2035ProfessionalExpenses;
|
|
187
|
+
determination: Cerfa2035Determination;
|
|
188
|
+
valueAddedTax: Cerfa2035ValueAddedTax;
|
|
189
|
+
territorialContribution: number;
|
|
190
|
+
kilometricAllowances: Cerfa2035KilometricAllowance;
|
|
191
|
+
period: { startDate: Date, endDate: Date, months: string };
|
|
192
|
+
shareCapital: Cerfa2035ShareCapital;
|
|
193
|
+
subsidiaries: { total: number, list: Subsidiarie[] };
|
|
194
|
+
annex?: {
|
|
195
|
+
recipes: Cerfa2035Recipes;
|
|
196
|
+
expenses: Cerfa2035Expenses;
|
|
197
|
+
addedValue: number;
|
|
198
|
+
addedValueContribution: number;
|
|
199
|
+
monoEstablishment: Cerfa2035MonoEstablishment | null;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface Cerfa2035WithSuites {
|
|
204
|
+
header: {
|
|
205
|
+
siret: string;
|
|
206
|
+
mail: string;
|
|
207
|
+
phone: string;
|
|
208
|
+
name: string;
|
|
209
|
+
change: {
|
|
210
|
+
st: string;
|
|
211
|
+
nd: string;
|
|
212
|
+
},
|
|
213
|
+
declarantAddress: string;
|
|
214
|
+
activityType: string;
|
|
215
|
+
activityStartDate: string;
|
|
216
|
+
privateSocietyAddress: string;
|
|
217
|
+
civilSocietyAddress: string;
|
|
218
|
+
informationsStartingPeriod: string;
|
|
219
|
+
informationsEndingPeriod: string;
|
|
220
|
+
address: {
|
|
221
|
+
st: string;
|
|
222
|
+
nd: string;
|
|
223
|
+
city: string;
|
|
224
|
+
country: string;
|
|
225
|
+
countryCode: string | null;
|
|
226
|
+
},
|
|
227
|
+
secondaryPracticeAddress: string;
|
|
228
|
+
},
|
|
229
|
+
taxation: {
|
|
230
|
+
profitResult: number;
|
|
231
|
+
deficitResult: number;
|
|
232
|
+
exemptCharges: number;
|
|
233
|
+
depreciationCharges: number;
|
|
234
|
+
addedValueProducts: number;
|
|
235
|
+
portfolioCapitalIncome: number;
|
|
236
|
+
taxedNetTotal: number;
|
|
237
|
+
longTermTaxableAddedValue: number;
|
|
238
|
+
longTermDefferedAddedValue: number;
|
|
239
|
+
quintiesNewCompany: boolean;
|
|
240
|
+
sexiesNewCompany: boolean;
|
|
241
|
+
exemptInnovatingActivity: boolean;
|
|
242
|
+
urbanZoneActivity: boolean;
|
|
243
|
+
othersExemption: boolean;
|
|
244
|
+
relatedCreationDate: string;
|
|
245
|
+
relatedActivityStartingDate: string;
|
|
246
|
+
nonProfessionnalProfit: number;
|
|
247
|
+
nonProfessionnalAddedValue: number;
|
|
248
|
+
nonProfessionnalProfitExemptions: number;
|
|
249
|
+
nonProfessionnalDeficit: number;
|
|
250
|
+
nonProfessionnalLongTermAddedValue: number;
|
|
251
|
+
nonProfessionnalYoungArtistsExemptions: number;
|
|
252
|
+
nonProfessionnalShortTermAddedValue: number;
|
|
253
|
+
productsAddedValue: { duodecies: number; }
|
|
254
|
+
chargesDeprecatedValue: { duodecies: number; };
|
|
255
|
+
accountantInfos: number;
|
|
256
|
+
committeeInfos: number;
|
|
257
|
+
certifiedAssociation: number;
|
|
258
|
+
serviceProvider: number;
|
|
259
|
+
ecf: boolean;
|
|
260
|
+
declarantSignature: string;
|
|
261
|
+
signatureDate: string;
|
|
262
|
+
signaturePlace: string;
|
|
263
|
+
accountingSoftwareName: string;
|
|
264
|
+
isAccountingAccounterised: {
|
|
265
|
+
yes: boolean;
|
|
266
|
+
no: boolean;
|
|
267
|
+
}
|
|
268
|
+
certifiedAccountingProfessionnal: string;
|
|
269
|
+
aaOrOmga: boolean;
|
|
270
|
+
aaOmgaAgreementNumber: string;
|
|
271
|
+
longTermExemptAddedValue151: number;
|
|
272
|
+
longTermExemptAddedValue151A: number;
|
|
273
|
+
longTermExemptAddedValue238: number;
|
|
274
|
+
longTermExemptAddedValue151B: number;
|
|
275
|
+
profitExoneration: number;
|
|
276
|
+
addedValueExoneration: number;
|
|
277
|
+
},
|
|
278
|
+
declaration: {
|
|
279
|
+
paidService: string[];
|
|
280
|
+
incomesAmount: number;
|
|
281
|
+
employees: {
|
|
282
|
+
total: number;
|
|
283
|
+
disabled: number;
|
|
284
|
+
apprentice: number;
|
|
285
|
+
}
|
|
286
|
+
grossAmountSalary: number;
|
|
287
|
+
employeesCivilSociety: number;
|
|
288
|
+
netSalaryShare: number;
|
|
289
|
+
fixedAssets: {
|
|
290
|
+
currentYearPartDepreciation: number;
|
|
291
|
+
pastAssociatedPartDepreciation: number;
|
|
292
|
+
grossPriceTotal: number;
|
|
293
|
+
grossPriceLastAnnexTotal: number;
|
|
294
|
+
depreciableBaseTotal: number;
|
|
295
|
+
currentAssociatedPartDepreciation: number;
|
|
296
|
+
depreciableBaseLastAnnexTotal: number;
|
|
297
|
+
pastDepreciationsAmountsTotal: number;
|
|
298
|
+
pastDepreciationsAmountsLastAnnexTotal: number;
|
|
299
|
+
currentYearDepreciationsAmountsLastAnnexTotal: number;
|
|
300
|
+
currentYearDepreciationsAmountsTotal: number;
|
|
301
|
+
currentYearTotal: number;
|
|
302
|
+
vehicules: number;
|
|
303
|
+
currentYearNetGrant: number;
|
|
304
|
+
grossPriceDepreciationFraction: number;
|
|
305
|
+
vatAmountDepreciationFraction: number;
|
|
306
|
+
vatAmountTotal: number;
|
|
307
|
+
vatAmountLastAnnexTotal: number;
|
|
308
|
+
depreciableBaseDepreciationFraction: number;
|
|
309
|
+
list: Array<{
|
|
310
|
+
purchaseDate: string;
|
|
311
|
+
grossPrice: number;
|
|
312
|
+
vatAmount: number;
|
|
313
|
+
depreciableBase: number;
|
|
314
|
+
depreciationType: string;
|
|
315
|
+
pastDepreciationsAmounts: number;
|
|
316
|
+
currentYearDepreciationsAmounts: number;
|
|
317
|
+
type: string;
|
|
318
|
+
}>,
|
|
319
|
+
total: number;
|
|
320
|
+
},
|
|
321
|
+
addedValueEstablishing: {
|
|
322
|
+
list: Array<{
|
|
323
|
+
type: string;
|
|
324
|
+
purchaseDate: string;
|
|
325
|
+
transferDate: string;
|
|
326
|
+
originalValue: number;
|
|
327
|
+
depreciations: number;
|
|
328
|
+
residualValue: number;
|
|
329
|
+
handoverPrice: number;
|
|
330
|
+
shortTermValue: number;
|
|
331
|
+
longTermValue: number;
|
|
332
|
+
longTermSpread: number;
|
|
333
|
+
}>,
|
|
334
|
+
shortTermExemptArt151: number;
|
|
335
|
+
shortTermExemptArt151A: number;
|
|
336
|
+
shortTermExemptArt238: number;
|
|
337
|
+
longTermExemptArt151: number;
|
|
338
|
+
longTermExemptArt151A: number;
|
|
339
|
+
longTermExemptArt238: number;
|
|
340
|
+
longTermExemptArt151B: number;
|
|
341
|
+
shortTermValue: { toReport: number }
|
|
342
|
+
longTermSpread: number;
|
|
343
|
+
shortTermSpread: number;
|
|
344
|
+
},
|
|
345
|
+
resultsDistribution: {
|
|
346
|
+
slicePercentage: {
|
|
347
|
+
annexTotal: number
|
|
348
|
+
},
|
|
349
|
+
resultShare: {
|
|
350
|
+
annexTotal: number
|
|
351
|
+
},
|
|
352
|
+
individualProCharges: {
|
|
353
|
+
annexTotal: number
|
|
354
|
+
},
|
|
355
|
+
netAmount: {
|
|
356
|
+
annexTotal: number
|
|
357
|
+
},
|
|
358
|
+
longTermAddedValue: {
|
|
359
|
+
annexTotal: number
|
|
360
|
+
}
|
|
361
|
+
list: Array<{
|
|
362
|
+
basicInfos: string;
|
|
363
|
+
managerPartner: boolean;
|
|
364
|
+
slicePercentage: number;
|
|
365
|
+
resultShare: number;
|
|
366
|
+
individualProCharges: number;
|
|
367
|
+
netAmount: number;
|
|
368
|
+
longTermAddedValue: number
|
|
369
|
+
birthdate?: string;
|
|
370
|
+
birthplace?: string;
|
|
371
|
+
birthCountry?: string;
|
|
372
|
+
birthCountryCode: string | null;
|
|
373
|
+
birthDepartment?: string;
|
|
374
|
+
siren?: string;
|
|
375
|
+
fiscalNumber?: string;
|
|
376
|
+
name: string;
|
|
377
|
+
address: string;
|
|
378
|
+
isPhysic: boolean
|
|
379
|
+
city?: string;
|
|
380
|
+
country?: string;
|
|
381
|
+
countryCode?: string;
|
|
382
|
+
}>
|
|
383
|
+
}
|
|
384
|
+
name: string;
|
|
385
|
+
siret: string;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export class ParamsGenerate2035 {
|
|
390
|
+
@ApiPropertyOptional()
|
|
391
|
+
@ToBoolean()
|
|
392
|
+
@IsBoolean()
|
|
393
|
+
@IsOptional()
|
|
394
|
+
isNil?: boolean;
|
|
395
|
+
|
|
396
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
397
|
+
@ToBoolean()
|
|
398
|
+
@IsBoolean()
|
|
399
|
+
@IsOptional()
|
|
400
|
+
isTest?: boolean;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export class ParamsGenerate2035FullDocument {
|
|
404
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
405
|
+
isTest?: boolean;
|
|
406
|
+
|
|
407
|
+
@ApiProperty()
|
|
408
|
+
cerfa2035?: ParamsGenerate2035;
|
|
409
|
+
|
|
410
|
+
@ApiProperty()
|
|
411
|
+
cerfa2035WithSuites?: ParamsGenerate2035WithSuites;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export type ParamsGenerate2035WithSuites = Record<string, unknown>;
|