红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)含录像

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

红太阳超市销售管理系统的设计与实现(asp.NET,SQL2005)含录像(程序代码,数据库,论文说明书15000字)
摘要
最初的超市资料管理,都是靠人力来完成的。但近几年我国超市经营规模日趋扩大,销售额和门店数量大幅度增加,而且许多超市正在突破以食品为主的传统格局,向品种多样化发展。小型超市在业务上需要处理大量的库存信息,还要时刻更新产品的销售信息,不断添加商品信息,并对商品各种信息进行统计分析。因此,在超市管理中引进现代化的办公软件,实现超市庞大商品的控制和传输,从而方便销售行业的管理和决策,为超市和超市管理人员解除后顾之忧。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助asp.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
    本系统使用ASP.net技术:ASP.NET是把基于通用语言的程序在服务器上运行。不像以前的asp即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。   数据库采用sql server2005数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2000与Internet Information Server的高度安全性,使用户可以实现系统的安全。
关键词  b/s,红太阳超市销售管理系统,asp.net,sql server2005
 
Abstract
Initial supermarket material management, it is to rely on human to finish. But in China in recent years supermarket management scale and the increasing number of store sales and greatly increased, and many supermarkets are breaching with traditional pattern of food products mainly to breed diversification development. Small supermarket in business needs to deal with a lot of inventory information, and update the product sales information times, constantly adding commodity information, and to the commodity information of all kinds of statistical analysis. Therefore, in the supermarket management in introducing modern office software, realize the supermarket huge commodity control and transmission, thus facilitate selling industry management and decision-making, for supermarkets and supermarket management personnel removes worries.
The system uses b s mode : and traditional c s mode b's structure, the handle all functions to the server and users of the request via a browser, either database maintenance and use the more convenient than the traditional mode of economy. and maintenance tasks: manager is responsible for day-to-day management and maintenance of the server hardware, system maintenance personnel in charge of the database to update the data. a mode b's and the traditional mode of study and document sharing exchange ,The platform design provide new solutions. the help of asp. netthe the web application, the user through a browser software connected to the database and complete do, will the web page form of static, dynamic updates data is upgraded to the platform. b "mode, data maintenance convenient to use client software, there is a good network so as to support ip tcp protocol to direct access to internet. at the same time, type b's, and the physical location is no longer
This system using asp.net technology: the ASP.NET is based on general language program in the server. Unlike previous asp real-time interpretation process, but a program in the server's first run compile, such implementation effect, of course, than a a explanation much better. Using SQL database server2005 database: with good safety performance, firewall technology can ensure the security of the backend database, if combined with Windows 2000 and Internet Information Server height safety, users can realize the security of the system.
Key words:b/s, Red sun supermarket sales management system, asp.net, SQL server2005

2.1 需求分析
2.1.1 系统功能需求分析
红太阳超市销售管理系统是一个典型的数据库开发应用程序,由管理员信息管理模块、操作员管理模块等部分组成,规划系统功能模块如下:
 (1) 管理员信息管理模块
在登录页面用管理员的用户名和密码登录后,就进入本模块。有以下页面
A:可以添加会员卡信息,包含卡号、办卡时间、到期时间、持卡人姓名、联系方式、生日、初始积分(为零)、卡的类型(普通会员与金卡会员),普通会员消费9折优惠,金卡会员8折优惠,可以为会员卡充值,可以查询会员卡信息。可以修改,查询,删除会员卡的信息,查询会员的消费记录。
B: 可以添加商品信息,包含商品编号、商品名称、生产厂商、保质期、规格型号、类别、单位、单价等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
C: 可以添加进货信息,包含商品名称、生产厂商、数量、单价、进货日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
D: 可以添加销售信息,包含商品名称、生产厂商、客户名称、客户积分、数量、单价、销售日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
E: 可以添加退货信息,包含商品名称、生产厂商、客户名称、数量、单价、退货日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
F: 可以添加操作员信息,包含名称和密码,可以编辑这些信息,可以修改,查询,删除这些信息。
(2) 操作员管理模块
在登录页面用操作员的用户名和密码登录后,就进入本模块。有以下页面
A:可以添加会员卡信息,包含卡号、办卡时间、到期时间、持卡人姓名、联系方式、生日、初始积分(为零)、卡的类型(普通会员与金卡会员),普通会员消费9折优惠,金卡会员8折优惠,可以为会员卡充值,可以查询会员卡信息。可以修改,查询,删除会员卡的信息,查询会员的消费记录。
B: 可以添加商品信息,包含商品编号、商品名称、生产厂商、保质期、规格型号、类别、单位、单价等信息,商品信息修改没有有权限。
C: 可以添加进货信息,包含商品名称、生产厂商、数量、单价、进货日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
D: 可以添加销售信息,包含商品名称、生产厂商、客户名称、客户积分、数量、单价、销售日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
E: 可以添加退货信息,包含商品名称、生产厂商、客户名称、数量、单价、退货日期等信息,可以编辑这些信息,可以修改,查询,删除这些信息。
2.1.2 系统设计结构分析
红太阳超市销售管理系统采用的是浏览器/服务器系统(Browser/Server简称B/S)结构。
 

红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)
红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)
红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)
红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)
红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)
红太阳超市销售管理系统的设计与实现(ASP.NET,SQL2005)


摘要    1
Abstract    1
第1章 课题研究背景与意义    5
1.1  选课背景    5
1.1.1  超市销售管理系统的现状    5
1.2 研究的目的和意义    6
第2章  需求分析与技术分析    7
2.1  需求分析    7
2.1.1 系统功能需求分析    7
2.1.2 系统设计结构分析    8
2.1.3 系统功能流程图设计    10
2.2  技术分析    11
2.2.1  目前主流的动态网页技术比较    12
2.2.2  asp.net简介    12
2.2.3  sql server2005简介    13
第3章  项目的实现与设计    14
3.1     红太阳超市销售管理系统大体结构图    14
3.2     数据库概念结构设计    15
3.3     数据详细设计    18
第4章  系统的实现    20
4.1 管理员管理页面    20
4.1.1. 连接数据库的包含文件    20
4.1.2  后台管理的控制台    21
4.1.3  添加客户信息:    21
4.1.4  添加商品页面    22
4.1.5  会员卡充值页面    25
4.1.6  会员卡查询    26
4.1.7  添加销售信息    27
4.1.8  添加进货信息    28
4.1.9  添加退货页面    29
4.1.10  商品库存查询    30
4.2  操作员管理页面    31
4.2.1  首页    31
第5章  系统的调试和优化    32
5.1  调试    32
5.2  问题分析    33
结论与建议    34
致谢    35
参考文献    36
附录    37
附录1:动态网页设计代码     37