Created on 18 April 2024
Performance Management System (PMS)
... the user, click on the Set KRA button next to their name.
Step 3: To save time, you can set KRAs for multiple team members simultaneously using the import feature. Here’s how:
Click on the ...
Created on 08 April 2024
Tutorials
... of new buttons appear to set the pre-configured masters.
You get 3 options for each master, including import data, add data, and viewing existing data be it designations, shifts, companies, locations, ...
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 15 March 2024
Tutorials
... decisions.
Streamline administrative tasks related to timesheet management, such as editing and importing timesheets.
Whether you're a team member striving to optimise your time allocation or a ...
Created on 08 March 2024
Tutorials
... and lists all the important necessary details like the Name of the requester, Action to be taken, employee code, clearance department, designation, date of joining, resigned on, last working date, status ...
Created on 08 March 2024
Tutorials
Daily attendance is important as we all know it helps to streamline the process of calculating the total number of pay days for the employee. So, you can mark your attendance either through:
Physical ...
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 ...
Created on 06 March 2024
Attendance
... Bearer Token'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import requests
url = "http://your_instance.uknowva.com/api.php/hrm/syncattendanceshiftwise/fetchAttendanceFromAttendanceServer"
payload ...
Created on 04 March 2024
Tutorials
...
Edit, update, and import your team members details with this page that reflects their vital information like name, username, email ID, and designation.
Get to this page when you click the Team ...
Created on 04 March 2024
Tutorials
... letter
® Mailing the offer letter
® Sending preboarding Mail
® Downloading offer letter
® Adding a candidate
® Importing candidates
® Filtering the page view
Overview of the ...
Created on 04 March 2024
Tutorials
... employee.
Other than these actions, you have the Import CSV file button at the top left corner to click and upload the CSV file of the latest resignations manually. Then, you can export the current ...
Created on 02 February 2024
Tutorials
... reach you or send you important documents or assets whenever required with the help of these details.
Educational Information
Your latest educational documents like certified marksheets for high ...
Created on 02 February 2024
Root
How to Prepare Pipe separated data for importing Table Input Data
Step 1: Prepare Data as Pipe Separated format.
To Prepare the data in pipe separated format, one can ...
Created on 02 December 2023
Recruitment
... => array(
'Content-Type: application/json',
'Authorization: Bearer Token'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Python Code Snippet
import ...
Created on 28 November 2023
Attendance
... Snippet
import requests
url = "https://yourinstancename.uknowva.com/api.php/reportengine/generatereport/restapi/LOPReport"
payload = {}
headers = {
'Authorization': 'Bearer Token'
}
response ...
Created on 14 November 2023
Payroll
Description
This document gives detailed information about How to add earnings and deductions of users via API. Records are imported with 500 max records by default, this max records can be changed ...
Created on 14 November 2023
User Data Operations
... echo $response;
Python Code Snippet
import requests
import json
url = "https://Your-uknowva-site-url/api.php/system/uknowva/updateUser"
payload = json.dumps({
"email": "abc@gmail",
"name": "abc ...
Created on 14 November 2023
User Data Operations
...
import requests
import json
url = "https://Your-uknowva-site-url/api.php/system/uknowva/updateUser"
payload = json.dumps({
"email": "abc@gmail",
"name": "abc cde",
"username": "testusername",
"password": ...
Created on 14 November 2023
Recruitment
... Code Snippet
import requests
import json
url = "https://Your-uknowva-site-url/api.php/recruitment/jobportalapi/createCandidate"
payload = json.dumps({
"name": "Test api",
"email": "This email address is being protected from spambots. You need JavaScript enabled to view it.",
...
Created on 14 November 2023
Attendance
Description
This document gives detailed information about How to add paid and unpaid days of users via API. Records are imported with 500 max records by default, this max records can be changed ...