资源描述:
《超市管理信息系统的设计与实现论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、超市管理信息系统设计与实现超市管理信息系统的设计与实现论文摘要超市管理信息系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。系统使用MICROSOFT公司的VISUALBASIC开发工具,主要完成对超市的管理,包括进货管理,销售管理,库存管理和员工管理四个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。系统的核心是销售、库存查询和进货管理三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成销售或进货操作时系统会自动地完成相对应信息的
2、修改。系统有完整的用户添加、删除和密码修改功能,系统采用MicrosoftOffice中的Access2000来设计数据库,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点地说明了系统设计的重点、设计思想、难点技术和解决方案。关键字:控件、窗体、数据库,visualbasic语言,超市,商品IV超市管理信息系统设计与实现ABSTRACTThesupermarketmanagementinformationsystemisthetypical
3、informationmanagementsystem(MIS),Itsdevelopmentmainlyincludesthebackenddatabasetheestablishmentandthesafeguardingaswellasfrontendtheapplicationprogramdevelopmenttwoaspects.ThissystemuseMICROSOFTCorporationVISUALBASICdevelopmentkit,mainlycompletestothesuperma
4、rketcontrol,includingstockswithgoodsthecontrol,thesalescontrol,thestockmanagementandthestaffcontrolsfouraspects.Thesystemmaycompletetoeachcategoryoffunctionandsooninformationbrowse,inquiry,increase,deletion,modification.Thesystemcoreisthesale,thestockinquire
5、sandstockswithgoodscontrolsthreebetweentherelation,eachtablemodificationalllinkageinfluenceothertables,whencompletesthesaleorstockswithgoodstheoperationthesystemtobeableautomatedlytocompletecorrespondstheinformationthemodification.Thesystemhastheintegritythe
6、usertoadd,thedeletionandthepasswordmodificationfunction,thesystemusesinMicrosoftOfficeAccess2,000todesignthedatabase,ithasthemostflexibledatabasestructure,hasthegoodsupporttothedatabaseapplication.Thepapermainlyintroducedthistopicdevelopmentbackground,mustco
7、mpletefunctionanddevelopmentprocess.Keyexplanationsystemdesignkeypoint,designthought,difficulttechnologyandsolution.Keyword:widget,forms,thedata-base,visualbasiclanguage,theWarehousemanagement,menchandise.IV超市管理信息系统设计与实现目录摘要IABSTRACTII目录III引言1第一章系统需求分析21.1开发
8、背景21.2系统分析31.3系统可行性分析41.4系统开发应用的关键技术及软件说明6第二章系统功能设计102.1系统功能102.2程序流程图10第三章系统数据库设计133.1数据库的概念133.2创建数据库文件143.3怎样创建一个数据表153.4VB连接ACCESS2000数据库163.5数据库设计17第四章详细设计20系统功能的详细设计与实现204.1窗体设计204.2主界面设计2