Release 2020.30 of the Adonis Personnel Manager is ready and can be downloaded and installed.
Starting from version 2019.10, APM requires one of the following drivers to be installed on your workstation:
-ODBC Driver for SQL Server (v.13 or higher)
Or
-SQL Native Client (v.11 or higher)
Please note that if you are using Brightwell Plugin, it should be updated to ver. 2020.6.4.2 or higher to work properly with APM 2020.30.
Release Highlights
Refactoring
The majority of the issues included in this release are important change and bug request in existing functionality. Some major core functionality is refactored increasing the performance in certain module like Crew Station Bill and Rotation planning.
Distribute Payslip
In the previous release it was possible to email and distribute the payslip. The distribution of the payslip to the enclosed documents datagroup, enabled the possibility for our customers using the portal to distribute the payslip. In release 2020.20 the distribution is a separate option, that disables emailing the payslip to the employee.
Gangway Monitoring
For those user using our gangway access module, the monitoring functionality in APM now also shows those persons signing on.
Start Page
New functionality is added to the start page so that the administrator can define standard layouts, End users can then select from the various predefined layouts.
Resolved Jira Issues
Accounting Interface
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-4018 | DIM6 should be exported as blank when no value | Bug | Accounting Interface | When performing Export to Navision & External Doc No (Dim6) was not defined – the sequence number was still concatenated with empty value. Now if field is not defined – Dim6 value will return empty |
Bank Interface
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-4071 | Advance List/Payment List | Bug | Bank Interface, Payroll, Payroll\Fixed Reports, Reports | New option Payout the same recipient's bank accounts into one transaction is added to Advance List. When set – the generated payment file will merge existing multiple transactions into one, if the recipient’s bank details are the same. The accounting vouchers will not be affected though, as these payments might be spread to different accounting balances |
Datagroups
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-3983 | Workaround for vessel transfer with 1day overlap stopped working | Bug | Datagroups\Activities, Modules\Rotation Planning | It was not possible to create one day overlap for sea-service activities, that correspond to Vessel Transfer operation. |
ATPI Crewlink
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-4040 | Flight Inbox does not refresh while switching ToVessel/FromVessel flights | Bug | interfaces\ATPI Crewlink | Flight Inbox was not refreshed when toggling between From Vessel / To Vessel filters |
Modules
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-4104 | Remove a person from previous shift deletes activity no matter payroll and timesheet link | Bug | ACC, Modules\Rotation Planning | We now apply validation for payroll routines related to activity handling not only when evaluating next shifts after modifying a shift, but also if Remove Person From Previous Shift is selected |
Payroll
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-3783 | Error message during sending A-melding (Correction) | Bug | Norwegian Payroll | Could Not Convert Variant when sending A-Melding correction |
Other
Key | Summary | Issue Type | Component(S) | Release Notes |
---|---|---|---|---|
APM-3380 | Include US Zip and States codes in APM installation set | Change Request | Installation Set | US Zip codes & State codes are now added by Adonis installation & upgrade by default. |
Database Modifications
DATABASE MODIFICATIONS
1) dbo.adt_HasRequiredCompetence (@ReqCode VARCHAR(10), @pin INT, @date DATETIME) - table function returning SequenceNo of the highest required person's compentence valid on @date considering competence replacement functionality.
Valid competence means that the competence doesn't have expiry date or expiry date is greater then @date + IGNORE_EXPIRY_DAYS. Returns NULL if there is no required document and its replacement.
2) dbo.adt_ReturnReplacingCode (@pin INT, @ReqCode VARCHAR(10))- table function returning code of the highest existing person's competence considering competence replacement functionality. Returns NULL if there is no required document and its replacement.
3) Database modification for compatibility with Adonis Replicator functionality of database purge & satellite purge settings based on replication channels.APM-4064
Table | Field name | Field Type |
PWORGVESACT | TOLERANCEHOURS | Int |
repl_Restrictions | ChannelNr TaskNr PKRestrictionQuery DataPurgedAfterDays PKPurgeQuery | Int Int Varchar (max) Int Varchar (max) |
Other Versions