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

某书店图书销售管理系统的设计与实现

来源:wenku7.com  资料编号:WK7811 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK7811
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍


摘  要
  在计算机迅猛发展,新技术革命浪潮不断涌动的二十一世纪,中国如何才能赶上这一时代快车,已经成为一个十分紧迫的时代课题。在众多的行业中,电子商务的发展最令人瞩目。在国外电子商务系统迅速发展的时候,国内的电子商务系统也在不断发展。如何构建和传统商业模式类似的电子商务系统,已是各行各业关心的问题。
  该设计针对如何在中小书店快速实施电子商务这一目标,设计一个asp模式中小商家的图书销售管理平台。系统设计采用基于B/S模式的三层体系架构,采用SQL SERVER 2000数据库服务器。系统分为前台购物和后台管理两个部分。前台购物从用户的注册、登录、图书的选购开始,到系统生成订单。商家可以通过后台的管理系统,管理订单、书籍情况、库存等信息。系统为广大中小客户提供一个图书销售管理的平台,通过本系统能够很好的满足商家与消费者之间的交易,显著降低商家的经营成本,扩大市场范围,也方便消费者根据自己的喜好,更加方便的购买到想要的书籍。整个系统界面友好,易维护,易扩展。
  
  关键词:电子商务;B/S;asp;SQL Server 2000
  

The Design and Realization of A Books Selling Management System
 Abstract
  In the 21st century, with computer developing fast, new technology flows out continuously which makes a huge revolution, and it is become a very urgent case that how can China take this chance and be behalf from the express train of age. In numerous professions, e-commerce has focused all the attentions. When e-commerce has developed quickly overseas, it's also has been developing fast in china. How to build the e-commerce system that is similar to the traditional commercial pattern, has been the main problem that all trades and professions concern.
  The design aims at the goal of how to implement e-commerce fast in center small bookstore, and design an asp pattern small and medium bookshop selling system. The system is designed three systems construction and based on the B/S pattern, adopt SQL SERVER 2000 database server. The System contains two parts, shopping in the front and management in the background. The customers can register, login the system, choose the books, and the system will create the orders. The sellers can sell the books based on the orders, and the person who ordered the books will receive the books. The manager can manage the orders, the orders of books, quantity of the books. The system for the small and medium customer provides boos sales management platform, by this system between the sellers and the consumer, remarkably reduces merchant's cost, expands the market scope, also is convenient to consumer in choosing books according to his fond, especially convenient purchase the books wanted. The entire system contacts surface friendly, is easy to maintain, and is easy to expand.
  
  Key words: Electronic Commerce; B/S; asp; SQL Server 2000

根据用户需求,本系统分为两个子系统:前台在线购书子系统是在Internet上接受来自全国各地的客户访问的网上书店前台销售管理系统(网站),后台管理子系统是在Intranet内部用于书店的管理员管理网上书店的后台管理系统。本系统的前台销售管理系统实现的功能类似于现实生活中的商店销售,顾客可以浏览商品、选择商品、结账完成购物等。在设计网站时,应根据所销售商品的特点安排布局,在编制程序时应充分考虑这一点商品数据应根据需要能灵活的从数据库中挑出,按照顾客浏览习惯,简化购物流程,真正做到"简洁、高效、流畅"的购物环境。网上购物的过程为:当客户通过Internet访问书店的网站时,如果他要购买商品,那么必须先注册成为会员,然后再进行会员登录(确认身份),然后可以把商品放入"购物车",通过购物车完成购物后,会员进行结账,生成网上订单,具体流程如图2-1所示。本系统的后台管理系统融入了企业传统的进销存概念,对图书进行分类管理,提供图书信息的添加,修改和删除等功能,支持图书的封面图片上传功能,从而增强了图书商品的宣传效果。对订单的管理是后台管理系统中关键的部分,根据需求,采用订单状态来标识图书的各个流通环节。该子系统通过简洁而明晰的Web页面,提示管理员进行各项管理工作。

推荐资料