πŸ“₯ Import

The Import module allows you to upload and update data in the Pricelist Server via Excel files. It supports various types of content and ensures integrity through a preliminary check (pre-flight) before the final import.

Imports allow you to:
β€’ add or update items and multilingual descriptions
β€’ update multiple prices simultaneously
β€’ upload or update multilingual headers
β€’ define parent/child relationships between items
β€’ import compositions with dedicated components, quantities, and price columns
Each import performs an automatic check on the file and reports any anomalies before proceeding.

🧱 Main Screen
The screen displays the available import types:
β€’ Items and Descriptions
β€’ Prices
β€’ Headers
β€’ Parent and Child
β€’ Compositio
ns
For each section, you can:
β€’ select an
Excel file
β€’ c
lick Import to start the verification
β€’ click Cancel to stop the operation

πŸ§ͺ Pre-Flight Check
Before importing data, the system verifies the file content.
Possible results
:
β€’ βœ… Valid file β†’ proceed with the import
β€’ ⚠️ Warnings β†’ the file can be imported, but verification is recommended
β€’ ❌ Errors β†’ the file cannot be uploaded; correct and try again
At the end of the import, a confirmation message is displayed, and the data is immediately available in the system.

πŸ“¦ Items and Descriptions
Allows importing items and their descriptions in the enabled languages in the catalog.
Required format:
β€’ Column COD β†’ item code
β€’ Description columns per language β†’ e.g., IT_DES, UK_DES, …
The first row of the file must contain the correct headers.

πŸ’° Prices

Allows updating item prices on a price list.
Required format:
β€’ Column COD β†’ item code
β€’ Price columns β†’ corresponding to the columns defined in the price list (e.g., 001, 002, 100, …)
The first row of the file must contain the correct headers.

🏷️ Headers
Al
lows importing headers.
Required format:
β€’ Column COD β†’ item code
β€’ Description columns per language β†’ e.g., IT_DES, UK_DES, …

🧩 Parent and Child
Defines hi
erarchical relationships between items.
Required format:
β€’ Column MASTER β†’ parent item code
β€’ Column CHILD β†’ child item code
Child items automatically inherit the parent’s description and update when the parent is modified.

🧱 Compositions
Allows importing items composed of multiple components, with quantities and multi-column price management.
Required format:
β€’
CODART β†’ component item code
β€’ CODCOMPO β†’ composition code (header)
β€’ RIGA β†’ line number in the composition
β€’ QTA β†’ component quantity
β€’ COLONNA1 … COLONNA5 β†’ columns where to find the component price
β€’ IT_DES + additional languages β†’ line description for each catalog language
It is possible to specify up to 5 different price columns for the same item, useful for managing multiple price values associated with the composition.

πŸ’Ύ Ac
tions
β€’ I
mport β†’ starts file analysis and possibly data loading
β€’ Cancel β†’ stops the operation without changes

🧠 Operational Tips
β€’ ensure the first row of the file contains the correct headers
β€’ import items first, then prices, then relationships and compositions
β€’ use template files to avoid structural errors
β€’ verify price column codes before loading


Torna in alto