Coddingpro
Deprixa Plus - The Ultimate Courier & Logistics SaaS Platform

Deprixa Plus — Warehouse & Inventory · Inventory Sections

The inventory system is organized into four interconnected sections. Together they provide a complete picture of what is in your warehouse, where it is stored, and how stock levels change over time.

Items

SKU definitions for everything stored in the warehouse. Each item has a unique SKU code, name, description, category, and optional photos. Items represent the types of goods you handle — not individual package instances.

Locations

Physical storage positions within the warehouse: shelves, bins, racks, and zones. Each location has a unique code (e.g., A-01-03) and can be assigned a type (shelf, bin, floor, cold storage). Locations are used to track exactly where items are stored.

Stock

Current quantity levels broken down by item and location. The stock view shows real-time counts for each item at each location, making it easy to find items and monitor capacity. Stock levels are updated automatically by movements.

Movements

A chronological transaction log of all IN and OUT operations. Each movement records the item, quantity, location, direction (in/out), timestamp, and the related shipment or pre-alert conversion. Movements are the audit trail for all stock changes.

Items Field Reference

FieldTypeRequiredDescription
SKUTextYesUnique stock-keeping unit code for the item.
NameTextYesHuman-readable item name.
DescriptionTextNoDetailed description of the item.
CategorySelectNoItem category for grouping and filtering.
PhotosImage(s)NoOne or more photos of the item for identification.
UnitSelectYesUnit of measure (piece, box, pallet, kg).
Min Stock LevelIntegerNoAlert threshold — triggers low-stock warning when reached.

Locations Field Reference

FieldTypeRequiredDescription
CodeTextYesUnique location identifier (e.g., A-01-03, SHELF-B2).
NameTextNoDescriptive name for the location.
TypeSelectYesLocation type: shelf, bin, floor, rack, cold storage.
CapacityIntegerNoMaximum number of units the location can hold.

Movements Field Reference

FieldTypeRequiredDescription
ItemRelationYesThe inventory item being moved.
LocationRelationYesThe warehouse location for the movement.
DirectionEnumYesIN (stock increase) or OUT (stock decrease).
QuantityIntegerYesNumber of units moved.
ReferenceRelationNoLinked shipment, pre-alert, or manifest.
NotesTextNoReason or context for the movement.
TimestampDateTimeAutoAutomatically recorded when the movement is created.
UserRelationAutoThe staff member who recorded the movement.