Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Do one of the following:
    • In the Voyage Manager Operations tab Itinerary, click the BL Info tab. Information entered there populates this form.
    • To open the Cargo Handling form for a load, discharge, or multi-function port:
      • In the Voyage Manager, right-click a port and then click Cargo Handling.
      • On the IMOS - Port Activities form, click .

        Rows are color coded:
        • Yellow = Transshipment
        • Blue = Interservice
        • Green = both Transshipment and Interservice
  2. On this form, enter the BL Code, BL/Disch Date, and BL/Disch Qty.
    The CP Unit is from the Charter Party, but you can specify an alternate Unit and BL Gross on the Alt Unit tab.

    Expand
    titleCargo Inspector: Enabling Address Type I

    The Cargo Inspector can be selected from a list of IMOS - Address entries of Type I. To enable this Address Type, run the following script on your IMOS database:

    — begin script —
    INSERT INTO type (_sqlid, vtype, vdesc)
    SELECT (SELECT MAX(_sqlid)+1 FROM type), 'I', 'Cargo inspector'
    — end script —

    As always when running database scripts, do so first on a backup of your production database to ensure the correct results. After doing this, you can create an Address entry with type I, and it can be selected in the Cargo Inspector field.


  3. Complete the remaining fields as appropriate.
    • To enter Stowage information about the cargo hold, click .
       
    • To enter Shifting information, click .
    • Many options are also available from the Cargo Handling context menu. Right-click a cargo and then click any of the following:
      • Documents: Opens the Cargo Documents form. Enter information about documents, including a Letter of Protest.
      • Suppliers/Receivers: Opens the Cargo Suppliers or Cargo Receivers form.
      • Alternate Quantities/Units: Opens the Alternate Quantities/Units form. Enter alternate quantities and units of measure.
      • Split Cargo: Adds another row to split the cargo in two.
      • CP Terms Details: Opens the IMOS - CP Terms Details form.
      • Insert Cargo
      • Delete Cargo

...


Expand
titleRelated Config Flags


CFGCargoLossControl

CFGDefaultDischargeBLInfo

CFGEstimatePortDaysUsingBlQty

CFGEnableMTBETracking


...