onoma 0.2.2 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/arb.yml +77 -293
- data/config/locales/cmn.yml +69 -193
- data/config/locales/deu.yml +61 -1113
- data/config/locales/eng.yml +3057 -2985
- data/config/locales/fra.yml +515 -401
- data/config/locales/ita.yml +63 -1168
- data/config/locales/jpn.yml +80 -232
- data/config/locales/por.yml +63 -975
- data/config/locales/spa.yml +70 -616
- data/db/db.xml +0 -0
- data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
- data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
- data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
- data/db/migrate/20180409130101_add_common_crop.xml +4 -0
- data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
- data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
- data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
- data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
- data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
- data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
- data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
- data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
- data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
- data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
- data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
- data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
- data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
- data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
- data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
- data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
- data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
- data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
- data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
- data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
- data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
- data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
- data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
- data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
- data/db/reference.xml +582 -492
- data/lib/onoma/version.rb +1 -1
- data/onoma.gemspec +3 -3
- metadata +42 -13
data/db/reference.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0"?>
|
2
|
-
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="
|
2
|
+
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20190625152636">
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
4
4
|
<properties>
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
@@ -73,448 +73,501 @@
|
|
73
73
|
</items>
|
74
74
|
</nomenclature>
|
75
75
|
<nomenclature name="accounting_systems" translateable="true">
|
76
|
+
<properties>
|
77
|
+
<property name="country" type="item" choices="countries" required="true"/>
|
78
|
+
</properties>
|
76
79
|
<items>
|
77
|
-
<item name="fr_pcg82"/>
|
78
|
-
<item name="fr_pcga"/>
|
79
|
-
<item name="pt_snc"/>
|
80
|
+
<item name="fr_pcg82" country="fr"/>
|
81
|
+
<item name="fr_pcga" country="fr"/>
|
82
|
+
<item name="pt_snc" country="pt"/>
|
80
83
|
</items>
|
81
84
|
</nomenclature>
|
82
85
|
<nomenclature name="accounts" translateable="true">
|
83
86
|
<properties>
|
87
|
+
<property name="centralizing" type="boolean" required="true" default="false"/>
|
84
88
|
<property name="debtor" type="boolean" default="false"/>
|
85
89
|
<property name="fr_pcg82" type="string" fallbacks="fr_pcga"/>
|
86
90
|
<property name="fr_pcga" type="string" fallbacks="fr_pcg82"/>
|
87
91
|
<property name="pt_snc" type="string"/>
|
88
92
|
</properties>
|
89
93
|
<items>
|
90
|
-
<item name="accrued_bank_interests" fr_pcg82="518"/>
|
91
|
-
<item name="accrued_interests" fr_pcg82="1688"/>
|
92
|
-
<item name="accrued_interests_on_bank" fr_pcg82="16884"/>
|
93
|
-
<item name="additionnal_taxes_on_distribution_entity_expenses" fr_pcg82="696"/>
|
94
|
-
<item name="adult_animal_asset_depreciations" fr_pcga="2841"/>
|
95
|
-
<item name="adult_animal_assets" fr_pcga="241"/>
|
96
|
-
<item name="adult_animal_expenses" fr_pcga="6041"/>
|
97
|
-
<item name="adult_animal_revenues" fr_pcga="7041"/>
|
98
|
-
<item name="adult_reproductor_animals_inventory_variations" fr_pcga="7121"/>
|
99
|
-
<item name="advance_noticed_charges_accounts" fr_pcg82="486"/>
|
100
|
-
<item name="advance_noticed_products_accounts" fr_pcg82="487"/>
|
101
|
-
<item name="advertisement_expenses" fr_pcg82="6231"/>
|
102
|
-
<item name="advertising_expenses" fr_pcg82="623"/>
|
103
|
-
<item name="agricultural_disasters_compensations" fr_pcga="743"/>
|
104
|
-
<item name="animal_derivative_stock" fr_pcga="375"/>
|
105
|
-
<item name="animal_derivatives_revenues" fr_pcga="702"/>
|
106
|
-
<item name="
|
107
|
-
<item name="
|
108
|
-
<item name="
|
109
|
-
<item name="
|
110
|
-
<item name="
|
111
|
-
<item name="
|
112
|
-
<item name="
|
113
|
-
<item name="
|
114
|
-
<item name="
|
115
|
-
<item name="
|
116
|
-
<item name="
|
117
|
-
<item name="
|
118
|
-
<item name="
|
119
|
-
<item name="
|
120
|
-
<item name="
|
121
|
-
<item name="
|
122
|
-
<item name="
|
123
|
-
<item name="
|
124
|
-
<item name="
|
125
|
-
<item name="
|
126
|
-
<item name="
|
127
|
-
<item name="
|
128
|
-
<item name="
|
129
|
-
<item name="brands_and_patents_assets" fr_pcga="205"/>
|
130
|
-
<item name="
|
131
|
-
<item name="
|
132
|
-
<item name="
|
133
|
-
<item name="
|
134
|
-
<item name="
|
135
|
-
<item name="
|
136
|
-
<item name="
|
137
|
-
<item name="
|
138
|
-
<item name="
|
139
|
-
<item name="
|
140
|
-
<item name="
|
141
|
-
<item name="
|
142
|
-
<item name="
|
143
|
-
<item name="
|
144
|
-
<item name="
|
145
|
-
<item name="
|
146
|
-
<item name="
|
147
|
-
<item name="
|
148
|
-
<item name="
|
149
|
-
<item name="
|
150
|
-
<item name="
|
151
|
-
<item name="
|
152
|
-
<item name="
|
153
|
-
<item name="
|
154
|
-
<item name="
|
155
|
-
<item name="
|
156
|
-
<item name="
|
157
|
-
<item name="
|
158
|
-
<item name="
|
159
|
-
<item name="
|
160
|
-
<item name="
|
161
|
-
<item name="
|
162
|
-
<item name="
|
163
|
-
<item name="
|
164
|
-
<item name="
|
165
|
-
<item name="
|
166
|
-
<item name="
|
167
|
-
<item name="
|
168
|
-
<item name="
|
169
|
-
<item name="
|
170
|
-
<item name="
|
171
|
-
<item name="
|
172
|
-
<item name="
|
173
|
-
<item name="
|
174
|
-
<item name="
|
175
|
-
<item name="
|
176
|
-
<item name="
|
177
|
-
<item name="
|
178
|
-
<item name="
|
179
|
-
<item name="
|
180
|
-
<item name="
|
181
|
-
<item name="
|
182
|
-
<item name="
|
183
|
-
<item name="
|
184
|
-
<item name="
|
185
|
-
<item name="
|
186
|
-
<item name="
|
187
|
-
<item name="
|
188
|
-
<item name="
|
189
|
-
<item name="
|
190
|
-
<item name="
|
191
|
-
<item name="
|
192
|
-
<item name="
|
193
|
-
<item name="
|
194
|
-
<item name="
|
195
|
-
<item name="
|
196
|
-
<item name="
|
197
|
-
<item name="
|
198
|
-
<item name="
|
199
|
-
<item name="
|
200
|
-
<item name="
|
201
|
-
<item name="
|
202
|
-
<item name="
|
203
|
-
<item name="
|
204
|
-
<item name="
|
205
|
-
<item name="
|
206
|
-
<item name="
|
207
|
-
<item name="
|
208
|
-
<item name="
|
209
|
-
<item name="
|
210
|
-
<item name="
|
211
|
-
<item name="
|
212
|
-
<item name="
|
213
|
-
<item name="
|
214
|
-
<item name="
|
215
|
-
<item name="
|
216
|
-
<item name="
|
217
|
-
<item name="
|
218
|
-
<item name="
|
219
|
-
<item name="
|
220
|
-
<item name="
|
221
|
-
<item name="
|
222
|
-
<item name="
|
223
|
-
<item name="
|
224
|
-
<item name="
|
225
|
-
<item name="
|
226
|
-
<item name="
|
227
|
-
<item name="
|
228
|
-
<item name="
|
229
|
-
<item name="
|
230
|
-
<item name="
|
231
|
-
<item name="
|
232
|
-
<item name="
|
233
|
-
<item name="
|
234
|
-
<item name="
|
235
|
-
<item name="
|
236
|
-
<item name="
|
237
|
-
<item name="
|
238
|
-
<item name="
|
239
|
-
<item name="
|
240
|
-
<item name="
|
241
|
-
<item name="
|
242
|
-
<item name="
|
243
|
-
<item name="
|
244
|
-
<item name="
|
245
|
-
<item name="
|
246
|
-
<item name="
|
247
|
-
<item name="
|
248
|
-
<item name="
|
249
|
-
<item name="
|
250
|
-
<item name="
|
251
|
-
<item name="
|
252
|
-
<item name="
|
253
|
-
<item name="
|
254
|
-
<item name="
|
255
|
-
<item name="
|
256
|
-
<item name="
|
257
|
-
<item name="
|
258
|
-
<item name="
|
259
|
-
<item name="
|
260
|
-
<item name="
|
261
|
-
<item name="
|
262
|
-
<item name="
|
263
|
-
<item name="
|
264
|
-
<item name="
|
265
|
-
<item name="
|
266
|
-
<item name="
|
267
|
-
<item name="
|
268
|
-
<item name="
|
269
|
-
<item name="
|
270
|
-
<item name="
|
271
|
-
<item name="
|
272
|
-
<item name="
|
273
|
-
<item name="
|
274
|
-
<item name="
|
275
|
-
<item name="
|
276
|
-
<item name="
|
277
|
-
<item name="
|
278
|
-
<item name="
|
279
|
-
<item name="
|
280
|
-
<item name="
|
281
|
-
<item name="
|
282
|
-
<item name="
|
283
|
-
<item name="
|
284
|
-
<item name="
|
285
|
-
<item name="
|
286
|
-
<item name="
|
287
|
-
<item name="
|
288
|
-
<item name="
|
289
|
-
<item name="
|
290
|
-
<item name="
|
291
|
-
<item name="
|
292
|
-
<item name="
|
293
|
-
<item name="
|
294
|
-
<item name="
|
295
|
-
<item name="
|
296
|
-
<item name="
|
297
|
-
<item name="
|
298
|
-
<item name="
|
299
|
-
<item name="
|
300
|
-
<item name="
|
301
|
-
<item name="
|
302
|
-
<item name="
|
303
|
-
<item name="
|
304
|
-
<item name="
|
305
|
-
<item name="
|
306
|
-
<item name="
|
307
|
-
<item name="
|
308
|
-
<item name="
|
309
|
-
<item name="
|
310
|
-
<item name="
|
311
|
-
<item name="
|
312
|
-
<item name="
|
313
|
-
<item name="
|
314
|
-
<item name="
|
315
|
-
<item name="
|
316
|
-
<item name="
|
317
|
-
<item name="
|
318
|
-
<item name="
|
319
|
-
<item name="
|
320
|
-
<item name="
|
321
|
-
<item name="
|
322
|
-
<item name="
|
323
|
-
<item name="
|
324
|
-
<item name="
|
325
|
-
<item name="
|
326
|
-
<item name="
|
327
|
-
<item name="
|
328
|
-
<item name="
|
329
|
-
<item name="
|
330
|
-
<item name="
|
331
|
-
<item name="
|
332
|
-
<item name="
|
333
|
-
<item name="
|
334
|
-
<item name="
|
335
|
-
<item name="
|
336
|
-
<item name="
|
337
|
-
<item name="
|
338
|
-
<item name="
|
339
|
-
<item name="
|
340
|
-
<item name="
|
341
|
-
<item name="
|
342
|
-
<item name="
|
343
|
-
<item name="
|
344
|
-
<item name="
|
345
|
-
<item name="
|
346
|
-
<item name="
|
347
|
-
<item name="
|
348
|
-
<item name="
|
349
|
-
<item name="
|
350
|
-
<item name="
|
351
|
-
<item name="
|
352
|
-
<item name="
|
353
|
-
<item name="
|
354
|
-
<item name="
|
355
|
-
<item name="
|
356
|
-
<item name="
|
357
|
-
<item name="
|
358
|
-
<item name="
|
359
|
-
<item name="
|
360
|
-
<item name="
|
361
|
-
<item name="
|
362
|
-
<item name="
|
363
|
-
<item name="
|
364
|
-
<item name="
|
365
|
-
<item name="
|
366
|
-
<item name="
|
367
|
-
<item name="
|
368
|
-
<item name="
|
369
|
-
<item name="
|
370
|
-
<item name="
|
371
|
-
<item name="
|
372
|
-
<item name="
|
373
|
-
<item name="
|
374
|
-
<item name="
|
375
|
-
<item name="
|
376
|
-
<item name="
|
377
|
-
<item name="
|
378
|
-
<item name="
|
379
|
-
<item name="
|
380
|
-
<item name="
|
381
|
-
<item name="
|
382
|
-
<item name="
|
383
|
-
<item name="
|
384
|
-
<item name="
|
385
|
-
<item name="
|
386
|
-
<item name="
|
387
|
-
<item name="
|
388
|
-
<item name="
|
389
|
-
<item name="
|
390
|
-
<item name="
|
391
|
-
<item name="
|
392
|
-
<item name="
|
393
|
-
<item name="
|
394
|
-
<item name="
|
395
|
-
<item name="
|
396
|
-
<item name="
|
397
|
-
<item name="
|
398
|
-
<item name="
|
399
|
-
<item name="
|
400
|
-
<item name="
|
401
|
-
<item name="
|
402
|
-
<item name="
|
403
|
-
<item name="
|
404
|
-
<item name="
|
405
|
-
<item name="
|
406
|
-
<item name="
|
407
|
-
<item name="
|
408
|
-
<item name="
|
409
|
-
<item name="
|
410
|
-
<item name="
|
411
|
-
<item name="
|
412
|
-
<item name="
|
413
|
-
<item name="
|
414
|
-
<item name="
|
415
|
-
<item name="
|
416
|
-
<item name="
|
417
|
-
<item name="
|
418
|
-
<item name="
|
419
|
-
<item name="
|
420
|
-
<item name="
|
421
|
-
<item name="
|
422
|
-
<item name="
|
423
|
-
<item name="
|
424
|
-
<item name="
|
425
|
-
<item name="
|
426
|
-
<item name="
|
427
|
-
<item name="
|
428
|
-
<item name="
|
429
|
-
<item name="
|
430
|
-
<item name="
|
431
|
-
<item name="
|
432
|
-
<item name="
|
433
|
-
<item name="
|
434
|
-
<item name="
|
435
|
-
<item name="
|
436
|
-
<item name="
|
437
|
-
<item name="
|
438
|
-
<item name="
|
439
|
-
<item name="
|
440
|
-
<item name="
|
441
|
-
<item name="
|
442
|
-
<item name="
|
443
|
-
<item name="
|
444
|
-
<item name="
|
445
|
-
<item name="
|
446
|
-
<item name="
|
447
|
-
<item name="
|
448
|
-
<item name="
|
449
|
-
<item name="
|
450
|
-
<item name="
|
451
|
-
<item name="
|
452
|
-
<item name="
|
453
|
-
<item name="
|
454
|
-
<item name="
|
455
|
-
<item name="
|
456
|
-
<item name="
|
457
|
-
<item name="
|
458
|
-
<item name="
|
459
|
-
<item name="
|
460
|
-
<item name="
|
461
|
-
<item name="
|
462
|
-
<item name="
|
463
|
-
<item name="
|
464
|
-
<item name="
|
465
|
-
<item name="
|
466
|
-
<item name="
|
467
|
-
<item name="
|
468
|
-
<item name="
|
469
|
-
<item name="
|
470
|
-
<item name="
|
471
|
-
<item name="
|
472
|
-
<item name="
|
473
|
-
<item name="
|
474
|
-
<item name="
|
475
|
-
<item name="
|
476
|
-
<item name="
|
477
|
-
<item name="
|
478
|
-
<item name="
|
479
|
-
<item name="
|
480
|
-
<item name="
|
481
|
-
<item name="
|
482
|
-
<item name="
|
483
|
-
<item name="
|
484
|
-
<item name="
|
485
|
-
<item name="
|
486
|
-
<item name="
|
487
|
-
<item name="
|
488
|
-
<item name="
|
489
|
-
<item name="
|
490
|
-
<item name="
|
491
|
-
<item name="
|
492
|
-
<item name="
|
493
|
-
<item name="
|
494
|
-
<item name="
|
495
|
-
<item name="
|
496
|
-
<item name="
|
497
|
-
<item name="
|
498
|
-
<item name="
|
499
|
-
<item name="
|
500
|
-
<item name="
|
501
|
-
<item name="
|
502
|
-
<item name="
|
503
|
-
<item name="
|
504
|
-
<item name="
|
505
|
-
<item name="
|
506
|
-
<item name="
|
507
|
-
<item name="
|
508
|
-
<item name="
|
509
|
-
<item name="
|
510
|
-
<item name="
|
511
|
-
<item name="
|
512
|
-
<item name="
|
513
|
-
<item name="
|
514
|
-
<item name="
|
515
|
-
<item name="
|
516
|
-
<item name="
|
517
|
-
<item name="
|
94
|
+
<item name="accrued_bank_interests" fr_pcg82="518" fr_pcga="518"/>
|
95
|
+
<item name="accrued_interests" fr_pcg82="1688" fr_pcga="1688"/>
|
96
|
+
<item name="accrued_interests_on_bank" fr_pcg82="16884" fr_pcga="16884"/>
|
97
|
+
<item name="additionnal_taxes_on_distribution_entity_expenses" fr_pcg82="696" fr_pcga="696"/>
|
98
|
+
<item name="adult_animal_asset_depreciations" fr_pcga="2841" fr_pcg82="2841"/>
|
99
|
+
<item name="adult_animal_assets" fr_pcga="241" fr_pcg82="241"/>
|
100
|
+
<item name="adult_animal_expenses" fr_pcga="6041" fr_pcg82="6041"/>
|
101
|
+
<item name="adult_animal_revenues" fr_pcga="7041" fr_pcg82="7041"/>
|
102
|
+
<item name="adult_reproductor_animals_inventory_variations" fr_pcga="7121" fr_pcg82="7121"/>
|
103
|
+
<item name="advance_noticed_charges_accounts" fr_pcg82="486" fr_pcga="486"/>
|
104
|
+
<item name="advance_noticed_products_accounts" fr_pcg82="487" fr_pcga="487"/>
|
105
|
+
<item name="advertisement_expenses" fr_pcg82="6231" fr_pcga="6231"/>
|
106
|
+
<item name="advertising_expenses" fr_pcg82="623" fr_pcga="623"/>
|
107
|
+
<item name="agricultural_disasters_compensations" fr_pcga="743" fr_pcg82="743"/>
|
108
|
+
<item name="animal_derivative_stock" fr_pcga="375" centralizing="false" fr_pcg82="375"/>
|
109
|
+
<item name="animal_derivatives_revenues" fr_pcga="702" fr_pcg82="702"/>
|
110
|
+
<item name="animal_expenses" fr_pcga="604"/>
|
111
|
+
<item name="animal_locative_expenses" fr_pcga="6144" fr_pcg82="6144"/>
|
112
|
+
<item name="animal_medicine_matter_expenses" fr_pcga="6015" fr_pcg82="6015"/>
|
113
|
+
<item name="animal_medicine_stock" fr_pcga="3015" fr_pcg82="3015"/>
|
114
|
+
<item name="animal_medicine_stocks_variation" fr_pcga="60315" fr_pcg82="60315"/>
|
115
|
+
<item name="animal_rent_expenses" fr_pcga="6134"/>
|
116
|
+
<item name="animal_reproduction_matter_expenses" fr_pcga="6016" fr_pcg82="6016"/>
|
117
|
+
<item name="animal_reproduction_stock" fr_pcga="3016" fr_pcg82="3016"/>
|
118
|
+
<item name="animal_reproduction_stocks_variation" fr_pcga="60316" fr_pcg82="60316"/>
|
119
|
+
<item name="animal_revenues" fr_pcga="704" fr_pcg82="704"/>
|
120
|
+
<item name="animals_making_expenses" fr_pcga="6054" fr_pcg82="6054"/>
|
121
|
+
<item name="animals_subsidies" fr_pcga="7454" fr_pcg82="7454"/>
|
122
|
+
<item name="asset_impairment_losses" fr_pcg82="29" fr_pcga="29"/>
|
123
|
+
<item name="assets_products_stock" fr_pcg82="36" fr_pcga="NONE"/>
|
124
|
+
<item name="associate_social_contribution_expenses" fr_pcga="646" fr_pcg82="646"/>
|
125
|
+
<item name="associates_current_accounts" fr_pcga="455" fr_pcg82="455"/>
|
126
|
+
<item name="associates_frozen_accounts" fr_pcga="4553" fr_pcg82="4553"/>
|
127
|
+
<item name="associates_salary" fr_pcga="6412" fr_pcg82="6413"/>
|
128
|
+
<item name="attorneys" fr_pcg82="467" centralizing="false" fr_pcga="467"/>
|
129
|
+
<item name="banks" fr_pcg82="512" fr_pcga="512"/>
|
130
|
+
<item name="banks_and_similar" fr_pcg82="51" pt_snc="12000000" fr_pcga="51"/>
|
131
|
+
<item name="banks_services_expenses" fr_pcga="627" fr_pcg82="627"/>
|
132
|
+
<item name="biocorporeal_asset_depreciations" fr_pcga="284" fr_pcg82="284"/>
|
133
|
+
<item name="brands_and_patents_assets" fr_pcga="205" fr_pcg82="205"/>
|
134
|
+
<item name="brands_and_patents_assets_amortization" fr_pcga="2805" fr_pcg82="2805"/>
|
135
|
+
<item name="building_assets" fr_pcga="2131" fr_pcg82="2131"/>
|
136
|
+
<item name="building_assets_amortization" fr_pcga="28131" fr_pcg82="28131"/>
|
137
|
+
<item name="building_depreciations_inputations_expenses" fr_pcga="68113" fr_pcg82="68113"/>
|
138
|
+
<item name="campaigns_interests" fr_pcg82="6614" fr_pcga="6614"/>
|
139
|
+
<item name="capital" fr_pcg82="101" fr_pcga="101"/>
|
140
|
+
<item name="capitalized_revenues" fr_pcg82="72" fr_pcga="72"/>
|
141
|
+
<item name="capitals" fr_pcg82="1" pt_snc="50000000" fr_pcga="1"/>
|
142
|
+
<item name="cashes" fr_pcg82="53" pt_snc="11000000" fr_pcga="53"/>
|
143
|
+
<item name="catalog_and_print_expenses" fr_pcg82="6236" fr_pcga="6236"/>
|
144
|
+
<item name="clients" fr_pcg82="411" pt_snc="21000000" centralizing="true" fr_pcga="411"/>
|
145
|
+
<item name="co_ownership_and_locative_expenses" fr_pcga="614" fr_pcg82="614"/>
|
146
|
+
<item name="collected_intra_eu_vat" fr_pcg82="4452" fr_pcga="4452"/>
|
147
|
+
<item name="collected_vat" fr_pcg82="44571" pt_snc="24330000" fr_pcga="44571"/>
|
148
|
+
<item name="collected_vat_to_resolve" fr_pcg82="44575" fr_pcga="44575"/>
|
149
|
+
<item name="commercial_property" fr_pcga="207" fr_pcg82="207"/>
|
150
|
+
<item name="commercial_property_amortization" fr_pcga="2807" fr_pcg82="2807"/>
|
151
|
+
<item name="compensation_operations" fr_pcg82="472" fr_pcga="472"/>
|
152
|
+
<item name="concession_asset_depreciations" fr_pcg82="282" fr_pcga="282"/>
|
153
|
+
<item name="concession_assets" fr_pcga="22" fr_pcg82="22"/>
|
154
|
+
<item name="congress_and_symposium_expenses" fr_pcga="6185" fr_pcg82="6185"/>
|
155
|
+
<item name="construction_on_other_land_parcel_assets" fr_pcga="214" fr_pcg82="214"/>
|
156
|
+
<item name="construction_on_own_land_parcel_assets" fr_pcga="213" fr_pcg82="213"/>
|
157
|
+
<item name="cooperative_participation_assets" fr_pcga="2621" fr_pcg82="2621"/>
|
158
|
+
<item name="corporeal_asset_depreciations" fr_pcga="281" fr_pcg82="281"/>
|
159
|
+
<item name="corporeal_asset_revenues" fr_pcg82="722" fr_pcga="722"/>
|
160
|
+
<item name="corporeal_assets" fr_pcga="21" pt_snc="43000000" fr_pcg82="21"/>
|
161
|
+
<item name="corporeal_depreciations_inputations_expenses" fr_pcga="68112" fr_pcg82="68112"/>
|
162
|
+
<item name="corporeal_depreciations_inputations_expenses_living_goods" fr_pcga="68114" fr_pcg82="68114"/>
|
163
|
+
<item name="corporeals_and_incorporeals_depreciations_inputations_expenses" fr_pcg82="6811" fr_pcga="6811"/>
|
164
|
+
<item name="credit_retained_earnings" fr_pcg82="110" fr_pcga="110"/>
|
165
|
+
<item name="creditor_clients" fr_pcg82="419" pt_snc="21900000" fr_pcga="419"/>
|
166
|
+
<item name="debit_retained_earnings" fr_pcg82="119" fr_pcga="119"/>
|
167
|
+
<item name="debtor_suppliers" fr_pcg82="409" fr_pcga="409"/>
|
168
|
+
<item name="deductible_asset_vat" fr_pcg82="44562" pt_snc="24322000" fr_pcga="44562"/>
|
169
|
+
<item name="deductible_intra_eu_vat" fr_pcg82="445662" fr_pcga="445662"/>
|
170
|
+
<item name="deductible_products_and_services_vat" fr_pcg82="44566" pt_snc="24320000" fr_pcga="44566"/>
|
171
|
+
<item name="deductible_vat" fr_pcga="4456" pt_snc="24320000" fr_pcg82="4456"/>
|
172
|
+
<item name="deductible_vat_to_resolve" fr_pcg82="44565" fr_pcga="44565"/>
|
173
|
+
<item name="deferred_expense_accounts" fr_pcg82="481" fr_pcga="481"/>
|
174
|
+
<item name="deprecated_client_entity_accounts" fr_pcg82="491" fr_pcga="491"/>
|
175
|
+
<item name="deprecated_entity_accounts" fr_pcg82="49" fr_pcga="49"/>
|
176
|
+
<item name="depreciation_revenues" fr_pcg82="78" fr_pcga="78"/>
|
177
|
+
<item name="depreciations_inputations_expenses" fr_pcg82="68" pt_snc="64000000" fr_pcga="68"/>
|
178
|
+
<item name="discount_and_reductions_expenses" fr_pcg82="609" fr_pcga="609"/>
|
179
|
+
<item name="discount_and_reductions_revenues" fr_pcg82="709" fr_pcga="709"/>
|
180
|
+
<item name="discount_from_cooperatives" fr_pcga="754" fr_pcg82="754"/>
|
181
|
+
<item name="discount_granted_expenses" fr_pcg82="665" fr_pcga="665"/>
|
182
|
+
<item name="donation_exceptional_expenses" fr_pcga="6713" fr_pcg82="6713"/>
|
183
|
+
<item name="electricity_expenses" fr_pcga="6063" fr_pcg82="6061"/>
|
184
|
+
<item name="employee_participation_and_income_taxes_and_assimilated_payments_expenses" fr_pcg82="69" fr_pcga="69"/>
|
185
|
+
<item name="employee_participation_expenses" fr_pcg82="691" fr_pcga="691"/>
|
186
|
+
<item name="employee_representative_committees" fr_pcg82="422" fr_pcga="422"/>
|
187
|
+
<item name="end_products_stock" fr_pcga="37" fr_pcg82="NONE"/>
|
188
|
+
<item name="enterprise_collected_vat" fr_pcga="4457" pt_snc="24330000" fr_pcg82="4457"/>
|
189
|
+
<item name="entity_collectable_taxes" fr_pcg82="442" fr_pcga="442"/>
|
190
|
+
<item name="equipment_asset_depreciations" fr_pcga="2815" fr_pcg82="2815"/>
|
191
|
+
<item name="equipment_assets" fr_pcga="2154" fr_pcg82="2154"/>
|
192
|
+
<item name="equipment_assets_amortization" fr_pcga="28154" fr_pcg82="28154"/>
|
193
|
+
<item name="equipment_cooperative_participation_assets" fr_pcga="2622" fr_pcg82="2622"/>
|
194
|
+
<item name="equipment_depreciations_inputations_expenses" fr_pcga="68115" fr_pcg82="68115"/>
|
195
|
+
<item name="equipment_expenses" fr_pcg82="605" fr_pcga="NONE"/>
|
196
|
+
<item name="equipment_locative_expenses" fr_pcga="6142" fr_pcg82="6142"/>
|
197
|
+
<item name="equipment_maintenance_expenses" fr_pcga="6155" fr_pcg82="6155"/>
|
198
|
+
<item name="equipment_rent_expenses" fr_pcga="6132" fr_pcg82="6132"/>
|
199
|
+
<item name="equipment_subventions" fr_pcg82="131" fr_pcga="131"/>
|
200
|
+
<item name="equity_securities" fr_pcg82="261" fr_pcga="261"/>
|
201
|
+
<item name="equity_security_asset_impairment_losses" fr_pcg82="296" fr_pcga="296"/>
|
202
|
+
<item name="establishment_charge_assets" fr_pcga="201" fr_pcg82="201"/>
|
203
|
+
<item name="establishment_charge_assets_amortization" fr_pcga="2801" fr_pcg82="2801"/>
|
204
|
+
<item name="exceptional_charge_transfer_revenues" fr_pcg82="797" fr_pcga="797"/>
|
205
|
+
<item name="exceptional_depreciations_imputations_expenses_for_fixed_assets" fr_pcga="6871" fr_pcg82="6871"/>
|
206
|
+
<item name="exceptional_depreciations_inputations_expenses" fr_pcg82="687" fr_pcga="687"/>
|
207
|
+
<item name="exceptional_depreciations_inputations_revenues" fr_pcg82="787" fr_pcga="787"/>
|
208
|
+
<item name="exceptional_expenses" fr_pcga="67" fr_pcg82="67"/>
|
209
|
+
<item name="exceptional_revenues" fr_pcga="77" fr_pcg82="77"/>
|
210
|
+
<item name="expenses" fr_pcg82="6" pt_snc="60000000" fr_pcga="6"/>
|
211
|
+
<item name="exploitation_depreciations_inputations_expenses" fr_pcg82="681" fr_pcga="681"/>
|
212
|
+
<item name="exploitation_expenses_transfers" fr_pcga="791" fr_pcg82="791"/>
|
213
|
+
<item name="exploitation_risk_insurance_expenses" fr_pcga="6166" fr_pcg82="6166"/>
|
214
|
+
<item name="exploitation_subsidies" fr_pcga="7452" fr_pcg82="7452"/>
|
215
|
+
<item name="exploitation_subsidies_and_compensations" fr_pcga="74" fr_pcg82="74"/>
|
216
|
+
<item name="external_expenses" fr_pcga="62" fr_pcg82="62"/>
|
217
|
+
<item name="external_service_expenses" fr_pcg82="61" fr_pcga="61"/>
|
218
|
+
<item name="external_staff_expenses" fr_pcga="621" fr_pcg82="621"/>
|
219
|
+
<item name="fees_expenses" fr_pcga="622" fr_pcg82="622"/>
|
220
|
+
<item name="fertilizer_expenses" fr_pcga="6011" fr_pcg82="6011"/>
|
221
|
+
<item name="fertilizer_stock" fr_pcga="3011" fr_pcg82="3011"/>
|
222
|
+
<item name="fertilizer_stocks_variation" fr_pcga="60311" fr_pcg82="60311"/>
|
223
|
+
<item name="fill_up_price_revenues" fr_pcga="7087" fr_pcg82="7087"/>
|
224
|
+
<item name="finances" fr_pcg82="5" pt_snc="10000000" fr_pcga="5"/>
|
225
|
+
<item name="financial_asset_depreciation_revenues" fr_pcg82="786" fr_pcga="786"/>
|
226
|
+
<item name="financial_charge_transfer_revenues" fr_pcg82="796" fr_pcga="796"/>
|
227
|
+
<item name="financial_depreciations_inputations_expenses" fr_pcg82="686" fr_pcga="686"/>
|
228
|
+
<item name="financial_expenses" fr_pcg82="66" fr_pcga="66"/>
|
229
|
+
<item name="financial_year_result" fr_pcg82="12" fr_pcga="12"/>
|
230
|
+
<item name="financial_year_result_balance" fr_pcg82="128" fr_pcga="128"/>
|
231
|
+
<item name="financial_year_result_loss" fr_pcg82="129" fr_pcga="129"/>
|
232
|
+
<item name="financial_year_result_profit" fr_pcg82="120" fr_pcga="120"/>
|
233
|
+
<item name="financials_revenues" fr_pcga="76" fr_pcg82="76"/>
|
234
|
+
<item name="fiscal_expense_on_vacations" fr_pcg82="448" fr_pcga="448"/>
|
235
|
+
<item name="fiscal_fine_exceptional_expenses" fr_pcga="6712" fr_pcg82="6712"/>
|
236
|
+
<item name="fiscal_integration_expenses" fr_pcg82="698" fr_pcga="698"/>
|
237
|
+
<item name="fixed_asset_depreciations" fr_pcga="28" fr_pcg82="28"/>
|
238
|
+
<item name="fixed_assets" fr_pcg82="2" pt_snc="40000000" fr_pcga="2"/>
|
239
|
+
<item name="fixed_assets_suppliers" fr_pcg82="404" fr_pcga="404"/>
|
240
|
+
<item name="fixed_assets_values" fr_pcg82="675" fr_pcga="675"/>
|
241
|
+
<item name="fixtures_and_fittings_for_equipment_and_tools" fr_pcga="2157" fr_pcg82="2157"/>
|
242
|
+
<item name="fixtures_and_fittings_for_equipment_and_tools_amortization" fr_pcga="28157" fr_pcg82="28157"/>
|
243
|
+
<item name="flat_rate_taxes_expenses" fr_pcg82="697" fr_pcga="697"/>
|
244
|
+
<item name="foreign_exchange_expenses" fr_pcg82="666" fr_pcga="666"/>
|
245
|
+
<item name="foreign_exchange_financials_revenues" fr_pcg82="766" fr_pcga="766"/>
|
246
|
+
<item name="forwarding_agent_fees_expenses" fr_pcga="6223" fr_pcg82="6223"/>
|
247
|
+
<item name="fuel_matter_expenses" fr_pcga="6021" fr_pcg82="6021"/>
|
248
|
+
<item name="fuel_stock" fr_pcga="3021" fr_pcg82="3021"/>
|
249
|
+
<item name="fuels_expenses" fr_pcga="6064" fr_pcg82="6064"/>
|
250
|
+
<item name="gas_expenses" fr_pcga="6062" fr_pcg82="6062"/>
|
251
|
+
<item name="gas_stock" fr_pcga="3018" fr_pcg82="3018"/>
|
252
|
+
<item name="general_installation_asset_depreciations" fr_pcga="28181" fr_pcg82="28181"/>
|
253
|
+
<item name="general_installation_assets" fr_pcga="2135" fr_pcg82="2135"/>
|
254
|
+
<item name="general_installation_assets_amortization" fr_pcga="28135" fr_pcg82="28135"/>
|
255
|
+
<item name="global_land_parcel_assets" fr_pcg82="211" fr_pcga="211"/>
|
256
|
+
<item name="government_payroll_tax_expenses" fr_pcg82="631" fr_pcga="631"/>
|
257
|
+
<item name="government_tax_expenses" fr_pcg82="635" fr_pcga="635"/>
|
258
|
+
<item name="guaranteed_obligations" fr_pcg82="446" fr_pcga="446"/>
|
259
|
+
<item name="holding_accounts" fr_pcg82="451" fr_pcga="451"/>
|
260
|
+
<item name="holding_company_and_associate_accounts" fr_pcg82="45" pt_snc="26000000" fr_pcga="45"/>
|
261
|
+
<item name="home_consumption_production" fr_pcga="726" fr_pcg82="726"/>
|
262
|
+
<item name="improvement_of_commercial_property" fr_pcga="217" fr_pcg82="217"/>
|
263
|
+
<item name="improvement_of_commercial_property_amortization" fr_pcga="2817" fr_pcg82="2817"/>
|
264
|
+
<item name="in_cycle_products_stock" fr_pcg82="33" centralizing="false" fr_pcga="NONE"/>
|
265
|
+
<item name="in_cycle_services_stock" fr_pcg82="34" centralizing="false" fr_pcga="NONE"/>
|
266
|
+
<item name="income_taxes" fr_pcg82="444" pt_snc="24100000" fr_pcga="444"/>
|
267
|
+
<item name="income_taxes_expenses" fr_pcg82="695" fr_pcga="695"/>
|
268
|
+
<item name="incorporeal_asset_depreciation_revenues" fr_pcg82="781" fr_pcga="781"/>
|
269
|
+
<item name="incorporeal_asset_depreciations" fr_pcga="280" fr_pcg82="280"/>
|
270
|
+
<item name="incorporeal_asset_revenues" fr_pcg82="721" fr_pcga="721"/>
|
271
|
+
<item name="incorporeal_assets" fr_pcga="20" pt_snc="44000000" fr_pcg82="20"/>
|
272
|
+
<item name="incorporeals_depreciations_inputations_expenses" fr_pcga="68111" fr_pcg82="68111"/>
|
273
|
+
<item name="industrial_cooperative_participation_assets" fr_pcga="2624" fr_pcg82="2624"/>
|
274
|
+
<item name="infirmity_and_death_insurance_expenses" fr_pcga="6168" fr_pcg82="6168"/>
|
275
|
+
<item name="infrastructure_works" fr_pcga="2138" fr_pcg82="2138"/>
|
276
|
+
<item name="infrastructure_works_amortization" fr_pcga="28138" fr_pcg82="28138"/>
|
277
|
+
<item name="initial_individual_capital" fr_pcg82="1011" fr_pcga="1011"/>
|
278
|
+
<item name="initial_individual_capital_variations" fr_pcg82="1012" fr_pcga="1012"/>
|
279
|
+
<item name="initial_society_capital" fr_pcg82="1015" fr_pcga="1015"/>
|
280
|
+
<item name="installation_sustainable_plant_assets" fr_pcga="2467" fr_pcg82="2467"/>
|
281
|
+
<item name="insurance_compensations" fr_pcga="742"/>
|
282
|
+
<item name="insurance_expenses" fr_pcg82="616" fr_pcga="616"/>
|
283
|
+
<item name="intangible_fixed_assets_revenues" fr_pcga="7751" fr_pcg82="7751"/>
|
284
|
+
<item name="internal_transfers" fr_pcg82="58" fr_pcga="58"/>
|
285
|
+
<item name="inventory_variations" fr_pcga="71" fr_pcg82="71"/>
|
286
|
+
<item name="invoice_to_create_clients" fr_pcg82="418" pt_snc="21500000" fr_pcga="418"/>
|
287
|
+
<item name="irrecoverable_losses_on_debt_obligation_expenses" fr_pcg82="654" fr_pcga="654"/>
|
288
|
+
<item name="irrigation_expenses" fr_pcga="6065" fr_pcg82="6065"/>
|
289
|
+
<item name="land_charges" fr_pcga="6752" fr_pcg82="6752"/>
|
290
|
+
<item name="land_fixed_assets" fr_pcga="2111" fr_pcg82="2111"/>
|
291
|
+
<item name="land_loans" fr_pcg82="1641" fr_pcga="1641"/>
|
292
|
+
<item name="land_loans_interests" fr_pcg82="6611" fr_pcga="6611"/>
|
293
|
+
<item name="land_parcel_asset_depreciations" fr_pcga="2811" fr_pcg82="2811"/>
|
294
|
+
<item name="land_parcel_assets" fr_pcga="2111" fr_pcg82="2111"/>
|
295
|
+
<item name="land_parcel_construction_asset_depreciations" fr_pcga="2812" fr_pcg82="2812"/>
|
296
|
+
<item name="land_parcel_construction_assets" fr_pcga="212" fr_pcg82="212"/>
|
297
|
+
<item name="land_parcel_locative_expenses" fr_pcga="6141" fr_pcg82="6141"/>
|
298
|
+
<item name="land_parcel_rent_expenses" fr_pcga="6131" fr_pcg82="6131"/>
|
299
|
+
<item name="leasing_expenses" fr_pcg82="612" fr_pcga="612"/>
|
300
|
+
<item name="legal_reserves" fr_pcg82="1061" fr_pcga="1061"/>
|
301
|
+
<item name="licences_expenses" fr_pcga="651" fr_pcg82="651"/>
|
302
|
+
<item name="licenses_revenues" fr_pcga="751" fr_pcg82="751"/>
|
303
|
+
<item name="litigious_clients" fr_pcg82="416" fr_pcga="416"/>
|
304
|
+
<item name="little_office_equipment_expenses" fr_pcga="6066" fr_pcg82="6063"/>
|
305
|
+
<item name="livestock_feed_matter_expenses" fr_pcga="6014" fr_pcg82="6014"/>
|
306
|
+
<item name="livestock_feed_stock" fr_pcga="3014" fr_pcg82="3014"/>
|
307
|
+
<item name="livestock_feed_stocks_variation" fr_pcga="60314" fr_pcg82="60314"/>
|
308
|
+
<item name="living_corporeal_assets" fr_pcga="24" fr_pcg82="NONE"/>
|
309
|
+
<item name="loans" fr_pcg82="164" pt_snc="25000000" fr_pcga="164"/>
|
310
|
+
<item name="loans_interests" fr_pcg82="661" pt_snc="66150000" fr_pcga="661"/>
|
311
|
+
<item name="long_cycle_animals_inventory_variations" fr_pcga="7131" fr_pcg82="7131"/>
|
312
|
+
<item name="long_cycle_cultivation_advances" fr_pcga="331" fr_pcg82="331"/>
|
313
|
+
<item name="long_cycle_product_inventory_variations" fr_pcga="7135" fr_pcg82="7135"/>
|
314
|
+
<item name="long_cycle_products_liquors_stock" fr_pcga="352" fr_pcg82="352"/>
|
315
|
+
<item name="long_cycle_products_stock" fr_pcga="35" fr_pcg82="NONE"/>
|
316
|
+
<item name="long_cycle_products_wines_stock" fr_pcga="351" fr_pcg82="351"/>
|
317
|
+
<item name="long_cycle_vegetals_inventory_variations" fr_pcga="7133" fr_pcg82="7133"/>
|
318
|
+
<item name="long_cycle_vegetals_stock" fr_pcga="33" centralizing="false" fr_pcg82="NONE"/>
|
319
|
+
<item name="long_term_loans" fr_pcg82="1642" fr_pcga="1642"/>
|
320
|
+
<item name="long_term_loans_interests" fr_pcg82="6612" fr_pcga="6612"/>
|
321
|
+
<item name="long_time_animal_stock" fr_pcga="31" centralizing="false" fr_pcg82="NONE"/>
|
322
|
+
<item name="maintenance_expenses" fr_pcg82="615" fr_pcga="615"/>
|
323
|
+
<item name="maintenances_consumables_expenses" fr_pcga="6022" fr_pcg82="6022"/>
|
324
|
+
<item name="maintenances_consumables_stock" fr_pcga="3022" fr_pcg82="3022"/>
|
325
|
+
<item name="maintenances_consumables_stocks_variation" fr_pcga="60322"/>
|
326
|
+
<item name="making_services_expenses" fr_pcga="605" fr_pcg82="NONE"/>
|
327
|
+
<item name="making_services_revenues" fr_pcga="7084" fr_pcg82="7084"/>
|
328
|
+
<item name="management_operation_exceptional_expenses" fr_pcga="671" fr_pcg82="671"/>
|
329
|
+
<item name="management_operation_exceptional_revenues" fr_pcg82="771" fr_pcga="771"/>
|
330
|
+
<item name="managing_associates_salary" fr_pcga="6413"/>
|
331
|
+
<item name="market_fine_exceptional_expenses" fr_pcga="6711" fr_pcg82="6711"/>
|
332
|
+
<item name="materials_expenses" fr_pcga="6026" fr_pcg82="6026"/>
|
333
|
+
<item name="materials_stocks_variation" fr_pcga="60326"/>
|
334
|
+
<item name="merchandising_accessory_expenses" fr_pcg82="608" fr_pcga="608"/>
|
335
|
+
<item name="merchandising_accessory_revenues" fr_pcg82="7085" fr_pcga="7085"/>
|
336
|
+
<item name="merchandising_expenses" fr_pcg82="607" fr_pcga="607"/>
|
337
|
+
<item name="merchandising_products_stock" fr_pcg82="37" fr_pcga="NONE"/>
|
338
|
+
<item name="merchandising_revenues" fr_pcg82="707" fr_pcga="707"/>
|
339
|
+
<item name="merchandising_stocks_variation" fr_pcga="6037" fr_pcg82="6037"/>
|
340
|
+
<item name="office_equipment_asset_depreciations" fr_pcga="28183" fr_pcg82="28183"/>
|
341
|
+
<item name="office_equipment_assets" fr_pcga="2183" fr_pcg82="2183"/>
|
342
|
+
<item name="office_furniture_asset_depreciations" fr_pcga="28184" fr_pcg82="28184"/>
|
343
|
+
<item name="office_furniture_assets" fr_pcga="2184" fr_pcg82="2184"/>
|
344
|
+
<item name="office_supplies_stock" fr_pcga="3024"/>
|
345
|
+
<item name="office_supply_matter_expenses" fr_pcga="6024" fr_pcg82="6024"/>
|
346
|
+
<item name="office_supply_matter_stocks_variation" fr_pcga="60324"/>
|
347
|
+
<item name="other_animal_expenses" fr_pcga="6045" fr_pcg82="6045"/>
|
348
|
+
<item name="other_animal_revenues" fr_pcga="7045" fr_pcg82="7045"/>
|
349
|
+
<item name="other_asset_depreciations" fr_pcga="28188" fr_pcg82="28188"/>
|
350
|
+
<item name="other_assets" fr_pcga="2188" fr_pcg82="2188"/>
|
351
|
+
<item name="other_building_asset_depreciations" fr_pcga="2814" fr_pcg82="2814"/>
|
352
|
+
<item name="other_building_expenses" fr_pcga="6154" fr_pcg82="6154"/>
|
353
|
+
<item name="other_compensations" fr_pcga="744" fr_pcg82="744"/>
|
354
|
+
<item name="other_consumable_matter_expenses" fr_pcga="6027" fr_pcg82="6027"/>
|
355
|
+
<item name="other_consumable_matter_stocks_variation" fr_pcga="60327"/>
|
356
|
+
<item name="other_consumables_stock" fr_pcga="3027" fr_pcg82="3027"/>
|
357
|
+
<item name="other_corporeal_asset_depreciations" fr_pcga="2818" fr_pcg82="2818"/>
|
358
|
+
<item name="other_corporeal_assets" fr_pcga="218" fr_pcg82="218"/>
|
359
|
+
<item name="other_day_to_day_management_expenses" fr_pcg82="65" fr_pcga="65"/>
|
360
|
+
<item name="other_day_to_day_management_revenues" fr_pcg82="75" fr_pcga="75"/>
|
361
|
+
<item name="other_debt_obligation_financials_revenues" fr_pcg82="763" fr_pcga="763"/>
|
362
|
+
<item name="other_entities_payroll_tax_expenses" fr_pcg82="633" fr_pcga="633"/>
|
363
|
+
<item name="other_entities_tax_expenses" fr_pcg82="637" fr_pcga="637"/>
|
364
|
+
<item name="other_expenses" fr_pcga="618" fr_pcg82="618"/>
|
365
|
+
<item name="other_exploitation_subsidies" fr_pcga="7458" fr_pcg82="7458"/>
|
366
|
+
<item name="other_fees_expenses" fr_pcga="6226" fr_pcg82="6226"/>
|
367
|
+
<item name="other_financial_expenses" fr_pcg82="668" fr_pcga="668"/>
|
368
|
+
<item name="other_financials_asset_revenues" fr_pcg82="762" fr_pcga="762"/>
|
369
|
+
<item name="other_financials_revenues" fr_pcg82="768" fr_pcga="768"/>
|
370
|
+
<item name="other_general_installation_assets" fr_pcga="2181" fr_pcg82="2181"/>
|
371
|
+
<item name="other_immobilized_plants" fr_pcga="247" fr_pcg82="247"/>
|
372
|
+
<item name="other_immobilized_plants_amortization" fr_pcga="2847" fr_pcg82="2847"/>
|
373
|
+
<item name="other_incorporeal_asset_depreciations" fr_pcga="2808" fr_pcg82="2808"/>
|
374
|
+
<item name="other_incorporeal_assets" fr_pcga="208" fr_pcg82="208"/>
|
375
|
+
<item name="other_interests_expenses" fr_pcga="6618" fr_pcg82="6618"/>
|
376
|
+
<item name="other_investment_subventions" fr_pcg82="138" fr_pcga="138"/>
|
377
|
+
<item name="other_investment_subventions_in_earnings_statement" fr_pcg82="139" fr_pcga="139"/>
|
378
|
+
<item name="other_materials_stock" fr_pcga="3026" fr_pcg82="3026"/>
|
379
|
+
<item name="other_professional_agricultural_participation_assets" fr_pcga="2628" fr_pcg82="2628"/>
|
380
|
+
<item name="other_rent_expenses" fr_pcga="6138"/>
|
381
|
+
<item name="other_reserves" fr_pcg82="1068" fr_pcga="1068"/>
|
382
|
+
<item name="other_social_expenses" fr_pcg82="647" fr_pcga="647"/>
|
383
|
+
<item name="other_social_organisation" fr_pcg82="437" fr_pcga="437"/>
|
384
|
+
<item name="other_staff_expenses" fr_pcga="648" fr_pcg82="648"/>
|
385
|
+
<item name="other_supplies" fr_pcg82="32" fr_pcga="NONE"/>
|
386
|
+
<item name="other_supply_expenses" fr_pcg82="602" fr_pcga="602"/>
|
387
|
+
<item name="other_supply_stocks_variation" fr_pcga="6032" fr_pcg82="6032"/>
|
388
|
+
<item name="other_usual_running_expenses" fr_pcga="658" fr_pcg82="658"/>
|
389
|
+
<item name="other_usual_running_profits" fr_pcga="758" fr_pcg82="758"/>
|
390
|
+
<item name="other_various_interests_expenses" fr_pcga="66188" fr_pcg82="66188"/>
|
391
|
+
<item name="others_corporeals_depreciations_inputations_expenses" fr_pcga="68118" fr_pcg82="68118"/>
|
392
|
+
<item name="others_taxes_and_assimilated_payments" fr_pcg82="447" fr_pcga="447"/>
|
393
|
+
<item name="outstanding_adult_animal_assets" fr_pcga="2341" fr_pcg82="2341"/>
|
394
|
+
<item name="outstanding_assets" fr_pcga="23" pt_snc="45000000" fr_pcg82="23"/>
|
395
|
+
<item name="outstanding_construction_on_other_land_parcel_assets" fr_pcga="2314" fr_pcg82="2314"/>
|
396
|
+
<item name="outstanding_construction_on_own_land_parcel_assets" fr_pcga="2313" fr_pcg82="2313"/>
|
397
|
+
<item name="outstanding_corporeal_assets" fr_pcga="231" fr_pcg82="231"/>
|
398
|
+
<item name="outstanding_equipment_assets" fr_pcga="2315" fr_pcg82="2315"/>
|
399
|
+
<item name="outstanding_land_parcel_assets" fr_pcga="2311" fr_pcg82="2311"/>
|
400
|
+
<item name="outstanding_land_parcel_construction_assets" fr_pcga="2312" fr_pcg82="2312"/>
|
401
|
+
<item name="outstanding_living_corporeal_assets" fr_pcga="234" fr_pcg82="234"/>
|
402
|
+
<item name="outstanding_other_general_installation_assets" fr_pcga="2318" fr_pcg82="2318"/>
|
403
|
+
<item name="outstanding_service_animal_assets" fr_pcga="2343" fr_pcg82="2343"/>
|
404
|
+
<item name="outstanding_sustainables_plants_assets" fr_pcga="2346" fr_pcg82="2346"/>
|
405
|
+
<item name="outstanding_young_animal_assets" fr_pcga="2342" fr_pcg82="2342"/>
|
406
|
+
<item name="own_building_asset_depreciations" fr_pcga="2813" fr_pcg82="2813"/>
|
407
|
+
<item name="own_building_expenses" fr_pcga="6153" fr_pcg82="6153"/>
|
408
|
+
<item name="owner_account" fr_pcg82="108" fr_pcga="108"/>
|
409
|
+
<item name="owner_remuneration" fr_pcg82="644" fr_pcga="644"/>
|
410
|
+
<item name="ownership_assets" fr_pcga="271" fr_pcg82="271"/>
|
411
|
+
<item name="ownership_loan" fr_pcga="274" fr_pcg82="274"/>
|
412
|
+
<item name="packaging" fr_pcga="6017" fr_pcg82="6017"/>
|
413
|
+
<item name="packaging_rent_expenses" fr_pcga="6136" fr_pcg82="6136"/>
|
414
|
+
<item name="packaging_stock" fr_pcga="3017"/>
|
415
|
+
<item name="packaging_stocks_variation" fr_pcga="60317"/>
|
416
|
+
<item name="paid_vacation" fr_pcga="6415" fr_pcg82="6412"/>
|
417
|
+
<item name="partial_net_product_on_long_term_operation_revenues" fr_pcga="73" fr_pcg82="NONE"/>
|
418
|
+
<item name="participation_financials_revenues" fr_pcg82="761" fr_pcga="761"/>
|
419
|
+
<item name="participation_losses_on_debt_obligation_expenses" fr_pcg82="664" fr_pcga="664"/>
|
420
|
+
<item name="participations" fr_pcg82="26" pt_snc="41000000" fr_pcga="26"/>
|
421
|
+
<item name="particular_operation_with_state" fr_pcg82="443" fr_pcga="443"/>
|
422
|
+
<item name="payment_guarantees" fr_pcg82="275" fr_pcga="275"/>
|
423
|
+
<item name="pending_deposit_payments" fr_pcg82="511" pt_snc="18000000" fr_pcga="511"/>
|
424
|
+
<item name="permanent_staff_salary" fr_pcga="64111"/>
|
425
|
+
<item name="plant_derivative_stock" fr_pcga="374" centralizing="false" fr_pcg82="374"/>
|
426
|
+
<item name="plant_derivatives_revenues" fr_pcga="701" fr_pcg82="701"/>
|
427
|
+
<item name="plant_medicine_matter_expenses" fr_pcga="6013" fr_pcg82="6013"/>
|
428
|
+
<item name="plant_medicine_stock" fr_pcga="3013" fr_pcg82="3013"/>
|
429
|
+
<item name="plant_medicine_stocks_variation" fr_pcga="60313" fr_pcg82="60313"/>
|
430
|
+
<item name="plants_subsidies" fr_pcga="7451" fr_pcg82="7451"/>
|
431
|
+
<item name="previous_fiscal_year_exceptional_revenues" fr_pcg82="772" fr_pcga="772"/>
|
432
|
+
<item name="previous_fiscal_year_expenses" fr_pcg82="672" fr_pcga="672"/>
|
433
|
+
<item name="previous_product_deferral_expenses" fr_pcg82="699" fr_pcga="699"/>
|
434
|
+
<item name="principal_associates_current_accounts" fr_pcga="4551" fr_pcg82="4551"/>
|
435
|
+
<item name="processing_products_revenues" fr_pcga="703" fr_pcg82="703"/>
|
436
|
+
<item name="processing_products_stock" fr_pcga="376" centralizing="false" fr_pcg82="376"/>
|
437
|
+
<item name="product_accessory_revenues" fr_pcg82="708" fr_pcga="708"/>
|
438
|
+
<item name="product_inventory_variations" fr_pcg82="713" fr_pcga="713"/>
|
439
|
+
<item name="products_inventory_variations" fr_pcga="7137" fr_pcg82="7137"/>
|
440
|
+
<item name="products_specials_taxes" fr_pcga="634" fr_pcg82="634"/>
|
441
|
+
<item name="products_specials_taxes_for_animal_products" fr_pcga="6342"/>
|
442
|
+
<item name="products_specials_taxes_for_animals" fr_pcga="6344"/>
|
443
|
+
<item name="products_specials_taxes_for_plant_products" fr_pcga="6341"/>
|
444
|
+
<item name="products_specials_taxes_for_processed_products" fr_pcga="6343"/>
|
445
|
+
<item name="products_stock" fr_pcg82="35" fr_pcga="NONE"/>
|
446
|
+
<item name="professional_agricultural_organization_assets" fr_pcga="262" fr_pcg82="262"/>
|
447
|
+
<item name="professional_subscriptions_expenses" fr_pcga="628" fr_pcg82="628"/>
|
448
|
+
<item name="raw_material_and_supplies" fr_pcg82="31" fr_pcga="NONE"/>
|
449
|
+
<item name="raw_material_expenses" fr_pcga="6028" fr_pcg82="6028"/>
|
450
|
+
<item name="raw_material_stocks_variation" fr_pcga="60328"/>
|
451
|
+
<item name="raw_matter_expenses" fr_pcg82="601" fr_pcga="601"/>
|
452
|
+
<item name="raw_product_stock" fr_pcga="3028" fr_pcg82="3028"/>
|
453
|
+
<item name="redeemable_land_parcel_construction_assets" fr_pcga="2121" fr_pcg82="2121"/>
|
454
|
+
<item name="reductions" fr_pcga="765" fr_pcg82="765"/>
|
455
|
+
<item name="reevaluation_gaps" fr_pcg82="105" fr_pcga="105"/>
|
456
|
+
<item name="regularisation_accounts" fr_pcg82="48" fr_pcga="48"/>
|
457
|
+
<item name="rent_expenses" fr_pcg82="613" fr_pcga="613"/>
|
458
|
+
<item name="report_vat_credit" fr_pcg82="44567" fr_pcga="44567"/>
|
459
|
+
<item name="research_and_development_charge_assets" fr_pcga="203" fr_pcg82="203"/>
|
460
|
+
<item name="research_and_development_charge_assets_amortization" fr_pcga="2803" fr_pcg82="2803"/>
|
461
|
+
<item name="reserves" fr_pcg82="106" fr_pcga="106"/>
|
462
|
+
<item name="residual_products_revenues" fr_pcga="705" fr_pcg82="705"/>
|
463
|
+
<item name="residual_products_stock" fr_pcga="377" fr_pcg82="377"/>
|
464
|
+
<item name="retained_earnings" fr_pcg82="11" fr_pcga="11"/>
|
465
|
+
<item name="revenue_subsidies" fr_pcga="7453" fr_pcg82="7453"/>
|
466
|
+
<item name="revenues" fr_pcg82="7" pt_snc="70000000" fr_pcga="7"/>
|
467
|
+
<item name="salary_social_contribution_expenses" fr_pcga="645" fr_pcg82="645"/>
|
468
|
+
<item name="sales_assets_revenues" fr_pcga="775" fr_pcg82="775"/>
|
469
|
+
<item name="seed_expenses" fr_pcga="6012" fr_pcg82="6012"/>
|
470
|
+
<item name="seed_stock" fr_pcga="3012" fr_pcg82="3012"/>
|
471
|
+
<item name="seed_stocks_variation" fr_pcga="60312" fr_pcg82="60312"/>
|
472
|
+
<item name="service_animal_asset_depreciations" fr_pcga="2843" fr_pcg82="2843"/>
|
473
|
+
<item name="service_animal_assets" fr_pcga="243" fr_pcg82="243"/>
|
474
|
+
<item name="service_discount_and_reductions_expenses" fr_pcg82="619" fr_pcga="619"/>
|
475
|
+
<item name="services_expenses" fr_pcg82="604" fr_pcga="604"/>
|
476
|
+
<item name="services_revenues" fr_pcg82="706" fr_pcga="706"/>
|
477
|
+
<item name="share_asset_subsidies" fr_pcga="777" fr_pcg82="777"/>
|
478
|
+
<item name="share_capital_bonus" fr_pcg82="104" fr_pcga="104"/>
|
479
|
+
<item name="shared_result_operations_expenses" fr_pcg82="655" fr_pcga="655"/>
|
480
|
+
<item name="short_cycle_animals_inventory_variations" fr_pcga="7132" fr_pcg82="7132"/>
|
481
|
+
<item name="short_cycle_cultivation_advances" fr_pcga="341" fr_pcg82="341"/>
|
482
|
+
<item name="short_cycle_cultivation_advances_culturals_ways" fr_pcga="3415" fr_pcg82="3415"/>
|
483
|
+
<item name="short_cycle_cultivation_advances_fertilizers" fr_pcga="3411" fr_pcg82="3411"/>
|
484
|
+
<item name="short_cycle_cultivation_advances_plants_medicines" fr_pcga="3413" fr_pcg82="3413"/>
|
485
|
+
<item name="short_cycle_cultivation_advances_seeds" fr_pcga="3412" fr_pcg82="3412"/>
|
486
|
+
<item name="short_cycle_product_inventory_variations" fr_pcga="7136" fr_pcg82="7136"/>
|
487
|
+
<item name="short_cycle_products_stock" fr_pcga="36" fr_pcg82="NONE"/>
|
488
|
+
<item name="short_cycle_vegetals_inventory_variations" fr_pcga="7134" fr_pcg82="7134"/>
|
489
|
+
<item name="short_cycle_vegetals_stock" fr_pcga="34" centralizing="false" fr_pcg82="NONE"/>
|
490
|
+
<item name="short_term_investment_financials_revenues" fr_pcg82="764" fr_pcga="764"/>
|
491
|
+
<item name="short_term_investment_transfer_expenses" fr_pcg82="667" fr_pcga="667"/>
|
492
|
+
<item name="short_term_investment_transfer_financials_revenues" fr_pcg82="767" fr_pcga="767"/>
|
493
|
+
<item name="short_term_loans" fr_pcg82="1643" fr_pcga="1643"/>
|
494
|
+
<item name="short_term_loans_interests" fr_pcg82="6613" fr_pcga="6613"/>
|
495
|
+
<item name="short_time_animal_stock" fr_pcga="32" centralizing="false" fr_pcg82="NONE"/>
|
496
|
+
<item name="social_agricultural_mutuality" fr_pcga="NONE" fr_pcg82="431"/>
|
497
|
+
<item name="social_expense_on_vacations" fr_pcg82="438" fr_pcga="438"/>
|
498
|
+
<item name="social_security" fr_pcg82="NONE" fr_pcga="431"/>
|
499
|
+
<item name="staff_advances" fr_pcg82="425" fr_pcga="425"/>
|
500
|
+
<item name="staff_and_linked_accounts" fr_pcg82="42" fr_pcga="42"/>
|
501
|
+
<item name="staff_bonus_participation" fr_pcg82="424" fr_pcga="424"/>
|
502
|
+
<item name="staff_due_remunerations" fr_pcg82="421" pt_snc="23100000" centralizing="false" fr_pcga="421"/>
|
503
|
+
<item name="staff_expense_to_sold" fr_pcg82="428" fr_pcga="428"/>
|
504
|
+
<item name="staff_expenses" fr_pcga="64" pt_snc="63000000" fr_pcg82="64"/>
|
505
|
+
<item name="staff_oppositions" fr_pcg82="427" fr_pcga="427"/>
|
506
|
+
<item name="staff_remuneration" fr_pcg82="641" fr_pcga="641"/>
|
507
|
+
<item name="staff_salary" fr_pcga="6411" fr_pcg82="6411"/>
|
508
|
+
<item name="staff_submissions" fr_pcg82="426" fr_pcga="426"/>
|
509
|
+
<item name="staff_supply_expenses" fr_pcga="6025"/>
|
510
|
+
<item name="staff_supply_stocks_variation" fr_pcga="60325"/>
|
511
|
+
<item name="state_and_other_public_entities" fr_pcg82="44" pt_snc="24000000" fr_pcga="44"/>
|
512
|
+
<item name="state_emission_quota_to_restitute" fr_pcg82="449" fr_pcga="449"/>
|
513
|
+
<item name="stocks" fr_pcg82="3" pt_snc="30000000" fr_pcga="3"/>
|
514
|
+
<item name="stocks_variation" fr_pcga="603" pt_snc="60300000" centralizing="false" fr_pcg82="603"/>
|
515
|
+
<item name="studies_and_research_expenses" fr_pcga="617" fr_pcg82="617"/>
|
516
|
+
<item name="subcontracting_expenses" fr_pcg82="611" fr_pcga="611"/>
|
517
|
+
<item name="subsidies" fr_pcga="745" fr_pcg82="745"/>
|
518
|
+
<item name="subsidy_to_receive" fr_pcg82="441" fr_pcga="441"/>
|
519
|
+
<item name="sundry_debtors_and_creditors" fr_pcga="467" pt_snc="27800000" centralizing="false" fr_pcg82="467"/>
|
520
|
+
<item name="suppliers" fr_pcg82="401" pt_snc="22100000" centralizing="true" fr_pcga="401"/>
|
521
|
+
<item name="suppliers_balance_after_compensation" fr_pcg82="402" fr_pcga="402"/>
|
522
|
+
<item name="suppliers_invoices_not_received" fr_pcg82="408" pt_snc="22500000" fr_pcga="408"/>
|
523
|
+
<item name="supply_stock" fr_pcga="301" centralizing="false" fr_pcg82="301"/>
|
524
|
+
<item name="supply_stocks_variation" fr_pcga="6031" fr_pcg82="6031"/>
|
525
|
+
<item name="suspense" fr_pcga="471" fr_pcg82="471"/>
|
526
|
+
<item name="sustainable_packaging_asset_depreciations" fr_pcga="28186" fr_pcg82="28186"/>
|
527
|
+
<item name="sustainable_packaging_assets" fr_pcga="2186" fr_pcg82="2186"/>
|
528
|
+
<item name="sustainables_plants_asset_depreciations" fr_pcga="2846" fr_pcg82="2846"/>
|
529
|
+
<item name="sustainables_plants_assets" fr_pcga="246" fr_pcg82="246"/>
|
530
|
+
<item name="sustainables_plants_on_other_land_parcel_assets" fr_pcga="2465" fr_pcg82="2465"/>
|
531
|
+
<item name="sustainables_plants_on_own_land_parcel_assets" fr_pcga="2461" fr_pcg82="2461"/>
|
532
|
+
<item name="tangible_fixed_assets_revenues_livestock" fr_pcga="7754"/>
|
533
|
+
<item name="tangible_fixed_assets_revenues_without_livestock" fr_pcga="7752" fr_pcg82="7752"/>
|
534
|
+
<item name="taxes_expenses" fr_pcg82="63" fr_pcga="63"/>
|
535
|
+
<item name="technical_installation_equipment_and_tools_assets" fr_pcga="215" fr_pcg82="215"/>
|
536
|
+
<item name="technical_installation_on_other_land_parcel_assets" fr_pcga="2152" fr_pcg82="2152"/>
|
537
|
+
<item name="technical_installation_on_other_land_parcel_assets_amortization" fr_pcga="28152" fr_pcg82="28152"/>
|
538
|
+
<item name="technical_installation_on_own_land_parcel_assets" fr_pcga="2151" fr_pcg82="2151"/>
|
539
|
+
<item name="technical_installation_on_own_land_parcel_assets_amortization" fr_pcga="28151" fr_pcg82="28151"/>
|
540
|
+
<item name="telecommunications_expenses" fr_pcga="626" fr_pcg82="626"/>
|
541
|
+
<item name="temporary_operations" fr_pcg82="47" fr_pcga="47"/>
|
542
|
+
<item name="temporary_staff_salary" fr_pcga="64115"/>
|
543
|
+
<item name="third_party" fr_pcg82="4" pt_snc="20000000" fr_pcga="4"/>
|
544
|
+
<item name="tools_assets" fr_pcga="2155" fr_pcg82="2155"/>
|
545
|
+
<item name="tools_assets_amortization" fr_pcga="28155" fr_pcg82="28155"/>
|
546
|
+
<item name="trade_show_expenses" fr_pcg82="6233" fr_pcga="6233"/>
|
547
|
+
<item name="transfer_revenues" fr_pcg82="79" fr_pcga="79"/>
|
548
|
+
<item name="transport_vehicle_asset_depreciations" fr_pcga="28182" fr_pcg82="28182"/>
|
549
|
+
<item name="transport_vehicle_assets" fr_pcga="2182" fr_pcg82="2182"/>
|
550
|
+
<item name="transports_expenses" fr_pcga="624" fr_pcg82="624"/>
|
551
|
+
<item name="travels_expenses" fr_pcga="625" fr_pcg82="625"/>
|
552
|
+
<item name="trust_creation_operation_expenses" fr_pcg82="674" fr_pcga="674"/>
|
553
|
+
<item name="unstorable_expenses" fr_pcg82="606" fr_pcga="606"/>
|
554
|
+
<item name="usual_associates_current_accounts" fr_pcga="4552" fr_pcg82="4552"/>
|
555
|
+
<item name="usual_bank_overdraft" fr_pcg82="519" fr_pcga="519"/>
|
556
|
+
<item name="various_exceptional_revenues" fr_pcg82="778" fr_pcga="778"/>
|
557
|
+
<item name="vat" fr_pcga="445" pt_snc="24300000" fr_pcg82="445"/>
|
558
|
+
<item name="vat_to_pay" fr_pcg82="44551" fr_pcga="44551"/>
|
559
|
+
<item name="vegetals_making_services_expenses" fr_pcga="6051" fr_pcg82="6051"/>
|
560
|
+
<item name="veterinary_fees_expenses" fr_pcga="6225" fr_pcg82="6225"/>
|
561
|
+
<item name="waiting_vat" fr_pcg82="4458" fr_pcga="4458"/>
|
562
|
+
<item name="water_expenses" fr_pcga="6061" fr_pcg82="6061"/>
|
563
|
+
<item name="workshop_and_warehouse_supplies_expenses" fr_pcga="6023"/>
|
564
|
+
<item name="workshop_and_warehouse_supplies_stocks_variation" fr_pcga="60323"/>
|
565
|
+
<item name="workshop_supplies_stock" fr_pcga="3023" fr_pcg82="3023"/>
|
566
|
+
<item name="young_animal_asset_depreciations" fr_pcga="2842" fr_pcg82="2842"/>
|
567
|
+
<item name="young_animal_assets" fr_pcga="242" fr_pcg82="242"/>
|
568
|
+
<item name="young_animal_expenses" fr_pcga="6042" fr_pcg82="6042"/>
|
569
|
+
<item name="young_animal_revenues" fr_pcga="7042" fr_pcg82="7042"/>
|
570
|
+
<item name="young_reproductor_animals_inventory_variations" fr_pcga="7122" fr_pcg82="7122"/>
|
518
571
|
</items>
|
519
572
|
</nomenclature>
|
520
573
|
<nomenclature name="activity_families" translateable="true">
|
@@ -1943,6 +1996,7 @@
|
|
1943
1996
|
<item name="inventory_sheet" category="exploitation"/>
|
1944
1997
|
<item name="journal" category="accountancy"/>
|
1945
1998
|
<item name="journal_entry_sheet" category="accountancy"/>
|
1999
|
+
<item name="journal_ledger" category="accountancy"/>
|
1946
2000
|
<item name="land_parcel_register" category="land_parcel_management"/>
|
1947
2001
|
<item name="loan_registry" category="accountancy"/>
|
1948
2002
|
<item name="manure_management_plan" category="land_parcel_management"/>
|
@@ -2043,6 +2097,21 @@
|
|
2043
2097
|
<item name="vehicle"/>
|
2044
2098
|
</items>
|
2045
2099
|
</nomenclature>
|
2100
|
+
<nomenclature name="fiscal_positions" translateable="true">
|
2101
|
+
<properties>
|
2102
|
+
<property name="accounting_system" type="item" choices="accounting_systems" required="true"/>
|
2103
|
+
<property name="code" type="string" required="true"/>
|
2104
|
+
<property name="country" type="item" choices="countries" required="true"/>
|
2105
|
+
</properties>
|
2106
|
+
<items>
|
2107
|
+
<item name="fr_ba_ir" country="fr" code="BA-IR" accounting_system="fr_pcga"/>
|
2108
|
+
<item name="fr_ba_is" country="fr" code="BA-IS" accounting_system="fr_pcga"/>
|
2109
|
+
<item name="fr_bic_ir" country="fr" code="BIC-IR" accounting_system="fr_pcg82"/>
|
2110
|
+
<item name="fr_bic_is" country="fr" code="BIC-IS" accounting_system="fr_pcg82"/>
|
2111
|
+
<item name="fr_bnc_ir" country="fr" code="BNC-IR" accounting_system="fr_pcg82"/>
|
2112
|
+
<item name="fr_bnc_is" country="fr" code="BNC-IS" accounting_system="fr_pcg82"/>
|
2113
|
+
</items>
|
2114
|
+
</nomenclature>
|
2046
2115
|
<nomenclature name="guide_natures" translateable="true">
|
2047
2116
|
<items>
|
2048
2117
|
<item name="best_practices"/>
|
@@ -2096,6 +2165,7 @@
|
|
2096
2165
|
<item name="animal_life_state" datatype="choice" choices="animal_life_states"/>
|
2097
2166
|
<item name="application_width" datatype="measure" unit="meter" gathering="proportional_to_population"/>
|
2098
2167
|
<item name="approved_input_dose" datatype="measure" unit="kilogram_per_hectare"/>
|
2168
|
+
<item name="approved_input_volume" datatype="measure" unit="liter_per_hectare"/>
|
2099
2169
|
<item name="atmospheric_pressure" datatype="measure" unit="hectopascal" sampling_temporal_mode="instant"/>
|
2100
2170
|
<item name="available_water_capacity_per_area" datatype="measure" unit="liter_per_square_meter"/>
|
2101
2171
|
<item name="average_atmospheric_pressure" datatype="measure" unit="hectopascal" sampling_temporal_mode="period"/>
|
@@ -2156,6 +2226,7 @@
|
|
2156
2226
|
<item name="healthy" datatype="boolean"/>
|
2157
2227
|
<item name="height" datatype="measure" unit="meter"/>
|
2158
2228
|
<item name="horizontal_rotation" datatype="measure" unit="degree"/>
|
2229
|
+
<item name="hour_counter" datatype="measure" unit="hour"/>
|
2159
2230
|
<item name="immunoglobulins_concentration" datatype="measure" unit="unity_per_liter"/>
|
2160
2231
|
<item name="impurity_concentration" datatype="measure" unit="mass_percent"/>
|
2161
2232
|
<item name="inhibitors_presence" datatype="boolean"/>
|
@@ -2941,6 +3012,7 @@
|
|
2941
3012
|
</nomenclature>
|
2942
3013
|
<nomenclature name="product_nature_categories" translateable="true">
|
2943
3014
|
<properties>
|
3015
|
+
<property name="asset_fixable" type="boolean" required="true" default="false"/>
|
2944
3016
|
<property name="charge_account" type="item" choices="accounts"/>
|
2945
3017
|
<property name="depreciable" type="boolean" required="true" default="false"/>
|
2946
3018
|
<property name="depreciation_percentage" type="decimal"/>
|
@@ -2957,22 +3029,23 @@
|
|
2957
3029
|
<property name="storable" type="boolean" required="true" default="false"/>
|
2958
3030
|
</properties>
|
2959
3031
|
<items>
|
2960
|
-
<item name="adult_cat" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2961
|
-
<item name="adult_dog" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2962
|
-
<item name="
|
2963
|
-
<item name="
|
3032
|
+
<item name="adult_cat" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3033
|
+
<item name="adult_dog" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3034
|
+
<item name="agricultural_taxe" charge_account="products_specials_taxes" product_account="products_specials_taxes" purchasable="true" saleable="true" pictogram="legal"/>
|
3035
|
+
<item name="animal_food" charge_account="livestock_feed_matter_expenses" product_account="processing_products_revenues" stock_account="livestock_feed_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="livestock_feed_stocks_variation"/>
|
3036
|
+
<item name="animal_housing_services" charge_account="animals_making_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2964
3037
|
<item name="animal_litter" charge_account="raw_material_expenses" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="products_inventory_variations"/>
|
2965
|
-
<item name="animal_medicine" charge_account="animal_medicine_matter_expenses" product_account="
|
3038
|
+
<item name="animal_medicine" charge_account="animal_medicine_matter_expenses" product_account="processing_products_revenues" stock_account="animal_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="pill" stock_movement_account="animal_medicine_stocks_variation"/>
|
2966
3039
|
<item name="animal_reproduction" charge_account="animal_reproduction_matter_expenses" product_account="animal_derivatives_revenues" stock_account="animal_reproduction_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="animal_reproduction_stocks_variation"/>
|
2967
|
-
<item name="animals_making_services" charge_account="
|
3040
|
+
<item name="animals_making_services" charge_account="animals_making_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2968
3041
|
<item name="associate_social_contribution" charge_account="associate_social_contribution_expenses" purchasable="true" pictogram="user"/>
|
2969
3042
|
<item name="aves_band" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
2970
3043
|
<item name="aves_herd" stock_account="long_time_animal_stock" pictogram="cow"/>
|
2971
3044
|
<item name="bank_service" charge_account="banks_services_expenses" purchasable="true" pictogram="bank"/>
|
2972
|
-
<item name="bee_band" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2973
|
-
<item name="biological_auxiliary" charge_account="plant_medicine_matter_expenses" product_account="
|
2974
|
-
<item name="bonus_staff_expense" charge_account="
|
2975
|
-
<item name="building" fixed_asset_account="building_assets" fixed_asset_allocation_account="own_building_asset_depreciations" fixed_asset_expenses_account="building_depreciations_inputations_expenses" depreciation_percentage="5.0" charge_account="own_building_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="building"/>
|
3045
|
+
<item name="bee_band" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" depreciation_percentage="25.0" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3046
|
+
<item name="biological_auxiliary" charge_account="plant_medicine_matter_expenses" product_account="merchandising_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3047
|
+
<item name="bonus_staff_expense" charge_account="managing_associates_salary" purchasable="true" pictogram="user"/>
|
3048
|
+
<item name="building" fixed_asset_account="building_assets" fixed_asset_allocation_account="own_building_asset_depreciations" fixed_asset_expenses_account="building_depreciations_inputations_expenses" depreciation_percentage="5.0" charge_account="own_building_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="building" asset_fixable="true"/>
|
2976
3049
|
<item name="building_division" pictogram="barn"/>
|
2977
3050
|
<item name="calf" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
2978
3051
|
<item name="carriage" charge_account="merchandising_accessory_expenses" product_account="merchandising_accessory_revenues" purchasable="true" saleable="true" pictogram="truck"/>
|
@@ -2981,23 +3054,24 @@
|
|
2981
3054
|
<item name="congress" charge_account="congress_and_symposium_expenses" purchasable="true" pictogram="plane"/>
|
2982
3055
|
<item name="construction_materials_in_own_outstanding_installation" charge_account="outstanding_construction_on_own_land_parcel_assets" product_account="sales_assets_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" storable="true" pictogram="barn" stock_movement_account="merchandising_stocks_variation"/>
|
2983
3056
|
<item name="consumer_goods_office_item" charge_account="office_supply_matter_expenses" purchasable="true" pictogram="fax"/>
|
3057
|
+
<item name="cooperative_participation" charge_account="cooperative_participation_assets" product_account="cooperative_participation_assets" purchasable="true" saleable="true" pictogram="legal"/>
|
2984
3058
|
<item name="crop" product_account="plant_derivatives_revenues" stock_account="short_cycle_vegetals_stock" saleable="true" storable="true" pictogram="leaf" stock_movement_account="short_cycle_vegetals_inventory_variations"/>
|
2985
|
-
<item name="cultivable_zone" pictogram="land_parcels"/>
|
2986
3059
|
<item name="discount_and_reduction" charge_account="discount_and_reductions_expenses" product_account="discount_and_reductions_revenues" purchasable="true" saleable="true" pictogram="gift"/>
|
2987
|
-
<item name="duty_and_taxe" charge_account="
|
3060
|
+
<item name="duty_and_taxe" charge_account="government_tax_expenses" purchasable="true" pictogram="legal"/>
|
2988
3061
|
<item name="egg" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
2989
3062
|
<item name="electricity" charge_account="electricity_expenses" purchasable="true" pictogram="bolt"/>
|
2990
|
-
<item name="electronic_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="33.0" charge_account="
|
2991
|
-
<item name="equipment" fixed_asset_account="equipment_assets" fixed_asset_allocation_account="equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="15.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="tractor"/>
|
3063
|
+
<item name="electronic_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="33.0" charge_account="materials_expenses" product_account="merchandising_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="laptop" stock_movement_account="other_supply_stocks_variation" asset_fixable="true"/>
|
3064
|
+
<item name="equipment" fixed_asset_account="equipment_assets" fixed_asset_allocation_account="equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="15.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="tractor" asset_fixable="true"/>
|
2992
3065
|
<item name="equipment_fleet" pictogram="tractor"/>
|
2993
|
-
<item name="equipment_rent" charge_account="equipment_rent_expenses" product_account="
|
3066
|
+
<item name="equipment_rent" charge_account="equipment_rent_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="tractor"/>
|
2994
3067
|
<item name="equipment_repair_services" charge_account="equipment_maintenance_expenses" purchasable="true" pictogram="wrench"/>
|
3068
|
+
<item name="equity" charge_account="banks_services_expenses" product_account="other_financials_asset_revenues" purchasable="true" saleable="true" pictogram="legal"/>
|
2995
3069
|
<item name="exploitation_subsidies" product_account="exploitation_subsidies" saleable="true" pictogram="legal"/>
|
2996
3070
|
<item name="farm_teaching_services" charge_account="making_services_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2997
3071
|
<item name="fee" charge_account="fees_expenses" purchasable="true" pictogram="tasks"/>
|
2998
|
-
<item name="female_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2999
|
-
<item name="female_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3000
|
-
<item name="female_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3072
|
+
<item name="female_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3073
|
+
<item name="female_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3074
|
+
<item name="female_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3001
3075
|
<item name="fertilizer" charge_account="fertilizer_expenses" product_account="residual_products_revenues" stock_account="fertilizer_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="fertilizer_stocks_variation"/>
|
3002
3076
|
<item name="fiscal_fine" charge_account="fiscal_fine_exceptional_expenses" purchasable="true" pictogram="tasks"/>
|
3003
3077
|
<item name="fish_band" charge_account="other_animal_expenses" product_account="other_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="fish" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
@@ -3010,51 +3084,52 @@
|
|
3010
3084
|
<item name="harvest_insurance" charge_account="exploitation_risk_insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3011
3085
|
<item name="honey" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3012
3086
|
<item name="infirmity_and_death_insurance" charge_account="infirmity_and_death_insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3013
|
-
<item name="installation" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="road"/>
|
3014
|
-
<item name="installing_charge" charge_account="fees_expenses" fixed_asset_account="establishment_charge_assets" fixed_asset_allocation_account="incorporeal_asset_depreciations" fixed_asset_expenses_account="incorporeals_depreciations_inputations_expenses" depreciation_percentage="25.0" purchasable="true" depreciable="true" pictogram="book"/>
|
3087
|
+
<item name="installation" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="road" asset_fixable="true"/>
|
3088
|
+
<item name="installing_charge" charge_account="fees_expenses" fixed_asset_account="establishment_charge_assets" fixed_asset_allocation_account="incorporeal_asset_depreciations" fixed_asset_expenses_account="incorporeals_depreciations_inputations_expenses" depreciation_percentage="25.0" purchasable="true" depreciable="true" pictogram="book" asset_fixable="true"/>
|
3015
3089
|
<item name="insurance" charge_account="insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3016
3090
|
<item name="irrigation_water" charge_account="irrigation_expenses" purchasable="true" pictogram="drop"/>
|
3017
|
-
<item name="
|
3091
|
+
<item name="land" pictogram="land_parcels" purchasable="true" saleable="true" asset_fixable="true" depreciable="false" charge_account="land_charges" product_account="tangible_fixed_assets_revenues_without_livestock" fixed_asset_account="land_fixed_assets"/>
|
3092
|
+
<item name="land_parcel" charge_account="land_parcel_rent_expenses" product_account="tangible_fixed_assets_revenues_without_livestock" purchasable="true" saleable="true" pictogram="land_parcels"/>
|
3018
3093
|
<item name="land_parcel_cluster" pictogram="land_parcels"/>
|
3019
3094
|
<item name="land_parcel_construction" charge_account="redeemable_land_parcel_construction_assets" product_account="sales_assets_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" storable="false" pictogram="barn"/>
|
3020
3095
|
<item name="land_parcel_locative_charge" charge_account="land_parcel_locative_expenses" purchasable="true" pictogram="wrench"/>
|
3021
3096
|
<item name="leasing" charge_account="leasing_expenses" purchasable="true" pictogram="money"/>
|
3022
3097
|
<item name="licence" charge_account="licences_expenses" purchasable="true" pictogram="subscription"/>
|
3023
3098
|
<item name="little_office_item" charge_account="little_office_equipment_expenses" purchasable="true" pictogram="fax"/>
|
3024
|
-
<item name="loan_interest" charge_account="
|
3025
|
-
<item name="long_time_animal" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3099
|
+
<item name="loan_interest" charge_account="loans_interests" purchasable="true" pictogram="bank"/>
|
3100
|
+
<item name="long_time_animal" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3026
3101
|
<item name="maintenance" charge_account="maintenance_expenses" purchasable="true" pictogram="wrench"/>
|
3027
|
-
<item name="male_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3028
|
-
<item name="male_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3029
|
-
<item name="male_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3102
|
+
<item name="male_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3103
|
+
<item name="male_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3104
|
+
<item name="male_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3030
3105
|
<item name="meat" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3031
3106
|
<item name="milk" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3032
3107
|
<item name="natural_water" pictogram="drop"/>
|
3033
|
-
<item name="oenological_product" charge_account="raw_material_expenses" product_account="
|
3034
|
-
<item name="office_furniture_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="
|
3035
|
-
<item name="other_consumable" charge_account="other_consumable_matter_expenses" product_account="
|
3108
|
+
<item name="oenological_product" charge_account="raw_material_expenses" product_account="merchandising_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3109
|
+
<item name="office_furniture_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="office_supply_matter_expenses" product_account="merchandising_revenues" stock_account="workshop_supplies_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="fax" stock_movement_account="other_supply_stocks_variation" asset_fixable="true"/>
|
3110
|
+
<item name="other_consumable" charge_account="other_consumable_matter_expenses" product_account="merchandising_revenues" stock_account="other_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3036
3111
|
<item name="oyster_band" charge_account="other_animal_expenses" product_account="other_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="fish" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3037
3112
|
<item name="package_consumable" charge_account="packaging" stock_account="other_consumables_stock" purchasable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3038
3113
|
<item name="pig_band" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3039
|
-
<item name="plant" fixed_asset_account="sustainables_plants_assets" fixed_asset_allocation_account="sustainables_plants_asset_depreciations" fixed_asset_expenses_account="others_corporeals_depreciations_inputations_expenses" depreciation_percentage="4.0" charge_account="seed_expenses" product_account="
|
3040
|
-
<item name="plant_medicine" charge_account="plant_medicine_matter_expenses" product_account="
|
3114
|
+
<item name="plant" fixed_asset_account="sustainables_plants_assets" fixed_asset_allocation_account="sustainables_plants_asset_depreciations" fixed_asset_expenses_account="others_corporeals_depreciations_inputations_expenses" depreciation_percentage="4.0" charge_account="seed_expenses" product_account="plant_derivatives_revenues" stock_account="long_cycle_vegetals_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="matter" stock_movement_account="long_cycle_vegetals_inventory_variations" asset_fixable="true"/>
|
3115
|
+
<item name="plant_medicine" charge_account="plant_medicine_matter_expenses" product_account="residual_products_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3041
3116
|
<item name="processed_grain" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="wheat" stock_movement_account="merchandising_stocks_variation"/>
|
3042
3117
|
<item name="processed_meat" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="merchandising_stocks_variation"/>
|
3043
3118
|
<item name="processed_milk" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="merchandising_stocks_variation"/>
|
3044
3119
|
<item name="professional_subscription" charge_account="professional_subscriptions_expenses" purchasable="true" pictogram="cc"/>
|
3045
3120
|
<item name="rabbit_band" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3046
3121
|
<item name="raw_materials" charge_account="materials_expenses" stock_account="other_consumables_stock" purchasable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3047
|
-
<item name="rent" charge_account="rent_expenses" product_account="
|
3122
|
+
<item name="rent" charge_account="rent_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="money"/>
|
3048
3123
|
<item name="rent_hosting_service" charge_account="rent_expenses" purchasable="true" pictogram="subscription"/>
|
3049
3124
|
<item name="representation" charge_account="advertising_expenses" purchasable="true" pictogram="cc"/>
|
3050
3125
|
<item name="running_water" charge_account="water_expenses" purchasable="true" pictogram="drop"/>
|
3051
3126
|
<item name="salary_social_contribution" charge_account="salary_social_contribution_expenses" purchasable="true" pictogram="user"/>
|
3052
|
-
<item name="seed" charge_account="seed_expenses" product_account="
|
3127
|
+
<item name="seed" charge_account="seed_expenses" product_account="plant_derivatives_revenues" stock_account="seed_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="seed_stocks_variation"/>
|
3053
3128
|
<item name="service" product_account="services_revenues" saleable="true" pictogram="user"/>
|
3054
|
-
<item name="settlement" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="
|
3129
|
+
<item name="settlement" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses" depreciation_percentage="10.0" product_account="sales_assets_revenues" saleable="true" depreciable="true" pictogram="building" asset_fixable="true"/>
|
3055
3130
|
<item name="short_time_animal" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3056
|
-
<item name="small_electronic_equipment" charge_account="
|
3057
|
-
<item name="small_equipment" charge_account="maintenances_consumables_expenses" product_account="
|
3131
|
+
<item name="small_electronic_equipment" charge_account="materials_expenses" product_account="merchandising_revenues" stock_account="workshop_supplies_stock" purchasable="true" saleable="true" storable="true" pictogram="laptop" stock_movement_account="other_supply_stocks_variation"/>
|
3132
|
+
<item name="small_equipment" charge_account="maintenances_consumables_expenses" product_account="merchandising_revenues" stock_account="maintenances_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="wrench" stock_movement_account="other_supply_stocks_variation"/>
|
3058
3133
|
<item name="straw" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="wheat" stock_movement_account="products_inventory_variations"/>
|
3059
3134
|
<item name="studies_and_research" charge_account="studies_and_research_expenses" purchasable="true" pictogram="book"/>
|
3060
3135
|
<item name="subcontracting" charge_account="subcontracting_expenses" purchasable="true" pictogram="user"/>
|
@@ -3066,10 +3141,10 @@
|
|
3066
3141
|
<item name="vegetable" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="leaf" stock_movement_account="products_inventory_variations"/>
|
3067
3142
|
<item name="vegetals_making_services" charge_account="vegetals_making_services_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="tractor"/>
|
3068
3143
|
<item name="wine" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3069
|
-
<item name="wine_package_consumable" charge_account="packaging" product_account="
|
3070
|
-
<item name="worker" charge_account="staff_expenses" product_account="
|
3071
|
-
<item name="young_cat" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3072
|
-
<item name="young_dog" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3144
|
+
<item name="wine_package_consumable" charge_account="packaging" product_account="merchandising_revenues" stock_account="other_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3145
|
+
<item name="worker" charge_account="staff_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="male"/>
|
3146
|
+
<item name="young_cat" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3147
|
+
<item name="young_dog" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3073
3148
|
</items>
|
3074
3149
|
</nomenclature>
|
3075
3150
|
<nomenclature name="product_nature_variants" translateable="true">
|
@@ -3189,6 +3264,7 @@
|
|
3189
3264
|
<item name="cattle_liquid_slurry" nature="organic_fertilizer" variety="liquid_slurry" derivative_of="bos" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.30percent" unit_name="cubic_meter"/>
|
3190
3265
|
<item name="cattle_manure" nature="organic_fertilizer" variety="manure" derivative_of="bos" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.54percent, potassium_concentration: 0.30percent, phosphorus_concentration: 0.11percent" unit_name="ton"/>
|
3191
3266
|
<item name="cattle_slurry" nature="organic_fertilizer" variety="slurry" derivative_of="bos" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.40percent" unit_name="cubic_meter"/>
|
3267
|
+
<item name="cereal_taxe" nature="crop_taxe"/>
|
3192
3268
|
<item name="cereals_feed_bag_25" nature="animal_food" variety="mix" derivative_of="poaceae" frozen_indicators_values="net_mass: 25.00kilogram" unit_name="25kg_bag"/>
|
3193
3269
|
<item name="cereals_harvest_insurance" nature="harvest_insurance"/>
|
3194
3270
|
<item name="chainsaw" nature="chainsaw" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3200,7 +3276,12 @@
|
|
3200
3276
|
<item name="chicken_egg" nature="egg" derivative_of="gallus" frozen_indicators_values="net_volume: 80milliliter, net_mass: 53gram"/>
|
3201
3277
|
<item name="chicken_meat" nature="poultry_meat" derivative_of="gallus_gallus_domesticus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3202
3278
|
<item name="chicory_crop" nature="crop" variety="cichorium" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3279
|
+
<item name="common_beta_crop" nature="crop" variety="beta_vulgaris" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3280
|
+
<item name="common_carrot_crop" nature="vegetable_crop" variety="daucus_carota" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3203
3281
|
<item name="common_consumable" nature="common_consumable" frozen_indicators_values="net_mass: 1kilogram, net_volume: 1.00liter" unit_name="liter"/>
|
3282
|
+
<item name="common_crop" nature="cereal_crop" variety="plant" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3283
|
+
<item name="common_linum_crop" nature="crop" variety="linum_usitatissimum_annua" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3284
|
+
<item name="common_onion_crop" nature="crop" variety="allium_cepa" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3204
3285
|
<item name="common_package" nature="common_package"/>
|
3205
3286
|
<item name="complete_herbicide" nature="herbicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3206
3287
|
<item name="computer_display" nature="computer_device"/>
|
@@ -3311,6 +3392,8 @@
|
|
3311
3392
|
<item name="coop:uree_gr_vrac" nature="chemical_fertilizer" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 46percent" unit_name="ton"/>
|
3312
3393
|
<item name="coop:vesce_velue_savane_hiver_10k" nature="seed" derivative_of="vicia_villosa_savane" frozen_indicators_values="net_mass: 10.00kilogram, thousand_grains_mass: 32gram" unit_name="10kg_bag"/>
|
3313
3394
|
<item name="coop:yellow_pea_grain" nature="grain" derivative_of="pisum" frozen_indicators_values="net_mass: 1.00ton"/>
|
3395
|
+
<item name="cooperative_participation" nature="cooperative_participation"/>
|
3396
|
+
<item name="cooperative_share" nature="share"/>
|
3314
3397
|
<item name="corabel_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_corabel" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3315
3398
|
<item name="corker" nature="corker" frozen_indicators_values="" unit_name="equipment"/>
|
3316
3399
|
<item name="corn_crop" nature="cereal_crop" variety="zea_mays" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
@@ -3545,6 +3628,7 @@
|
|
3545
3628
|
<item name="merlot_noir_so4_vine_seedling" nature="usual_vine_seedling" derivative_of="vitis_vinifera_merlot_noir" frozen_indicators_values="woodstock_variety: vitis_cinerea_x_vitis_riparia_SO4"/>
|
3546
3629
|
<item name="merveille_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_merveille" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3547
3630
|
<item name="milk_tank" nature="milk_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3631
|
+
<item name="milk_taxe" nature="animal_product_taxe"/>
|
3548
3632
|
<item name="milked_lamb_meat" nature="lamb_meat" derivative_of="ovis" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3549
3633
|
<item name="milked_pork_meat" nature="pork_meat" derivative_of="sus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3550
3634
|
<item name="milking_division" nature="food_equipment_division" frozen_indicators_values="" unit_name="room"/>
|
@@ -3558,7 +3642,7 @@
|
|
3558
3642
|
<item name="mixed_chemical_fertilizer" nature="mixed_chemical_fertilizer" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton" unit_name="ton"/>
|
3559
3643
|
<item name="mixed_liquid_fertilizer" nature="mixed_liquid_fertilizer" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3560
3644
|
<item name="mixed_organic_fertilizer" nature="mixed_organic_fertilizer" frozen_indicators_values="net_mass: 1.00kg"/>
|
3561
|
-
<item name="mixture_seed" nature="seed" derivative_of="
|
3645
|
+
<item name="mixture_seed" nature="seed" derivative_of="plant" frozen_indicators_values="net_mass: 1.00kilogram, thousand_grains_mass: 50gram" unit_name="kilogram"/>
|
3562
3646
|
<item name="mixture_vetch_oat_pea_crop" nature="crop" variety="vicia" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3563
3647
|
<item name="molluscicide" nature="molluscicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3564
3648
|
<item name="monthly_enterprise_support" nature="user_support" frozen_indicators_values="usage_duration: 30day" unit_name="month"/>
|
@@ -3815,6 +3899,8 @@
|
|
3815
3899
|
<item name="animal_litter" category="animal_litter" variety="matter" derivative_of="plant" population_counting="decimal" abilities="cover(building_division)" frozen_indicators="net_mass, net_volume"/>
|
3816
3900
|
<item name="animal_medicine" category="animal_medicine" variety="preparation" population_counting="decimal" abilities="kill(bacteria), kill(virus), kill(fungus), care(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume, meat_withdrawal_period, milk_withdrawal_period"/>
|
3817
3901
|
<item name="animal_medicine_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation)" variable_indicators="nominal_storable_net_volume" frozen_indicators=""/>
|
3902
|
+
<item name="animal_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
3903
|
+
<item name="animal_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
3818
3904
|
<item name="animals_making_services" category="animals_making_services" variety="service" population_counting="decimal" variable_indicators=""/>
|
3819
3905
|
<item name="associate_social_contribution" category="associate_social_contribution" variety="service" population_counting="decimal" variable_indicators=""/>
|
3820
3906
|
<item name="bale_collector" category="equipment" variety="trailed_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(straw), store(straw)"/>
|
@@ -3850,6 +3936,7 @@
|
|
3850
3936
|
<item name="congress" category="congress" variety="service" population_counting="decimal" variable_indicators=""/>
|
3851
3937
|
<item name="construction_material_in_own_outstanding_installation" category="construction_materials_in_own_outstanding_installation" variety="raw_matter" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass"/>
|
3852
3938
|
<item name="consumer_goods_office_item" category="consumer_goods_office_item" variety="service" population_counting="integer" variable_indicators=""/>
|
3939
|
+
<item name="cooperative_participation" category="cooperative_participation" variety="service" population_counting="decimal" variable_indicators=""/>
|
3853
3940
|
<item name="cork" category="wine_package_consumable" variety="cork" population_counting="integer" abilities="close(cork_bottle)" variable_indicators="length, width"/>
|
3854
3941
|
<item name="corker" category="equipment" variety="equipment" population_counting="unitary" abilities="close(bottle)" frozen_indicators=""/>
|
3855
3942
|
<item name="corn_topper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="castrate(plant), move" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
@@ -3857,13 +3944,14 @@
|
|
3857
3944
|
<item name="crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(straw)" variable_indicators="fresh_mass, plant_life_state, plant_reproduction_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="straw"/>
|
3858
3945
|
<item name="crop_protective_item" category="small_equipment" derivative_of="equipment" variety="matter" population_counting="integer" abilities="care(plant)" variable_indicators="length, width"/>
|
3859
3946
|
<item name="crop_residue" category="straw" variety="straw" derivative_of="plant" population_counting="decimal" variable_indicators="" frozen_indicators="net_mass, net_volume"/>
|
3860
|
-
<item name="
|
3947
|
+
<item name="crop_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
3948
|
+
<item name="cultivable_zone" category="land" variety="cultivable_zone" population_counting="decimal" abilities="consume(water), consume(seed), produce(plant), store(plant), store(animal), store(fungus)" variable_indicators="fence_perimeter, shape, soil_cultural_state" frozen_indicators="net_surface_area"/>
|
3861
3949
|
<item name="discount_and_reduction" category="discount_and_reduction" variety="service" population_counting="decimal" variable_indicators=""/>
|
3862
3950
|
<item name="disinfectant_product" category="other_consumable" variety="preparation" population_counting="decimal" abilities="clean(building_division), kill(bacteria)" frozen_indicators="net_mass, net_volume"/>
|
3863
3951
|
<item name="draining_item" category="small_equipment" derivative_of="equipment" variety="matter" population_counting="integer" abilities="drain" variable_indicators="diameter, length"/>
|
3864
3952
|
<item name="duck_band" category="aves_band" variety="aves" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators="healthy" derivatives="meat"/>
|
3865
3953
|
<item name="duck_herd" category="aves_herd" variety="animal_group" derivative_of="aves" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" frozen_indicators=""/>
|
3866
|
-
<item name="dumper" category="equipment" variety="heavy_equipment" population_counting="unitary" abilities="store_fluid, store(excrement), store(straw)" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass" variable_indicators="geolocation"/>
|
3954
|
+
<item name="dumper" category="equipment" variety="heavy_equipment" population_counting="unitary" abilities="store_fluid, store(excrement), store(straw)" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass" variable_indicators="geolocation, hour_counter"/>
|
3867
3955
|
<item name="egg" category="egg" variety="egg" derivative_of="aves" population_counting="integer" variable_indicators="" frozen_indicators="net_volume, net_mass"/>
|
3868
3956
|
<item name="electricity" category="electricity" variety="electricity" population_counting="decimal" variable_indicators="" frozen_indicators="energy"/>
|
3869
3957
|
<item name="equipment" category="equipment" variety="equipment" population_counting="unitary" abilities="catch(matter), spread(preparation), plow, sow, harvest(raw_matter), store(raw_matter)" frozen_indicators=""/>
|
@@ -3895,12 +3983,12 @@
|
|
3895
3983
|
<item name="fiscal_fine" category="fiscal_fine" variety="service" population_counting="decimal" variable_indicators=""/>
|
3896
3984
|
<item name="flower_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(pollen), produce(flower), produce(straw), produce(grain)" variable_indicators="plant_life_state, plants_count, shape" frozen_indicators="net_surface_area" derivatives="pollen, flower, straw, grain"/>
|
3897
3985
|
<item name="fodder_bale" category="grass" variety="grass" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="dry_matter_rate" frozen_indicators="net_mass, net_volume, fodder_bales_count"/>
|
3898
|
-
<item name="foliar_spray" category="fertilizer" variety="preparation" population_counting="decimal" abilities="care(plant), fertilize, kill(insecta), kill(fungus)" variable_indicators="
|
3986
|
+
<item name="foliar_spray" category="fertilizer" variety="preparation" population_counting="decimal" abilities="care(plant), fertilize, kill(insecta), kill(fungus)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass"/>
|
3899
3987
|
<item name="food_distributor" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="deliver(silage),deliver(straw),deliver(hay)" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators=""/>
|
3900
3988
|
<item name="food_equipment_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(equipment), store(grass), store(mix), store(seed)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators=""/>
|
3901
3989
|
<item name="food_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(mix)" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators=""/>
|
3902
3990
|
<item name="forager" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(plant), consume(oil), consume(fuel)" variable_indicators="application_width, geolocation" frozen_indicators=""/>
|
3903
|
-
<item name="forklift" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation" frozen_indicators="" linkage_points="rear"/>
|
3991
|
+
<item name="forklift" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, hour_counter" frozen_indicators="" linkage_points="rear"/>
|
3904
3992
|
<item name="forwarding_agent_fees_expense" category="forwarding_agent_fees_expense" variety="service" population_counting="decimal" variable_indicators=""/>
|
3905
3993
|
<item name="freelance" category="subcontracting" variety="service" population_counting="decimal" variable_indicators=""/>
|
3906
3994
|
<item name="freezer_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation),freeze" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators=""/>
|
@@ -3909,7 +3997,7 @@
|
|
3909
3997
|
<item name="fruit_residu" category="fruit" variety="pomace" population_counting="decimal" abilities="fertilize" variable_indicators="" frozen_indicators="net_mass, net_volume"/>
|
3910
3998
|
<item name="fuel" category="fuel" variety="fuel" population_counting="decimal" variable_indicators="" frozen_indicators="energy, net_volume, net_mass"/>
|
3911
3999
|
<item name="fuel_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(fuel)" variable_indicators="" frozen_indicators="nominal_storable_net_volume"/>
|
3912
|
-
<item name="fungicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(fungus), care(plant)" variable_indicators="
|
4000
|
+
<item name="fungicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(fungus), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass"/>
|
3913
4001
|
<item name="gas" category="gas" variety="gas" population_counting="decimal" variable_indicators="" frozen_indicators="energy"/>
|
3914
4002
|
<item name="gas_engine" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="store_gaz, kill(plant)" frozen_indicators="application_width, nominal_storable_net_volume, theoretical_working_speed" variable_indicators="geolocation"/>
|
3915
4003
|
<item name="goat_herd" category="cattle_herd" variety="animal_group" derivative_of="capra" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators=""/>
|
@@ -3933,7 +4021,7 @@
|
|
3933
4021
|
<item name="hedge_cutter" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators=""/>
|
3934
4022
|
<item name="hen_band" category="aves_band" variety="gallus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), produce(egg), consume(mix)" variable_indicators="" frozen_indicators="sex, reproductor" derivatives="meat, egg"/>
|
3935
4023
|
<item name="hen_herd" category="aves_herd" variety="animal_group" derivative_of="gallus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators=""/>
|
3936
|
-
<item name="herbicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(plant), care(plant)" variable_indicators="
|
4024
|
+
<item name="herbicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(plant), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass"/>
|
3937
4025
|
<item name="hiller" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="earth_up" frozen_indicators="application_width, rows_count, theoretical_working_speed" variable_indicators="geolocation"/>
|
3938
4026
|
<item name="hive" category="equipment" variety="equipment" population_counting="unitary" abilities="store(apis), store(honey)"/>
|
3939
4027
|
<item name="hoe" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially, hoe" variable_indicators="geolocation" frozen_indicators="application_width, rows_count, theoretical_working_speed"/>
|
@@ -3943,7 +4031,7 @@
|
|
3943
4031
|
<item name="hydraulic_oil" category="fuel" variety="oil" population_counting="decimal" abilities="lubricate(equipment)" variable_indicators="" frozen_indicators="net_volume, net_mass"/>
|
3944
4032
|
<item name="implanter" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="implant" variable_indicators="geolocation" frozen_indicators="application_width, rows_count, theoretical_working_speed"/>
|
3945
4033
|
<item name="infirmity_and_death_insurance" category="infirmity_and_death_insurance" variety="service" population_counting="decimal" variable_indicators=""/>
|
3946
|
-
<item name="insecticide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(insecta), care(plant)" variable_indicators="
|
4034
|
+
<item name="insecticide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(insecta), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass"/>
|
3947
4035
|
<item name="inseminator" category="worker" variety="worker" population_counting="unitary" abilities="move, administer_inseminate(animal)" variable_indicators="geolocation" frozen_indicators=""/>
|
3948
4036
|
<item name="installing_charge" category="installing_charge" variety="service" population_counting="decimal" variable_indicators=""/>
|
3949
4037
|
<item name="insurance" category="insurance" variety="service" population_counting="decimal" variable_indicators=""/>
|
@@ -3993,7 +4081,7 @@
|
|
3993
4081
|
<item name="mixed_chemical_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="nitrogen_concentration, phosphorus_concentration, potassium_concentration" frozen_indicators="net_volume, net_mass"/>
|
3994
4082
|
<item name="mixed_liquid_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="net_volume, nitrogen_concentration, phosphorus_concentration, potassium_concentration" frozen_indicators="net_mass"/>
|
3995
4083
|
<item name="mixed_organic_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" frozen_indicators="net_mass" variable_indicators="nitrogen_concentration, phosphorus_concentration, potassium_concentration, dry_matter_rate, organic_matter_concentration, sulfur_trioxide_concentration, magnesium_concentration, calcium_concentrtion, net_volume"/>
|
3996
|
-
<item name="molluscicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(gastropoda), care(plant)" variable_indicators="
|
4084
|
+
<item name="molluscicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(gastropoda), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass"/>
|
3997
4085
|
<item name="motor_oil" category="fuel" variety="oil" population_counting="decimal" abilities="lubricate(trailed_equipment), lubricate(motorized_vehicle)" variable_indicators="" frozen_indicators="net_volume, net_mass"/>
|
3998
4086
|
<item name="moving_travel" category="travel" variety="service" population_counting="decimal" variable_indicators=""/>
|
3999
4087
|
<item name="mower" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="mow" variable_indicators="application_width, geolocation" frozen_indicators=""/>
|
@@ -4033,6 +4121,7 @@
|
|
4033
4121
|
<item name="processed_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass"/>
|
4034
4122
|
<item name="processed_pork_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass"/>
|
4035
4123
|
<item name="processed_poultry_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass"/>
|
4124
|
+
<item name="processed_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
4036
4125
|
<item name="product_insurance" category="insurance" variety="service" population_counting="integer" variable_indicators=""/>
|
4037
4126
|
<item name="professional_subscription" category="professional_subscription" variety="service" population_counting="integer" variable_indicators=""/>
|
4038
4127
|
<item name="project_management" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration"/>
|
@@ -4054,6 +4143,7 @@
|
|
4054
4143
|
<item name="seedbed_preparator" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially, implant" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
4055
4144
|
<item name="seedling" category="plant" variety="seedling" population_counting="integer" abilities="grow" variable_indicators="" frozen_indicators="net_mass, items_count" derivative_of="plant"/>
|
4056
4145
|
<item name="settlement" category="settlement" variety="settlement" population_counting="unitary" abilities="store(building), store(building_division)" variable_indicators="net_surface_area, shape" frozen_indicators=""/>
|
4146
|
+
<item name="share" category="equity" variety="service" population_counting="decimal" variable_indicators=""/>
|
4057
4147
|
<item name="sheep_herd" category="cattle_herd" variety="animal_group" derivative_of="ovis" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators=""/>
|
4058
4148
|
<item name="shell_fruit_reaper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(walnut), harvest(hazelnut), consume(oil), consume(fuel)" variable_indicators="application_width" frozen_indicators=""/>
|
4059
4149
|
<item name="sieve_shaker" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="sieve" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
@@ -4081,12 +4171,12 @@
|
|
4081
4171
|
<item name="technician" category="worker" variety="worker" population_counting="unitary" abilities="drive(equipment), move, milk(mammalia), repair(equipment), administer_care(animal)" variable_indicators="geolocation" frozen_indicators=""/>
|
4082
4172
|
<item name="telescopic_handler" category="equipment" variety="handling_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(product)"/>
|
4083
4173
|
<item name="topper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
4084
|
-
<item name="tractor" category="equipment" variety="tractor" population_counting="unitary" abilities="catch(matter), move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation,
|
4174
|
+
<item name="tractor" category="equipment" variety="tractor" population_counting="unitary" abilities="catch(matter), move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, hour_counter" frozen_indicators="" linkage_points="rear, front"/>
|
4085
4175
|
<item name="trade_show" category="trade_show" variety="service" population_counting="integer" variable_indicators=""/>
|
4086
4176
|
<item name="trailer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="store_fluid, store(grain), store(grass), store(raw_matter), store(silage), move" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass"/>
|
4087
4177
|
<item name="training_course" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration"/>
|
4088
4178
|
<item name="trimmer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
4089
|
-
<item name="truck" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, fuel_consumption" frozen_indicators="" linkage_points="rear"/>
|
4179
|
+
<item name="truck" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, fuel_consumption, hour_counter" frozen_indicators="" linkage_points="rear"/>
|
4090
4180
|
<item name="turnip" category="vegetable" variety="vegetable" derivative_of="brassica_rapa_rapa" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass"/>
|
4091
4181
|
<item name="uncover" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="uncover(plant)" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
4092
4182
|
<item name="user_support" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration"/>
|
@@ -4102,7 +4192,7 @@
|
|
4102
4192
|
<item name="water_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store_liquid, store(water)" frozen_indicators="nominal_storable_net_volume" variable_indicators="geolocation"/>
|
4103
4193
|
<item name="weeder" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="kill(plant)" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation"/>
|
4104
4194
|
<item name="weeding_kit" category="equipment" variety="equipment" population_counting="unitary" abilities="kill(plant), spray" frozen_indicators="nominal_storable_net_volume, rows_count" variable_indicators="geolocation"/>
|
4105
|
-
<item name="wheel_loader" category="equipment" variety="heavy_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(product)"/>
|
4195
|
+
<item name="wheel_loader" category="equipment" variety="heavy_equipment" population_counting="unitary" variable_indicators="geolocation, hour_counter" abilities="catch(product)"/>
|
4106
4196
|
<item name="wine" category="wine" variety="wine" derivative_of="grape" population_counting="decimal" variable_indicators="certification, reference_year, temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass"/>
|
4107
4197
|
<item name="wine_acidifying" category="oenological_product" variety="preparation" population_counting="decimal" abilities="acidify(fermented_juice), acidify(wine)" variable_indicators="" frozen_indicators="net_mass"/>
|
4108
4198
|
<item name="wine_alkalinizing" category="oenological_product" variety="preparation" population_counting="decimal" abilities="alkalinize(fermented_juice), alkalinize(wine)" variable_indicators="" frozen_indicators="net_mass"/>
|
@@ -9781,14 +9871,14 @@
|
|
9781
9871
|
<property name="suffix" type="string"/>
|
9782
9872
|
</properties>
|
9783
9873
|
<items>
|
9784
|
-
<item name="eu_vat" computation_method="percentage" deduction_account="
|
9785
|
-
<item name="import_export_vat" computation_method="percentage" deduction_account="
|
9786
|
-
<item name="inflated_vat" computation_method="percentage" deduction_account="
|
9787
|
-
<item name="intermediate_vat" computation_method="percentage" deduction_account="
|
9788
|
-
<item name="normal_vat" computation_method="percentage" deduction_account="
|
9789
|
-
<item name="null_vat" computation_method="percentage" deduction_account="
|
9790
|
-
<item name="particular_vat" computation_method="percentage" deduction_account="
|
9791
|
-
<item name="reduced_vat" computation_method="percentage" deduction_account="
|
9874
|
+
<item name="eu_vat" computation_method="percentage" deduction_account="deductible_intra_eu_vat" fixed_asset_deduction_account="deductible_intra_eu_vat" collect_account="collected_vat" suffix="2"/>
|
9875
|
+
<item name="import_export_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" fixed_asset_deduction_account="deductible_asset_vat" suffix="6"/>
|
9876
|
+
<item name="inflated_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="8"/>
|
9877
|
+
<item name="intermediate_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="3"/>
|
9878
|
+
<item name="normal_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="4" fixed_asset_deduction_account="deductible_asset_vat"/>
|
9879
|
+
<item name="null_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="9"/>
|
9880
|
+
<item name="particular_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="1"/>
|
9881
|
+
<item name="reduced_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="5"/>
|
9792
9882
|
</items>
|
9793
9883
|
</nomenclature>
|
9794
9884
|
<nomenclature name="taxes" translateable="true">
|