Shipment details

Purpose

If you click on the logo the shipment hyperlink in the Shipments table a detailed view with all the shipment information will appear.

Note: attributes or fields that are covered by an individual workflow and are of interest for your customers can also be displayed here. Consequently, all the shipment attributes stored for a profile can be displayed in the shipment edit and shipment details pages providing these have not been disabled with the designer.

Example

Example  Application example: Shipment details

Basic shipment search

Functions

The to the functions link takes you to the available function in the lower area of the shipment details page. The functions depend on the configuration stored

Re-edit shipment: this function is always available and opens the Shipments entry mask.

Start print module: if this is configured, the print function is available.

 

You can also obtain information about the status of the shipment, if available.

Note: depending on the configuration, different information is displayed in the shipment details.

Admin  

Configuration

Tip: use the LBO Mask designer from the add-on package to individually adjust the presentation of the shipment details.

 

The presentation of the shipment details can be configured using the following setting:

  • Additional attributes for shipments (sdgedit.za) and Additional attributes, shipment descriptions (sdbedit.za): The applicable additional attributes for the profile (shipment description row and shipment) are read out and displayed.

  • Display: Status history (sdganzeige.statushistory): Determination of whether the status history should be displayed in the shipment details.

  • Upload shipment: Enable file loading (file_sdg_attach.allowed): Enables the ability to upload files (e.g. certificate of origin, commercial invoice etc.) to a shipment.

  • Display: Number of levels (sdg_anzeige.sdb_sbeid.maxvalue): Determination of how many shipment levels should be displayed in the shipment details. See also  sdg_edit.sdb_sbeid.maxvalue

  • Activate printing from LBO (doku_druck): Activates printing from LBO. If this property is set to 1, the Print module button will also be displayed on the shipment details page. In addition, existing and already configured print PRs are also displayed.

  • (Shipments) Display: Shipment text (sdganzeige.sdgtext): Determination of whether a shipment text should be displayed in the shipment details.

Note: new from LBASE Online version 4.4.13: not only the text consignee but also the delivery text is displayed.

  • Display: Type of complaint (sdg_anzeige.schaden): determination of whether the type of complaint should be displayed in the shipment mask. This is entered in slaf_leistanf.laf_ktext (LI module) for latid='SO',lauid='XF'

Note: in the shipment details, this setting is specially for the presentation of the information from the text from the PR SO/XF in an additional field for the damage. This setting is disabled by default.

Layout

The visual presentation occurs via CSS styles and if you want your own presentation, you can define this using the designer.

The following classes are available for this purpose:

  • tfsumShow and tfsumShow_cell

  • tftextShow and tftextShow_cell

  • tflabelShow

  •  tftextAreaShow

 

.tflabelShow{

height:12pt;

   font-size: 10pt;

   margin-top:1px;

   margin-bottom:1px;

   padding-left: 2px;

   color: black;

   background-color: rgb(181,183,184);

}

.tftextShow{

height:10pt;

   font-size: 9pt;

   margin-top:1px;

   margin-bottom:1px;

   padding-left: 2px;   

}

.tftextShow_cell{

height:10pt;

   font-size: 9pt;

   font-style:italic;

   margin-top:1px;

   margin-bottom:1px;

   padding-left: 2px;   

}

.tftextAreaShow{

width:8cm;

height:24pt;

   font-size: 9pt;

   margin-top:1px;

   margin-bottom:1px;

   padding-left: 2px;   

}

.tfsumShow_cell{

readonly;

height:10pt;

cols: 70;

   font-size: 9pt;

   font-weight:500;

font-weight: bold;

   margin-top:1px;

   margin-bottom:1px;

   padding-left: 2px;  

   background-color: rgb(181,183,184);

}

TABLE.tfanzeigetable .tfheader {

   font-size:10pt;

   font-weight:bold;

   color: white;

   background-color: rgb(99,97,99);

   padding-left: 2pt;

   padding-right: 2pt;

   border-left: 0pt;

 }

Attention: if you use your own stylesheet, you must newly define the classes.