Skip to main content

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. Transport Services Management

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 denominazione and codice_servizio.
  • Primary Key: Each row is a primary key (id_servizio) used as a foreign key throughout the DESIGN and PLANNING modules.
FieldSourceDescription
DenominazionedenominazioneThe commercial name of the service.
CodicecodiceUnique internal identifier.
Tipo Servizioid_tipo_servizioCategorization (e.g., Terminal-to-Terminal, Door-to-Door).
Validitàdata_da / data_aThe active date range for the service.

Configuration Form (Add/Edit)

These fields define the operational and commercial boundaries of the offering.
Field LabelTechnical NameSource Data (ID)OriginFlow/Logic
Tipo servizioid_tipo_serviziotipi_servizioEnumDefines the operational model (Commercial vs Technical).
Tipo trasportoid_tipo_trasportotipi_trasportoEnumDetermines which assets (Wagons/UTI) are valid.
OperativooperativoCheckboxManualToggles visibility in Execution modules.
FatturazionefatturazioneCheckboxManualControls automated billing logic in Admin.

3. Propagation & Data Connectivity

Once a Service is defined, it becomes a Source of Truth for the entire logistics lifecycle.
Target ModuleDynamic FieldUsage
DESIGN > ConnessioniServizio di rif.Links a physical route to this commercial service.
BOOKING > NuovoServizioThe primary selector for starting a new transport mandate.
ADMIN > ReportsFiltro ServizioUsed to aggregate tonnage and revenue by service name.

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 an Attivo 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.