对象已移动

可在此处找到该文档 Akeneo Revision History Extension || Product History Data – New Self New Life
New Self New Life
No Result
View All Result
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
New Self New Life
No Result
View All Result
Home Softwares

Akeneo Revision History Extension || Product History Data

by admin
3 years ago
in Softwares
Akeneo Revision History Extension || Product History Data
Share on FacebookShare on Twitter


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:

Trying to find an skilled
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.

src

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.

confi

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
Webpack-error-3-1

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.

product

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.

enter-sku-and-choose-family

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.

Product-Sunglasses-_-Edit

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.

Product-Sunglasses-_-Edit-1

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.

Product-Sunglasses-_-Edit-2

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.

Export-profiles-management-3

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
Export-profiles-management-4

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.
Export-profile-Product-CSV-Version-History-Export-_-Edit

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.
Export-profile-Product-CSV-Version-History-Export-_-Edit-1
  • 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.
Export-profile-Product-CSV-Version-History-Export-_-Edit-2

In Akeneo, you’ll see the Export Now button after you’ve created and filtered knowledge within the Export profile.

Export-profile-Product-CSV-Version-History-Export-_-Show

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.

Export-executions-_-Details-1

Merchandise Historical past In CSV

You may obtain the CSV recordsdata after clicking the Obtain Generated recordsdata button.

csv-rivision-version-history

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.

Export-profile-Product-XLSX-Version-History-Export-_-Show

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.

Export-executions-_-Details-3

Merchandise Historical past In Xlsx

You may obtain the XLSX recordsdata after clicking the Obtain Generated recordsdata button.

revision-xlsx

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

author-thumb

Kavita Singh
6 Badges

8 March 2022



Source link

Tags: AkeneoDataExtensionhistoryproductRevision
Previous Post

‘Rocketman’ Star Taron Egerton Returns To Play After Passing out – Deadline

Next Post

Trends That Translate: Miniskirts, Y2K, and the Color Yellow

Related Posts

How Will AI Impact the Next Generation of Designers? — Speckyboy
Softwares

How Will AI Impact the Next Generation of Designers? — Speckyboy

by admin
July 17, 2025
JFrog finds MCP-related vulnerability, highlighting need for stronger focus on security in MCP ecosystem
Softwares

JFrog finds MCP-related vulnerability, highlighting need for stronger focus on security in MCP ecosystem

by admin
July 13, 2025
Meta and UK Government launch ‘Open Source AI Fellowship’
Softwares

Meta and UK Government launch ‘Open Source AI Fellowship’

by admin
July 12, 2025
User Guide for Odoo Zkteco Device Integration
Softwares

User Guide for Odoo Zkteco Device Integration

by admin
July 15, 2025
Supervised vs Unsupervised Learning: Machine Learning Overview
Softwares

Supervised vs Unsupervised Learning: Machine Learning Overview

by admin
July 10, 2025
Next Post
Trends That Translate: Miniskirts, Y2K, and the Color Yellow

Trends That Translate: Miniskirts, Y2K, and the Color Yellow

Alison Wonderland Reveals Title & Cover For Her Third Album

Alison Wonderland Reveals Title & Cover For Her Third Album

  • Trending
  • Comments
  • Latest
Bones: All Of Brennan’s Interns, Ranked

Bones: All Of Brennan’s Interns, Ranked

June 15, 2021
I Tried Calocurb For 90 Days. Here’s My Review.

I Tried Calocurb For 90 Days. Here’s My Review.

January 8, 2025
A Timeline of His Relationships – Hollywood Life

A Timeline of His Relationships – Hollywood Life

December 20, 2023
Coldplay’s Chris Martin says he ‘never criticized’ Toronto’s Rogers Stadium

Coldplay’s Chris Martin says he ‘never criticized’ Toronto’s Rogers Stadium

July 13, 2025
CBackup Review: Secure and Free Online Cloud Backup Service

CBackup Review: Secure and Free Online Cloud Backup Service

September 18, 2021
Scrapped ‘VH III’ Sequel Had ‘Really Good’ Songs

Scrapped ‘VH III’ Sequel Had ‘Really Good’ Songs

March 23, 2023
Indiana Evans: What happened to the H2O Australian actress Indiana Evans and what is she doing now? | Explainer

Indiana Evans: What happened to the H2O Australian actress Indiana Evans and what is she doing now? | Explainer

December 7, 2024
‘Severance’ leads with 27 nods, as ‘The Penguin,’ ‘The Studio’ and ‘The White Lotus’ follow closely behind

‘Severance’ leads with 27 nods, as ‘The Penguin,’ ‘The Studio’ and ‘The White Lotus’ follow closely behind

July 17, 2025
Ronnie Dunn Reacts After Using Cheat Sheet for Song With Morgan Wallen

Ronnie Dunn Reacts After Using Cheat Sheet for Song With Morgan Wallen

July 17, 2025
Thursday’s Workwear Report: Striped Open Cardigan

Thursday’s Workwear Report: Striped Open Cardigan

July 17, 2025
X Looks To Add Branding Markers to Screenshots of Posts

X Looks To Add Branding Markers to Screenshots of Posts

July 17, 2025
Zafro 16,000 BTU portable air conditioner review – Can it beat the Texas heat?

Zafro 16,000 BTU portable air conditioner review – Can it beat the Texas heat?

July 16, 2025
Dax Shepard Shares Kristen Bell Nude Photo Amid Emmys Nod

Dax Shepard Shares Kristen Bell Nude Photo Amid Emmys Nod

July 16, 2025
Katherine Schwarzenegger’s drastic measures for step-parenting with Chris Pratt

Katherine Schwarzenegger’s drastic measures for step-parenting with Chris Pratt

July 16, 2025
How Lauren Petrullo Uses AI to Scale Marketing and Grow Brands Fast

How Lauren Petrullo Uses AI to Scale Marketing and Grow Brands Fast

July 16, 2025
X Shares Key Data on Holiday Season Planning [Infographic]

X Shares Key Data on Holiday Season Planning [Infographic]

July 16, 2025
New Self New Life

Your source for entertainment news, celebrities, celebrity news, and Music, Cinema, Digital Lifestyle and Social Media and More !

Categories

  • Celebrity
  • Cinema
  • Devices
  • Digital Lifestyle
  • Entertainment
  • Music
  • Social Media
  • Softwares
  • Uncategorized

Recent Posts

  • Ronnie Dunn Reacts After Using Cheat Sheet for Song With Morgan Wallen
  • Thursday’s Workwear Report: Striped Open Cardigan
  • X Looks To Add Branding Markers to Screenshots of Posts
  • Home
  • Disclaimer
  • DMCA
  • Privacy Policy
  • Cookie Privacy Policy
  • Terms and Conditions
  • Contact us

Copyright © 2021 New Self New Life.
New Self New Life is not responsible for the content of external sites. slotsfree  creator solana token

No Result
View All Result
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices

Copyright © 2021 New Self New Life.
New Self New Life is not responsible for the content of external sites.

New Self New Life