Welcome to the Veson Nautical Knowledge Base. In the Help Center, you can view the same articles and contact support as needed.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To enter information about cargo on the Cargo Handling form:

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

     Cargo Inspector: Enabling Address Type I

    The Cargo Inspector can be selected from a list of 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 CP Terms Details form.
      • Insert Cargo
      • Delete Cargo


 Related Config Flags
CFGCargoLossControl

CFGDefaultDischargeBLInfo

CFGEstimatePortDaysUsingBlQty

CFGEnableMTBETracking

  • No labels