对象已移动

可在此处找到该文档 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

Will AI Replace Software Engineers? Detailed Overview
Softwares

Will AI Replace Software Engineers? Detailed Overview

by admin
August 6, 2025
How to Be the Leader Your Web Design Clients Need — Speckyboy
Softwares

How to Be the Leader Your Web Design Clients Need — Speckyboy

by admin
August 4, 2025
New tool offers direct lighting control for photographs using 3D scene modeling
Softwares

New tool offers direct lighting control for photographs using 3D scene modeling

by admin
August 3, 2025
Laravel ONDC Connector – Webkul Blog
Softwares

Laravel ONDC Connector – Webkul Blog

by admin
August 2, 2025
Custom search engine – Vivaldi iOS Browser snapshot 3767.4
Softwares

Custom search engine – Vivaldi iOS Browser snapshot 3767.4

by admin
August 5, 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
Acyan's "Ghost Town" EP Is Bass Music Storytelling at Its Most Ominous

Acyan's "Ghost Town" EP Is Bass Music Storytelling at Its Most Ominous

May 18, 2025
Instagram Adds New Teleprompter Tool To Edits

Instagram Adds New Teleprompter Tool To Edits

June 11, 2025
The Ultimate Guide to Samsung Galaxy Z Flip 7

The Ultimate Guide to Samsung Galaxy Z Flip 7

August 5, 2025
TikTok Publishes Report on Top UK Product Trends

TikTok Publishes Report on Top UK Product Trends

August 3, 2025
ONyc Launches on Kamino, Unlocking Real-World Yield and Collateral Utility in Solana DeFi

ONyc Launches on Kamino, Unlocking Real-World Yield and Collateral Utility in Solana DeFi

August 5, 2025
Will AI Replace Software Engineers? Detailed Overview

Will AI Replace Software Engineers? Detailed Overview

August 6, 2025
Abbotsford, B.C., denies permit for MAGA singer

Abbotsford, B.C., denies permit for MAGA singer

August 2, 2025
Amazon Forgot to Take the 2024 MacBook Air Off Sale After Their Big Spring Event

Amazon Forgot to Take the 2024 MacBook Air Off Sale After Their Big Spring Event

April 4, 2025
Diddy Wants to Do MSG Comeback Performance

Diddy Wants to Do MSG Comeback Performance

August 7, 2025
60 businesses that have shaped Singapore

60 businesses that have shaped Singapore

August 7, 2025
Bluesky Reaches 38 Million Users, Though Post Volume Is Declining

Bluesky Reaches 38 Million Users, Though Post Volume Is Declining

August 7, 2025
Garth Brooks' Alleged Sexually Explicit Text Messages To Makeup Artist Revealed In Assault Lawsuit — DETAILS

Heather Rae El Moussa Defends Pregnancy 'Prank' On Tarek — But Deletes Video Anyway!

August 7, 2025
Diddy’s legal team seeks Trump pardon for rapper before sentencing – National

Diddy’s legal team seeks Trump pardon for rapper before sentencing – National

August 7, 2025
Boox Note Air4 C review – A real E-ink tablet for die-hard note takers

Boox Note Air4 C review – A real E-ink tablet for die-hard note takers

August 6, 2025
Will AI Replace Software Engineers? Detailed Overview

Will AI Replace Software Engineers? Detailed Overview

August 6, 2025
Wednesday’s Workwear Report: The Military Blazer Jacket in Tweed

Wednesday’s Workwear Report: The Military Blazer Jacket in Tweed

August 6, 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

  • Diddy Wants to Do MSG Comeback Performance
  • 60 businesses that have shaped Singapore
  • Bluesky Reaches 38 Million Users, Though Post Volume Is Declining
  • 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