Actions
Bug #1885
openIncorrect Upload limit date set for education tests when position is added
Status:
New issue
Priority:
Immediate
Assignee:
-
Category:
Employee History
Target version:
-
Start date:
03/27/2020
Due date:
% Done:
0%
Description
Steps:
1. For an employee - add different position so that all the different types of education tests are added to the employee automatically
2. Note down the serial number of the employee say 151
3. Open DB And note down the upload_limit_date for the employee using the query:
SELECT upload_limit_date FROM docs_crm.education_tests where employee_id = 151
ER:
DOC TYPE EXPECTED UPLOAD_LIMIT_DATE Monthly Last day of current month Annually Mid year - end of june
As per the above, eg: for 151, the Job Position start date is 08-Aug-2019
So, the expected Dates are below:
DOC TYPE EXPECTED UPLOAD_LIMIT_DATE Monthly 31-Mar-2020 Annually 30-Jun-2020
AR:
The dates shown are as below:
DOC TYPE EXPECTED UPLOAD_LIMIT_DATE Monthly 9-Apr-2020 Annually 9-Apr-2020
Actions