@silexpert/core 0.4.13 → 0.4.14
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/BalanceSheet.d.ts +8 -0
- package/es/api/resources/BalanceSheet.d.ts.map +1 -0
- package/es/api/resources/BalanceSheet.js +12 -0
- package/es/api/resources/BalanceSheet.js.map +1 -0
- package/es/api/resources/Letter.d.ts +6 -0
- package/es/api/resources/Letter.d.ts.map +1 -0
- package/es/api/resources/Letter.js +7 -0
- package/es/api/resources/Letter.js.map +1 -0
- package/es/api/resources/Report.d.ts +14 -0
- package/es/api/resources/Report.d.ts.map +1 -0
- package/es/api/resources/Report.js +13 -0
- package/es/api/resources/Report.js.map +1 -0
- package/es/api/resources/User.d.ts +4 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +9 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources.d.ts +8 -2
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -2
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountingJournal.d.ts +2 -1
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
- package/es/types/Enum/AccountingJournal.js +1 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +21 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -0
- package/es/types/Enum/BalanceSheet.js +529 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -0
- package/es/types/Enum/IncomeStatement.d.ts +1 -0
- package/es/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/es/types/Enum/IncomeStatement.js +5 -2
- package/es/types/Enum/IncomeStatement.js.map +1 -1
- package/es/types/Enum/LetterType.d.ts +47 -0
- package/es/types/Enum/LetterType.d.ts.map +1 -0
- package/es/types/Enum/LetterType.js +47 -0
- package/es/types/Enum/LetterType.js.map +1 -0
- package/es/types/Enum/ReportState.d.ts +31 -0
- package/es/types/Enum/ReportState.d.ts.map +1 -0
- package/es/types/Enum/ReportState.js +31 -0
- package/es/types/Enum/ReportState.js.map +1 -0
- package/es/types/Enum/ReportType.d.ts +27 -0
- package/es/types/Enum/ReportType.d.ts.map +1 -0
- package/es/types/Enum/ReportType.js +27 -0
- package/es/types/Enum/ReportType.js.map +1 -0
- package/es/types/Enum/Role.d.ts +7 -2
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +6 -1
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +11 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js +2 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
- package/es/types/Interface/api/letter/CreateLetter.d.ts +15 -0
- package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -0
- package/es/types/Interface/api/letter/CreateLetter.js +57 -0
- package/es/types/Interface/api/letter/CreateLetter.js.map +1 -0
- package/es/types/Interface/api/report/CreateReport.d.ts +13 -0
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/CreateReport.js +45 -0
- package/es/types/Interface/api/report/CreateReport.js.map +1 -0
- package/es/types/Interface/api/report/QueryReports.d.ts +9 -0
- package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReports.js +37 -0
- package/es/types/Interface/api/report/QueryReports.js.map +1 -0
- package/es/types/Interface/api/report/ReadReport.d.ts +8 -0
- package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/ReadReport.js +2 -0
- package/es/types/Interface/api/report/ReadReport.js.map +1 -0
- package/es/types/Interface/api/user/CreateUser.d.ts +10 -0
- package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -0
- package/es/types/Interface/api/user/CreateUser.js +41 -0
- package/es/types/Interface/api/user/CreateUser.js.map +1 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +4 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.js +17 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts +2 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +7 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +8 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts +18 -14
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +12 -11
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
- package/es/types/Interface/models/IReportMessage.js.map +1 -1
- package/es/types/Interface/models/IReportType.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +0 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +15 -4
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +15 -4
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +23 -0
- package/js/api/resources/BalanceSheet.js.map +1 -0
- package/js/api/resources/Letter.js +18 -0
- package/js/api/resources/Letter.js.map +1 -0
- package/js/api/resources/Report.js +28 -0
- package/js/api/resources/Report.js.map +1 -0
- package/js/api/resources/User.js +14 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources.js +12 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +1 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +438 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -0
- package/js/types/Enum/IncomeStatement.js +5 -2
- package/js/types/Enum/IncomeStatement.js.map +1 -1
- package/js/types/Enum/LetterType.js +52 -0
- package/js/types/Enum/LetterType.js.map +1 -0
- package/js/types/Enum/ReportState.js +36 -0
- package/js/types/Enum/ReportState.js.map +1 -0
- package/js/types/Enum/ReportType.js +32 -0
- package/js/types/Enum/ReportType.js.map +1 -0
- package/js/types/Enum/Role.js +6 -1
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js +6 -0
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
- package/js/types/Interface/api/letter/CreateLetter.js +47 -0
- package/js/types/Interface/api/letter/CreateLetter.js.map +1 -0
- package/js/types/Interface/api/report/CreateReport.js +41 -0
- package/js/types/Interface/api/report/CreateReport.js.map +1 -0
- package/js/types/Interface/api/report/QueryReports.js +37 -0
- package/js/types/Interface/api/report/QueryReports.js.map +1 -0
- package/js/types/Interface/api/report/ReadReport.js +6 -0
- package/js/types/Interface/api/report/ReadReport.js.map +1 -0
- package/js/types/Interface/api/user/CreateUser.js +39 -0
- package/js/types/Interface/api/user/CreateUser.js.map +1 -0
- package/js/types/Interface/api/user/QueryUserSmsConfirmation.js +27 -0
- package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +10 -2
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +156 -24
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheet.ts +12 -0
- package/ts/api/resources/Letter.ts +10 -0
- package/ts/api/resources/Report.ts +22 -0
- package/ts/api/resources/User.ts +12 -1
- package/ts/api/resources.ts +8 -2
- package/ts/types/Enum/AccountingJournal.ts +1 -0
- package/ts/types/Enum/BalanceSheet.ts +555 -0
- package/ts/types/Enum/IncomeStatement.ts +6 -2
- package/ts/types/Enum/LetterType.ts +46 -0
- package/ts/types/Enum/ReportState.ts +30 -0
- package/ts/types/Enum/ReportType.ts +26 -0
- package/ts/types/Enum/Role.ts +6 -1
- package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +10 -0
- package/ts/types/Interface/api/letter/CreateLetter.ts +37 -0
- package/ts/types/Interface/api/report/CreateReport.ts +29 -0
- package/ts/types/Interface/api/report/QueryReports.ts +21 -0
- package/ts/types/Interface/api/report/ReadReport.ts +9 -0
- package/ts/types/Interface/api/user/CreateUser.ts +18 -0
- package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +6 -0
- package/ts/types/Interface/models/IAccountingJournal.ts +2 -0
- package/ts/types/Interface/models/IApiError.ts +11 -0
- package/ts/types/Interface/models/ILetter.ts +18 -14
- package/ts/types/Interface/models/IReport.ts +12 -11
- package/ts/types/Interface/models/IReportMessage.ts +1 -1
- package/ts/types/Interface/models/IReportType.ts +1 -1
- package/ts/types/Interface/models/ISociety.ts +0 -1
- package/ts/types/index.ts +15 -4
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
export const BALANCE_SHEET_LIST_ACTIVE = [
|
|
2
|
+
{
|
|
3
|
+
name: 'Capital souscrit - non appelé',
|
|
4
|
+
key: 'subscribedCapital',
|
|
5
|
+
accounts: ['109'],
|
|
6
|
+
isSubcategory: true,
|
|
7
|
+
total: 0,
|
|
8
|
+
totalDeducted: 0,
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: 'ACTIF IMMOBILISE',
|
|
12
|
+
key: 'fixedAsset',
|
|
13
|
+
total: 0,
|
|
14
|
+
totalDeducted: 0,
|
|
15
|
+
isCategory: true,
|
|
16
|
+
fields: [
|
|
17
|
+
{
|
|
18
|
+
name: 'Immobilisations incorporelles',
|
|
19
|
+
isSubcategory: true,
|
|
20
|
+
fields: [
|
|
21
|
+
{
|
|
22
|
+
name: 'Frais d\'établissement',
|
|
23
|
+
accounts: ['201'],
|
|
24
|
+
accountsDeducted: ['2801'],
|
|
25
|
+
total: 0,
|
|
26
|
+
totalDeducted: 0,
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Frais de recherche et de développement',
|
|
30
|
+
accounts: ['203'],
|
|
31
|
+
accountsDeducted: ['2803'],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',
|
|
35
|
+
accounts: ['205'],
|
|
36
|
+
accountsDeducted: ['2805', '2905'],
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Fonds commercial',
|
|
40
|
+
accounts: ['206', '207'],
|
|
41
|
+
accountsDeducted: ['2806', '2807', '2906', '2907'],
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Autres',
|
|
45
|
+
accounts: ['208'],
|
|
46
|
+
accountsDeducted: ['2808', '2908'],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Immobilisations incorporelles en cours',
|
|
50
|
+
accounts: ['232'],
|
|
51
|
+
accountsDeducted: ['2932'],
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: 'Avances et acomptes',
|
|
55
|
+
accounts: ['237'],
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: 'Immobilisations corporelles',
|
|
61
|
+
key: 'tangibleFixedAssets',
|
|
62
|
+
isSubcategory: true,
|
|
63
|
+
fields: [
|
|
64
|
+
{
|
|
65
|
+
name: 'Terrains',
|
|
66
|
+
accounts: ['211', '212'],
|
|
67
|
+
accountsDeducted: ['2811', '2812', '2911'],
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'Constructions',
|
|
71
|
+
accounts: ['213', '214'],
|
|
72
|
+
accountsDeducted: ['2813', '2814'],
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: 'Installations techniques, matériels, et outillage industriels',
|
|
76
|
+
accounts: ['215'],
|
|
77
|
+
accountsDeducted: ['2815'],
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: 'Autres',
|
|
81
|
+
accounts: ['218', '22'],
|
|
82
|
+
accountsDeducted: ['2818', '282', '292'],
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'Immobilisations corporelles en cours',
|
|
86
|
+
accounts: ['231'],
|
|
87
|
+
accountsDeducted: ['2931'],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Avances et acomptes',
|
|
91
|
+
accounts: ['238'],
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
name: 'Immobilisations financières',
|
|
97
|
+
key: 'financialFixedAssets',
|
|
98
|
+
isSubcategory: true,
|
|
99
|
+
fields: [
|
|
100
|
+
{
|
|
101
|
+
name: 'Participations',
|
|
102
|
+
accounts: ['261', '266'],
|
|
103
|
+
accountsDeducted: ['2691', '2966'],
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
name: 'Créances rattachées à des participations',
|
|
107
|
+
accounts: ['267', '268'],
|
|
108
|
+
accountsDeducted: ['2967', '2968'],
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Titres immobilisés de l\'activité de portefeuille',
|
|
112
|
+
accounts: ['273'],
|
|
113
|
+
accountsDeducted: ['2973'],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'Autres titres immobilisés',
|
|
117
|
+
accounts: ['271', '272'],
|
|
118
|
+
accountsDeducted: ['2971', '2972'],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
name: 'Prêts',
|
|
122
|
+
accounts: ['274'],
|
|
123
|
+
accountsDeducted: ['2974'],
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: 'Autres',
|
|
127
|
+
accounts: ['236', '275', '276', '277'],
|
|
128
|
+
accountsDeducted: ['2975', '2976'],
|
|
129
|
+
},
|
|
130
|
+
],
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
name: 'Total I',
|
|
136
|
+
key: 'total1',
|
|
137
|
+
total: 0,
|
|
138
|
+
totalDeducted: 0,
|
|
139
|
+
calculation: true,
|
|
140
|
+
calculationAdd: ['fixedAsset', 'subscribedCapital'],
|
|
141
|
+
isTotal: true,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: 'ACTIF CIRCULANT',
|
|
145
|
+
key: 'circulatingActive',
|
|
146
|
+
total: 0,
|
|
147
|
+
totalDeducted: 0,
|
|
148
|
+
isCategory: true,
|
|
149
|
+
fields: [
|
|
150
|
+
{
|
|
151
|
+
name: 'Stocks et en-cours',
|
|
152
|
+
isSubcategory: true,
|
|
153
|
+
fields: [
|
|
154
|
+
{
|
|
155
|
+
name: 'Matières premières et autres approvisionnements',
|
|
156
|
+
accounts: ['31', '32'],
|
|
157
|
+
accountsDeducted: ['391', '392'],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
name: 'En cours de production [biens et services]',
|
|
161
|
+
accounts: ['33', '34'],
|
|
162
|
+
accountsDeducted: ['393', '394'],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Produits intermédiaires et finis',
|
|
166
|
+
accounts: ['35', '36'],
|
|
167
|
+
accountsDeducted: ['395', '396'],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
name: 'Marchandises',
|
|
171
|
+
accounts: ['37'],
|
|
172
|
+
accountsDeducted: ['397'],
|
|
173
|
+
},
|
|
174
|
+
],
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Avances et acomptes versés sur commandes',
|
|
178
|
+
key: 'advancesAndDeposits',
|
|
179
|
+
accounts: ['4091'],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
name: 'Créances',
|
|
183
|
+
key: 'financialFixedAssets',
|
|
184
|
+
isSubcategory: true,
|
|
185
|
+
fields: [
|
|
186
|
+
{
|
|
187
|
+
name: 'Créances clients et comptes rattachés',
|
|
188
|
+
accounts: ['411', '413', '416', '418'],
|
|
189
|
+
accountsDeducted: ['491'],
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
name: 'Autres',
|
|
193
|
+
accounts: ['401', '4096', '4097', '4098', '42', '43', '44', '45', '46', '48'],
|
|
194
|
+
accountsDeducted: ['495', '496'],
|
|
195
|
+
type: 'active',
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
name: 'Capital souscrit - appelé, non versé',
|
|
199
|
+
accounts: ['4562'],
|
|
200
|
+
},
|
|
201
|
+
],
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
name: 'Valeurs mobilières de placement',
|
|
205
|
+
key: 'securities',
|
|
206
|
+
isSubcategory: true,
|
|
207
|
+
fields: [
|
|
208
|
+
{
|
|
209
|
+
name: 'Actions propres',
|
|
210
|
+
accounts: ['502'],
|
|
211
|
+
accountsDeducted: ['5902'],
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
name: 'Autres titres',
|
|
215
|
+
accounts: ['503', '504', '505', '506', '507', '508'],
|
|
216
|
+
accountsDeducted: ['5903', '5904', '5905', '5906', '5907', '5908'],
|
|
217
|
+
},
|
|
218
|
+
],
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
name: 'Instruments de trésorerie',
|
|
222
|
+
key: 'treasuryInstruments',
|
|
223
|
+
accounts: ['52'],
|
|
224
|
+
type: 'active',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
name: 'Disponibilités',
|
|
228
|
+
key: 'availabilities',
|
|
229
|
+
accounts: ['511', '512', '514', '515', '516', '517', '5187', '53', '54'],
|
|
230
|
+
type: 'active',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
name: 'Charges constatées d\'avance',
|
|
234
|
+
key: 'establishedInAdvance',
|
|
235
|
+
accounts: ['486'],
|
|
236
|
+
},
|
|
237
|
+
],
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
name: 'Total II',
|
|
241
|
+
key: 'total2',
|
|
242
|
+
total: 0,
|
|
243
|
+
totalDeducted: 0,
|
|
244
|
+
calculation: true,
|
|
245
|
+
isTotal: true,
|
|
246
|
+
calculationAdd: ['circulatingActive'],
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
name: 'Charges à répartir sur plusieurs exercices (III)',
|
|
250
|
+
key: 'total3',
|
|
251
|
+
accounts: ['481'],
|
|
252
|
+
isTotal: true,
|
|
253
|
+
total: 0,
|
|
254
|
+
totalDeducted: 0,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
name: 'Primes de remboursement des emprunts (IV)',
|
|
258
|
+
key: 'total4',
|
|
259
|
+
accounts: ['169'],
|
|
260
|
+
isTotal: true,
|
|
261
|
+
total: 0,
|
|
262
|
+
totalDeducted: 0,
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
name: 'Ecarts de conversion Actif (V)',
|
|
266
|
+
key: 'total5',
|
|
267
|
+
total: 0,
|
|
268
|
+
totalDeducted: 0,
|
|
269
|
+
accounts: ['476'],
|
|
270
|
+
isTotal: true,
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
name: 'TOTAL GENERAL (I+II+III+IV+V)',
|
|
274
|
+
key: 'total6',
|
|
275
|
+
total: 0,
|
|
276
|
+
totalDeducted: 0,
|
|
277
|
+
calculation: true,
|
|
278
|
+
calculationAdd: ['fixedAsset', 'subscribedCapital', 'circulatingActive', 'total3', 'total4', 'total3', 'total4', 'total5'],
|
|
279
|
+
isTotal: true,
|
|
280
|
+
},
|
|
281
|
+
];
|
|
282
|
+
export const BALANCE_SHEET_LIST_PASSIVE = [
|
|
283
|
+
{
|
|
284
|
+
name: 'Capital [dont versé...]',
|
|
285
|
+
key: 'subscribedCapital',
|
|
286
|
+
accounts: ['101', '108'],
|
|
287
|
+
isSubcategory: true,
|
|
288
|
+
total: 0,
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
name: 'Primes d\'émission, de fusion, d\'apport',
|
|
292
|
+
key: 'issuePremiums',
|
|
293
|
+
accounts: ['104'],
|
|
294
|
+
isSubcategory: true,
|
|
295
|
+
total: 0,
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: 'Ecart de réévaluation',
|
|
299
|
+
key: 'revaluationGap',
|
|
300
|
+
accounts: ['105'],
|
|
301
|
+
isSubcategory: true,
|
|
302
|
+
total: 0,
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
name: 'Ecart d\'équivalence',
|
|
306
|
+
key: 'equivalenceGap',
|
|
307
|
+
accounts: ['107'],
|
|
308
|
+
isSubcategory: true,
|
|
309
|
+
total: 0,
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
name: 'Réserves',
|
|
313
|
+
key: 'reservations',
|
|
314
|
+
total: 0,
|
|
315
|
+
isCategory: true,
|
|
316
|
+
fields: [
|
|
317
|
+
{
|
|
318
|
+
name: 'Réserve légale',
|
|
319
|
+
accounts: ['1061'],
|
|
320
|
+
total: 0,
|
|
321
|
+
totalDeducted: 0,
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
name: 'Réserves statutaires ou contractuelles',
|
|
325
|
+
accounts: ['1063'],
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
name: 'Réserves réglementées',
|
|
329
|
+
accounts: ['1062', '1064'],
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
name: 'Autres',
|
|
333
|
+
accounts: ['1068'],
|
|
334
|
+
},
|
|
335
|
+
],
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
name: 'Report à nouveau',
|
|
339
|
+
key: 'postponement',
|
|
340
|
+
accounts: ['11'],
|
|
341
|
+
isSubcategory: true,
|
|
342
|
+
total: 0,
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
name: 'Résultat de l\'exercice [bénéfice ou perte]',
|
|
346
|
+
key: 'resultExercice',
|
|
347
|
+
accounts: ['12'],
|
|
348
|
+
isSubcategory: true,
|
|
349
|
+
total: 0,
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
name: 'Subventions d\'investissement',
|
|
353
|
+
key: 'subsidies',
|
|
354
|
+
accounts: ['13'],
|
|
355
|
+
isSubcategory: true,
|
|
356
|
+
total: 0,
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
name: 'Provisions réglementées',
|
|
360
|
+
key: 'subsidiesRegulated',
|
|
361
|
+
accounts: ['14'],
|
|
362
|
+
isSubcategory: true,
|
|
363
|
+
total: 0,
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
name: 'Total I',
|
|
367
|
+
key: 'total1',
|
|
368
|
+
calculation: true,
|
|
369
|
+
calculationAdd: ['subscribedCapital', 'issuePremiums', 'equivalenceGap', 'revaluationGap', 'reservations', 'postponement', 'resultExercice', 'subsidies', 'subsidiesRegulated'],
|
|
370
|
+
isTotal: true,
|
|
371
|
+
total: 0,
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
name: 'PROVISIONS POUR RISQUES ET CHARGES',
|
|
375
|
+
key: 'provisions',
|
|
376
|
+
isCategory: true,
|
|
377
|
+
fields: [
|
|
378
|
+
{
|
|
379
|
+
name: 'Provisions pour risques',
|
|
380
|
+
accounts: ['151'],
|
|
381
|
+
isSubcategory: true,
|
|
382
|
+
total: 0,
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
name: 'Provisions pour charges',
|
|
386
|
+
accounts: ['153', '155', '156', '157', '158'],
|
|
387
|
+
isSubcategory: true,
|
|
388
|
+
total: 0,
|
|
389
|
+
},
|
|
390
|
+
],
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
name: 'Total II',
|
|
394
|
+
key: 'total2',
|
|
395
|
+
total: 0,
|
|
396
|
+
calculation: true,
|
|
397
|
+
calculationAdd: ['provisions'],
|
|
398
|
+
isTotal: true,
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
name: 'DETTES',
|
|
402
|
+
isCategory: true,
|
|
403
|
+
key: 'debts',
|
|
404
|
+
fields: [
|
|
405
|
+
{
|
|
406
|
+
name: 'Emprunts obligataires convertibles',
|
|
407
|
+
key: 'convertibleBonds',
|
|
408
|
+
accounts: ['161', '16881'],
|
|
409
|
+
isSubcategory: true,
|
|
410
|
+
total: 0,
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
name: 'Autres emprunts obligataires',
|
|
414
|
+
key: 'convertibleBonds',
|
|
415
|
+
accounts: ['163', '16883'],
|
|
416
|
+
isSubcategory: true,
|
|
417
|
+
total: 0,
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
name: 'Emprunts et dettes auprès établissements de crédits (1)',
|
|
421
|
+
key: 'loansCredits',
|
|
422
|
+
accounts: ['164', '16884', '512', '514', '517', '5186', '519'],
|
|
423
|
+
isSubcategory: true,
|
|
424
|
+
total: 0,
|
|
425
|
+
type: 'passive',
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
name: 'Emprunts et dettes financières diverses (2)',
|
|
429
|
+
key: 'loans',
|
|
430
|
+
accounts: ['165', '166', '167', '168', '16885', '16886', '16887', '16888', '17', '426', '451', '455', '4563', '4564', '4567', '457', '458'],
|
|
431
|
+
isSubcategory: true,
|
|
432
|
+
total: 0,
|
|
433
|
+
type: 'passive',
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
name: 'Avances et acomptes reçues sur commandes en cours',
|
|
437
|
+
key: 'advancesAndDeposits',
|
|
438
|
+
accounts: ['4191'],
|
|
439
|
+
isSubcategory: true,
|
|
440
|
+
total: 0,
|
|
441
|
+
type: 'passive',
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
name: 'Dettes Fournisseurs et Comptes rattachés',
|
|
445
|
+
key: 'payables',
|
|
446
|
+
accounts: ['401', '403', '4081', '4088'],
|
|
447
|
+
isSubcategory: true,
|
|
448
|
+
total: 0,
|
|
449
|
+
type: 'passive',
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
name: 'Dettes fiscales et sociales',
|
|
453
|
+
key: 'taxDebts',
|
|
454
|
+
accounts: ['42', '426', '43', '44'],
|
|
455
|
+
isSubcategory: true,
|
|
456
|
+
total: 0,
|
|
457
|
+
type: 'passive',
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
name: 'Dettes sur immobilisations et Comptes rattachés',
|
|
461
|
+
key: 'immobilizationDebts',
|
|
462
|
+
accounts: ['269', '279', '404', '405', '4084'],
|
|
463
|
+
isSubcategory: true,
|
|
464
|
+
total: 0,
|
|
465
|
+
type: 'passive',
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
name: 'Autres dettes',
|
|
469
|
+
key: 'OtherDebts',
|
|
470
|
+
accounts: ['411', '4196', '4197', '4198', '464', '467', '4686', '478', '509'],
|
|
471
|
+
isSubcategory: true,
|
|
472
|
+
total: 0,
|
|
473
|
+
type: 'passive',
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
name: 'Instruments de trésorerie',
|
|
477
|
+
key: 'treasuryInstruments',
|
|
478
|
+
accounts: ['52'],
|
|
479
|
+
isSubcategory: true,
|
|
480
|
+
total: 0,
|
|
481
|
+
type: 'passive',
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
name: 'Produits constatés d\'avance',
|
|
485
|
+
key: 'advanceProducts',
|
|
486
|
+
accounts: ['487', '489'],
|
|
487
|
+
isSubcategory: true,
|
|
488
|
+
total: 0,
|
|
489
|
+
},
|
|
490
|
+
],
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
name: 'Total III',
|
|
494
|
+
key: 'total3',
|
|
495
|
+
total: 0,
|
|
496
|
+
calculation: true,
|
|
497
|
+
calculationAdd: ['debts'],
|
|
498
|
+
isTotal: true,
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
name: 'Ecarts de conversion passif (IV)',
|
|
502
|
+
key: 'total4',
|
|
503
|
+
total: 0,
|
|
504
|
+
accounts: ['477'],
|
|
505
|
+
isTotal: true,
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
name: 'TOTAL GENERAL (I+II+III+IV)',
|
|
509
|
+
total: 0,
|
|
510
|
+
calculation: true,
|
|
511
|
+
calculationAdd: ['subscribedCapital', 'issuePremiums', 'equivalenceGap', 'revaluationGap', 'reservations', 'postponement', 'resultExercice', 'subsidies', 'subsidiesRegulated', 'provisions', 'debts', 'total4'],
|
|
512
|
+
isTotal: true,
|
|
513
|
+
},
|
|
514
|
+
];
|
|
515
|
+
export const BALANCE_SHEET_LIST_PASSIVE_DETAILS = [
|
|
516
|
+
{
|
|
517
|
+
name: '(1) Dont concours bancaires courants et soldes créditeurs de banques',
|
|
518
|
+
accounts: ['51'],
|
|
519
|
+
total: 0,
|
|
520
|
+
type: 'passive',
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
name: '(2) Dont emprunts participatifs',
|
|
524
|
+
accounts: ['1675'],
|
|
525
|
+
total: 0,
|
|
526
|
+
type: 'passive',
|
|
527
|
+
},
|
|
528
|
+
];
|
|
529
|
+
//# sourceMappingURL=BalanceSheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BalanceSheet.js","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheet.ts"],"names":[],"mappings":"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","sourcesContent":["export type BalanceSheetType = 'active' | 'passive';\n\nexport type BalanceSheetField = {\n name: string;\n key?: string;\n fields?: BalanceSheetField[];\n\n total?: number;\n totalDeducted?: number;\n\n accounts?: string[];\n accountsDeducted?: string[]; // Liste des comptes pour la colonne \"Amortissements et provisions\"\n\n isCategory?: boolean; // Ne calcule pas le total, affiché en gras sur le PDF\n isSubcategory?: boolean; // Ne calcule pas de montant\n isTotal?: boolean; // Affiche le total, affiché comme une catégorie\n\n calculation?: boolean; // Doit être calculé avec calculationAdd & calculationSubtract\n calculationAdd?: string[]; // Tableau des keys à additionner pour obtenir le total\n\n type?: BalanceSheetType; // Permet de calculer par somme de compte, créditeur ou débiteur\n};\n\nexport type BalanceSheetList = BalanceSheetField[];\n\nexport const BALANCE_SHEET_LIST_ACTIVE: BalanceSheetList = [\n {\n name: 'Capital souscrit - non appelé',\n key: 'subscribedCapital',\n accounts: ['109'],\n isSubcategory: true,\n total: 0,\n totalDeducted: 0,\n },\n {\n name: 'ACTIF IMMOBILISE',\n key: 'fixedAsset',\n total: 0,\n totalDeducted: 0,\n isCategory: true,\n fields: [\n {\n name: 'Immobilisations incorporelles',\n isSubcategory: true,\n fields: [\n {\n name: 'Frais d\\'établissement',\n accounts: ['201'],\n accountsDeducted: ['2801'],\n total: 0,\n totalDeducted: 0,\n },\n {\n name: 'Frais de recherche et de développement',\n accounts: ['203'],\n accountsDeducted: ['2803'],\n },\n {\n name: 'Concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',\n accounts: ['205'],\n accountsDeducted: ['2805', '2905'],\n },\n {\n name: 'Fonds commercial',\n accounts: ['206', '207'],\n accountsDeducted: ['2806', '2807', '2906', '2907'],\n },\n {\n name: 'Autres',\n accounts: ['208'],\n accountsDeducted: ['2808', '2908'],\n },\n {\n name: 'Immobilisations incorporelles en cours',\n accounts: ['232'],\n accountsDeducted: ['2932'],\n },\n {\n name: 'Avances et acomptes',\n accounts: ['237'],\n },\n ],\n },\n {\n name: 'Immobilisations corporelles',\n key: 'tangibleFixedAssets',\n isSubcategory: true,\n fields: [\n {\n name: 'Terrains',\n accounts: ['211', '212'],\n accountsDeducted: ['2811', '2812', '2911'],\n },\n {\n name: 'Constructions',\n accounts: ['213', '214'],\n accountsDeducted: ['2813', '2814'],\n },\n {\n name: 'Installations techniques, matériels, et outillage industriels',\n accounts: ['215'],\n accountsDeducted: ['2815'],\n },\n {\n name: 'Autres',\n accounts: ['218', '22'],\n accountsDeducted: ['2818', '282', '292'],\n },\n {\n name: 'Immobilisations corporelles en cours',\n accounts: ['231'],\n accountsDeducted: ['2931'],\n },\n {\n name: 'Avances et acomptes',\n accounts: ['238'],\n },\n ],\n },\n {\n name: 'Immobilisations financières',\n key: 'financialFixedAssets',\n isSubcategory: true,\n fields: [\n {\n name: 'Participations',\n accounts: ['261', '266'],\n accountsDeducted: ['2691', '2966'],\n },\n {\n name: 'Créances rattachées à des participations',\n accounts: ['267', '268'],\n accountsDeducted: ['2967', '2968'],\n },\n {\n name: 'Titres immobilisés de l\\'activité de portefeuille',\n accounts: ['273'],\n accountsDeducted: ['2973'],\n },\n {\n name: 'Autres titres immobilisés',\n accounts: ['271', '272'],\n accountsDeducted: ['2971', '2972'],\n },\n {\n name: 'Prêts',\n accounts: ['274'],\n accountsDeducted: ['2974'],\n },\n {\n name: 'Autres',\n accounts: ['236', '275', '276', '277'],\n accountsDeducted: ['2975', '2976'],\n },\n ],\n },\n ],\n },\n {\n name: 'Total I',\n key: 'total1',\n total: 0,\n totalDeducted: 0,\n calculation: true,\n calculationAdd: ['fixedAsset', 'subscribedCapital'],\n isTotal: true,\n },\n {\n name: 'ACTIF CIRCULANT',\n key: 'circulatingActive',\n total: 0,\n totalDeducted: 0,\n isCategory: true,\n fields: [\n {\n name: 'Stocks et en-cours',\n isSubcategory: true,\n fields: [\n {\n name: 'Matières premières et autres approvisionnements',\n accounts: ['31', '32'],\n accountsDeducted: ['391', '392'],\n },\n {\n name: 'En cours de production [biens et services]',\n accounts: ['33', '34'],\n accountsDeducted: ['393', '394'],\n },\n {\n name: 'Produits intermédiaires et finis',\n accounts: ['35', '36'],\n accountsDeducted: ['395', '396'],\n },\n {\n name: 'Marchandises',\n accounts: ['37'],\n accountsDeducted: ['397'],\n },\n ],\n },\n {\n name: 'Avances et acomptes versés sur commandes',\n key: 'advancesAndDeposits',\n accounts: ['4091'],\n },\n {\n name: 'Créances',\n key: 'financialFixedAssets',\n isSubcategory: true,\n fields: [\n {\n name: 'Créances clients et comptes rattachés',\n accounts: ['411', '413', '416', '418'],\n accountsDeducted: ['491'],\n },\n {\n name: 'Autres',\n accounts: ['401', '4096', '4097', '4098', '42', '43', '44', '45', '46', '48'],\n accountsDeducted: ['495', '496'], // Actif : On compte dedans que ceux qui sont positifs que 4\n type: 'active',\n },\n {\n name: 'Capital souscrit - appelé, non versé',\n accounts: ['4562'],\n },\n ],\n },\n {\n name: 'Valeurs mobilières de placement',\n key: 'securities',\n isSubcategory: true,\n fields: [\n {\n name: 'Actions propres',\n accounts: ['502'],\n accountsDeducted: ['5902'],\n },\n {\n name: 'Autres titres',\n accounts: ['503', '504', '505', '506', '507', '508'],\n accountsDeducted: ['5903', '5904', '5905', '5906', '5907', '5908'],\n },\n ],\n },\n {\n name: 'Instruments de trésorerie',\n key: 'treasuryInstruments',\n accounts: ['52'],\n type: 'active',\n },\n {\n name: 'Disponibilités',\n key: 'availabilities',\n accounts: ['511', '512', '514', '515', '516', '517', '5187', '53', '54'],\n type: 'active',\n },\n {\n name: 'Charges constatées d\\'avance',\n key: 'establishedInAdvance',\n accounts: ['486'],\n },\n ],\n },\n {\n name: 'Total II',\n key: 'total2',\n total: 0,\n totalDeducted: 0,\n calculation: true,\n isTotal: true,\n calculationAdd: ['circulatingActive'],\n },\n {\n name: 'Charges à répartir sur plusieurs exercices (III)',\n key: 'total3',\n accounts: ['481'],\n isTotal: true,\n total: 0,\n totalDeducted: 0,\n },\n {\n name: 'Primes de remboursement des emprunts (IV)',\n key: 'total4',\n accounts: ['169'],\n isTotal: true,\n total: 0,\n totalDeducted: 0,\n },\n {\n name: 'Ecarts de conversion Actif (V)',\n key: 'total5',\n total: 0,\n totalDeducted: 0,\n accounts: ['476'],\n isTotal: true,\n },\n {\n name: 'TOTAL GENERAL (I+II+III+IV+V)',\n key: 'total6',\n total: 0,\n totalDeducted: 0,\n calculation: true,\n calculationAdd: ['fixedAsset', 'subscribedCapital', 'circulatingActive', 'total3', 'total4', 'total3', 'total4', 'total5'],\n isTotal: true,\n },\n];\n\nexport const BALANCE_SHEET_LIST_PASSIVE: BalanceSheetList = [\n {\n name: 'Capital [dont versé...]',\n key: 'subscribedCapital',\n accounts: ['101', '108'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Primes d\\'émission, de fusion, d\\'apport',\n key: 'issuePremiums',\n accounts: ['104'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Ecart de réévaluation',\n key: 'revaluationGap',\n accounts: ['105'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Ecart d\\'équivalence',\n key: 'equivalenceGap',\n accounts: ['107'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Réserves',\n key: 'reservations',\n total: 0,\n isCategory: true,\n fields: [\n {\n name: 'Réserve légale',\n accounts: ['1061'],\n total: 0,\n totalDeducted: 0,\n },\n {\n name: 'Réserves statutaires ou contractuelles',\n accounts: ['1063'],\n },\n {\n name: 'Réserves réglementées',\n accounts: ['1062', '1064'],\n },\n {\n name: 'Autres',\n accounts: ['1068'],\n },\n ],\n },\n {\n name: 'Report à nouveau',\n key: 'postponement',\n accounts: ['11'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Résultat de l\\'exercice [bénéfice ou perte]',\n key: 'resultExercice',\n accounts: ['12'], // comptes 6 - 7\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Subventions d\\'investissement',\n key: 'subsidies',\n accounts: ['13'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Provisions réglementées',\n key: 'subsidiesRegulated',\n accounts: ['14'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Total I',\n key: 'total1',\n calculation: true,\n calculationAdd: ['subscribedCapital', 'issuePremiums', 'equivalenceGap', 'revaluationGap', 'reservations', 'postponement', 'resultExercice', 'subsidies', 'subsidiesRegulated'],\n isTotal: true,\n total: 0,\n },\n {\n name: 'PROVISIONS POUR RISQUES ET CHARGES',\n key: 'provisions',\n isCategory: true,\n fields: [\n {\n name: 'Provisions pour risques',\n accounts: ['151'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Provisions pour charges',\n accounts: ['153', '155', '156', '157', '158'],\n isSubcategory: true,\n total: 0,\n },\n ],\n },\n {\n name: 'Total II',\n key: 'total2',\n total: 0,\n calculation: true,\n calculationAdd: ['provisions'],\n isTotal: true,\n },\n {\n name: 'DETTES',\n isCategory: true,\n key: 'debts',\n fields: [\n {\n name: 'Emprunts obligataires convertibles',\n key: 'convertibleBonds',\n accounts: ['161', '16881'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Autres emprunts obligataires',\n key: 'convertibleBonds',\n accounts: ['163', '16883'],\n isSubcategory: true,\n total: 0,\n },\n {\n name: 'Emprunts et dettes auprès établissements de crédits (1)',\n key: 'loansCredits',\n accounts: ['164', '16884', '512', '514', '517', '5186', '519'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Emprunts et dettes financières diverses (2)',\n key: 'loans',\n accounts: ['165', '166', '167', '168', '16885', '16886', '16887', '16888', '17', '426', '451', '455', '4563', '4564', '4567', '457', '458'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Avances et acomptes reçues sur commandes en cours',\n key: 'advancesAndDeposits',\n accounts: ['4191'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Dettes Fournisseurs et Comptes rattachés',\n key: 'payables',\n accounts: ['401', '403', '4081', '4088'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Dettes fiscales et sociales',\n key: 'taxDebts',\n accounts: ['42', '426', '43', '44'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Dettes sur immobilisations et Comptes rattachés',\n key: 'immobilizationDebts',\n accounts: ['269', '279', '404', '405', '4084'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Autres dettes',\n key: 'OtherDebts',\n accounts: ['411', '4196', '4197', '4198', '464', '467', '4686', '478', '509'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Instruments de trésorerie',\n key: 'treasuryInstruments',\n accounts: ['52'],\n isSubcategory: true,\n total: 0,\n type: 'passive',\n },\n {\n name: 'Produits constatés d\\'avance',\n key: 'advanceProducts',\n accounts: ['487', '489'],\n isSubcategory: true,\n total: 0,\n },\n ],\n },\n {\n name: 'Total III',\n key: 'total3',\n total: 0,\n calculation: true,\n calculationAdd: ['debts'],\n isTotal: true,\n },\n {\n name: 'Ecarts de conversion passif (IV)',\n key: 'total4',\n total: 0,\n accounts: ['477'],\n isTotal: true,\n },\n {\n name: 'TOTAL GENERAL (I+II+III+IV)',\n total: 0,\n calculation: true,\n calculationAdd: ['subscribedCapital', 'issuePremiums', 'equivalenceGap', 'revaluationGap', 'reservations', 'postponement', 'resultExercice', 'subsidies', 'subsidiesRegulated', 'provisions', 'debts', 'total4'],\n isTotal: true,\n },\n];\n\nexport const BALANCE_SHEET_LIST_PASSIVE_DETAILS: BalanceSheetField[] = [\n {\n name: '(1) Dont concours bancaires courants et soldes créditeurs de banques',\n accounts: ['51'],\n total: 0,\n type: 'passive',\n },\n {\n name: '(2) Dont emprunts participatifs',\n accounts: ['1675'],\n total: 0,\n type: 'passive',\n },\n];"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IncomeStatement.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"AAAA,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"IncomeStatement.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"AAAA,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,EAsTlD,CAAC"}
|
|
@@ -3,6 +3,7 @@ export const INCOME_STATEMENT_LIST = [
|
|
|
3
3
|
name: 'Total des produits d\'exploitation',
|
|
4
4
|
key: 'totalOperatingIncome',
|
|
5
5
|
total: 0,
|
|
6
|
+
isProduct: true,
|
|
6
7
|
fields: [
|
|
7
8
|
{
|
|
8
9
|
name: 'Chiffre d\'Affaires',
|
|
@@ -128,6 +129,7 @@ export const INCOME_STATEMENT_LIST = [
|
|
|
128
129
|
name: 'Total des produits financiers',
|
|
129
130
|
key: 'totalFinancialProducts',
|
|
130
131
|
total: 0,
|
|
132
|
+
isProduct: true,
|
|
131
133
|
fields: [
|
|
132
134
|
{
|
|
133
135
|
name: 'De participations',
|
|
@@ -207,6 +209,7 @@ export const INCOME_STATEMENT_LIST = [
|
|
|
207
209
|
name: 'Total des produits exceptionnels',
|
|
208
210
|
total: 0,
|
|
209
211
|
key: 'totalExceptionalProducts',
|
|
212
|
+
isProduct: true,
|
|
210
213
|
fields: [
|
|
211
214
|
{
|
|
212
215
|
name: 'Sur opérations de gestion',
|
|
@@ -287,8 +290,8 @@ export const INCOME_STATEMENT_LIST = [
|
|
|
287
290
|
name: 'Résultat exceptionnel',
|
|
288
291
|
total: 0,
|
|
289
292
|
calculation: true,
|
|
290
|
-
calculationAdd: [],
|
|
291
|
-
calculationSubtract: ['
|
|
293
|
+
calculationAdd: ['totalExceptionalProducts'],
|
|
294
|
+
calculationSubtract: ['totalExceptionalExpenses'],
|
|
292
295
|
key: 'exceptionalResult',
|
|
293
296
|
},
|
|
294
297
|
{
|