Created on 15 May 2018
Attendance
... the Attendance Database plugin within uKnowva HRMS.
Step 1: Accessing uKnowva Configuration
To begin, log into your uKnowva HRMS account. Once you are logged in, navigate to the top-right corner of ...
Created on 20 February 2018
General
... only and divided into 4 sections:
System Information
Server IP
Database Details
Webserver Details
Cron Activity Details
PHP Settings
Setting statuses (Safe Mode, File Uploads, etc.) ...
Created on 04 February 2017
General
... tagsInput($name='tags[]', $selected = null, $taglist = null, $options = array(), $attributes = array()){}
On the server side, you need not save in a separate column in your database table, you can simply ...
Created on 21 October 2016
General
... database version, active plugins, current server environment, and most importantly, the Last Cron Activity.
Here, you need to look for the Last Cron Activity field. This field displays the exact date ...
Created on 01 June 2016
Security & Compliance
... data transfer amongst instances. As opposed to other collaboration software that only maintain separate databases for different instances, uKnowva maintains separate code and database for different instances. ...
Created on 16 February 2016
General
... table
mysql> use database_Name;
Reading table information for completion of table and column names. You can turn off this feature (use the command -A) to get a quicker startup
mysql>truncate ...
Created on 30 October 2015
General
... and click Lock user (You need to be logged in with an admin account to do so)
2. Go to uKnowva Configuration --> User manager
3. Simply fire the below SQL query on your database
update #_users ...
Created on 23 September 2014
General
... a cache manager soon, but till that time this is a work around ).
NOTE: 1. PLEASE REPLACE #__ BY YOUR DATABASE PREFIX
2. PLEASE BACKUP YOUR TABLE ONCE, IN CASE YOU WANT TO ROLL BACK LATER
Watch the ...
Created on 23 September 2014
General
In uKnowva HRMS, each system is assigned a unique database prefix that helps distinguish it from others. This prefix is essential for database-related configurations and ensures proper functioning.
Here's ...
Created on 25 July 2014
Installing uKnowva
Prior to setting up your uKnowva database, it is essential that you have a ready, created database that you can connect. This article outlines the steps involved in creating a database using phpMyAdmin ...