基于WEB的商场管理系统的设计与实现论文
- 格式:doc
- 大小:702.51 KB
- 文档页数:40
基于WEB的商场管理系统的设计与实现
摘 要
本文通过对现代企业信息化管理进行分析,根据商场信息化管理的实际需求,设计并实现了一个基于WEB技术的商场管理系统。该系统由七个功能模块组成,即:商品信息管理模块、客户信息管理模块、商品进货管理模块、商品销售管理模块、人事信息管理模块、数据报表模块和系统配置模块。
本文不仅叙述了该商场管理系统的设计过程,包括需求分析,系统架构的设计,以及功能模块的划分等,而且详尽叙述了各个功能模块的具体实现方法,包括如何在服务器端响应客户请求,如何进行相应的数据库访问、以及如何进行用户权限分配等。系统的开发采用了ASP技术,以SQL Server 2000作为后台数据库,WEB服务器使用IIS,并且采用B/S模式,实现系统的高效运行,并且安装方便,配置简易。
关键词:商场管理;商品;信息管理;数据库
The Design and Realization of Shopping Malls
Management System Based on WEB
Abstract
In this thesis, the shopping malls management system based on WEB is
designed and realized by analysis of the modern enterprise information management
and according to its actual requirement. This system is composed of seven function
modules, which includes commodity information management module, customer
information management module, commodity purchase management module, the
commodity sales management module, the personnel information management
module, report module and system configuration module.
This thesis not only describes procedures of designing the shopping malls
management system which includes requirement analysis, design of system frame
and division of function module, but also describes in detail about development
methods of every functional module, which includes how to respond the customers'
request at the server, how to access database and how to assign of user authority and
etc. This system is based on the popular B/S mode, mainly uses ASP technolgy as a
development language, uses SQL Server 2000 to design the database on the
backstage, the Web server use IIS. It realizes the convenient install, running
effectively and simple configuration.
Key words: Shopping Malls Management;Commodity;Information
Management;Database
目录
论文总页数:36页
1 引言········································································································································ 1
1.1 系统设计目的及意义 ································································································· 1
1.2 系统特色····················································································································· 1
2 系统设计 ································································································································ 2
2.1 需求分析····················································································································· 2
2.1.1 系统功能分析 ································································································· 2
2.1.2 数据处理过程分析 ·························································································· 3
2.2 总体设计····················································································································· 4
2.2.1 功能模块设计 ································································································· 4
2.2.2 流程设计 ········································································································· 6
2.2.3 开发工具 ········································································································· 6
2.3 详细设计····················································································································· 7
2.3.1 商品信息管理模块 ·························································································· 7
2.3.2 客户信息管理模块 ·························································································· 7
2.3.3 商品进货管理模块 ·························································································· 7
2.3.4 商品销售管理模块 ·························································································· 8
2.3.5 人事信息管理模块 ·························································································· 8
2.3.6 数据报表管理模块 ·························································································· 8
2.3.7 系统配置模块 ································································································· 8
2.4 数据库设计 ················································································································· 9
2.4.1 概念结构设计 ································································································· 9
2.4.2 逻辑结构设计 ······························································································· 10
3 系统实现 ······························································································································ 17
3.1 系统主界面的实现 ··································································································· 17
3.2 ASP访问数据库的实现 ····························································································· 18