Created on 04 May 2024
Release Notes
... workflow system.
2.Query Builder for creating new views:
Our latest module revolutionizes how users interact with our HRMS software by introducing a dynamic Query Builder feature. ...
Created on 20 April 2024
HRMS
... a new user with admin rights
Step 1: Navigate to the top-right corner of your profile and select “uKnowva Configuration”.
Step 2: Click on “User Manager”.
Step 3: Click on “Add ...
Created on 19 April 2024
Performance Management System (PMS)
... Types
Step 4: To choose an existing appraisal type, click on the check mark icon (✔) next to the type.
Note: Alternatively, to create a new appraisal type, click on the "+" button ...
Created on 18 April 2024
Performance Management System (PMS)
... of page you will find Option to "Add Appraisal Type"
Step 4: Please put the details like Appraisal title, Description , Validity, Financial Year
Step 5: Save the form and a new Type ...
Created on 18 April 2024
Performance Management System (PMS)
In the uKnowva performance module, setting KRAs (Key Responsibility Areas) for your team members is essential for establishing clear objectives and performance metrics. Here’s a step-by-step guide to help ...
Created on 08 April 2024
Tutorials
... the employee data fields for choosing the right field to store employee information.
Click the default settings, add new employee fields, or view the default settings first.
After clicking ...
Created on 03 April 2024
Release Notes
This month, we have worked on enhancing existing modules and introducing new ones to provide our clients with a better user experience. Additionally, we have made a few UI changes.
1.Introducing ...
Created on 02 April 2024
Recruitment
... openings' in the navigation bar on the left side of the screen.
Step 3: Click on 'Add New Report' or click on 'Edit Report' button for making Job Openings.
Step 4: Ensure to include ...
Created on 02 April 2024
Recruitment
... in the Navigation Bar as Admin Login.
Step 2: Search 'Job openings' in the navigation bar on the left side of the screen.
Step 3: Click on 'Add New Report' or click on 'Edit ...
Created on 19 March 2024
Report
... Master Data'.
Step 3: Select ‘Add New Report’ or click on ‘Edit Report’ button for making a report as API.
Step 4: After entering your required fields click on 'Settings'.
...
Created on 19 March 2024
Payroll
... Code Snippet
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("application/json");
RequestBody body = RequestBody.create(mediaType, "{\r\n ...
Created on 18 March 2024
Release Notes
... and consistency across our systems.
4.Mandatory Reason for Salary Changes:
In response to customer feedback, we're implementing a new feature requiring users to provide a reason for salary ...
Created on 15 March 2024
Tutorials
... client information.
However, you will be filling in the details the first time to add a fresh client.
So, when you’re done adding the details, click Submit, and the new client will be reflected ...
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 12 March 2024
General
Here is a step-by-step guide on obtaining a Leaf Map API key.
What is a Leaf Map API Key?
A Leaf Map API Key is a unique identifier that grants access to the Leafmap API, a cost-effective alternative ...
Created on 12 March 2024
Report
Here is a step-by-step guide on deploying a Report as API.
What is a 'Deploy Report as API' ?
The 'Deploy Report as API' feature gives your report a whole new level of accessibility and flexibility. ...
Created on 08 March 2024
Tutorials
... Leave Type, Leave Duration, Applied on, To/From dates, etc.
Click the Eye button under the dedication Action section to accept/reject a request instantly.
However, when you click it, a new page ...
Created on 08 March 2024
Tutorials
... your payslip from the details view or go to the Grid view and click on a folder of your choice. A PDF format of your payslip shall be made visible. Click on it.
A new window opens where you can see ...
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 06 March 2024
Attendance
... files=files)
print(response.text)
/span>
Java Code Snippet
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody ...