VoyagesAdd a Destination

import { Callout, Steps } from ‘nextra/components’

Add a Destination

Goal: Create a new port or destination in IN-YACHT, so it can be selected as a departure or arrival port when planning a voyage.

You can add a destination in two ways: directly from the **Destinations** section of the Voyages module, or **inline** while creating or editing a voyage (click the **+** button next to the Departure Port or Arrival Port field). Both methods create the same port record.

Before you start

  • You must have permission to create voyages and destinations. If you don’t see the option to add a port, ask your fleet administrator to check your profile settings.

Steps

Open the Destinations section

  1. From the main navigation, click Voyages.

  2. In the sub-navigation, select Destinations.

    The Destinations page shows all existing ports on an interactive map.

Create a new destination

  1. [PLACEHOLDER: describe how to open the create form from the Destinations map page — e.g. a Create/Add button, or a click on the map]

Fill in the destination fields

  1. Complete the following fields:

    FieldRequiredDescription
    NameYesPort or destination name
    AddressNoType an address to auto-populate latitude and longitude via geocoding
    LatitudeYesGPS latitude, range: −90 to 90
    LongitudeYesGPS longitude, range: −180 to 180
    CountryNoSelect from the country list
    DescriptionNoFree-text notes about the destination
    PhotoNoUpload a photo of the port
    If you enter a street address in the **Address** field, the system will automatically fill in **Latitude** and **Longitude** via geocoding. You can then adjust the coordinates manually if needed.

Save the destination

  1. Click Save.

Result

The new destination is saved and immediately available for selection in the Departure Port and Arrival Port fields when planning a voyage. It also appears on the Destinations map.

Adding a destination inline (from a voyage form)

If you are already in the voyage creation or edit form, you can add a new port without leaving the page:

  1. In the Departure Port or Arrival Port field, type the port name.
  2. If no matching port is found, click the + button next to the autocomplete field.
  3. The New Port modal opens — fill in the same fields listed above.
  4. Click Save in the modal. The new port is created and automatically selected in the voyage form.