Akeneo Revision Historical past: This module permits the admin to export the person’s product historical past in CSV and XLSX format for a single or many merchandise.
It additionally permits the admin to export product knowledge for a sure use in addition to knowledge for a selected product and product mannequin.
After exporting the person’s product historical past, the administrator can view all particulars, together with latest exercise, time and date, model, writer, and product.
Options
- Export the product historical past knowledge into the CSV & XLSX format.
- Export product knowledge for the precise person.
- This module is appropriate with Akeneo 4 and 5.
- Export knowledge for the actual product & product mannequin.
- Export product knowledge with the date situation.
Putting in Module for Model 4.0.x to five.0.x
1- Composer Set up
Learn This Weblog
Run the composer set up command:
Akeneo Firm ? Learn Extra
composer require webkul/versionhistoryexport
2- Handbook Set up
Please observe these steps for putting in the Akeneo Revision Historical past module in your Akeneo PIM platform.
1 – Unzip the respective extension zip then merge the “src” folder into akeneo undertaking root listing.
2 – Goto config/Bundles.php then add line:
WebkulVersionHistoryExportBundleVersionHistoryExportBundle::class => ['all' => true]
in return array.
3 – Copy the “config” folder into the akeneo undertaking root listing for routing.
4 – Then run this command after ssh to your akeneo server by the terminal
rm -rf var/cache && php bin/console versionhistoryexport:setup:set up
5. If you’re utilizing php-fpm. Then it is advisable to restart the php-fpm companies and apache internet server.
For Akeneo 5
sudo service php-fpm7.4 restart
For Akeneo 4
sudo service php-fpm7.3 restart
Docker Set up Command :
For Akeneo 5
alias docker_php='docker-compose run -u www-data --rm php php';
alias docker_yarn='docker-compose run -u node --rm node yarn';
docker_php bin/console cache:clear --env=prod;
docker_php bin/console pim:installer:belongings --symlink --clean --env=prod;
docker_php bin/console d:s:u --force;
docker_yarn run webpack;
docker_yarn run update-extensions;
docker_yarn run much less;
For Akeneo 4
alias docker_php='docker-compose run -u www-data --rm php php';
alias docker_yarn='docker-compose run -u node --rm node yarn';
docker_php bin/console cache:clear --env=prod;
docker_php bin/console pim:installer:belongings --symlink --clean --env=prod;
docker_php bin/console d:s:u --force;
docker_yarn run webpack;
docker_yarn run much less;
Frequent Points After Set up
It’d occur that even after correct set up, upon opening your Akeneo admin dashboard, you see a loading display screen. In that case, do examine for the next resolution:
- Webpack Set up: In the event you get the under error
It implies that internet pack just isn’t put in in your system. Run the next command.
npm set up --save-prod webpack
npm set up
- Module routing.yml just isn’t configured correctly. Re-check the routing.yml file as talked about within the third step of Module Set up
- Clear your browser cache.
Create Product In Akeneo
To create a product in Akeneo, go to navigate to Merchandise then click on the Create button. Now, it is advisable to select the product sort – as Product or Product Mannequin.
Product – Choose this sort for creating easy and digital merchandise.
Product Mannequin – Choose this sort for making a configurable product with variations.
Now enter the required SKU, select a household, then click on the Save button.
Product Household – A household is a set of attributes that would be the identical for all merchandise belonging to a household. The product household represents merchandise sort, imposes product info construction and defines the checklist of attributes for a product that it belongs.
Product Checklist
After creating the product in Akeneo you possibly can examine the product checklist. You can find all of the product lists created by you or exported from any channel.
The workflow of Akeneo Revision Historical past
In the event you want to change or replace a product, merely click on on it and make the mandatory modifications or updates.
Chances are you’ll view the modification historical past within the historical past tab after you’ve made any modifications to the product.
After clicking the Historical past tab, you’ll be capable to see a listing of customers who’ve modified or up to date the product’s knowledge.
Then, by clicking on the person, you possibly can view the person’s historical past, which has been up to date with the earlier worth and the brand new worth for the product.
Export Product Historical past in CSV
Create Export Job Profile
Create a brand new export job to export product historical past knowledge.
Go to Exports>Create Export Profile to make a brand new export job profile.
To create a brand new job profile, add a code, a label, and a job sort.
This module lets you create two sorts of export profiles.
- CSV Model Historical past
- XLSX Model Historical past
The export profile seems when you click on the save button.
World Settings:
You should fill in and allow the small print proven within the picture under.
- File Path – On this, it’s essential to embody the file path the place the generated file might be written to the file system.
- With Header – If you wish to print the column names, equivalent to class or description, allow this feature.
- Export Product Mannequin First – If you wish to export product fashions earlier than merchandise, allow this feature.
Go to the Content material part now and select from the next choices:
- Locales – Relying in your wants, select one Locales.
- Choose Person – If you wish to export the product model historical past of a sure person, it’s essential to select that person on this part.
- Household – If you wish to export gadgets from sure households, go to the drop-down menu and choose the households you want to embody within the discipline.
- Time situation – Now you can export your product on a selected time situation.
- Class –The classes of the channel tree that you simply need to export could be configured.
- Identifier – By including them to the SKU discipline, you possibly can assemble a listing of identifiers to export. An inventory of identifiers could be copied and pasted, with commas, areas, and line breaks used to separate them.
In Akeneo, you’ll see the Export Now button after you’ve created and filtered knowledge within the Export profile.
Now, anticipate the execution course of to finish earlier than checking for errors after hitting the Save button.
The merchandise will seem within the CSV file after the export job is accomplished.
Merchandise Historical past In CSV
You may obtain the CSV recordsdata after clicking the Obtain Generated recordsdata button.
Export Product Historical past in XLSX
You should create an XLSX export job in the identical manner as you carried out a CSV export job.
You’ll see the Export Now button after you’ve created and filtered knowledge within the Export profile.
Now, anticipate the execution course of to finish earlier than checking for errors after hitting the Save button.
The merchandise will seem within the XLSX file after the export job is accomplished.
Merchandise Historical past In Xlsx
You may obtain the XLSX recordsdata after clicking the Obtain Generated recordsdata button.
Assist
So, that was a lot concerning the Person Information of Akeneo Revision Historical past Extension for any queries or doubts attain out to us at [email protected]. You can too elevate a ticket at our HelpDesk System.
Please discover our Akeneo Improvement Providers and High quality Akeneo Extensions.
Present Product Model – 1.0.0
Supported Framework Model – 4.x.x & 5.x.x