Imperial College Service Desk
Warning: Use of undefined constant archives - assumed 'archives' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
class="post-31 post type-post status-publish format-standard has-post-thumbnail hentry category-web-applications tag-asp tag-javascript tag-sql-server">
A web front end for existing Imperial College Service Desk software so that users can access the problem ticketing system and check status directly.
Designing the Landing Page
- Contents of landing page are largely dictated by existing application
- Marval API is used to link up with core CGI and database.
- Users are able to create tickets or view existing requests.
Template for Adding Incidents to the Database
- Query information is largely based on existing database fields
- Interaction via CGI into Marval Database
- Once form completed, a new incident is flagged and forwarded to the Service Desk or the appropriate IT person.
Template for Viewing Current Incidents in the Database
- Screen allows current users to read into existing Service Desk database.
- Its possible to update current problems so as to notify relevant staff in charge of this problem.
Imperial College PC Shop
Warning: Use of undefined constant archives - assumed 'archives' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
class="post-70 post type-post status-publish format-standard has-post-thumbnail hentry category-web-applications tag-asp tag-javascript tag-sql-server">
Online PC shop for Imperial College staff and departmental needs. Featuring a bespoke administration interface capable of expanding the product range.
Developing the Landing Page
- Purchasing Process based on a 5 step “wizard” configuration to improve user experience
- Project Developed in ASP Classic, Javascript and SQL Server
Completing the Purchasing Process (Confirm Order)
- Pruchase process completed
- Order Confirmation Email sent to user
- Details of the order are stored and forwarded to procurement department
Designing the Administration Interface
- Add New Products, Edit and Delete Existing Products.
- Integrated into existing Imperial College web templates.
- User Interface simple and easy to use.
Warning: Use of undefined constant archives - assumed 'archives' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: Use of undefined constant page - assumed 'page' (this will throw an Error in a future version of PHP) in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
Warning: A non-numeric value encountered in
/home/desagquj/public_html/wp-content/themes/desalasworks.v1.6/tag.php on line
30
class="post-151 post type-post status-publish format-standard has-post-thumbnail hentry category-web-applications tag-asp tag-performance-optimization tag-sql-server tag-stored-procedures">
A daily upload process carried out by each of Nandos’ stores that copies daily Point-of-Sale information into a central database repository for analysis.
Start of Process
- Nightly process run by store manager
- Launched as a popup with pass-though authentication (POST variables)
- Pushes data from local Point-of-Sale system into central database
Nandos End of Day Completed
- Wages Information, Cash Registry & Inventory File uploaded from local till system into central database
- Data insert using BULK INSERT (TRANSACT-SQL)
- Data parsing is performed on SQL server using stored procedures for faster execution.