@silexpert/core 1.3.138 → 1.3.139
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/DashboardLayout.d.ts +3 -4
- package/dist/cjs/api/resources/DashboardLayout.d.ts.map +1 -1
- package/dist/cjs/api/resources/DashboardLayout.js.map +1 -1
- package/dist/cjs/api/resources/Registration.js +1 -1
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/types/Enum/Aspone.d.ts +8 -0
- package/dist/cjs/types/Enum/Aspone.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Aspone.js +11 -1
- package/dist/cjs/types/Enum/Aspone.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts +66 -0
- package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +136 -69
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts +62 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.js +62 -0
- package/dist/cjs/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +58 -13
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +58 -12
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/cjs/types/Enum/GlobalRegime.js +19 -19
- package/dist/cjs/types/Enum/GlobalRegime.js.map +1 -1
- package/dist/cjs/types/Enum/IncomeStatement.d.ts +32 -0
- package/dist/cjs/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/dist/cjs/types/Enum/IncomeStatement.js +74 -41
- package/dist/cjs/types/Enum/IncomeStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +3 -2
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.d.ts +3 -2
- package/dist/cjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2050.d.ts +1592 -1634
- package/dist/cjs/types/Interface/api/cerfa/2050.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2050.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.d.ts +3 -2
- package/dist/cjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts +10 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +3 -2
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts +1 -0
- package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +9 -0
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts +4 -0
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/mjs/api/resources/DashboardLayout.d.ts +3 -4
- package/dist/mjs/api/resources/DashboardLayout.d.ts.map +1 -1
- package/dist/mjs/api/resources/DashboardLayout.js.map +1 -1
- package/dist/mjs/api/resources/Registration.js +1 -1
- package/dist/mjs/api/resources/Registration.js.map +1 -1
- package/dist/mjs/types/Enum/Aspone.d.ts +8 -0
- package/dist/mjs/types/Enum/Aspone.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Aspone.js +10 -0
- package/dist/mjs/types/Enum/Aspone.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts +66 -0
- package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +135 -68
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts +62 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.js +62 -0
- package/dist/mjs/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +58 -13
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +58 -12
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/mjs/types/Enum/GlobalRegime.js +19 -19
- package/dist/mjs/types/Enum/GlobalRegime.js.map +1 -1
- package/dist/mjs/types/Enum/IncomeStatement.d.ts +32 -0
- package/dist/mjs/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/dist/mjs/types/Enum/IncomeStatement.js +73 -40
- package/dist/mjs/types/Enum/IncomeStatement.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +3 -2
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2031.d.ts +3 -2
- package/dist/mjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2050.d.ts +1592 -1634
- package/dist/mjs/types/Interface/api/cerfa/2050.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2050.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2065.d.ts +3 -2
- package/dist/mjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts +10 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +3 -2
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts +1 -0
- package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.js +11 -1
- package/dist/mjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts +4 -0
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/DashboardLayout.ts +3 -4
- package/ts/api/resources/Registration.ts +1 -1
- package/ts/types/Enum/Aspone.ts +10 -0
- package/ts/types/Enum/BalanceSheet.ts +137 -68
- package/ts/types/Enum/BalanceSheetQuestion.ts +63 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +130 -81
- package/ts/types/Enum/GlobalRegime.ts +19 -19
- package/ts/types/Enum/IncomeStatement.ts +73 -40
- package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +4 -2
- package/ts/types/Interface/api/cerfa/2031.ts +3 -2
- package/ts/types/Interface/api/cerfa/2050.ts +1580 -1399
- package/ts/types/Interface/api/cerfa/2065.ts +2 -2
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +20 -2
- package/ts/types/Interface/api/incomeStatement/ReadIncomeStatement.ts +4 -2
- package/ts/types/Interface/api/payment/Params.ts +9 -1
- package/ts/types/Interface/api/registration/ReadRegistration.ts +4 -0
|
@@ -53,7 +53,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
53
53
|
idFiscalRegime: FiscalRegime.RN,
|
|
54
54
|
declaration: CerfaType.CERFA_2031,
|
|
55
55
|
annexe: CerfaType.CERFA_2050,
|
|
56
|
-
hidden:
|
|
56
|
+
hidden: false,
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
@@ -99,7 +99,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
99
99
|
idFiscalRegime: FiscalRegime.RN,
|
|
100
100
|
declaration: CerfaType.CERFA_2031,
|
|
101
101
|
annexe: CerfaType.CERFA_2050,
|
|
102
|
-
hidden:
|
|
102
|
+
hidden: false,
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
name: 'Profession libérale (BNC - IR - 2035)',
|
|
@@ -128,7 +128,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
128
128
|
idFiscalRegime: FiscalRegime.RN,
|
|
129
129
|
declaration: CerfaType.CERFA_2065,
|
|
130
130
|
annexe: CerfaType.CERFA_2050,
|
|
131
|
-
hidden:
|
|
131
|
+
hidden: false,
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -148,7 +148,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
148
148
|
idFiscalRegime: FiscalRegime.NA,
|
|
149
149
|
declaration: CerfaType.CERFA_2065,
|
|
150
150
|
annexe: CerfaType.CERFA_2050,
|
|
151
|
-
hidden:
|
|
151
|
+
hidden: false,
|
|
152
152
|
},
|
|
153
153
|
],
|
|
154
154
|
},
|
|
@@ -158,7 +158,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
158
158
|
idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],
|
|
159
159
|
choices: [
|
|
160
160
|
{
|
|
161
|
-
name:
|
|
161
|
+
name: "Activité négoce (achat/revente de marchandises) et prestation d'hébergement (Micro-BIC - 2042-C-Pro)",
|
|
162
162
|
idActivity: Activity.COMMERCANT,
|
|
163
163
|
idTaxSystem: TaxSystem.NA,
|
|
164
164
|
profitsType: ProfitsType.BIC,
|
|
@@ -216,7 +216,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
216
216
|
idFiscalRegime: FiscalRegime.RN,
|
|
217
217
|
declaration: CerfaType.CERFA_2065,
|
|
218
218
|
annexe: CerfaType.CERFA_2050,
|
|
219
|
-
hidden:
|
|
219
|
+
hidden: false,
|
|
220
220
|
},
|
|
221
221
|
],
|
|
222
222
|
},
|
|
@@ -252,10 +252,10 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
252
252
|
idFiscalRegime: FiscalRegime.RN,
|
|
253
253
|
declaration: CerfaType.CERFA_2031,
|
|
254
254
|
annexe: CerfaType.CERFA_2050,
|
|
255
|
-
hidden:
|
|
255
|
+
hidden: false,
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065
|
|
258
|
+
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
259
259
|
idActivity: Activity.COMMERCANT,
|
|
260
260
|
idTaxSystem: TaxSystem.IS,
|
|
261
261
|
profitsType: ProfitsType.BIC,
|
|
@@ -272,7 +272,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
272
272
|
idFiscalRegime: FiscalRegime.RN,
|
|
273
273
|
declaration: CerfaType.CERFA_2065,
|
|
274
274
|
annexe: CerfaType.CERFA_2050,
|
|
275
|
-
hidden:
|
|
275
|
+
hidden: false,
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
name: 'Presta de services (BIC - IR - 2031 + 2033)',
|
|
@@ -292,7 +292,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
292
292
|
idFiscalRegime: FiscalRegime.RN,
|
|
293
293
|
declaration: CerfaType.CERFA_2031,
|
|
294
294
|
annexe: CerfaType.CERFA_2050,
|
|
295
|
-
hidden:
|
|
295
|
+
hidden: false,
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -312,7 +312,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
312
312
|
idFiscalRegime: FiscalRegime.RN,
|
|
313
313
|
declaration: CerfaType.CERFA_2065,
|
|
314
314
|
annexe: CerfaType.CERFA_2050,
|
|
315
|
-
hidden:
|
|
315
|
+
hidden: false,
|
|
316
316
|
},
|
|
317
317
|
],
|
|
318
318
|
},
|
|
@@ -339,7 +339,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
339
339
|
idFiscalRegime: FiscalRegime.RN,
|
|
340
340
|
declaration: CerfaType.CERFA_2031,
|
|
341
341
|
annexe: CerfaType.CERFA_2050,
|
|
342
|
-
hidden:
|
|
342
|
+
hidden: false,
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -359,7 +359,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
359
359
|
idFiscalRegime: FiscalRegime.RN,
|
|
360
360
|
declaration: CerfaType.CERFA_2065,
|
|
361
361
|
annexe: CerfaType.CERFA_2050,
|
|
362
|
-
hidden:
|
|
362
|
+
hidden: false,
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
name: 'Presta de services (BIC - IR - 2031 + 2033)',
|
|
@@ -379,7 +379,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
379
379
|
idFiscalRegime: FiscalRegime.RN,
|
|
380
380
|
declaration: CerfaType.CERFA_2031,
|
|
381
381
|
annexe: CerfaType.CERFA_2050,
|
|
382
|
-
hidden:
|
|
382
|
+
hidden: false,
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -399,7 +399,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
399
399
|
idFiscalRegime: FiscalRegime.RN,
|
|
400
400
|
declaration: CerfaType.CERFA_2065,
|
|
401
401
|
annexe: CerfaType.CERFA_2050,
|
|
402
|
-
hidden:
|
|
402
|
+
hidden: false,
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
name: 'Presta de services (BNC - IR - 2035)',
|
|
@@ -435,7 +435,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
435
435
|
idFiscalRegime: FiscalRegime.RN,
|
|
436
436
|
declaration: CerfaType.CERFA_2065,
|
|
437
437
|
annexe: CerfaType.CERFA_2050,
|
|
438
|
-
hidden:
|
|
438
|
+
hidden: false,
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
441
|
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
@@ -455,7 +455,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
455
455
|
idFiscalRegime: FiscalRegime.RN,
|
|
456
456
|
declaration: CerfaType.CERFA_2065,
|
|
457
457
|
annexe: CerfaType.CERFA_2050,
|
|
458
|
-
hidden:
|
|
458
|
+
hidden: false,
|
|
459
459
|
},
|
|
460
460
|
],
|
|
461
461
|
},
|
|
@@ -508,7 +508,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
508
508
|
idFiscalRegime: FiscalRegime.RN,
|
|
509
509
|
declaration: CerfaType.CERFA_2065,
|
|
510
510
|
annexe: CerfaType.CERFA_2050,
|
|
511
|
-
hidden:
|
|
511
|
+
hidden: false,
|
|
512
512
|
},
|
|
513
513
|
],
|
|
514
514
|
},
|
|
@@ -544,7 +544,7 @@ export const GlobalRegime: GlobalRegimeType = {
|
|
|
544
544
|
idFiscalRegime: FiscalRegime.RN,
|
|
545
545
|
declaration: CerfaType.CERFA_2065,
|
|
546
546
|
annexe: CerfaType.CERFA_2050,
|
|
547
|
-
hidden:
|
|
547
|
+
hidden: false,
|
|
548
548
|
},
|
|
549
549
|
],
|
|
550
550
|
},
|
|
@@ -19,19 +19,52 @@ export type IncomeStatement = {
|
|
|
19
19
|
isProduct?: boolean; // Si c'est un produit, on fait x -1
|
|
20
20
|
};
|
|
21
21
|
|
|
22
|
+
export enum IncomeStatementLabel {
|
|
23
|
+
VENTE_DE_MARCHANDISES = 'Ventes de marchandises',
|
|
24
|
+
PRODUCTION_STOCKEE = 'Production stockée',
|
|
25
|
+
PRODUCTION_IMMOBILISEE = 'Production immobilisée',
|
|
26
|
+
SUBVENTIONS_EXPLOITATION = "Subventions d'exploitation",
|
|
27
|
+
REPRISES_SUR_PROVISIONS = 'Reprises sur provisions, dépréciations et amortissements, transferts de charges',
|
|
28
|
+
AUTRES_PRODUITS = 'Autres produits de gestion courante',
|
|
29
|
+
VARIATION_STOCK_MARCHANDISES = 'Variation des stocks de marchandises',
|
|
30
|
+
VARIATION_STOCK_MATIERES_PREMIERES = 'Variation des stocks de matières premieres et autres approvisionnements',
|
|
31
|
+
AUTRES_ACHATS_ET_CHARGES_EXT = 'Autres achats et charges externes',
|
|
32
|
+
IMPOTS_TAXES_ASSIMILES = 'Impôts, taxes et versements assimilés',
|
|
33
|
+
SALAIRES_ET_TRAITEMENTS = 'Salaires et traitements',
|
|
34
|
+
CHARGES_SOCIALES = 'Charges sociales',
|
|
35
|
+
AUTRES_CHARGES_GESTION = 'Autres charges de gestion courante',
|
|
36
|
+
AUTRES_INTERETS_ET_PRODUIT = 'Autres intérêts et produits assimilés',
|
|
37
|
+
INTERETS_PARTICIPATION = 'De participations',
|
|
38
|
+
AUTRES_VALEURS_MOBILIERES = "D'autres valeurs mobilières et créances de l'actif immobilisé",
|
|
39
|
+
REPRISES_SUR_PROVISIONS_FINANCIERES = 'Reprises sur dépréciations, provisions et transferts de charges financières',
|
|
40
|
+
DIFFERENCES_CHANGE = 'Différences positives de change',
|
|
41
|
+
PRODUITS_NET_PLACEMENT = 'Produits nets sur cessions de valeurs mobilières de placement',
|
|
42
|
+
DOTATIONS_AUX_AMORTISSEMENTS = 'Dotations aux amortissements, dépréciations et provisions',
|
|
43
|
+
INTERETS_ET_CHARGES_ASSIMILES = 'Intérêts et charges assimilés',
|
|
44
|
+
DIFFERENCES_NEGATIVES_CHANGE = 'Différences négatives de change',
|
|
45
|
+
CHARGES_NETTES_VALEURS_MOBILIERES = 'Charges nettes sur cessions de valeurs mobilières de placement',
|
|
46
|
+
SUR_OPERATION_EN_CAPITAL = 'Sur opérations en capital',
|
|
47
|
+
SUR_OPERATION_DE_GESTION = 'Sur opérations de gestion',
|
|
48
|
+
REPRISES_SUR_PROVISIONS_DE_CHARGES = 'Reprises sur dépréciations, provisions et transferts de charges exceptionnelles',
|
|
49
|
+
CHARGES_SUR_OPERATION_DE_GESTION = 'Sur opérations de gestion ', // WARN: Laisser espacement en fin
|
|
50
|
+
CHARGES_SUR_OPERATIONS_EN_CAPITAL = 'Sur opérations en capital ',
|
|
51
|
+
DOTATIONS_EXCEPTIONNELLES_AMORT_PROV = 'Dotations aux amortissements, dépréciations et autres provisions',
|
|
52
|
+
IMPOTS_SUR_BENEFICES = 'Impôt sur les bénéfices',
|
|
53
|
+
}
|
|
54
|
+
|
|
22
55
|
export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
23
56
|
{
|
|
24
|
-
name:
|
|
57
|
+
name: "Total des produits d'exploitation",
|
|
25
58
|
key: 'totalOperatingIncome',
|
|
26
59
|
total: 0,
|
|
27
60
|
isProduct: true,
|
|
28
61
|
fields: [
|
|
29
62
|
{
|
|
30
|
-
name:
|
|
63
|
+
name: "Chiffre d'Affaires",
|
|
31
64
|
total: 0,
|
|
32
65
|
fields: [
|
|
33
66
|
{
|
|
34
|
-
name:
|
|
67
|
+
name: IncomeStatementLabel.VENTE_DE_MARCHANDISES,
|
|
35
68
|
total: 0,
|
|
36
69
|
accounts: ['707'],
|
|
37
70
|
},
|
|
@@ -46,41 +79,41 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
46
79
|
accounts: ['708'],
|
|
47
80
|
},
|
|
48
81
|
{
|
|
49
|
-
name:
|
|
82
|
+
name: "Rabais, remises, ristournes accordés par l'entreprise",
|
|
50
83
|
total: 0,
|
|
51
84
|
accounts: ['709'],
|
|
52
85
|
},
|
|
53
86
|
],
|
|
54
87
|
},
|
|
55
88
|
{
|
|
56
|
-
name:
|
|
89
|
+
name: IncomeStatementLabel.PRODUCTION_STOCKEE,
|
|
57
90
|
total: 0,
|
|
58
91
|
accounts: ['71'],
|
|
59
92
|
},
|
|
60
93
|
{
|
|
61
|
-
name:
|
|
94
|
+
name: IncomeStatementLabel.PRODUCTION_IMMOBILISEE,
|
|
62
95
|
total: 0,
|
|
63
96
|
accounts: ['72'],
|
|
64
97
|
},
|
|
65
98
|
{
|
|
66
|
-
name:
|
|
99
|
+
name: IncomeStatementLabel.SUBVENTIONS_EXPLOITATION,
|
|
67
100
|
total: 0,
|
|
68
101
|
accounts: ['74'],
|
|
69
102
|
},
|
|
70
103
|
{
|
|
71
|
-
name:
|
|
104
|
+
name: IncomeStatementLabel.REPRISES_SUR_PROVISIONS,
|
|
72
105
|
total: 0,
|
|
73
106
|
accounts: ['781', '791'],
|
|
74
107
|
},
|
|
75
108
|
{
|
|
76
|
-
name:
|
|
109
|
+
name: IncomeStatementLabel.AUTRES_PRODUITS,
|
|
77
110
|
total: 0,
|
|
78
111
|
accounts: ['75'],
|
|
79
112
|
},
|
|
80
113
|
],
|
|
81
114
|
},
|
|
82
115
|
{
|
|
83
|
-
name:
|
|
116
|
+
name: "Total des charges d'exploitation",
|
|
84
117
|
key: 'totalOperatingExpenses',
|
|
85
118
|
total: 0,
|
|
86
119
|
fields: [
|
|
@@ -90,7 +123,7 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
90
123
|
accounts: ['607'],
|
|
91
124
|
},
|
|
92
125
|
{
|
|
93
|
-
name:
|
|
126
|
+
name: IncomeStatementLabel.VARIATION_STOCK_MARCHANDISES,
|
|
94
127
|
total: 0,
|
|
95
128
|
accounts: ['6037'],
|
|
96
129
|
},
|
|
@@ -101,28 +134,28 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
101
134
|
excludeAccounts: ['607', '603', '606', '604'],
|
|
102
135
|
},
|
|
103
136
|
{
|
|
104
|
-
name:
|
|
137
|
+
name: IncomeStatementLabel.VARIATION_STOCK_MATIERES_PREMIERES,
|
|
105
138
|
total: 0,
|
|
106
139
|
accounts: ['603'],
|
|
107
140
|
excludeAccounts: ['6037'],
|
|
108
141
|
},
|
|
109
142
|
{
|
|
110
|
-
name:
|
|
143
|
+
name: IncomeStatementLabel.AUTRES_ACHATS_ET_CHARGES_EXT,
|
|
111
144
|
total: 0,
|
|
112
145
|
accounts: ['61', '62', '606', '604'],
|
|
113
146
|
},
|
|
114
147
|
{
|
|
115
|
-
name:
|
|
148
|
+
name: IncomeStatementLabel.IMPOTS_TAXES_ASSIMILES,
|
|
116
149
|
total: 0,
|
|
117
150
|
accounts: ['63'],
|
|
118
151
|
},
|
|
119
152
|
{
|
|
120
|
-
name:
|
|
153
|
+
name: IncomeStatementLabel.SALAIRES_ET_TRAITEMENTS,
|
|
121
154
|
total: 0,
|
|
122
155
|
accounts: ['641', '642', '643', '644'],
|
|
123
156
|
},
|
|
124
157
|
{
|
|
125
|
-
name:
|
|
158
|
+
name: IncomeStatementLabel.CHARGES_SOCIALES,
|
|
126
159
|
total: 0,
|
|
127
160
|
accounts: ['645', '646', '647', '648', '649'],
|
|
128
161
|
},
|
|
@@ -132,14 +165,14 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
132
165
|
accounts: ['681', '682', '683', '684', '685'],
|
|
133
166
|
},
|
|
134
167
|
{
|
|
135
|
-
name:
|
|
168
|
+
name: IncomeStatementLabel.AUTRES_CHARGES_GESTION,
|
|
136
169
|
total: 0,
|
|
137
170
|
accounts: ['65'],
|
|
138
171
|
},
|
|
139
172
|
],
|
|
140
173
|
},
|
|
141
174
|
{
|
|
142
|
-
name:
|
|
175
|
+
name: "Résultat d'exploitation",
|
|
143
176
|
key: 'operatingResult',
|
|
144
177
|
total: 0,
|
|
145
178
|
calculation: true,
|
|
@@ -153,32 +186,32 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
153
186
|
isProduct: true,
|
|
154
187
|
fields: [
|
|
155
188
|
{
|
|
156
|
-
name:
|
|
189
|
+
name: IncomeStatementLabel.INTERETS_PARTICIPATION,
|
|
157
190
|
total: 0,
|
|
158
191
|
accounts: ['761'],
|
|
159
192
|
},
|
|
160
193
|
{
|
|
161
|
-
name:
|
|
194
|
+
name: IncomeStatementLabel.AUTRES_VALEURS_MOBILIERES,
|
|
162
195
|
total: 0,
|
|
163
|
-
accounts: ['762'],
|
|
196
|
+
accounts: ['762', '764'],
|
|
164
197
|
},
|
|
165
198
|
{
|
|
166
|
-
name:
|
|
199
|
+
name: IncomeStatementLabel.AUTRES_INTERETS_ET_PRODUIT,
|
|
167
200
|
total: 0,
|
|
168
|
-
accounts: ['760', '763', '
|
|
201
|
+
accounts: ['760', '763', '765', '768'],
|
|
169
202
|
},
|
|
170
203
|
{
|
|
171
|
-
name:
|
|
204
|
+
name: IncomeStatementLabel.REPRISES_SUR_PROVISIONS_FINANCIERES,
|
|
172
205
|
total: 0,
|
|
173
206
|
accounts: ['786', '796'],
|
|
174
207
|
},
|
|
175
208
|
{
|
|
176
|
-
name:
|
|
209
|
+
name: IncomeStatementLabel.DIFFERENCES_CHANGE,
|
|
177
210
|
total: 0,
|
|
178
211
|
accounts: ['766'],
|
|
179
212
|
},
|
|
180
213
|
{
|
|
181
|
-
name:
|
|
214
|
+
name: IncomeStatementLabel.PRODUITS_NET_PLACEMENT,
|
|
182
215
|
total: 0,
|
|
183
216
|
accounts: ['767'],
|
|
184
217
|
},
|
|
@@ -190,22 +223,22 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
190
223
|
key: 'totalFinancialExpenses',
|
|
191
224
|
fields: [
|
|
192
225
|
{
|
|
193
|
-
name:
|
|
226
|
+
name: IncomeStatementLabel.DOTATIONS_AUX_AMORTISSEMENTS,
|
|
194
227
|
total: 0,
|
|
195
228
|
accounts: ['686'],
|
|
196
229
|
},
|
|
197
230
|
{
|
|
198
|
-
name:
|
|
231
|
+
name: IncomeStatementLabel.INTERETS_ET_CHARGES_ASSIMILES,
|
|
199
232
|
total: 0,
|
|
200
233
|
accounts: ['661', '664', '665', '668'],
|
|
201
234
|
},
|
|
202
235
|
{
|
|
203
|
-
name:
|
|
236
|
+
name: IncomeStatementLabel.DIFFERENCES_NEGATIVES_CHANGE,
|
|
204
237
|
total: 0,
|
|
205
238
|
accounts: ['666'],
|
|
206
239
|
},
|
|
207
240
|
{
|
|
208
|
-
name:
|
|
241
|
+
name: IncomeStatementLabel.CHARGES_NETTES_VALEURS_MOBILIERES,
|
|
209
242
|
total: 0,
|
|
210
243
|
accounts: ['667'],
|
|
211
244
|
},
|
|
@@ -234,21 +267,21 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
234
267
|
isProduct: true,
|
|
235
268
|
fields: [
|
|
236
269
|
{
|
|
237
|
-
name:
|
|
270
|
+
name: IncomeStatementLabel.SUR_OPERATION_DE_GESTION,
|
|
238
271
|
total: 0,
|
|
239
272
|
accounts: ['771', '772'],
|
|
240
273
|
},
|
|
241
274
|
{
|
|
242
|
-
name:
|
|
275
|
+
name: IncomeStatementLabel.SUR_OPERATION_EN_CAPITAL,
|
|
243
276
|
total: 0,
|
|
244
277
|
fields: [
|
|
245
278
|
{
|
|
246
|
-
name:
|
|
279
|
+
name: "Produits des cessions d'éléments d'actifs",
|
|
247
280
|
total: 0,
|
|
248
281
|
accounts: ['775'],
|
|
249
282
|
},
|
|
250
283
|
{
|
|
251
|
-
name:
|
|
284
|
+
name: "Subventions d'investissement virées aux résultats de l'exercice",
|
|
252
285
|
total: 0,
|
|
253
286
|
accounts: ['777'],
|
|
254
287
|
},
|
|
@@ -260,7 +293,7 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
260
293
|
],
|
|
261
294
|
},
|
|
262
295
|
{
|
|
263
|
-
name:
|
|
296
|
+
name: IncomeStatementLabel.REPRISES_SUR_PROVISIONS_DE_CHARGES,
|
|
264
297
|
total: 0,
|
|
265
298
|
accounts: ['787', '797'],
|
|
266
299
|
},
|
|
@@ -272,12 +305,12 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
272
305
|
key: 'totalExceptionalExpenses',
|
|
273
306
|
fields: [
|
|
274
307
|
{
|
|
275
|
-
name:
|
|
308
|
+
name: IncomeStatementLabel.CHARGES_SUR_OPERATION_DE_GESTION,
|
|
276
309
|
total: 0,
|
|
277
310
|
accounts: ['671', '672'],
|
|
278
311
|
},
|
|
279
312
|
{
|
|
280
|
-
name:
|
|
313
|
+
name: IncomeStatementLabel.CHARGES_SUR_OPERATIONS_EN_CAPITAL,
|
|
281
314
|
total: 0,
|
|
282
315
|
fields: [
|
|
283
316
|
{
|
|
@@ -302,7 +335,7 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
302
335
|
total: 0,
|
|
303
336
|
},
|
|
304
337
|
{
|
|
305
|
-
name:
|
|
338
|
+
name: IncomeStatementLabel.DOTATIONS_EXCEPTIONNELLES_AMORT_PROV,
|
|
306
339
|
accounts: ['6871', '6875', '6876'],
|
|
307
340
|
total: 0,
|
|
308
341
|
},
|
|
@@ -319,13 +352,13 @@ export const INCOME_STATEMENT_LIST: IncomeStatement[] = [
|
|
|
319
352
|
key: 'exceptionalResult',
|
|
320
353
|
},
|
|
321
354
|
{
|
|
322
|
-
name:
|
|
355
|
+
name: IncomeStatementLabel.IMPOTS_SUR_BENEFICES,
|
|
323
356
|
total: 0,
|
|
324
357
|
key: 'incomeTax',
|
|
325
358
|
accounts: ['69'],
|
|
326
359
|
},
|
|
327
360
|
{
|
|
328
|
-
name:
|
|
361
|
+
name: "Résultat de l'exercice",
|
|
329
362
|
total: 0,
|
|
330
363
|
calculation: true,
|
|
331
364
|
calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts'],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type ReadBalanceSheetItem = {
|
|
2
2
|
name: string;
|
|
3
3
|
total: number;
|
|
4
4
|
totalDeducted: number;
|
|
@@ -8,4 +8,6 @@ export type ReadBalanceSheetList = Array<{
|
|
|
8
8
|
description?: ReadBalanceSheetList;
|
|
9
9
|
key: string;
|
|
10
10
|
calculation?: boolean;
|
|
11
|
-
}
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type ReadBalanceSheetList = Array<ReadBalanceSheetItem>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyCerfa2033Century, ApiProperty, EcfDetails } from '../../../..';
|
|
1
|
+
import { AnyCerfa2033Century, AnyCerfa2050Century, ApiProperty, EcfDetails } from '../../../..';
|
|
2
2
|
import { CerfaAddress, Accountant, ViewerDetails, CouncilDetails, Termination } from './ReadCerfa';
|
|
3
3
|
|
|
4
4
|
export class ParamsGenerate2031 {
|
|
@@ -543,7 +543,8 @@ export type Prepare2031Params = {
|
|
|
543
543
|
idUser: number;
|
|
544
544
|
values: {
|
|
545
545
|
cerfa2031: Cerfa2031 | Cerfa2031_2024;
|
|
546
|
-
cerfa2033
|
|
546
|
+
cerfa2033?: AnyCerfa2033Century;
|
|
547
|
+
cerfa2050?: AnyCerfa2050Century;
|
|
547
548
|
};
|
|
548
549
|
};
|
|
549
550
|
|