Form | Description | Help | PreLogic | PostLogic |
CS_Processes | Control System Processes | The Processes form allows you to create, delete and modify control system processes. It also provides an entry point to the Event form for creating, deleting and modifying events for the selected process. | echo '';
| |
CS_Process_Edit | Edit Control System Process | Update the selected control system process. | | |
CS_Events | Control System Events for the Current Process | This is a listing of all the events for the selected process. From here you can select a specific event to modify or delete. You can also create a new event for the process. | echo '';
| |
CS_Event_Edit | Edit Control System Process Event | Update the selected control system process event. | $CS_Proc_Id=$_SESSION['CS_Proc_Id'];
$CS_Proc_Desc=ShowQueryResultScalar("select rValue from Responses where CaseID='$CS_Proc_Id' and qID='CS_Proc_Desc'"); | |
CS_Events_Order | Control System Events for the Current Process - Ordering | This form allows you to reorder the events. Click on an event and then click either the up arrow or down arrow to move it in the list. | echo '';
| |
CS_Event_Console | Control System Event Console | The control system event console allows you to set events for one or more cases.
- Select a process
- Select an event
- Enter the affected cases
- Click on Save
| include "CS_functions.php"; | |
CS_Case_Console | Control System Case Console | The control system case console allows you to - search for cases
- create new cases
- review a case`s event history
- update a case`s status
| include ~CS_functions.php~;
$_SESSION['PM_TransFrm']='CS_Case_Detail'; | |
CS_Case_Detail | Control System Case Detail | | include ~CS_functions.php~;
echo '';
$_SESSION['Instance']=0;
| |
CS_Report_Console | Control System Report Console | The following standard reports are available from the Control System Report Console:
- Current Status
- Ever At
- Pending Cases
- Delinquent Cases
| include "CS_functions.php"; | |