<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Vu Case Manager Demo: Help Desk, Ticketing System, Knowledge Base, Cases Management, Online Tracking

Vu Case Manager Demo

1. Administrator Evaluation:
Name: administrator
Password: password
2. Technician Evaluation:
Name: tech
Password: password
3. Client Evaluation:
Name: user
Password: password
User Name:
Password:


Vu Case Manager Web Application is designed to manage the internal business processes including:
- Case Management (Open, Assign, Resolve)
- Inventory Management (Store and Manage Your Items)
- Knowledgebase (View Resolved Cases)
- Reports (Create Reports and Statistics)
- 3 Access Levels (Allow Limited Access to Use Your Application)
- Email Notification (Send Emails Upon Each Action)
- Check Case Status

And much more. Installation help is offered. First month free support is provided.

<% Dim IP Dim ServerName 'GET ALL INFORMATION: IP = Request.ServerVariables("HTTP_X_FORWARDED_FOR") If IP="" Then IP = Request.ServerVariables("REMOTE_ADDR") ServerName = Request.ServerVariables("SERVER_NAME") ''include adoCon 'set adoCon = server.createobject("ADODB.Connection") 'adoCon.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("../../inquiries.mdb")&";" 'Set RS = Server.CreateObject("ADODB.Recordset") 'SQL = "SELECT * FROM Visitor;" 'RS.CursorType = 2 'RS.LockType = 3 'RS.Open SQL, adoCon 'RS.AddNew 'RS("VisitDate")=Date 'RS("VisitTime")=Time 'RS("IP")=IP 'RS("ServerName")=ServerName 'RS("Page")="Demo/Case Manager" 'RS("Referer")=Request.ServerVariables("HTTP_REFERER") 'RS.Update ''Reset server objects 'RS.Close 'Set RS = Nothing 'Set adoCon = Nothing 'On Error Resume Next %>