1. Overview
The Services (Servizi) registry is the central management interface for defining the commercial offerings of the logistics network. It serves as the primary lookup for the Booking module, ensuring that every order is linked to a valid, commercially authorized transport path.
2. Technical Field Mapping
The Services registry pulls data from either global enums or core system configurations to ensure consistency across the design phase.List View (Gestione Servizi)
The registry provides a searchable grid of all defined services.- Search Logic: Free-text search on
denominazioneandcodice_servizio. - Primary Key: Each row is a primary key (
id_servizio) used as a foreign key throughout the DESIGN and PLANNING modules.
Configuration Form (Add/Edit)
These fields define the operational and commercial boundaries of the offering.3. Propagation & Data Connectivity
Once a Service is defined, it becomes a Source of Truth for the entire logistics lifecycle.Inbound Dependencies
- Subjects Registry: Services are linked to specific MTOs and Carriers.
- Nodes Registry: Departure and arrival terminals must be pre-defined as valid network nodes.
4. Operational Lifecycle
Services are maintained in anAttivo or Inattivo state. A service can only be utilized for new bookings if it falls within its defined validity date range and is marked as active in the system.