Skip to content

ronanguilloux/CustomEntityBundle

 
 

Repository files navigation

CustomEntityBundle

Scrutinizer Code Quality Build Status

Purpose

Facilitates the creation of PIM reference data and related views in the PIM.

For more information, please see http://docs.akeneo.com/

Requirements

CustomEntityBundle Akeneo PIM Community Edition
v1.6.* v1.4.*
v1.5.0-RC1 v1.3.*
v1.4.* v1.2.*
v1.3.* v1.2.*
v1.2.* v1.1.*
v1.1.* v1.1.*

Installation

You can install this bundle with composer (see requirements section):

$ php composer.phar require akeneo-labs/custom-entity-bundle:1.6.*

Then add the following lines at the end of your app/config/routing.yml :

pim_customentity:
    prefix: /reference-data
    resource: "@PimCustomEntityBundle/Resources/config/routing.yml"

and enable the bundle in the app/AppKernel.php file in the registerBundles() method:

$bundles = [
    // ...
    new Pim\Bundle\CustomEntityBundle\PimCustomEntityBundle(),
]

If you want to use the quick export and/or the mass edit features, you have to load the job fixture defined in Resources/fixtures/jobs.yml file and to copy/paste its content to your installer.

If your installation is already set up, you have to run the following command:

php app/console akeneo:batch:create-job "Akeneo Mass Edit Connector" "reference_data_quick_export" "quick_export" "csv_reference_data_quick_export" '{"delimiter": ";", "enclosure": "\\", "withHeader": true, "filePath": "/tmp/reference_data_quick_export.csv"}'

Documentation

Some example usages for this bundle can be found in the PIM documentation

The custom entity bundle provides the following tools to help managing custom entities inside the Akeneo PIM.

The cookbook section is only available for Akeneo PIM 1.3 (and previous versions): http://docs.akeneo.com/latest/cookbook/custom_entity/index.html We will create some for Akeneo PIM 1.4 as soon as possible.

Contributing

If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement

About

Eases the creation of custom entity and related views in the PIM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.9%
  • HTML 3.1%