摘要现代高速发展的信息时代,超市管理系统已是一个超市管理者与决策者不可缺少的管理工具,因此超市管理系统应该能够为用户提供充足的信息,便捷的操作,快速的查询手段。本程序是一个典型的信息管理程序,其开发过程主要包括后台数据库的建立以及前端应用程序的开发两个方面。对于前者使用MicrosoftSQLServer2005建立起一个集数据一致性、完整性、安全性好的数据库,而对于后者则使用MicrosoftVisualStudio2005编写易于使用,满足需求的运行程序。整个项目主要完成对超市商品的日常管理,包括进货管理,销售管理,库存管理,员工管理和会员管理五个方面。在功能上系统可以完成对相关信息的浏览、查询、添加、删除、修改等功能。本课题的核心之一是销售管理、库存管理和进货管理三者之间的联系,同时系统有完整的用户管理及权限管理功能。关键字:数据库,控件,权限AbstractThedevelopmentofmodernhigh-speedinformationage,thesupermarketmanagementsystemisasupermarketmanagersanddecisionmakersanindispensablemanagementtool,thesupermarketmanagementsystemshouldbeabletoprovidesufficientinformationforusers,easyoperation,fastquerytool.Thisprocedureisatypicalinformationmanagementprogram,itsdevelopmentprocess,includingbackgroundoftheestablishmentofthedatabaseandfront-endapplicationdevelopmentaspects.TheformerusesMicrosoftSQLServer2005tobuildasetofdataconsistency,integrity,security,gooddatabase,butthelatteriswrittenusingMicrosoftVisualStudio2005iseasytouse,tomeettheneedsofrunningtheprogram.Theentireprojectwascompletedforthedailymanagementofsupermarketgoods,includingthepurchasemanagement,salesmanagement,inventorymanagement,staffmanagementandmanagementoffivemembers.Functionallycompleteinformationsystemcanbrowse,search,add,delete,modifyandsoon.Thecoreofthisissueisoneofsalesmanagement,inventorymanagementandpurchasemanagementlinksbetweenthethree,whilethesystemhasacompleteusermanagementandpermissionsmanagement.Keywords:database,control,authority目录一.引言……………………………………………………………………………………41.1课题研究意义与发展前景…………………………………………………………41.2程序设计的目的与功能特点………………………………………………………4二.超市管理系统程序设计总体分析…………………………………………………52.1程序总体需求分析与功能需求分析………………………………………………52.2程序设计可行性分析………………………………………………………………62.3程序设计开发环境与开发工具……………………………………………………7三.程序总体结构设计…………………………………………………………………103.1程序结构设计………………………………………………………………………103.2数据库设计…………………………………………………………………………13四.程序详细设计………………………………………………………………………224.1数据库配置…………………………………………………………………………224.2功能模块实现………………………………………………………………………23五.结束语………………………………………………………………………………50六.致谢…………………………………………………………………………………51七.参考文献……………………………………………………………………………52一.引言1.1课题研究意义与发展前景超市形式在我国于20世纪90年代初期起步,现已成为我国零售业的一种重要形态。现随着经济的高速发展,超市的信息化工作也在紧锣密鼓地进行,与此同时伴随着超市规模的不断扩大以及各种信息流量的日益增多,其经营管理也变得愈加复杂,而且以往在超市日常管理中,商品进货、销售、库存等决策主要以经验为主,缺乏实时分析功能,并且伴随着商业运转的中间环节也越来越多,因此以前的手工操作方式就不...