Versions Compared

Key

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

...

Expand
titleClick to expand

Added routines under Tools in ACC:

  • Sign On Wizard

  • Sign On Family Member Wizard

  • Promotion Wizard

  • Sick Registration Wizard

  • Sign Off Wizard

image-20240209-143349.png

Implemented functionality for access rights for wizards.

Rotation Planning

Project Requirements

Expand
titleClick to expand

In the Rotation Planning module, the Project Details tab is expanded with the Project Requirements data.

To get started, make sure to define project requirements in the Position Requirements tab:

image-20240209-134535.png

In the Rotation Planning gantt chart, select the project timeblock and view the project details on the tab:

image-20240209-134600.png

The Project timeblock details dispaly position requirements for the selected project and provide calculations of deviation, i.e. the difference between the number of positions required for the project and those available in the plan having shift timblocks within the project date range.

Promotion Port

Expand

Implemented the functionality allowing to select the necessary port in the Promotion/Position Change dialog:

image-20240209-135132.png

If no port is found on the promotion date, the system will prompt to create the crew change with “sea days” port. In case the “sea days” port is not available in the database, the system won’t carry out promotion.

Regions Editor

Expand

Norway Regions codes are being updated during APM installation based on the new document.

image-20240209-141401.png

Note: Norway Regions codes can be updated after the installation of APM using the ADS script.

View file
nameNorwegianRegionCodeChanges_2024.ADS

General Codes

Expand

Added the C230 SignOn Time / C231 SignOff Time fields to General Codes > Activities:

image-20240209-141856.png

APM Installation

Expand

While installing APM, the system picks up the latest version of the SQL Server driver from the list of known drivers:

  • ODBC Driver 18 for SQL Server

  • ODBC Driver 17 for SQL Server

  • ODBC Driver 13 for SQL Server

  • SQL Server Native Client 11.0

To change the ODBC driver version, define it directly in the adpw.ini:

[DATABASE]
DATABASE NAME=ADONIS
SERVER NAME=SQL2019
CON_NAME=CrewLink
DRIVER NAME=ODBC Driver 18 for SQL Server

Note: Changing the ODBC version in the adpw.ini file is only applicable after the APM installation.

...