harshksoni

Upload: gaurav-singh-bhadoriya

Post on 08-Apr-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/7/2019 harshksoni

    1/32

  • 8/7/2019 harshksoni

    2/32

    In this Project, we are described about the uploading/downloading the objects and also implement the communicationway chat server and offline messaging for the Aarti Creation. ChatServer have a textbox for transferring text from any client to theorganization. Upload/download the contents to/from the website.

    Chat server, Authority directly communicate with the clients forsolve his queries about product and deal about the products. Hereauthority can also interact face to face with the client by usingvoice conferencing service.

    Offline messaging using to sent message to client to informabout the products, if client is offline and not able to communicate

    online.Uploading/ Downloading ,client can upload on the website

    to sent feedback for the products to improve it or any updating inthe products and also give the information about the productswhich is customer wants to purchase from the organization.

  • 8/7/2019 harshksoni

    3/32

    FOR SERVERFOR SERVER

    ` Hardware RequirementsHardware Requirements

    Pentium IV 2.0 GHz

    1 GB RAM or More

    2 MB Cache Memory

    10 GB Hard Disk Space (minimum)

    ` Operating SystemOperating System - - Windows XP (with IIS 6.0)

    ` RDBMSRDBMS - SQL Server 2005 or Latest

    ` Software RequirementsSoftware Requirements

    Microsoft Visual Studio 2008( ASP.NET 3.5)

    Open Office

    Ms Office

    FOR CLIENT

    ` Hardware RequirementsHardware Requirements

    Pentium III or above

    ` Software RequirementsSoftware Requirements

    Any Web Browser

    Open Office

    Microsoft WSE 3.0

  • 8/7/2019 harshksoni

    4/32

    Here different company have no immediate communication device whichprovide the report of the company, report of products, and product details, thisis not possible without face to face meeting. This project provides to companydifferent tools like chat server, offline messaging, and also download theinformation about the products

    In this module we are focusing on these type of things :

    ` Maintain the Query from the clients.

    ` Maintain the details of the products.

    ` Maintain Database of the persons who are answering the query.

    ` Controls all the communication details.

    ` Online Deal with the clients those are given order.

  • 8/7/2019 harshksoni

    5/32

    ` Chat Server

    ` Offline messaging

    ` File Upload/ Download

  • 8/7/2019 harshksoni

    6/32

  • 8/7/2019 harshksoni

    7/32

  • 8/7/2019 harshksoni

    8/32

  • 8/7/2019 harshksoni

    9/32

  • 8/7/2019 harshksoni

    10/32

  • 8/7/2019 harshksoni

    11/32

  • 8/7/2019 harshksoni

    12/32

  • 8/7/2019 harshksoni

    13/32

  • 8/7/2019 harshksoni

    14/32

  • 8/7/2019 harshksoni

    15/32

  • 8/7/2019 harshksoni

    16/32

  • 8/7/2019 harshksoni

    17/32

  • 8/7/2019 harshksoni

    18/32

  • 8/7/2019 harshksoni

    19/32

  • 8/7/2019 harshksoni

    20/32

  • 8/7/2019 harshksoni

    21/32

  • 8/7/2019 harshksoni

    22/32

  • 8/7/2019 harshksoni

    23/32

  • 8/7/2019 harshksoni

    24/32

  • 8/7/2019 harshksoni

    25/32

  • 8/7/2019 harshksoni

    26/32

    ` Unit Testing

    ` Integration Testing

    ` Validation Testing

    ` System Testing

  • 8/7/2019 harshksoni

    27/32

    ` In our project, we perform texting on the every form of

    the modules.

    ` Perform Autopostback property for refresh the gridview.

    ` Apply Ispostback Property for dropdown box becauseof this values are not repeat.

    ` Sql Connectivity on the every page for connect with the

    sqlserver use server=localhost or server = . for every

    server.` On compose page we apply regular expression validator

    for valid email id.

  • 8/7/2019 harshksoni

    28/32

    After the performing unit testing we combine all the pages

    and integrate all the pages then this integrated module test for

    final touch for the module.

    Here we perform

    try-catch method for control all the exception. Theseexception like arithmeticexception, arrayoutofboundsexception,

    securityexception, interruptedexception etc.

  • 8/7/2019 harshksoni

    29/32

  • 8/7/2019 harshksoni

    30/32

    The project named as Aarti Creation has client-Admin architecture

    technology. Scope of project to communicate via chat server, offlinemessaging, dialing smsing from client to administrator and vice versa.Here in this project, client also downloads the product details and adminupload the product information.

    ` The goals that are achieved by the software are:

    ` Setup the master database of department, items, tax and customer.

    ` To maintain the daily communication.

    ` To maintain the User-Authentication Aarti Creation web access.

    ` Maintain the order details of the client Admin communication via chatserver , offline messaging, dialing, smsing.

    ` Table management for Aarti Creation..

  • 8/7/2019 harshksoni

    31/32

    ` It is not possible to develop a system that makes all therequirements of the user. User requirements keepchanging as the system is being used. Some of the future

    enhancements that can be done to this system are:` As the technology emerges, it is possible to upgrade the

    system and can be adaptable to desired environment.

    ` Because it is based on web based design, any furtherchanges can be easily adaptable.

    ` Based on the future security issues, security can beimproved using emerging technologies.

  • 8/7/2019 harshksoni

    32/32