{$cfg_webname}
主页 > 电子信息 > 信息工程 >

小型超市综合管理系统的设计

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

小型超市综合管理系统的设计(13000字)
摘 要:由于计算机信息化的快速发展,即使是很小的超市也需要实现超市的计算机系统管理,它有着广泛的市场前景,因为随着小超市规模的发展不断扩大,商品数量急剧增加,有关商品的各种信息量也成倍增长。超市时时刻刻都需要对商品各种信息进行统计分析。而大型的超市管理系统功能由于过于强大而造成的操作繁琐降低了小超市的工作效率。所以需要针对于中小超市的非分布式的超市管理系统。
系统大致分为六个功能模块。系统的每一个功能模块都包含了多个功能。功能权限实现了对这些功能点的权限控制。模块具体为:登录模块:登录模块主要进行用户权限的验证,只有具备一定权限的人才能登录到系统,这样才能保证系统的安全; 商品信息模块:商品信息模块主要是管理具体的商品,通过该模块能够查看每种产品的具体信息; 供应商管理模块:供应商管理管理了供应商的信息; 商品销售模块:商品销售结算是系统的前台销售模块,一般收银员都是在这个界面操作以实现对顾客的购买商品信息的登记、收款等业务; 入库模块: 入库模块主要是将新采购的商品登记入库,使其有存货信息; 权限管理模块。
系统用了VB语言和SQL Server 2000作为开发工具。采用C/S结构,实现对整个系统的信息化管理。这种系统优势在于系统比较简单,但功能强大,扩展性能也比较好,完全能够处理一般超市的日常任务。
关键词:C/S架构;数据库;超市管理;信息系统

Small supermarket integrated management system
Abstract: As a result of computer informationization fast development, even if the very small supermarket also needs to realize the supermarket computer system management, it has the widespread market prospect, because expands unceasingly along with the small supermarket scale's development, commodity quantity sharp growth, related commodity's each kind of information content also doubled and re-doubled grows. The supermarket needs to carry on the statistical analysis all the time to commodity each kind of information. But the large-scale supermarket management system management system function was too formidable causes the operation to cut the small supermarket working efficiency tediously. Therefore, the need for small and medium-sized supermarkets in the non-distributed supermarket management system.
System is broadly divided into six functional modules. System functional modules each contain a number of features. Functional competence of these functions to achieve the access control point. Specific modules for: Login modules: the main user login module to verify the permissions, only those who possess the necessary permissions to log on to the system, so as to ensure the safety of the system; Commodity information modules: merchandise management information module is specific commodities, the adoption of the module be able to view specific information for each product; Supplier management modules: the management of supplier management information suppliers; goods sales modules: sales of future settlement is the sale of modules, general cashier operation in this interface in order to achieve the purchase of goods to the customer registration information, receivables and other business; Storage modules: the main storage module is to register the new storage of goods procurement, inventory information in order to make it; Rights Management module.
The system used the VB language and SQL Server 2000 as a development tool. The use of C / S structure, the realization of the entire information management system. Advantage of the system such a system is relatively simple, but powerful, the expansion of better performance, fully able to handle day-to-day tasks of the general store.
Key words:C/S structure; Database; Supermarket management ;Information system

1 绪论
1.1 开发小型超市综合管理系统的背景
随着现代科学技术的迅猛发展,计算机技术已经渗透到各个领域,成为各行业必不可少的工具,特别是Internet技术的推广和信息高速公路的建立,使IT产业在市场竞争中越发显示出其独特的优势,步入信息化时代,有巨大的数据信息等待加工处理和传输,这使得对数据库的进一步开发和利用显得尤为迫切。
而作为国内市场的一些中小型超市,它们在信息化过程中的步伐要落后于大中型超市,而对于这些企业的资源管理,信息的存储和处理也显得迫切需要,要适应市场竞争,就需要有高效的信息处理方式和管理方法,因此加快超市的信息化进程是必可少的。
1.2开发小型超市综合管理系统的意义
小超市形态本身具有种种特点,在原先状况下不能有效地管理每种商品,而且在超市日常管理中,商品的进、销、存等决策以经验为主,缺乏实时分析功能,管理人员对及时传递资料的要求始终得不到满足。小超市形态的高速发展,其经营管理也变得愈加复杂,日常所需要处理的数据量也逐渐增大,商业运转的中间环节也越来越多,原始的人工管理已无法应对这复杂的市场。为此,超市管理系统便显得尤为重要了,依靠现代化的计算机信息处理技术来管理超市,从而节省了大量的人力、物力,改善了员工的工作条件,减轻了劳动强度,并且能够快速反映出商品的进、销、存等状况和各种反馈信息分析,使管理人员快速对市场的变化做出相应的决策,加快超市经营管理效率。

目  录
摘要……………………………………………………………………………1
关键词…………………………………………………………………………1
1绪论……………………………………………………………………………2
  1.1开发小型超市综合管理体统的背景……………………2
  1.2开发小型超市综合管理体统的意义……………………3
2 可行性研究…………………………………………………………3
  2.1 引言 …………………………………………………………………3
2.2  市场调查…………………………………………………………………… 3
  2.3 技术可行性……………………………………………………………3
    2.3.1 VB ………………………………………………………………………3
    2.3.2 数据库的选择……………………………………………………………4
3 需求分析…………………………………………………………………………6
  3.1 需求分析的作用………………………………………………………………6
  3.2需求分析的任务…………………………………………………………6
4 总体设计…………………………………………………………7
  4.1 总体设计引言…………………………………………………………………7
  4.2系统总体设计方案……………………………………………………………7
  4.3系统实现的主要功能…………………………………………………………7
    4.3.1系统功能介绍………………………………………………………7
    4.3.2系统的功能模块图………………………………………………………8
5 数据库设计…………………………………………………………………………8
  5.1数据库设计引言………………………………………………………………8
  5.2概念设计……………………………………………………………9
  5.3逻辑设计………………………………………………………………10
6详细设计…………………………………………………………………12
  6.1详细设计的引言……………………………………………………………12
  6.2系统的登录设计……………………………………………………………12
  6.3系统主界面的设计…………………………………………………………14
  6.4供货商管理模块………………………………………………………27
  6.5报损管理模块…………………………………………………………31
  6.6商品类型管理模块…………………………………………………………36
  6.7商品管理模块………………………………………………………37
  6.8进货管理模块……………………………………………………………37
  6.9销售管理模块……………………………………………………………38
  6.10销售分析模块……………………………………………………………39
  6.11用户管理模块……………………………………………………………39
7 结论 ……………………………………………………………………40
参考文献 ……………………………………………………………………40
致谢……………………………………………………………………………41

推荐资料