onoma 0.2.2 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/config/locales/arb.yml +77 -293
  3. data/config/locales/cmn.yml +69 -193
  4. data/config/locales/deu.yml +61 -1113
  5. data/config/locales/eng.yml +3057 -2985
  6. data/config/locales/fra.yml +515 -401
  7. data/config/locales/ita.yml +63 -1168
  8. data/config/locales/jpn.yml +80 -232
  9. data/config/locales/por.yml +63 -975
  10. data/config/locales/spa.yml +70 -616
  11. data/db/db.xml +0 -0
  12. data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
  13. data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
  14. data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
  15. data/db/migrate/20180409130101_add_common_crop.xml +4 -0
  16. data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
  17. data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
  18. data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
  19. data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
  20. data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
  21. data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
  22. data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
  23. data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
  24. data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
  25. data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
  26. data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
  27. data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
  28. data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
  29. data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
  30. data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
  31. data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
  32. data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
  33. data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
  34. data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
  35. data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
  36. data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
  37. data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
  38. data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
  39. data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
  40. data/db/reference.xml +582 -492
  41. data/lib/onoma/version.rb +1 -1
  42. data/onoma.gemspec +3 -3
  43. metadata +42 -13
@@ -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,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <migration name="Change land fixed assets account usage">
3
+ <item-change
4
+ item="product_nature_categories#land"
5
+ fixed_asset_account="land_fixed_assets"
6
+ />
7
+ </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,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <migration name="Change mixture seed product nature variant">
3
+ <item-change item="product_nature_variants#mixture_seed" derivative_of="plant"/>
4
+ </migration>