AlphaAlpha Docs

Catalog Management

Creating, editing, and managing products in your catalog

Catalog Management

Learn how to create, edit, and organize products in your catalog.

Creating a Product

Step 1: Navigate to Products

  1. Go to ERP > Products
  2. Click Add Product

Step 2: Fill in the Product Form

The creation form has the following fields:

FieldRequiredDescriptionExample
Product IDAuto-generatedUnique identifier, format PRD{YY}{MM}{XXXXXX}. Can be manually enteredPRD2601000042
NameYesProduct display name (checked for uniqueness)Standard Widget
DescriptionNoDetailed product descriptionHigh-quality industrial widget
CategoryNoClassification category from your category treeFinished Goods > Widgets
SupplierYesThe supplier for this productAcme Corp
Product TypeYesDetermines product behavior (see below)Finished Good
CurrencyYesDefaults to tenant's default currencyEUR
Product ImageNoUpload an image file during creation

Step 3: Save

Click Create to save the product. The product starts in an active state and is assigned a default base unit of Piece (pcs).

Pricing, units, and bill of materials are configured after creation on the product detail page.

Product Types

TypeDescriptionTypical Use
Raw MaterialInput materials for productionSteel, wood, components
Finished GoodCompleted products for saleAssembled products, packaged goods
ServiceNon-stockable, time/labor-basedInstallation, consulting, maintenance

Product Detail Page

After creating a product, the detail page provides access to all product settings organized in tabs.

Info Tab

Core product information:

FieldDescription
NameProduct display name
DescriptionDetailed description
CategoryProduct category
SupplierAssociated supplier
TypeRaw Material, Finished Good, or Service
VisibilityPublic or Private
ReferenceExternal reference number
BrandBrand name
VariantProduct variant identifier

Cost & Units Tab

Pricing and unit of measure configuration:

FieldDescription
Base UnitPrimary unit of measure (see Units of Measure)
Conversion UnitsAdditional units with conversion factors
Sales PricePrice per unit
CostCost per unit

Physical Properties

FieldDescriptionUnit
WeightProduct weightGrams
LengthPackage lengthCentimeters
WidthPackage widthCentimeters
HeightPackage heightCentimeters
VolumePackage volumecm³

Identification

FieldDescriptionExample
GTINGlobal Trade Item Number5901234123457
GTIN TypeBarcode standardGTIN-8, GTIN-12, GTIN-13, GTIN-14
BarcodeScannable barcode value

Stock Settings

SettingDescription
Reorder PointStock level that triggers a reorder alert
Safety StockMinimum stock level to maintain

Environmental Data

FieldDescription
CO₂Carbon footprint per kg
LifetimeProduct lifetime in days

Environmental fields are only visible when the Environment scope is enabled for your tenant.

Bill of Materials Tab

Define the components that make up this product. See Bill of Materials for details.

Assets Tab

Manage product images and files.

Custom Fields (Metadata)

Add custom key-value metadata fields to store additional product information specific to your business needs.

Product Images

Upload During Creation

When creating a product, you can attach an image file directly in the creation form.

Upload from Product Detail

  1. Open the product
  2. Go to the Assets tab
  3. Upload images or documents

Import from URL

You can import a product image directly from a URL:

  1. Open the product
  2. Use the Import from URL option
  3. Enter the image URL
  4. The system downloads and stores the image automatically

The URL must point directly to an image file (JPEG, PNG, etc.). The system validates the content type before importing.

Editing Products

Finding Products

Search products by:

  • Product ID — Exact or partial match
  • Name — Text search
  • Category — Filter by category
  • Supplier — Filter by supplier
  • Type — Raw Material, Finished Good, Service

Making Changes

  1. Open the product from the product list
  2. Edit fields inline or via edit modals
  3. Changes are saved immediately

Audit Trail

All product changes are recorded with:

  • Who made the change
  • When the change was made
  • What was modified

Bulk Operations

Import Products

Import products from a spreadsheet:

  1. Go to Products > Import
  2. Download the template
  3. Fill in product data
  4. Upload the completed file
  5. Review the import preview
  6. Confirm the import

Template columns:

ColumnRequiredDescription
skuYesUnique product identifier
nameYesProduct name
categoryNoCategory path
unitNoUnit of measure
purchase_priceNoCost price
sale_priceNoSelling price

Export Products

  1. Go to Products > Export
  2. Select fields to include
  3. Choose format (CSV, Excel)
  4. Apply filters if needed
  5. Download the file

Permissions

PermissionAllows
READ_PRODUCTSView products and product details
CREATE_PRODUCTSCreate new products, generate IDs
UPDATE_PRODUCTSEdit products, manage UOM, manage BOM, upload assets

On this page