Last updated: 17.04.2024

Valid from: Opter 2023.12.00

Dangerous goods

Dangerous goods is a collective term for things that can pose risks to safety, property, the environment or human health when transported or used. For more information on dangerous goods, see the MSB (Swedish Civil Contingencies Agency) website. The regulations for the transport of dangerous goods, in the ADR, are also available there.

Dangerous goods in order reception

You indicate that an order includes dangerous goods under Dangerous goods in order reception. (For information on how to add sections to order reception, see Arranging the sections in order reception).

The columns that are displayed in the table can be set in Settings > Order reception > Columns for dangerous goods. Several different configurations can be created and it is then possible to choose from them in order reception, for example to display different columns for different types of dangerous goods. Give the configuration a name, for example "Radioactive goods", and go to the Columns tab.

The Excluded list contains the columns that can be displayed. The Included list contains the columns that are currently displayed. Double-click the columns to be displayed in the list on the left, and they will be added to the Included list. To delete columns, double-click on them in the list on the right and they will be moved to Excluded.

Several columns can be moved at the same time by Ctrl-clicking or Shift-clicking on them and then pressing Enter to move them between the lists.

In the text fields above the lists, it is possible to search for the name of a column.

The columns can be reordered by dragging and dropping them in the list. To position a column further to the left, move it up the list. To position a column further to the right, move it down the list.

Click on to save all changes.

Selecting the configuration in order reception

Click on Shortcuts > Order settings and go to the Control tab. Select the configuration from the Dangerous goods drop-down list. Click on to save all changes. The configuration selected applies to all orders until another one is chosen.

If [None] is selected, the configuration selected by default in the Dangerous goods window is used. If no default has been set, the configuration that was created first is used.

Tunnel restrictions

The ADR contains provisions on how dangerous goods may be transported through road tunnels. All tunnels have a tunnel category (A-E). The dangerous goods have a tunnel restriction code that indicates which tunnels the transport may not pass through. For example, if the goods have the restriction code 'C', the goods are not allowed to pass through tunnels of categories C, D and E.

More information is available on the MSB (Swedish Civil Contingencies Agency) website. Information on restriction codes for different types of dangerous goods is available in the ADR.

Restriction codes are entered in the Tunnel restriction code column under Dangerous goods in order reception. The restriction code can then be displayed on, for example, freight bills using the DGO_TunnelRestriction report tag in the DangerousGoods list.

  • Row 6: Text string (Tunnel restriction code).

  • Rows 15–17: Retrieves the restriction codes from the dangerous goods list in the order. In the example, there is only one dangerous goods row in the order. If there had been more than one, the height of the row would have needed to be adjusted to show the entire list.

Example

        <block x="0" y="16">
          <item name="Total number of packages" fontbold="true" x="1" y="0" fontsize="7" width="25" />
          <item name="Total gross weight, kg" fontbold="true" x="27" y="0" fontsize="7" width="25" />
          <item name="Code" fontbold="true" x="65" y="0" fontsize="7" width="25" />
          <item name="Cubic, lm, qty, kg" fontbold="true" x="72" y="0" fontsize="7" width="35" />
          <item name="Tunnel restriction code" fontbold="true" x="118" y="0" fontsize="7" width="30" />
          <item name="Check sum" fontbold="true" x="153" y="0" fontsize="7" width="25" />
        </block>

        <block x="0" y="20">
          <data name="DEL_CalculatedPackages" fontbold="true" x="1" y="0" fontsize="7" width="20" align="right" format="# ##0.##" />
          <data name="DEL_CalculatedWeight" fontbold="true" x="27" y="0" fontsize="7" width="22" align="right" format="# ##0.##" />
          <item name="B" fontbold="true" x="65" y="0" fontsize="7" width="6" align="Center" />
          <data name="DEL_PricingWeight" fontbold="true" x="72" y="0" fontsize="7" width="24" align="right" format="# ##0.##" />
          <query command="DangerousGoods" dataaccess="relative" source="object" >
              <data name="DGO_TunnelRestriction" fontbold="true" x="118" y="0" fontsize="7" width="30" />
          </query>
        </block>