Versions Compared

Key

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

...

Key

Summary

Release Notes

APP-3799

Make Timesheets available in Employee Portal

Implemented a possibility to display Timesheets in the Employee Portal.

APP-4259

E-signing functionality enhancement - Timesheet

The Electronic Signing module was modified to work with 3-rd party applications. There are three categories for the documents: Pending (to be signed), Signed, and Rejected.

APP-4288

E-signing functionality enhancement - API Methods

Created five basic methods for the Electronic Signing functionality that 3rd party can use:

  • SignDocument;

  • SendDocumentToSign;

  • RejectDocument;

  • GetDocumentStatus;

  • DownloadFile.

APP-4443

APP extend services configuration

ReleaseNotes

The General Settings in the Administrator portal are extended with the Electronic Signing service link and Adonis_Esign_API password setup.

  • The Electronic Service URL is in read-only mode and depends on a Web Service URL setup. The Electronic Signing service URL will be updated after any changes were made to the Web Service URL.

  • Adonis_Esign_API password is stored in the WEB_CP_API_LOGIN and used to generate the authentication token for the Electronic Signature API methods.

APP-4520

Timesheets overview page

Implemented a Timesheet Overview page. The overview displays employees' timesheets as separate tiles.

Only timesheets with the status: Submitted, Approved, Processed are displayed on the page.

APP-4521

Timesheets details page

Implemented the Time Sheets Details page that displays the day-to-day details of the selected time sheet.

APP-4522

Link report to the Timesheet module

Implemented a possibility to set up a default report for the Timesheets module on the Employee portal - Reports Maintain page. The report can be opened by clicking the ‘View' button on the Timesheets Details page.

...