Skip to content

Item Detail

The Item Detail page displays all information for a single item in a read-only view organized by tabs. From here you can navigate to edit, delete, or view the audit log.

  • Route: /items/:id
  • Menu Path: Item Master Data → Items → Click on an item row
  • Component: ItemDetails/index.tsx
  • Source: /mnt/dev/portal/services/items/frontend/src/pages/ItemDetails/index.tsx

The page header displays:

  • Item name as the title
  • Item code and name as the description
  • Back to Items button
  • Audit Log button
  • Delete button (requires delete permission)
  • Edit button (requires edit permission)

An overview card showing the item’s key attributes at a glance: code, type, status, base UOM, group, class, and category.

TabDescription
OverviewBasic information, classification, categories, and custom fields
UOMsAll units of measure with conversion factors
BarcodesAll barcodes with type and primary status
PricesAll price list entries grouped by price list
MediaImages and attachments (read-only)

Displays two columns:

  • Basic Information: Type, Base UOM, SKU, Stock/Purchasable/Sellable/Active flags
  • Classification: Group, Class, Category, Tags, Default Sales/Purchase Tax
  • Additional Categories: Category tags if mapped
  • Custom Fields: Any custom extension fields configured for items
ColumnDescription
UOM CodeUnit of measure code
FactorConversion factor relative to base UOM
Default SalesBadge if set as sales default
Default PurchaseBadge if set as purchase default
ColumnDescription
BarcodeThe barcode value
TypeBarcode type
UOMAssociated UOM
PrimaryBadge if marked as primary
ColumnDescription
Price ListPrice list name
PricePrice amount
CurrencyCurrency code
UOMAssociated UOM

Displays existing images (with primary image indicator) and attachments in read-only mode.

Click the Audit Log button to view synchronization and creation/update information:

FieldDescription
Sync StateIn Sync / Pending Creation / Pending Update / Pending Deletion / Error / Ignored
Last SyncTimestamp of last synchronization
Created AtCreation timestamp
Created ByUser who created the item
Updated AtLast update timestamp
Updated ByUser who last updated the item
VersionEntity version number
StateDescription
In SyncSynchronized with external systems
Pending CreationAwaiting creation in external system
Pending UpdateChanges awaiting sync
Pending DeletionDeletion awaiting sync
ErrorSync error occurred
IgnoredExcluded from sync

Deleting an item soft-deletes it (deactivates and removes from normal views). Administrators can restore deleted items if needed.

Restored items return to active workflows with their core configuration preserved.