[go: up one dir, main page]

Menu

#300 Personnel Manager\Events\Training: Dates not showing

Region
open
nobody
5
2004-04-07
2004-04-07
No

Orginator: SFC Mary Smith, NCOIC Ed Div., WBAMC
Alvarado, Daniel - MEPS Admin

Issue: Date does not show for any class based training
(Events).

Description: Any event entered using Classmanager does
not show the date
in /meps/personnelmanager/events/training.asp?
text=BLAHBLAhBLAH&internalmepsid=xxxx&orgentityid=x.x
.x.x&ssn=xxx-xx-xxxx.

The query
in /meps/personnelmanager/events/training.asp currently
is SELECT Events.[event-id] AS RowID, Courses.Code AS
CourseCode, Courses.EdCat, Courses.Title AS
CourseTitle, Events.[date] as CourseDate,
Events.Status, 'EVT' AS Source " & _
"FROM Events " & _
"INNER JOIN Classes ON Events.Class
= Classes.id " & _
"INNER JOIN Courses ON
Classes.CourseCode = Courses.Code " & _
"WHERE ((Events.Status = 'Pass') OR
(Events.Status = 'Failed') OR (Events.Status = 'no
show')) " & _
"AND (Events.SSN = '" &
PersonnelManager.SSN & "')" & vbCrlf & _
"UNION" & vbCrlf & _
"SELECT NonAppTng.id AS RowID,
NonAppTng.course AS CourseCode, Courses.EdCat,
Courses.Title AS CourseTitle, NonAppTng.[date] as
CourseDate, NonAPpTng.Status, 'NAT' AS Source " & _
"FROM NonAppTng " & _
"INNER JOIN Courses ON
NonAppTng.course = Courses.Code " & _
"WHERE (NonAppTng.ssn = '" &
PersonnelManager.SSN & "') " & _
"ORDER BY EdCat, CourseTitle,
CourseDate DESC

The line that shows Events.[date] as CourseDate
should reflect Events.[timestamp] as CourseDate to
accurately show the date for this training in
\meps\personnelmanager\events\training.asp.

Discussion

  • Daniel Alvarado

    Daniel Alvarado - 2004-07-12

    Logged In: YES
    user_id=433995

    Still happening.

     
  • Daniel Alvarado

    Daniel Alvarado - 2005-01-05

    Logged In: YES
    user_id=433995

    This is Still occuring, but since the module link has sinced
    moved it is now under Department
    manager\Education/Training\Update Training.

    Events entered from classes are not showing the date.

     

Log in to post a comment.