Sha256: 585fa81a5df85b3e6b2ecaee6e29b6bf821fdc3b1d07a8dd78a82b7539932833

Contents?: true

Size: 775 Bytes

Versions: 8

Compression:

Stored size: 775 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<migration name="Change product nature category cultivable zone into land">
  <item-creation item="accounts#land_charges" fr_pcga="6752" fr_pcg82="6752"/>
  <item-creation item="accounts#land_sales" fr_pcga="7152" fr_pcg82="7152"/>
  <item-creation item="accounts#land_fixed_assets" fr_pcga="2111" fr_pcg82="2111"/>

  <item-change 
    item="product_nature_categories#cultivable_zone" 
    name="land" 
    pictogram="land_parcels"
    purchasable="true"
    saleable="true"
    asset_fixable="true"
    depreciable="false"
    charge_account="land_charges"
    product_account="land_sales"
    fixed_asset_account="land_tangible_fixed_assets"
  />

  <item-change item="product_natures#cultivable_zone" category="land"/>
</migration>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
onoma-0.4.2 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.5.1 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.5.0 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.4.1 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.4.0 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.3.4 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.3.3 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
onoma-0.3.1 db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml