Actions
Bug #1882
openIncorrect Upload limit date set for Credentials while 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 credentials 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.credentials where employee_id = 151
EG: for emp# 151, the Job Position start date is 8th Aug, 2019. So the expected upload limit date is 15 Aug, 2019 which is exactly one week.
However, the date shown in DB is 9 Apr, 2020.
This applies to all credentials:
- Diploma
- Transcript
- ASCP Board of Certification
- NY State Cytotechnologist Registration
- NY State Certificate of Qualification
- The American Board of Pathology Certification
- NJ Bioanalytical Lab Director License
- State Medical License
Actions