{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于NET的产品报价系统的设计

来源:wenku168.com  资料编号:WK1681221 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1681221
资料介绍


摘  要
  随着网络的逐步普及,网上购物已经逐渐成为一种新的购物方式,并受到大家的认可。产品报价系统正是网上购物系统的一种,将产品报价与在线购物有机的结合在一起,能为用户提供一种全方位、高效率的服务。
  经过对系统需求及功能分析,决定采用.NET平台,利用SQL Server 2000数据库技术并结合当今几大主流购物网站实际状况建立一个全新的报价系统。该系统包括两大功能模块:管理员模块、用户模块,实现了管理员对用户、商品、订单的全面管理,以及用户对商品的查询、订购功能。
  本文首先简要阐述了产品报价系统的开发背景及意义,其次着重阐述了采用.NET技术对该系统的开发实现过程,从系统分析、数据库设计、系统功能设计等环节进行详细描述。在开发过程中运用到了一些前端控件来控制输入信息,对输入信息进行验证,采用ADO.NET技术连接数据库。在系统分析中先后用数据流程图、系统的功能结构图分析了系统所需的各种数据,详细的展现了系统的各个功能模块并给出了主要功能运行界面图,并通过系统测试,达到了预期的效果。
  
  关键词:产品查询;在线购物;.NET;数据库


Design of Product Quotation System Based on.NET
Abstract
  Along with the development of internet, on-line shopping gradually becomes a new way of shopping and is accepted by more and more people. The products quotation system is one type of the on-line shopping system which combines products quotation with the on-line shopping, providing users an all-directional and high-effective service.
  The products quotation system which is a new one was based on the platform of NET, using techniques of SQL Server 2000 database and combining the practical conditions of the present main shopping websites. It includes two functional modules: manager module and user module, which realize the whole controlling over users, goods and orders and the functions of checking goods information and ordering them of users.
  Firstly, this paper defines the background and meanings of its development. And then it focuses on the process of realization through .NET technology, analyzing the processes of system, database design and functional design of the system in detail. During the development, it uses some front components to control the input information and check the information. It connects database through ADO.NET technology. During the analysis, it analyzes various data, laying out each functional module in detail and giving surface charts actives of main functions by data flow chart and systematical structure chart. Finally it achieves the due goal through the system checking.
  
  Key words: Product inquire; Online Shopping; .NET ; Database

系统的具体功能,分析如下:
  > 用户功能
  (1)用户管理模块:用户注册、用户信息管理。
  (2)查询模块:能够查询产品,包括产品的各种属性。
  (3)购物车模块:提供给消费者订购商品的权限。
  (4)留言模块:可对订单进行留言,也可对管理员进行留言。
  > 管理员功能
  (1)商品管理:对商品的添加、修改、删除,商品入库。
  (2)用户管理:对用户的添加、修改、删除、审定。
  (3)订单管理:对用户订购商品所生成的订单的管理,包括订单审定、删除等。
  (4)留言管理:对用户留言的管理,包括回复留言、删除留言。

推荐资料