System Design
SYSTEM DESIGN
Design is multi-step process that focuses on data structure software architecture, procedural details, (algorithms etc.) and interface between modules. The design process also translates the requirements into the presentation of software that can be accessed for quality before coding begins.
Computer software design changes continuously as new methods; better analysis and broader understanding evolved. Software Design is at relatively early stage in its revolution.
Therefore, Software Design methodology lacks the depth, flexibility and quantitative nature that are normally associated with more classical engineering disciplines. However techniques for software designs do exist, criteria for design qualities are available and design notation can be applied.
INPUT DESIGN
Input design is the process of converting user-originated inputs to a computer-based format. Input design is one of the most expensive phases of the operation of computerized system and is often the major problem of a system.
In the project, the input design is made in various web forms with various methods. For example, in the Admin form, the empty username and password is not allowed. The username if exists in the database, the input is considered to be invalid and is not accepted.
OUTPUT DESIGN
Output design generally refers to the results and information that are generated by the system for many end-users; output is the main reason for developing the system and the basis on which they evaluate the usefulness of the application.
In the project, if the employee has to communicate with other employees they can communicate through send and receive message.
DATABASE DESIGN
The database design is a must for any application developed especially more for the data store projects. Since the chatting method involves storing the message in the table and produced to the sender and receiver, proper handling of the table is a must.
In the project, login table is designed to be unique in accepting the username and the length of the username and password should be greater than zero.
The complete listing of the tables and their fields are provided in the annexure under the title ‘Table Structure’.
EXISTING SYSTEM
In the existing system, all the works are done in manual. The packing and moving goods details which are entered manual from office itself. So the customer has certain difficulties to transfer their goods from one place to another place. It is also difficult to calculate and maintain the transportation charge, loading and unloading charge because everything done manual. Users work is tedious.
