Skip to end of banner
Go to start of banner

APM 2020.30

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 »

Release 2020.30 of the Adonis Personnel Manager is ready and can be downloaded and installed.


SoftwareVersionRelease DateDownload Link

Latest Patch

Adonis Personnel Manager

2020.30

 


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 

KeySummaryIssue TypeComponent(S)Release Notes
APM-4018DIM6 should be exported as blank when no valueBugAccounting 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 

KeySummaryIssue TypeComponent(S)Release Notes
APM-4071Advance List/Payment ListBugBank 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 

KeySummaryIssue TypeComponent(S)Release Notes
APM-3983Workaround for vessel transfer with 1day overlap stopped workingBugDatagroups\Activities, Modules\Rotation Planning

It was not possible to create one day overlap for sea-service activities, that correspond to Vessel Transfer operation.

KeySummaryIssue TypeComponent(S)Release Notes
APM-4040Flight Inbox does not refresh while switching ToVessel/FromVessel flightsBuginterfaces\ATPI Crewlink

Flight Inbox was not refreshed when toggling between From Vessel / To Vessel filters

Modules 

KeySummaryIssue TypeComponent(S)Release Notes
APM-4104Remove a person from previous shift deletes activity no matter payroll and timesheet linkBugACC, 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 

KeySummaryIssue TypeComponent(S)Release Notes
APM-3783Error message during sending A-melding (Correction)BugNorwegian Payroll

Could Not Convert Variant when sending A-Melding correction

Other 

KeySummaryIssue TypeComponent(S)Release Notes
APM-3380Include US Zip and States codes in APM installation setChange RequestInstallation 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 

  • No labels