Created on 24 October 2024
Attendance and Leave Reports
... crucial for managing future leave requests.
Leave name
Displays the remaining leave balance for the employee, crucial for managing future leave requests.
Total Time
Calculates the total ...
Created on 24 October 2024
Attendance and Leave Reports
View - Leave_History_Report
Purpose: The Leave History Report provides a detailed account of employees' past leave requests, enabling HR to track leave patterns and ensure compliance with leave policies. ...
Created on 24 October 2024
Attendance and Leave Reports
... for managing employee leave requests and planning.
...
Created on 24 October 2024
Miscellaneous Reports
View name - Acceptance Rate
Purpose: The Acceptance Rate report analyzes the percentage of accepted requests over a specified period, providing valuable insights for HR decision-making and process improvements. ...
Created on 23 October 2024
Workflow and Task Management
View - uwvd_ticket
Purpose: The UWVD Ticket Report tracks support or service requests submitted by employees, ensuring timely responses and efficient resolution of issues.
What do we get: Columns such ...
Created on 23 October 2024
Workflow and Task Management
View name - workflow_requests
Purpose: The Workflow Requests Report summarizes all requests submitted through the workflow system, enabling HR to manage and monitor process efficiency and employee interactions. ...
Created on 23 October 2024
Workflow and Task Management
View - workflow_approve_reject_requests
Purpose: The Workflow Approve Reject Requests Report tracks the status of requests made within workflows, ensuring transparency and accountability in the approval ...
Created on 10 October 2024
Release Notes
... we are introducing a highly requested feature: the ability to automatically approve or reject workflow requests on a specified date. Users can now configure workflows to either approve or reject all pending ...
Created on 06 September 2024
Release Notes
... client requests, allows for more precise management of Payroll Adjustments, ensuring that all types of earnings, deductions, and now adjustments can be efficiently added or imported as needed.
...
Created on 08 August 2024
Release Notes
... either decimal or time format. Users can now choose to input their time in hours and minutes, rather than solely in decimal format. This update caters to client requests and enhances flexibility by providing ...
Created on 09 July 2024
Release Notes
This month we have worked upon enhancing existing modules to give our clients better User experience.
1. Re-assign pending requests to the new reporting manager
In this update, we have ...
Created on 04 June 2024
Release Notes
... meets specific customer requirements. This addition addresses frequent customer requests for more detailed user information on KRA and Appraisal pages. By clicking the new 'Configure' button, admins can ...
Created on 04 May 2024
Release Notes
... limits, ensuring smooth operation within organizational policies. Empower your workforce with the freedom to manage leave requests effortlessly, courtesy of our user-centric HRMS software upgrade.
...
Created on 08 April 2024
Tutorials
... of leaves, like:
Start month of the year
Would you allow half-day leaves to employees
Should leave requests and approvals be sent on emails?
Add profile fields to filter out conditional holidays ...
Created on 03 April 2024
Release Notes
... update simplifies the process of requesting and tracking leave, offering intuitive design and real-time status updates. Employees can effortlessly submit requests and view their balances, while managers ...
Created on 19 March 2024
Payroll
... Token'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
import json
url = "http://your_instance.uknowva.com/api.php/attendance/attendancedb/getUserSalaryDetails"
payload ...
Created on 18 March 2024
Release Notes
...
The Request Delegation feature in the workflow engine empowers users to assign tasks to colleagues, facilitating smooth transfer of requests from both individual and bulk request views. Additionally, ...
Created on 14 March 2024
Tutorials
With uKnowva's intuitive interface, tracking and submitting requests, whether for ID cards, business cards, or travel tickets, has never been easier.
Navigate through the user-friendly menu to effortlessly ...
Created on 08 March 2024
Tutorials
Discover enhanced managerial control and streamlined efficiency with uKnowva's innovative Approvals menu. Our platform centralises all approval processes, including leave requests, attendance regularisation, ...
Created on 07 March 2024
Attendance
... = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
url = "http://your_instance.uknowva.com/api.php/hrm/syncattendanceshiftwise/fetchBulkAttendanceFromAttendanceServer"
payload ...