0% found this document useful (0 votes)
96 views2 pages

Existing System: Using System Using System. - Using System. .

The document describes an existing courier system that is time-consuming and lacks security, and proposes a new automated system. The new system allows for easy searching with better security, stores files in a database for secure retrieval by ID, and faster payment calculation. The new application consists of six modules - Admin, Client, Employee, Query, and Report - and can run on computers with minimum specifications using Visual Studio 2008, .NET Framework 3.5, and SQL Server 2005 under Windows XP.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views2 pages

Existing System: Using System Using System. - Using System. .

The document describes an existing courier system that is time-consuming and lacks security, and proposes a new automated system. The new system allows for easy searching with better security, stores files in a database for secure retrieval by ID, and faster payment calculation. The new application consists of six modules - Admin, Client, Employee, Query, and Report - and can run on computers with minimum specifications using Visual Studio 2008, .NET Framework 3.5, and SQL Server 2005 under Windows XP.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Existing system.

Existing system is time consuming why because person who are interested in taking service they need to present at courier branch then there will be lot of formalities like filling forums submitting forms, waiting for time so this entire process take some time. In present existing system data is entered through manual process and there are chances of data loss, security is very less and any person can access important data. Proposed system. In order to overcome existing system problems new system is developed using this system any system can be easily searched with better security features. Database is implemented for maintaining files so this can help in increasing secure data storage. Database details can be easily retrieved by just knowing IDs. Amount calculation can be performed with in less time. More features are provided in the project document. This application is developed through different modules as mentioned below.
using System; using System.Collections.Generic; using System.Windows.Forms; namespace HBA_ITDNW07 { static class Program {

/// <summary> /// The main entry point for the application. /// </summary>
[STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new HBAParent()); } } }

Modules in Courier system C#.Net project:


Real time Automation System for Logistics has in all six modules Admin Module Client Module Employee Module Query Module Report Module. Hardware Requirements.

The project will run on any machine with minimum requirement of the following: Processor-Intel Pentium III or higher. RAM-128 MB or more. Hard Disk Capacity-50 MB or more. Color Monitor for display. Software Requirements

The project has the following software requirement:


Platform: Microsoft Visual studio 2008 Framework: Microsoft .Net Framework 3.5 Language: C# ( C sharp) Back end: Microsoft SQL Server 2005 Operating System: Windows XP

You might also like