Skip to end of banner
Go to start of banner

APP 2024.10

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 Version History

Version 1 Next »

To read more about our different types of releases (main release, intermediate release), click me!

Software

Version

Release Date

Download Link

Latest Patch

Adonis Personnel Portal

2024.10

 

Download here

Important

1) From release 2021.10 Internet Explorer (IE) is not supported. 

Adonis Personnel Portal Compatibility Matrix

 Expand to read

APP Version

Compatible APM Version

2022.10. x,

2022.20. x

2022.30. x

2023.10. x

2023.20. x

APM 2020.10.x and newer version

2023.30. x

2023.40.x

2023.20. x


Release Highlights 

The APP 2023.40 release brings new features and enhancements in the Evaluation, Roster Planning, Travel Expense modules as well as in the Chain of Approval.

For more details, refer to the sections below:

Evaluation Module

 Expand to Read

Standing in for Evaluator

The Approver workflow in the Evaluation module has been changed. From now on, Approver is able to submit the documents instead of Coordinator(s).

In case Coordinator leaves their position during an ongoing activity, Approver can take over the responsibility and manage the Evaluation forms submitted by Evaluee(s). This functionality ensures a smooth transition and continuity in managing ongoing evaluation forms even in case of urgent or unexpected Coordinator turnovers.

Approver can stand in for Coordinator as well as vice versa.

For this, it is enough to provide Approver with respective access rights. For more information on how to grant access, see Set Roles and Permission Levels.

The Confirm Reject or Confirm Approve dialog appears when Coordinator approves or rejects the document, accordingly.

Roster Planning Module

 Expand to Read

TimeClock Registrations Integration

The TimeClock registrations are now displayed on the Person Timesheet view:

image-20240319-135706.png

The TimeClock registrations are marked as TC Location / Position.

Time&Attendance Registrations Integration

The time registrations added to the Time and Attendance module are included in the violation calculations for the Roster Planning module. The TAA registration will be displayed in the Roster Person Timesheets dialog and marked as Position by activity since such time registrations are not linked to any roster location. The user cannot modify TAA registration in the Roster Planning module.

image-20240319-140831.png

Average Working Hours Functionality

The Roster Planning scheduler is extended with the Average Working Hours calculation. The system calculates the average working hours (56 hours, 12 weeks before) and returns a list of crew members with an exceeding result.

image-20240319-143305.png

Travel Expense

 Expand to Read

Originator

the Travel Form tab is extended with the Originator field. Besides, the below-mentioned columns are added to the Co-Workers Travel Expenses Overview page:

  • Originator

  • Originator Rank

  • Originator Pin

    image-20240319-122451.png

    image-20240319-122527.png

Document Creation

The Creation Date field is added to the Co-Workers Travel Expenses / Overview page. The date is picked up from WEB_CP_WORKFLOW.repl_ModifiedDate where STATE=0 (Created). Besides, the Creation Date field is displayed on the document preview available on the Travel Form tab:

image-20240319-122909.pngimage-20240319-122935.png

Chain of Approval

 Expand to Read

Relinking Subordinate

Applied the layout changes to the Confirm dialog that appears while relinking a subordinate with submitted documents. In the Confirm dialog, click the APPLY drop-down list to view the actions:

  • Set new Level relinks the document to the selected chain without changing the document status.

  • Drop to Created changes the document state to Created.

  • Keep current state preserves the state of the document.

image-20240319-124323.png

Configuration Enhancements

 Expand to Read

API Key

The API Keys can be generated in Administrator Portal -> Configuration -> General Settings -> the Web Services tab. The API Key is displayed once it is generated and stored as a hashed value in the database.

The API Key can be retrieved in case it is forgotten.

image-20240319-123432.png

Waiting Room

Administrator Portal is extended with the Waiting Room functionality. It stores records which have not been imported from the Crew Inspector platform to APP due to errors.

image-20240319-132735.png

Gangway Control

The Gangway Control tab is added to the Administrator PortalConfiguration -> General. The ACTIVATE GANGWAY ACTIONS button is active if there are no gangway actions for the selected Organization unit. Once the actions are created, the button becomes inactive.

image-20240319-135035.png

After activation, the functionality allows changing the activity from Planned to Current on the sign-on date directly on the panel.

Reports

 Expand to Read

CSB Report

The Crew Station Bill Check List report is extended with the Suppress headers option available in the report dialog. Enable the option to remove all the empty spaces from the report making it more compact.

image-20240319-121613.pngimage-20240319-121651.png

Roster Assignment

The Roster Assignments report is modified to display 15-minute time blocks.:

image-20240319-122027.png

CSB Overview

The CSB Overview report SQL selection was modified to return the Emergency and Rescue stations without Zone setup for the Station Header. The Zone refers to a location in the CSB_Overview report.

release_notes_report.png


Key

Summary

Issue Type

Release Notes

APP-6477

TimeClock Web Service Problem with Alternative PIN

Change Request

Applied a fix for TimeClock Web Service to accept the Alternative PIN when logging in.

Database Modifications

New and Modified Tables

Table

FieldName   

FieldType

Description

WEB_CP_SETTINGS

INSTANCE_ID

NVARCHAR(64)

Add column

 

 

 

 

WEB_CP_DR_SCHEDULED_SCENARIO

SUMMARY

NVARCHAR(1000)

Change field type

 

 

 

 

WEB_CP_EVAL_WORKFLOW

COMMENT

NVARCHAR(MAX

Add column

 

 

 

 

PWWAITINGROOM

 

 

Recreate table

 

INTERFACE

NVARCHAR(16)

 

 

ENDPOINT

NVARCHAR(50)

 

 

EXTERNAL_PIN

NVARCHAR(100)

 

 

EXTERNAL_SEQNO

NVARCHAR(200)

 

 

EXTERNAL_SEQNO_TEXT

NVARCHAR(200)

 

 

PIN

INT

 

 

NAME

VARCHAR(100)

 

 

ERROR

NVARCHAR(MAX)

 

 

SOLUTION

NVARCHAR(MAX)

 

 

REQUEST

NVARCHAR(MAX)

 

 

REQUEST_DATE

DATETIME

 

 

 

 

 

PW001P00_XREF

 

 

Recreate table

 

INTERFACE_XREF

VARCHAR(10)

 

 

TABLE_REF

INT

 

 

SEQUENCENO_REF

INT

 

 

SEQUENCENO_XREF

VARCHAR(200)

 

 

COMMENT

NVARCHAR(100)

 

 

 

 

 

 

 

 

 

 

 

 

 

WEB_CP_API_KEYS

 

 

Recreate table

 

GUID

UNIQUEIDENTIFIER

 

 

CLIENT

INT

 

 

INTERFACE

VARCHAR(10)

 

 

API

NVARCHAR(32)

 

 

API_NAME

NVARCHAR(64)

 

 

KEY_PREFIX

VARCHAR(7)

 

 

KEY_HASH

VARCHAR(MAX)       

 

 

DATECREATED

DATETIME

 

 

 

 

 

WEB_CP_API_KEY_SCOPES

 

 

New table

 

API_GUID

UNIQUEIDENTIFIER

 

 

SCOPE

VARCHAR(128)

 

 

 

 

 

WEB_CP_ADONIS_API_KEYS

 

 

New table

 

APP_CODE

NVARCHAR(32)

 

 

KEY_PREFIX

VARCHAR(7)

 

 

KEY_HASH

VARCHAR(MAX)

 



Other Versions 

  • No labels