The Barcode/QR code Image Generator App by Induxx generates barcode images and QR codes as an image based on an input text attribute from your Akeneo PIM. The generated image can be stored to a configured image attribute or asset collection attribute.
Our generator supports over 30 types of barcodes. Configure size, color, image format, logo (to be incorporated in the QR code) and barcode type. When the desired setup is provided in our user-friendly middleware application, a task can be scheduled to automatically add barcodes/QR codes when products are added/updated in your PIM system.
App switcher: This navigation bar shows the general settings and all the active middleware applications
App menu: The main navigation of your app. Tasks, operations and settings tailored for the app populate this menu.
Dashboard: This is the homescreen of your app, consistent of several widgets: an overview of the latest operations ad scheduled tasks, processed items over time and a shortcut to our documentation and support.
The navigation in the top-right corner contains 2 items: logging out of the app and starting a guided tour that walks you through the app by clicking the question mark.
The cornerstones of an Induxx middleware application consists of tasks and operations. Where a task consists of the necessary configuration and information, an operation is an execution of that task. This flow is applied to the Barcode generator as well.
Think of tasks as the blueprint or template of an operation. A task contains all the necessary information to carry out an operation, as well as the possibility to set a certain schedule to automatically run operations.
When you navigate to the tasks section of your app, you will see an overview of the created tasks and their status. On this screen you can create, update and delete a task.
The Operations section provides an overview and logs of all operations (i.e., executions of tasks) that have been executed. The status chips up top gives you the possibility to filter out operations that ended with a certain status.
In most cases, your app will use and/or alter a certain set of product information of your PIM environment. On the task level, you will be able to filter your dataset based on a date range of when products are updated (e.g. all updated products since the last time an operation was successfull, all changes of the last week, …).
But what if you only want to update a products of a certain category, or only when a product attribute has a certain value? That’s where filters come in. You can create a filter to define your product dataset, and link them to your task. Once filters are created, they can be linked to multiple tasks across the active apps in your account.
To create a filter, navigate to the general settings (on top of the app switcher), and click the ‘filters’ section.
The barcode generator requires a source attribute and a target attribute in Akeneo. E.g. An attribute containing the EAN should exist, as well as an image attribute to store the generated barcode.
Navigate to the task overview in the middleware application. In the right-hand corner click + CREATE. Choose a label of your choice, a unique code to identify the task is generated automatically (but can be overwritten). As task type, choose generate_barcodes
You will be redirected to the edit task page. In the section Parameters you will be able to set a source attribute in the EAN attribute input field, and a destination attribute in the EAN image attribute input field. Optionally, you can define an image format, barcode type and dimensions.
Finish the configuration of the task by scrolling down to the Schedule section and - optionally - providing a frequency of the task to run (this gets translated to a CRON configuration. More information: https://en.wikipedia.org/wiki/Cron)
The task can be executed manually within the middleware application by navigating to the task, followed by clicking run in the top section.
You are redirected to the operation overview where the logs will be available as the operation goes through the process.
The result is a generated barcode for each product that meets the criteria. If the task is scheduled, barcode images will be added automatically to Akeneo.
The barcode generator requires a source attribute and a target attribute in Akeneo. E.g. An attribute containing the QR data should exist, as well as an image attribute to store the generated QR code.
Navigate to the task overview in the middleware application. In the right-hand corner click + CREATE. Choose a label of your choice, a unique code to identify the task is generated automatically (but can be overwritten). As task type, choose generate_qrcodes.
You will be redirected to the edit task page. In the section Parameters you will be able to set a source attribute in the data attribute input field, and a destination attribute in the attribute to store QR code input field. Optionally, you can define an image format, colors and dimensions.
Finish the configuration of the task by scrolling down to the Schedule section and - optionally - providing a frequency of the task to run (this gets translated to a CRON configuration. More information: https://en.wikipedia.org/wiki/Cron).
The task can be executed manually within the middleware application by navigating to the task, followed by clicking run in the top section.
You are redirected to the operation overview where the logs will be available as the operation goes through the process.
The result is a generated QR code for each product that meets the criteria. If the task is scheduled, QR code images will be added automatically to Akeneo.