onoma 0.2.2 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +3 -0
- data/.gitlab-ci.yml +14 -0
- data/Gemfile +2 -0
- data/Rakefile +3 -6
- data/bin/rake +29 -0
- 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 +3146 -2987
- data/config/locales/fra.yml +629 -478
- 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/migrate/20170904223101_add_cultivable_zone_registry.xml +4 -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/migrate/20190718130243_remove_services_expenses.xml +5 -0
- data/db/migrate/20190801142431_remove_accounts_from_pcg82.xml +5 -0
- data/db/migrate/20190807125202_add_nature_to_product_natures.xml +326 -0
- data/db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml +5 -0
- data/db/migrate/20190909150402_add_staff_supply_stock_account.xml +4 -0
- data/db/migrate/20190913102036_add_caliber_indicator.xml +4 -0
- data/db/migrate/20190917161215_add_missing_mass_area_density_units.xml +21 -0
- data/db/migrate/20190917161216_update_quintal_symbol.xml +4 -0
- data/db/migrate/20190917161217_adds_more_info_to_units.xml +133 -0
- data/db/migrate/20190918074757_add_new_accounts.xml +8 -0
- data/db/migrate/20191001122750_add_accounts_fixed_assets_related.xml +10 -0
- data/db/migrate/20191016152118_add_missing_document_templates.xml +6 -0
- data/db/migrate/20191028175001_add_short_balance_sheet.xml +4 -0
- data/db/migrate/20191029131921_add_vine_equipments.xml +117 -0
- data/db/migrate/20191112132413_remove_roller_from_product_natures.xml +5 -0
- data/db/migrate/20191113134626_add_nature_to_new_product_natures.xml +11 -0
- data/db/migrate/20191125133327_add_missing_units_and_indicators.xml +5 -0
- data/db/migrate/20200107095554_add_signed_field_to_document_nature.xml +9 -0
- data/db/migrate/20200305160358_add_varieties_for_phytosanitary.xml +11 -0
- data/db/migrate/20200421123503_add_type_to_categories_and_variants.xml +1136 -0
- data/db/migrate/20200514092205_add_liter_per_hectoliter_unit.xml +4 -0
- data/db/migrate/20200722091859_triticale_derivative_of.xml +5 -0
- data/db/reference.xml +1934 -1676
- data/lib/onoma.rb +82 -24
- data/lib/onoma/item.rb +19 -3
- data/lib/onoma/migration/actions/base.rb +1 -5
- data/lib/onoma/migration/actions/item_change.rb +1 -5
- data/lib/onoma/migration/actions/item_creation.rb +2 -6
- data/lib/onoma/migration/actions/item_merging.rb +1 -5
- data/lib/onoma/migration/actions/item_removal.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_change.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_creation.rb +1 -1
- data/lib/onoma/migration/actions/nomenclature_removal.rb +1 -5
- data/lib/onoma/migration/actions/property_creation.rb +4 -4
- data/lib/onoma/migration/base.rb +38 -0
- data/lib/onoma/migrator.rb +13 -0
- data/lib/onoma/migrator/reference.rb +71 -0
- data/lib/onoma/migrator/translation.rb +76 -0
- data/lib/onoma/models/ability.rb +4 -0
- data/lib/onoma/models/account.rb +4 -0
- data/lib/onoma/models/accounting_system.rb +12 -0
- data/lib/onoma/models/activity_family.rb +4 -0
- data/lib/onoma/models/administrative_area.rb +4 -0
- data/lib/onoma/models/administrative_area_nature.rb +4 -0
- data/lib/onoma/models/analysis_nature.rb +4 -0
- data/lib/onoma/models/animal_life_state.rb +4 -0
- data/lib/onoma/models/cation_exchange_capacity_analysis_method.rb +4 -0
- data/lib/onoma/models/certification.rb +4 -0
- data/lib/onoma/models/certification_label.rb +4 -0
- data/lib/onoma/models/chemical_classification.rb +4 -0
- data/lib/onoma/models/chemical_element.rb +4 -0
- data/lib/onoma/models/country.rb +4 -0
- data/lib/onoma/models/crop_set.rb +4 -0
- data/lib/onoma/models/currency.rb +4 -0
- data/lib/onoma/models/delivery_mode.rb +4 -0
- data/lib/onoma/models/dimension.rb +4 -0
- data/lib/onoma/models/document_category.rb +4 -0
- data/lib/onoma/models/document_nature.rb +4 -0
- data/lib/onoma/models/entity_link_nature.rb +4 -0
- data/lib/onoma/models/event_nature.rb +4 -0
- data/lib/onoma/models/fence_perimeter.rb +4 -0
- data/lib/onoma/models/figure.rb +4 -0
- data/lib/onoma/models/fiscal_position.rb +4 -0
- data/lib/onoma/models/guide_nature.rb +4 -0
- data/lib/onoma/models/identifier_nature.rb +4 -0
- data/lib/onoma/models/indicator.rb +7 -0
- data/lib/onoma/models/issue_nature.rb +4 -0
- data/lib/onoma/models/land.rb +4 -0
- data/lib/onoma/models/language.rb +4 -0
- data/lib/onoma/models/mammalia_birth_condition.rb +4 -0
- data/lib/onoma/models/mammalia_reproduction_state.rb +4 -0
- data/lib/onoma/models/molecule.rb +4 -0
- data/lib/onoma/models/net_service.rb +4 -0
- data/lib/onoma/models/opportunity_origin.rb +4 -0
- data/lib/onoma/models/phosphorus_analysis_method.rb +4 -0
- data/lib/onoma/models/plant_life_state.rb +4 -0
- data/lib/onoma/models/plant_reproduction_state.rb +4 -0
- data/lib/onoma/models/plants_growth_level.rb +4 -0
- data/lib/onoma/models/procedure_action.rb +4 -0
- data/lib/onoma/models/procedure_category.rb +4 -0
- data/lib/onoma/models/procedure_nature.rb +4 -0
- data/lib/onoma/models/procedure_role.rb +4 -0
- data/lib/onoma/models/product_nature.rb +4 -0
- data/lib/onoma/models/product_nature_category.rb +4 -0
- data/lib/onoma/models/product_nature_variant.rb +4 -0
- data/lib/onoma/models/production_nature.rb +4 -0
- data/lib/onoma/models/production_system.rb +4 -0
- data/lib/onoma/models/production_usage.rb +4 -0
- data/lib/onoma/models/residue_elimination_method.rb +4 -0
- data/lib/onoma/models/role.rb +4 -0
- data/lib/onoma/models/running_cost.rb +4 -0
- data/lib/onoma/models/sex.rb +4 -0
- data/lib/onoma/models/soil_cultural_state.rb +4 -0
- data/lib/onoma/models/soil_nature.rb +4 -0
- data/lib/onoma/models/spatial_reference_system.rb +4 -0
- data/lib/onoma/models/tax.rb +4 -0
- data/lib/onoma/models/tax_nature.rb +4 -0
- data/lib/onoma/models/unit.rb +4 -0
- data/lib/onoma/models/variety.rb +31 -0
- data/lib/onoma/models/working_set.rb +4 -0
- data/lib/onoma/nomenclature.rb +19 -23
- data/lib/onoma/{database.rb → nomenclature_set.rb} +25 -57
- data/lib/onoma/{property.rb → property_nature.rb} +5 -8
- data/lib/onoma/record/base.rb +15 -0
- data/lib/onoma/reflection.rb +3 -3
- data/lib/onoma/version.rb +3 -1
- data/onoma.gemspec +19 -20
- metadata +156 -39
- data/lib/onoma/migration.rb +0 -122
- data/lib/onoma/migration/actions.rb +0 -9
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Edit centralizing field accounts">
|
3
|
+
<item-change item="accounts#staff_due_remunerations" centralizing="false"/> #421
|
4
|
+
<item-change item="accounts#attorneys" centralizing="false"/> #467
|
5
|
+
<item-change item="accounts#in_cycle_products_stock" centralizing="false"/> #330
|
6
|
+
<item-change item="accounts#in_cycle_services_stock" centralizing="false"/> #340
|
7
|
+
<item-change item="accounts#sundry_debtors_and_creditors" centralizing="false"/> #467
|
8
|
+
<item-change item="accounts#supply_stock" centralizing="false"/> #301
|
9
|
+
<item-change item="accounts#long_time_animal_stock" centralizing="false"/> #310
|
10
|
+
<item-change item="accounts#short_time_animal_stock" centralizing="false"/> #320
|
11
|
+
<item-change item="accounts#long_cycle_vegetals_stock" centralizing="false"/> #330
|
12
|
+
<item-change item="accounts#short_cycle_vegetals_stock" centralizing="false"/> #340
|
13
|
+
<item-change item="accounts#plant_derivative_stock" centralizing="false"/> #374
|
14
|
+
<item-change item="accounts#animal_derivative_stock" centralizing="false"/> #375
|
15
|
+
<item-change item="accounts#processing_products_stock" centralizing="false"/> #376
|
16
|
+
<item-change item="accounts#stocks_variation" centralizing="false"/> #603
|
17
|
+
</migration>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add missing categories">
|
3
|
+
<item-creation item="product_nature_categories#agricultural_taxe" charge_account="products_specials_taxes" product_account="products_specials_taxes" purchasable="true" saleable="true" pictogram="legal"/>
|
4
|
+
<item-creation item="product_natures#crop_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
5
|
+
<item-creation item="product_nature_variants#cereal_taxe" nature="crop_taxe" unit_name="unit"/>
|
6
|
+
<item-creation item="product_nature_categories#cooperative_participation" charge_account="cooperative_participation_assets" product_account="cooperative_participation_assets" purchasable="true" saleable="true" pictogram="legal"/>
|
7
|
+
<item-creation item="product_natures#cooperative_participation" category="cooperative_participation" variety="service" population_counting="decimal" variable_indicators=""/>
|
8
|
+
<item-creation item="product_nature_variants#cooperative_participation" nature="cooperative_participation" unit_name="unit"/>
|
9
|
+
<item-creation item="product_nature_categories#equity" charge_account="banks_services_expenses" product_account="other_financials_asset_revenues" purchasable="true" saleable="true" pictogram="legal"/>
|
10
|
+
<item-creation item="product_natures#share" category="equity" variety="service" population_counting="decimal" variable_indicators=""/>
|
11
|
+
<item-creation item="product_nature_variants#cooperative_share" nature="share" unit_name="unit"/>
|
12
|
+
</migration>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Edit accounts to unlock first run">
|
3
|
+
<item-change item="product_nature_categories#animal_food" product_account="processing_products_revenues"/>
|
4
|
+
<item-change item="product_nature_categories#animal_medicine" product_account="processing_products_revenues"/>
|
5
|
+
<item-change item="product_nature_categories#plant_medicine" product_account="residual_products_revenues"/>
|
6
|
+
<item-change item="product_nature_categories#biological_auxiliary" product_account="merchandising_revenues"/>
|
7
|
+
<item-change item="product_nature_categories#duty_and_taxe" charge_account="government_tax_expenses"/>
|
8
|
+
<item-change item="product_nature_categories#electronic_equipment" charge_account="materials_expenses" stock_account="other_materials_stock"/>
|
9
|
+
<item-change item="product_nature_categories#loan_interest" charge_account="loans_interests"/>
|
10
|
+
<item-change item="product_nature_categories#oenological_product" product_account="merchandising_revenues"/>
|
11
|
+
<item-change item="product_nature_categories#office_furniture_equipment" charge_account="office_supply_matter_expenses"/>
|
12
|
+
<item-change item="product_nature_categories#other_consumable" product_account="merchandising_revenues"/>
|
13
|
+
<item-change item="product_nature_categories#plant" product_account="plant_derivatives_revenues"/>
|
14
|
+
<item-change item="product_nature_categories#seed" product_account="plant_derivatives_revenues"/>
|
15
|
+
<item-change item="product_nature_categories#small_electronic_equipment" charge_account="materials_expenses"/>
|
16
|
+
<item-change item="product_nature_categories#small_equipment" product_account="merchandising_revenues"/>
|
17
|
+
<item-change item="product_nature_categories#wine_package_consumable" product_account="merchandising_revenues"/>
|
18
|
+
<item-change item="product_nature_categories#worker" product_account="services_revenues"/>
|
19
|
+
<item-change item="product_nature_categories#equipment_rent" product_account="services_revenues"/>
|
20
|
+
<item-change item="product_nature_categories#rent" product_account="services_revenues"/>
|
21
|
+
</migration>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add intracommunautary vat">
|
3
|
+
<item-creation item="accounts#collected_intra_eu_vat" fr_pcg82="4452" fr_pcga="4452"/>
|
4
|
+
<item-creation item="accounts#deductible_intra_eu_vat" fr_pcg82="445662" fr_pcga="445662"/>
|
5
|
+
<item-change item="tax_natures#eu_vat" computation_method="percentage" deduction_account="deductible_intra_eu_vat" fixed_asset_deduction_account="deductible_intra_eu_vat" collect_account="collected_vat"/>
|
6
|
+
</migration>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Fix accounting systems">
|
3
|
+
<property-creation property="accounting_systems.country" type="item" choices="countries"/>
|
4
|
+
<item-change item="accounting_systems#fr_pcg82" country="fr"/>
|
5
|
+
<item-change item="accounting_systems#fr_pcga" country="fr"/>
|
6
|
+
<item-change item="accounting_systems#pt_snc" country="pt"/>
|
7
|
+
</migration>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Fiscal position refers to accounting system">
|
3
|
+
<property-creation property="fiscal_positions.accounting_system" type="item" choices="accounting_systems"/>
|
4
|
+
<item-change item="fiscal_positions#fr_ba_ir" accounting_system="fr_pcga"/>
|
5
|
+
<item-change item="fiscal_positions#fr_ba_is" accounting_system="fr_pgca"/>
|
6
|
+
<item-change item="fiscal_positions#fr_bic_ir" accounting_system="fr_pcg82"/>
|
7
|
+
<item-change item="fiscal_positions#fr_bic_is" accounting_system="fr_pcg82"/>
|
8
|
+
<item-change item="fiscal_positions#fr_bnc_ir" accounting_system="fr_pcg82"/>
|
9
|
+
<item-change item="fiscal_positions#fr_bnc_is" accounting_system="fr_pcg82"/>
|
10
|
+
</migration>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add asset fixable to product nature categories">
|
3
|
+
<property-creation property="product_nature_categories.asset_fixable" type="boolean" default="false" />
|
4
|
+
|
5
|
+
<item-change item="product_nature_categories#adult_cat" asset_fixable="true"/>
|
6
|
+
<item-change item="product_nature_categories#adult_dog" asset_fixable="true"/>
|
7
|
+
<item-change item="product_nature_categories#bee_band" asset_fixable="true"/>
|
8
|
+
<item-change item="product_nature_categories#building" asset_fixable="true"/>
|
9
|
+
<item-change item="product_nature_categories#electronic_equipment" asset_fixable="true"/>
|
10
|
+
<item-change item="product_nature_categories#equipment" asset_fixable="true"/>
|
11
|
+
<item-change item="product_nature_categories#female_adult_cow" asset_fixable="true"/>
|
12
|
+
<item-change item="product_nature_categories#female_adult_pig" asset_fixable="true"/>
|
13
|
+
<item-change item="product_nature_categories#female_young_cow" asset_fixable="true"/>
|
14
|
+
<item-change item="product_nature_categories#installation" asset_fixable="true"/>
|
15
|
+
<item-change item="product_nature_categories#installing_charge" asset_fixable="true"/>
|
16
|
+
<item-change item="product_nature_categories#long_time_animal" asset_fixable="true"/>
|
17
|
+
<item-change item="product_nature_categories#male_adult_cow" asset_fixable="true"/>
|
18
|
+
<item-change item="product_nature_categories#male_adult_pig" asset_fixable="true"/>
|
19
|
+
<item-change item="product_nature_categories#male_young_cow" asset_fixable="true"/>
|
20
|
+
<item-change item="product_nature_categories#office_furniture_equipment" asset_fixable="true"/>
|
21
|
+
<item-change item="product_nature_categories#plant" asset_fixable="true"/>
|
22
|
+
<item-change item="product_nature_categories#settlement" asset_fixable="true"/>
|
23
|
+
<item-change item="product_nature_categories#young_cat" asset_fixable="true"/>
|
24
|
+
<item-change item="product_nature_categories#young_dog" asset_fixable="true"/>
|
25
|
+
</migration>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Change product nature category cultivable zone into land">
|
3
|
+
<item-creation item="accounts#land_charges" fr_pcga="6752" fr_pcg82="6752"/>
|
4
|
+
<item-creation item="accounts#land_sales" fr_pcga="7152" fr_pcg82="7152"/>
|
5
|
+
<item-creation item="accounts#land_fixed_assets" fr_pcga="2111" fr_pcg82="2111"/>
|
6
|
+
|
7
|
+
<item-change
|
8
|
+
item="product_nature_categories#cultivable_zone"
|
9
|
+
name="land"
|
10
|
+
pictogram="land_parcels"
|
11
|
+
purchasable="true"
|
12
|
+
saleable="true"
|
13
|
+
asset_fixable="true"
|
14
|
+
depreciable="false"
|
15
|
+
charge_account="land_charges"
|
16
|
+
product_account="land_sales"
|
17
|
+
fixed_asset_account="land_tangible_fixed_assets"
|
18
|
+
/>
|
19
|
+
|
20
|
+
<item-change item="product_natures#cultivable_zone" category="land"/>
|
21
|
+
</migration>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Delete land sales account and assign land parcels sell revenues to land">
|
3
|
+
<item-change item="product_nature_categories#land" product_account="land_parcel_sell_revenues"/>
|
4
|
+
<item-removal item="accounts#land_sales"/>
|
5
|
+
</migration>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add new fixed assets andn depreciable accounts">
|
3
|
+
<item-creation item="accounts#commercial_property" fr_pcga="207" fr_pcg82="207"/>
|
4
|
+
<item-creation item="accounts#infrastructure_works" fr_pcga="2138" fr_pcg82="2138"/>
|
5
|
+
<item-creation item="accounts#fixtures_and_fittings_for_equipment_and_tools" fr_pcga="2157" fr_pcg82="2157"/>
|
6
|
+
<item-creation item="accounts#improvement_of_commercial_property" fr_pcga="217" fr_pcg82="217"/>
|
7
|
+
<item-creation item="accounts#other_immobilized_plants" fr_pcga="247" fr_pcg82="247"/>
|
8
|
+
<item-creation item="accounts#establishment_charge_assets_amortization" fr_pcga="2801" fr_pcg82="2801"/>
|
9
|
+
<item-creation item="accounts#research_and_development_charge_assets_amortization" fr_pcga="2803" fr_pcg82="2803"/>
|
10
|
+
<item-creation item="accounts#brands_and_patents_assets_amortization" fr_pcga="2805" fr_pcg82="2805"/>
|
11
|
+
<item-creation item="accounts#commercial_property_amortization" fr_pcga="2807" fr_pcg82="2807"/>
|
12
|
+
<item-creation item="accounts#building_assets_amortization" fr_pcga="28131" fr_pcg82="28131"/>
|
13
|
+
<item-creation item="accounts#general_installation_assets_amortization" fr_pcga="28135" fr_pcg82="28135"/>
|
14
|
+
<item-creation item="accounts#infrastructure_works_amortization" fr_pcga="28138" fr_pcg82="28138"/>
|
15
|
+
<item-creation item="accounts#technical_installation_on_own_land_parcel_assets_amortization" fr_pcga="28151" fr_pcg82="28151"/>
|
16
|
+
<item-creation item="accounts#technical_installation_on_other_land_parcel_assets_amortization" fr_pcga="28152" fr_pcg82="28152"/>
|
17
|
+
<item-creation item="accounts#equipment_assets_amortization" fr_pcga="28154" fr_pcg82="28154"/>
|
18
|
+
<item-creation item="accounts#tools_assets_amortization" fr_pcga="28155" fr_pcg82="28155"/>
|
19
|
+
<item-creation item="accounts#fixtures_and_fittings_for_equipment_and_tools_amortization" fr_pcga="28157" fr_pcg82="28157"/>
|
20
|
+
<item-creation item="accounts#improvement_of_commercial_property_amortization" fr_pcga="2817" fr_pcg82="2817"/>
|
21
|
+
<item-creation item="accounts#other_immobilized_plants_amortization" fr_pcga="2847" fr_pcg82="2847"/>
|
22
|
+
</migration>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add account exceptional depreciations imputations expenses for fixed assets">
|
3
|
+
<item-creation item="accounts#exceptional_depreciations_imputations_expenses_for_fixed_assets" fr_pcga="6871" fr_pcg82="6871"/>
|
4
|
+
</migration>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add approved input volume">
|
3
|
+
<item-creation item="indicators#approved_input_volume" datatype="measure" unit="liter_per_hectare"/>
|
4
|
+
<item-change item="product_natures#foliar_spray" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period"/>
|
5
|
+
<item-change item="product_natures#fungicide" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period"/>
|
6
|
+
<item-change item="product_natures#herbicide" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period"/>
|
7
|
+
<item-change item="product_natures#insecticide" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period"/>
|
8
|
+
<item-change item="product_natures#molluscicide" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period"/>
|
9
|
+
</migration>
|
@@ -0,0 +1,58 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add new accounts">
|
3
|
+
<item-change item="accounts#services_expenses" fr_pcg82="604"/>
|
4
|
+
<item-creation item="accounts#animal_expenses" fr_pcga="604"/>
|
5
|
+
|
6
|
+
<item-change item="accounts#animals_making_expenses_expenses" name="animals_making_expenses" fr_pcga="6054"/>
|
7
|
+
|
8
|
+
<item-change item="accounts#land_parcel_construction_depreciations_inputations_expenses" name="corporeal_depreciations_inputations_expenses" fr_pcga="68112" fr_pcg82="68112"/>
|
9
|
+
|
10
|
+
<item-change item="accounts#animals_depreciations_inputations_expenses" name="corporeal_depreciations_inputations_expenses_living_goods" fr_pcga="68114"/>
|
11
|
+
|
12
|
+
<item-creation item="accounts#staff_supply_expenses" fr_pcga="6025"/>
|
13
|
+
|
14
|
+
<item-creation item="accounts#packaging_stocks_variation" fr_pcga="60317"/>
|
15
|
+
|
16
|
+
<item-creation item="accounts#workshop_and_warehouse_supplies_stocks_variation" fr_pcga="60323"/>
|
17
|
+
|
18
|
+
<item-creation item="accounts#office_supply_matter_stocks_variation" fr_pcga="60324"/>
|
19
|
+
<item-creation item="accounts#staff_supply_stocks_variation" fr_pcga="60325"/>
|
20
|
+
<item-creation item="accounts#materials_stocks_variation" fr_pcga="60326"/>
|
21
|
+
<item-creation item="accounts#other_consumable_matter_stocks_variation" fr_pcga="60327"/>
|
22
|
+
<item-creation item="accounts#raw_material_stocks_variation" fr_pcga="60328"/>
|
23
|
+
|
24
|
+
<item-creation item="accounts#maintenances_consumables_stocks_variation" fr_pcga="60322"/>
|
25
|
+
|
26
|
+
<item-creation item="accounts#workshop_and_warehouse_supplies_expenses" fr_pcga="6023"/>
|
27
|
+
|
28
|
+
<item-change item="accounts#electricity_expenses" fr_pcga="6063"/>
|
29
|
+
<item-change item="accounts#little_office_equipment_expenses" fr_pcga="6066" fr_pcg82="6063"/>
|
30
|
+
|
31
|
+
<item-creation item="accounts#products_specials_taxes_for_plant_products" fr_pcga="6341"/>
|
32
|
+
<item-creation item="accounts#products_specials_taxes_for_animal_products" fr_pcga="6342"/>
|
33
|
+
<item-creation item="accounts#products_specials_taxes_for_processed_products" fr_pcga="6343"/>
|
34
|
+
<item-creation item="accounts#products_specials_taxes_for_animals" fr_pcga="6344"/>
|
35
|
+
<item-creation item="accounts#permanent_staff_salary" fr_pcga="64111"/>
|
36
|
+
<item-creation item="accounts#temporary_staff_salary" fr_pcga="64115"/>
|
37
|
+
|
38
|
+
<item-creation item="accounts#intangible_fixed_assets_revenues" fr_pcga="7751" fr_pcg82="7751"/>
|
39
|
+
|
40
|
+
<item-change item="accounts#land_parcel_sell_revenues" name="tangible_fixed_assets_revenues_without_livestock" fr_pcga="7752" fr_pcg82="7752"/>
|
41
|
+
|
42
|
+
<item-creation item="accounts#tangible_fixed_assets_revenues_livestock" fr_pcga="7754"/>
|
43
|
+
<item-creation item="accounts#office_supplies_stock" fr_pcga="3024"/>
|
44
|
+
<item-creation item="accounts#packaging_stock" fr_pcga="3017"/>
|
45
|
+
|
46
|
+
<item-creation item="accounts#licenses_revenues" fr_pcga="751" fr_pcg82="751"/>
|
47
|
+
|
48
|
+
<item-creation item="accounts#insurance_compensations" fr_pcga="742"/>
|
49
|
+
<item-change item="accounts#associates_salary" fr_pcga="6412" fr_pcg82="6413"/>
|
50
|
+
|
51
|
+
<item-creation item="accounts#paid_vacation" fr_pcga="6415" fr_pcg82="6412"/>
|
52
|
+
|
53
|
+
<item-creation item="accounts#managing_associates_salary" fr_pcga="6413"/>
|
54
|
+
<item-creation item="accounts#animal_rent_expenses" fr_pcga="6134"/>
|
55
|
+
<item-creation item="accounts#other_rent_expenses" fr_pcga="6138"/>
|
56
|
+
|
57
|
+
<item-creation item="accounts#packaging_rent_expenses" fr_pcga="6136" fr_pcg82="6136"/>
|
58
|
+
</migration>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add missing taxes">
|
3
|
+
<item-creation item="product_natures#animal_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
4
|
+
<item-creation item="product_natures#animal_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
5
|
+
<item-creation item="product_natures#processed_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators=""/>
|
6
|
+
<item-creation item="product_nature_variants#milk_taxe" nature="animal_product_taxe" unit_name="unit"/>
|
7
|
+
</migration>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Change deductible vat account">
|
3
|
+
<item-change item="accounts#deductible_vat" name="deductible_products_and_services_vat"/>
|
4
|
+
<item-change item="accounts#enterprise_deductible_vat" name="deductible_vat"/>
|
5
|
+
</migration>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Fix conflicts in new accounts">
|
3
|
+
<item-removal item="accounts#bonus_staff_expenses"/>
|
4
|
+
<item-change item="accounts#electricity_expenses" fr_pcga="6063" fr_pcg82="6061"/>
|
5
|
+
<item-change item="product_nature_categories#bonus_staff_expense" charge_account="managing_associates_salary"/>
|
6
|
+
</migration>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Remove accounts from pcg82">
|
3
|
+
<item-change item="accounts#adult_animal_expenses" fr_pcga="6041" fr_pcg82="NONE"/>
|
4
|
+
<item-change item="accounts#other_animal_expenses" fr_pcga="6045" fr_pcg82="NONE"/>
|
5
|
+
</migration>
|
@@ -0,0 +1,326 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add nature to product natures">
|
3
|
+
<property-creation property="product_natures.nature" type="choice" choices="animal, article, crop, equipment, fee_and_service, worker, zone"/>
|
4
|
+
|
5
|
+
<item-change item="product_natures#bee_band" nature="animal"/>
|
6
|
+
<item-change item="product_natures#bumblebee_band" nature="animal"/>
|
7
|
+
<item-change item="product_natures#calf" nature="animal"/>
|
8
|
+
<item-change item="product_natures#cattle_herd" nature="animal"/>
|
9
|
+
<item-change item="product_natures#duck_band" nature="animal"/>
|
10
|
+
<item-change item="product_natures#duck_herd" nature="animal"/>
|
11
|
+
<item-change item="product_natures#female_adult_cat" nature="animal"/>
|
12
|
+
<item-change item="product_natures#female_adult_cattle_herd" nature="animal"/>
|
13
|
+
<item-change item="product_natures#female_adult_cow" nature="animal"/>
|
14
|
+
<item-change item="product_natures#female_adult_dog" nature="animal"/>
|
15
|
+
<item-change item="product_natures#female_adult_goat" nature="animal"/>
|
16
|
+
<item-change item="product_natures#female_adult_goat_herd" nature="animal"/>
|
17
|
+
<item-change item="product_natures#female_adult_horse" nature="animal"/>
|
18
|
+
<item-change item="product_natures#female_adult_pig" nature="animal"/>
|
19
|
+
<item-change item="product_natures#female_adult_sheep" nature="animal"/>
|
20
|
+
<item-change item="product_natures#female_adult_sheep_herd" nature="animal"/>
|
21
|
+
<item-change item="product_natures#female_rabbit" nature="animal"/>
|
22
|
+
<item-change item="product_natures#female_young_cat" nature="animal"/>
|
23
|
+
<item-change item="product_natures#female_young_cow" nature="animal"/>
|
24
|
+
<item-change item="product_natures#female_young_dog" nature="animal"/>
|
25
|
+
<item-change item="product_natures#female_young_goat" nature="animal"/>
|
26
|
+
<item-change item="product_natures#female_young_sheep" nature="animal"/>
|
27
|
+
<item-change item="product_natures#goat_herd" nature="animal"/>
|
28
|
+
<item-change item="product_natures#hen_band" nature="animal"/>
|
29
|
+
<item-change item="product_natures#hen_herd" nature="animal"/>
|
30
|
+
<item-change item="product_natures#horse_herd" nature="animal"/>
|
31
|
+
<item-change item="product_natures#lamb" nature="animal"/>
|
32
|
+
<item-change item="product_natures#male_adult_cat" nature="animal"/>
|
33
|
+
<item-change item="product_natures#male_adult_cow" nature="animal"/>
|
34
|
+
<item-change item="product_natures#male_adult_dog" nature="animal"/>
|
35
|
+
<item-change item="product_natures#male_adult_goat" nature="animal"/>
|
36
|
+
<item-change item="product_natures#male_adult_goat_herd" nature="animal"/>
|
37
|
+
<item-change item="product_natures#male_adult_horse" nature="animal"/>
|
38
|
+
<item-change item="product_natures#male_adult_pig" nature="animal"/>
|
39
|
+
<item-change item="product_natures#male_adult_sheep" nature="animal"/>
|
40
|
+
<item-change item="product_natures#male_rabbit" nature="animal"/>
|
41
|
+
<item-change item="product_natures#male_young_cat" nature="animal"/>
|
42
|
+
<item-change item="product_natures#male_young_cow" nature="animal"/>
|
43
|
+
<item-change item="product_natures#male_young_dog" nature="animal"/>
|
44
|
+
<item-change item="product_natures#male_young_goat" nature="animal"/>
|
45
|
+
<item-change item="product_natures#male_young_sheep" nature="animal"/>
|
46
|
+
<item-change item="product_natures#oyster_band" nature="animal"/>
|
47
|
+
<item-change item="product_natures#pig_band" nature="animal"/>
|
48
|
+
<item-change item="product_natures#pig_herd" nature="animal"/>
|
49
|
+
<item-change item="product_natures#piglet_band" nature="animal"/>
|
50
|
+
<item-change item="product_natures#rabbit_herd" nature="animal"/>
|
51
|
+
<item-change item="product_natures#salmon_band" nature="animal"/>
|
52
|
+
<item-change item="product_natures#sheep_herd" nature="animal"/>
|
53
|
+
<item-change item="product_natures#young_rabbit" nature="animal"/>
|
54
|
+
|
55
|
+
<item-change item="product_natures#additive" nature="article"/>
|
56
|
+
<item-change item="product_natures#animal_food" nature="article"/>
|
57
|
+
<item-change item="product_natures#animal_litter" nature="article"/>
|
58
|
+
<item-change item="product_natures#animal_medicine" nature="article"/>
|
59
|
+
<item-change item="product_natures#bean" nature="article"/>
|
60
|
+
<item-change item="product_natures#beef_meat" nature="article"/>
|
61
|
+
<item-change item="product_natures#beet" nature="article"/>
|
62
|
+
<item-change item="product_natures#bottle" nature="article"/>
|
63
|
+
<item-change item="product_natures#cabbage" nature="article"/>
|
64
|
+
<item-change item="product_natures#carrot" nature="article"/>
|
65
|
+
<item-change item="product_natures#chard" nature="article"/>
|
66
|
+
<item-change item="product_natures#cheese" nature="article"/>
|
67
|
+
<item-change item="product_natures#chemical_fertilizer" nature="article"/>
|
68
|
+
<item-change item="product_natures#clarification_solution" nature="article"/>
|
69
|
+
<item-change item="product_natures#common_consumable" nature="article"/>
|
70
|
+
<item-change item="product_natures#common_package" nature="article"/>
|
71
|
+
<item-change item="product_natures#construction_material_in_own_outstanding_installation" nature="article"/>
|
72
|
+
<item-change item="product_natures#cork" nature="article"/>
|
73
|
+
<item-change item="product_natures#crop_protective_item" nature="article"/>
|
74
|
+
<item-change item="product_natures#crop_residue" nature="article"/>
|
75
|
+
<item-change item="product_natures#disinfectant_product" nature="article"/>
|
76
|
+
<item-change item="product_natures#draining_item" nature="article"/>
|
77
|
+
<item-change item="product_natures#egg" nature="article"/>
|
78
|
+
<item-change item="product_natures#fence" nature="article"/>
|
79
|
+
<item-change item="product_natures#fermented_grape_juice" nature="article"/>
|
80
|
+
<item-change item="product_natures#fermented_milk" nature="article"/>
|
81
|
+
<item-change item="product_natures#fodder_bale" nature="article"/>
|
82
|
+
<item-change item="product_natures#foliar_spray" nature="article"/>
|
83
|
+
<item-change item="product_natures#fruit" nature="article"/>
|
84
|
+
<item-change item="product_natures#fruit_residu" nature="article"/>
|
85
|
+
<item-change item="product_natures#fuel" nature="article"/>
|
86
|
+
<item-change item="product_natures#fungicide" nature="article"/>
|
87
|
+
<item-change item="product_natures#gas" nature="article"/>
|
88
|
+
<item-change item="product_natures#grain" nature="article"/>
|
89
|
+
<item-change item="product_natures#grape" nature="article"/>
|
90
|
+
<item-change item="product_natures#grape_juice" nature="article"/>
|
91
|
+
<item-change item="product_natures#grass" nature="article"/>
|
92
|
+
<item-change item="product_natures#growth_regulator" nature="article"/>
|
93
|
+
<item-change item="product_natures#hazel_seedling" nature="article"/>
|
94
|
+
<item-change item="product_natures#hazelnut" nature="article"/>
|
95
|
+
<item-change item="product_natures#herbicide" nature="article"/>
|
96
|
+
<item-change item="product_natures#honey" nature="article"/>
|
97
|
+
<item-change item="product_natures#hydraulic_oil" nature="article"/>
|
98
|
+
<item-change item="product_natures#insecticide" nature="article"/>
|
99
|
+
<item-change item="product_natures#irrigation_water" nature="article"/>
|
100
|
+
<item-change item="product_natures#jerusalem_artichoke" nature="article"/>
|
101
|
+
<item-change item="product_natures#lamb_meat" nature="article"/>
|
102
|
+
<item-change item="product_natures#land_parcel_construction" nature="article"/>
|
103
|
+
<item-change item="product_natures#leek" nature="article"/>
|
104
|
+
<item-change item="product_natures#lettuce" nature="article"/>
|
105
|
+
<item-change item="product_natures#meat" nature="article"/>
|
106
|
+
<item-change item="product_natures#mechanic_item" nature="article"/>
|
107
|
+
<item-change item="product_natures#melon" nature="article"/>
|
108
|
+
<item-change item="product_natures#milk" nature="article"/>
|
109
|
+
<item-change item="product_natures#mineral_cleaner" nature="article"/>
|
110
|
+
<item-change item="product_natures#mixed_chemical_fertilizer" nature="article"/>
|
111
|
+
<item-change item="product_natures#mixed_liquid_fertilizer" nature="article"/>
|
112
|
+
<item-change item="product_natures#mixed_organic_fertilizer" nature="article"/>
|
113
|
+
<item-change item="product_natures#molluscicide" nature="article"/>
|
114
|
+
<item-change item="product_natures#motor_oil" nature="article"/>
|
115
|
+
<item-change item="product_natures#natural_water" nature="article"/>
|
116
|
+
<item-change item="product_natures#nematicide" nature="article"/>
|
117
|
+
<item-change item="product_natures#oenological_yeast" nature="article"/>
|
118
|
+
<item-change item="product_natures#onion" nature="article"/>
|
119
|
+
<item-change item="product_natures#organic_fertilizer" nature="article"/>
|
120
|
+
<item-change item="product_natures#packaged_process_food" nature="article"/>
|
121
|
+
<item-change item="product_natures#parsnip" nature="article"/>
|
122
|
+
<item-change item="product_natures#pea" nature="article"/>
|
123
|
+
<item-change item="product_natures#peanut" nature="article"/>
|
124
|
+
<item-change item="product_natures#plastic_cover" nature="article"/>
|
125
|
+
<item-change item="product_natures#plum" nature="article"/>
|
126
|
+
<item-change item="product_natures#plum_seedling" nature="article"/>
|
127
|
+
<item-change item="product_natures#pollination_tool" nature="article"/>
|
128
|
+
<item-change item="product_natures#pork_meat" nature="article"/>
|
129
|
+
<item-change item="product_natures#potato" nature="article"/>
|
130
|
+
<item-change item="product_natures#poultry_meat" nature="article"/>
|
131
|
+
<item-change item="product_natures#process_food" nature="article"/>
|
132
|
+
<item-change item="product_natures#processed_beef_meat" nature="article"/>
|
133
|
+
<item-change item="product_natures#processed_grain" nature="article"/>
|
134
|
+
<item-change item="product_natures#processed_lamb_meat" nature="article"/>
|
135
|
+
<item-change item="product_natures#processed_meat" nature="article"/>
|
136
|
+
<item-change item="product_natures#processed_pork_meat" nature="article"/>
|
137
|
+
<item-change item="product_natures#processed_poultry_meat" nature="article"/>
|
138
|
+
<item-change item="product_natures#protective_canvas" nature="article"/>
|
139
|
+
<item-change item="product_natures#radish" nature="article"/>
|
140
|
+
<item-change item="product_natures#raw_material" nature="article"/>
|
141
|
+
<item-change item="product_natures#running_water" nature="article"/>
|
142
|
+
<item-change item="product_natures#seed" nature="article"/>
|
143
|
+
<item-change item="product_natures#seedling" nature="article"/>
|
144
|
+
<item-change item="product_natures#silage" nature="article"/>
|
145
|
+
<item-change item="product_natures#so2_solution" nature="article"/>
|
146
|
+
<item-change item="product_natures#species" nature="article"/>
|
147
|
+
<item-change item="product_natures#spinach" nature="article"/>
|
148
|
+
<item-change item="product_natures#squash" nature="article"/>
|
149
|
+
<item-change item="product_natures#stake" nature="article"/>
|
150
|
+
<item-change item="product_natures#straw" nature="article"/>
|
151
|
+
<item-change item="product_natures#sugar" nature="article"/>
|
152
|
+
<item-change item="product_natures#turnip" nature="article"/>
|
153
|
+
<item-change item="product_natures#usual_vine_seedling" nature="article"/>
|
154
|
+
<item-change item="product_natures#vegetable" nature="article"/>
|
155
|
+
<item-change item="product_natures#vial" nature="article"/>
|
156
|
+
<item-change item="product_natures#walnut" nature="article"/>
|
157
|
+
<item-change item="product_natures#wine" nature="article"/>
|
158
|
+
<item-change item="product_natures#wine_acidifying" nature="article"/>
|
159
|
+
<item-change item="product_natures#wine_alkalinizing" nature="article"/>
|
160
|
+
<item-change item="product_natures#wire" nature="article"/>
|
161
|
+
|
162
|
+
<item-change item="product_natures#cereal_crop" nature="crop"/>
|
163
|
+
<item-change item="product_natures#crop" nature="crop"/>
|
164
|
+
<item-change item="product_natures#flower_crop" nature="crop"/>
|
165
|
+
<item-change item="product_natures#fruit_crop" nature="crop"/>
|
166
|
+
<item-change item="product_natures#grain_crop" nature="crop"/>
|
167
|
+
<item-change item="product_natures#land_parcel_cluster" nature="crop"/>
|
168
|
+
<item-change item="product_natures#melon_crop" nature="crop"/>
|
169
|
+
<item-change item="product_natures#vegetable_crop" nature="crop"/>
|
170
|
+
<item-change item="product_natures#walnut_crop" nature="crop"/>
|
171
|
+
<item-change item="product_natures#wine_crop" nature="crop"/>
|
172
|
+
|
173
|
+
<item-change item="product_natures#air_compressor" nature="equipment"/>
|
174
|
+
<item-change item="product_natures#animal_housing_cleaner" nature="equipment"/>
|
175
|
+
<item-change item="product_natures#animal_medicine_tank" nature="equipment"/>
|
176
|
+
<item-change item="product_natures#bale_collector" nature="equipment"/>
|
177
|
+
<item-change item="product_natures#baler" nature="equipment"/>
|
178
|
+
<item-change item="product_natures#car" nature="equipment"/>
|
179
|
+
<item-change item="product_natures#chainsaw" nature="equipment"/>
|
180
|
+
<item-change item="product_natures#complete_sower" nature="equipment"/>
|
181
|
+
<item-change item="product_natures#computer" nature="equipment"/>
|
182
|
+
<item-change item="product_natures#computer_device" nature="equipment"/>
|
183
|
+
<item-change item="product_natures#corker" nature="equipment"/>
|
184
|
+
<item-change item="product_natures#corn_topper" nature="equipment"/>
|
185
|
+
<item-change item="product_natures#cover_implanter" nature="equipment"/>
|
186
|
+
<item-change item="product_natures#dumper" nature="equipment"/>
|
187
|
+
<item-change item="product_natures#equipment" nature="equipment"/>
|
188
|
+
<item-change item="product_natures#ferry" nature="equipment"/>
|
189
|
+
<item-change item="product_natures#food_distributor" nature="equipment"/>
|
190
|
+
<item-change item="product_natures#food_tank" nature="equipment"/>
|
191
|
+
<item-change item="product_natures#forager" nature="equipment"/>
|
192
|
+
<item-change item="product_natures#forklift" nature="equipment"/>
|
193
|
+
<item-change item="product_natures#freezer_tank" nature="equipment"/>
|
194
|
+
<item-change item="product_natures#fuel_tank" nature="equipment"/>
|
195
|
+
<item-change item="product_natures#gas_engine" nature="equipment"/>
|
196
|
+
<item-change item="product_natures#grain_tank" nature="equipment"/>
|
197
|
+
<item-change item="product_natures#grape_reaper" nature="equipment"/>
|
198
|
+
<item-change item="product_natures#grape_trailer" nature="equipment"/>
|
199
|
+
<item-change item="product_natures#grinder" nature="equipment"/>
|
200
|
+
<item-change item="product_natures#hand_drawn" nature="equipment"/>
|
201
|
+
<item-change item="product_natures#harrow" nature="equipment"/>
|
202
|
+
<item-change item="product_natures#harvester" nature="equipment"/>
|
203
|
+
<item-change item="product_natures#hay_rake" nature="equipment"/>
|
204
|
+
<item-change item="product_natures#hedge_cutter" nature="equipment"/>
|
205
|
+
<item-change item="product_natures#hiller" nature="equipment"/>
|
206
|
+
<item-change item="product_natures#hive" nature="equipment"/>
|
207
|
+
<item-change item="product_natures#hoe" nature="equipment"/>
|
208
|
+
<item-change item="product_natures#hoe_weeder" nature="equipment"/>
|
209
|
+
<item-change item="product_natures#implanter" nature="equipment"/>
|
210
|
+
<item-change item="product_natures#irrigation_pivot" nature="equipment"/>
|
211
|
+
<item-change item="product_natures#milk_tank" nature="equipment"/>
|
212
|
+
<item-change item="product_natures#milking_robot" nature="equipment"/>
|
213
|
+
<item-change item="product_natures#mower" nature="equipment"/>
|
214
|
+
<item-change item="product_natures#office_furniture" nature="equipment"/>
|
215
|
+
<item-change item="product_natures#picker" nature="equipment"/>
|
216
|
+
<item-change item="product_natures#plant_medicine_tank" nature="equipment"/>
|
217
|
+
<item-change item="product_natures#plow" nature="equipment"/>
|
218
|
+
<item-change item="product_natures#plum_reaper" nature="equipment"/>
|
219
|
+
<item-change item="product_natures#pollinator" nature="equipment"/>
|
220
|
+
<item-change item="product_natures#pruning_platform" nature="equipment"/>
|
221
|
+
<item-change item="product_natures#reaper" nature="equipment"/>
|
222
|
+
<item-change item="product_natures#roll" nature="equipment"/>
|
223
|
+
<item-change item="product_natures#seedbed_preparator" nature="equipment"/>
|
224
|
+
<item-change item="product_natures#shell_fruit_reaper" nature="equipment"/>
|
225
|
+
<item-change item="product_natures#sieve_shaker" nature="equipment"/>
|
226
|
+
<item-change item="product_natures#small_equipment" nature="equipment"/>
|
227
|
+
<item-change item="product_natures#soil_loosener" nature="equipment"/>
|
228
|
+
<item-change item="product_natures#sower" nature="equipment"/>
|
229
|
+
<item-change item="product_natures#sprayer" nature="equipment"/>
|
230
|
+
<item-change item="product_natures#spreader" nature="equipment"/>
|
231
|
+
<item-change item="product_natures#spreader_trailer" nature="equipment"/>
|
232
|
+
<item-change item="product_natures#steam_engine" nature="equipment"/>
|
233
|
+
<item-change item="product_natures#superficial_plow" nature="equipment"/>
|
234
|
+
<item-change item="product_natures#telescopic_handler" nature="equipment"/>
|
235
|
+
<item-change item="product_natures#topper" nature="equipment"/>
|
236
|
+
<item-change item="product_natures#tractor" nature="equipment"/>
|
237
|
+
<item-change item="product_natures#trailer" nature="equipment"/>
|
238
|
+
<item-change item="product_natures#trimmer" nature="equipment"/>
|
239
|
+
<item-change item="product_natures#truck" nature="equipment"/>
|
240
|
+
<item-change item="product_natures#uncover" nature="equipment"/>
|
241
|
+
<item-change item="product_natures#water_spreader" nature="equipment"/>
|
242
|
+
<item-change item="product_natures#water_tank" nature="equipment"/>
|
243
|
+
<item-change item="product_natures#weeder" nature="equipment"/>
|
244
|
+
<item-change item="product_natures#weeding_kit" nature="equipment"/>
|
245
|
+
<item-change item="product_natures#wheel_loader" nature="equipment"/>
|
246
|
+
<item-change item="product_natures#wine_press" nature="equipment"/>
|
247
|
+
<item-change item="product_natures#wine_tank" nature="equipment"/>
|
248
|
+
|
249
|
+
<item-change item="product_natures#accommodation_travel" nature="fee_and_service"/>
|
250
|
+
<item-change item="product_natures#animal_housing_services" nature="fee_and_service"/>
|
251
|
+
<item-change item="product_natures#animal_product_taxe" nature="fee_and_service"/>
|
252
|
+
<item-change item="product_natures#animal_taxe" nature="fee_and_service"/>
|
253
|
+
<item-change item="product_natures#animals_making_services" nature="fee_and_service"/>
|
254
|
+
<item-change item="product_natures#associate_social_contribution" nature="fee_and_service"/>
|
255
|
+
<item-change item="product_natures#bank_service" nature="fee_and_service"/>
|
256
|
+
<item-change item="product_natures#bonus_staff_expense" nature="fee_and_service"/>
|
257
|
+
<item-change item="product_natures#carriage" nature="fee_and_service"/>
|
258
|
+
<item-change item="product_natures#catalog_and_print" nature="fee_and_service"/>
|
259
|
+
<item-change item="product_natures#congress" nature="fee_and_service"/>
|
260
|
+
<item-change item="product_natures#consumer_goods_office_item" nature="fee_and_service"/>
|
261
|
+
<item-change item="product_natures#cooperative_participation" nature="fee_and_service"/>
|
262
|
+
<item-change item="product_natures#crop_taxe" nature="fee_and_service"/>
|
263
|
+
<item-change item="product_natures#discount_and_reduction" nature="fee_and_service"/>
|
264
|
+
<item-change item="product_natures#electricity" nature="fee_and_service"/>
|
265
|
+
<item-change item="product_natures#equipment_repair_services" nature="fee_and_service"/>
|
266
|
+
<item-change item="product_natures#exploitation_subsidies" nature="fee_and_service"/>
|
267
|
+
<item-change item="product_natures#farm_teaching_services" nature="fee_and_service"/>
|
268
|
+
<item-change item="product_natures#fee" nature="fee_and_service"/>
|
269
|
+
<item-change item="product_natures#fiscal_fine" nature="fee_and_service"/>
|
270
|
+
<item-change item="product_natures#forwarding_agent_fees_expense" nature="fee_and_service"/>
|
271
|
+
<item-change item="product_natures#freelance" nature="fee_and_service"/>
|
272
|
+
<item-change item="product_natures#harvest_insurance" nature="fee_and_service"/>
|
273
|
+
<item-change item="product_natures#infirmity_and_death_insurance" nature="fee_and_service"/>
|
274
|
+
<item-change item="product_natures#installing_charge" nature="fee_and_service"/>
|
275
|
+
<item-change item="product_natures#insurance" nature="fee_and_service"/>
|
276
|
+
<item-change item="product_natures#land_parcel_locative_charge" nature="fee_and_service"/>
|
277
|
+
<item-change item="product_natures#leasing" nature="fee_and_service"/>
|
278
|
+
<item-change item="product_natures#legal_registration" nature="fee_and_service"/>
|
279
|
+
<item-change item="product_natures#little_office_item" nature="fee_and_service"/>
|
280
|
+
<item-change item="product_natures#loan_interest" nature="fee_and_service"/>
|
281
|
+
<item-change item="product_natures#mail_subscription" nature="fee_and_service"/>
|
282
|
+
<item-change item="product_natures#maintenance" nature="fee_and_service"/>
|
283
|
+
<item-change item="product_natures#meal_travel" nature="fee_and_service"/>
|
284
|
+
<item-change item="product_natures#moving_travel" nature="fee_and_service"/>
|
285
|
+
<item-change item="product_natures#numeric_hosting_rental" nature="fee_and_service"/>
|
286
|
+
<item-change item="product_natures#numeric_subscription" nature="fee_and_service"/>
|
287
|
+
<item-change item="product_natures#processed_product_taxe" nature="fee_and_service"/>
|
288
|
+
<item-change item="product_natures#product_insurance" nature="fee_and_service"/>
|
289
|
+
<item-change item="product_natures#professional_subscription" nature="fee_and_service"/>
|
290
|
+
<item-change item="product_natures#project_management" nature="fee_and_service"/>
|
291
|
+
<item-change item="product_natures#radio_subscription" nature="fee_and_service"/>
|
292
|
+
<item-change item="product_natures#recycling_contribution" nature="fee_and_service"/>
|
293
|
+
<item-change item="product_natures#rent" nature="fee_and_service"/>
|
294
|
+
<item-change item="product_natures#representation_item" nature="fee_and_service"/>
|
295
|
+
<item-change item="product_natures#salary_social_contribution" nature="fee_and_service"/>
|
296
|
+
<item-change item="product_natures#share" nature="fee_and_service"/>
|
297
|
+
<item-change item="product_natures#software_engineering" nature="fee_and_service"/>
|
298
|
+
<item-change item="product_natures#spread_renting" nature="fee_and_service"/>
|
299
|
+
<item-change item="product_natures#studies_and_research" nature="fee_and_service"/>
|
300
|
+
<item-change item="product_natures#taxe" nature="fee_and_service"/>
|
301
|
+
<item-change item="product_natures#trade_show" nature="fee_and_service"/>
|
302
|
+
<item-change item="product_natures#training_course" nature="fee_and_service"/>
|
303
|
+
<item-change item="product_natures#user_support" nature="fee_and_service"/>
|
304
|
+
<item-change item="product_natures#various_loan_interest" nature="fee_and_service"/>
|
305
|
+
<item-change item="product_natures#vegetals_making_services" nature="fee_and_service"/>
|
306
|
+
|
307
|
+
<item-change item="product_natures#inseminator" nature="worker"/>
|
308
|
+
<item-change item="product_natures#manager" nature="worker"/>
|
309
|
+
<item-change item="product_natures#mechanic" nature="worker"/>
|
310
|
+
<item-change item="product_natures#technician" nature="worker"/>
|
311
|
+
|
312
|
+
<item-change item="product_natures#administrative_division" nature="zone"/>
|
313
|
+
<item-change item="product_natures#animal_building_division" nature="zone"/>
|
314
|
+
<item-change item="product_natures#animal_food_building_division" nature="zone"/>
|
315
|
+
<item-change item="product_natures#building" nature="zone"/>
|
316
|
+
<item-change item="product_natures#building_division" nature="zone"/>
|
317
|
+
<item-change item="product_natures#cultivable_zone" nature="zone"/>
|
318
|
+
<item-change item="product_natures#equipment_building_division" nature="zone"/>
|
319
|
+
<item-change item="product_natures#food_equipment_division" nature="zone"/>
|
320
|
+
<item-change item="product_natures#land_parcel" nature="zone"/>
|
321
|
+
<item-change item="product_natures#manure_division" nature="zone"/>
|
322
|
+
<item-change item="product_natures#preparation_division" nature="zone"/>
|
323
|
+
<item-change item="product_natures#settlement" nature="zone"/>
|
324
|
+
<item-change item="product_natures#silage_division" nature="zone"/>
|
325
|
+
<item-change item="product_natures#wine_storage_division" nature="zone"/>
|
326
|
+
</migration>
|