本科毕业设计(论文)题目华美超市进销存管理系统的设计与实现学生姓名杜鑫雨学号1105020115教学院系计算机科学学院专业年级软件工程2011级指导教师耿新宇职称副教授单位计算机科学学院辅导教师职称单位完成日期2015年6月12日摘要随着改革开放的不断深入,经济飞速发展,超市行业得到了长足的发展,如今已经成为社会生活不可或缺的重压组成部分。而超市要想生存发展,要想在日益激烈的市场竞争中生存发展,没有现代化的科学管理是万万不行的,因此建立科学化超市管理信息系统已经变得十分必要。将计算机应用于超市的日常管理已是大势所趋,并且它也将为超市管理带来天翻地覆的改变和意想不到的经济效益和社会效益,同时也会为超市企业的发展提供无限潜力。采用计算机管理信息系统已经成为超市管理科学化和现代化的重要标志。主要体现在:提高超市工作人员的工作效率,减少商品信息管理流程繁琐、杂乱的弊端,减少销售管理中的漏洞,提高超市经营者的企业收入。本文开发了一种适用于多种类型的超市的管理系统,可以帮助超市快速有效管理进销存等各项业务,提高超市企业的资金利用率,实时高效的管理超市。关键词:管理系统;提高;工作效率;增加;效益;AbstractWiththedeepeningofthereformandopeningup,therapideconomicdevelopment,thesupermarketindustrygotrapiddevelopment,hasnowbecometheweightofanintegralpartofsociallife.Andsupermarketstothesurvivalanddevelopment,tothesurvivalanddevelopmentintheincreasinglyfiercemarketcompetition,itwillneverdotomodernscientificmanagement,thusestablishscientificsupermarketmanagementinformationsystemhasbecomeverynecessary.Applyingcomputertotheday-to-daymanagementofthesupermarketisthetrendofTheTimes,anditwillalsobringthesupermarketmanagementearth-shakingchangesandunexpectedeconomicbenefitsandsocialbenefits,itwillalsoprovideunlimitedpotentialforthedevelopmentofsupermarketenterprises.Adoptingcomputermanagementinformationsystemhasbecomeanimportantsymbolofsupermarketmanagementscientificandmodernization.Mainlyreflectsin:enhancingtheworkingefficiencyofthesupermarketstaff,reducethedisadvantagesofcommodityinformationmanagementprocesstrival,clutter,reducevulnerabilitiesinthesalesmanagementandimprovethesupermarketoperator'sincome.Thispaperdevelopedasuitableformultipletypesofsupermarketmanagementsystem,whichcanquicklyandeffectivelyhelpthesupermarketstock,sales,inventoryandsoon,improvetheutilizationrateofsupermarketenterprisefundssupermarketreal-timeandefficientmanagement.Keywords:managementsystem;improving;workefficiency;increase;efficiency;I目录1绪论................................................................................................................................11.1背景......................................................................................................................11.2研究目的及意义..................................................................................................11.3设计的主要思路及内容......................................................................................22相关技术知识................................................................................................................32.1C#.........................................................................................................................32.2SQLServer...........................................................................................................33需求分析与总体结构设计............................................................................................43.1需求分析..............................................................................................................43.2系统体系设计......................................................................................................43.3功能模块..............................................................................................................53.3.1登录功能模块...........................................................................................53.3.2用户信息管理功能模块...........................................................................63.3.3员工信息管理功能模块...........................................................................73.3.4工资信息管理功能模块...........................................................................83.3.5商品信息管理功能模块...........................................................................83.3.6生产商信息管理功能模块.......................................................................93.3.7销售信息管理功能模块.........................................................................103.3.8利润管理功能模块.................................................................................104详细设计......................................................................................................................124.1功能模块详细设计............................................................................................124.1.1登录验证.................................................................................................124.1.2用户信息管理.........................................................................................124.1.3员工信息管理.........................................................................................134.1.4工资信息管理.........................................................................................134.1.5商品信息管理.........................................................................................144.1.6生产商信息管理.....................................................................................144.1.7销售信息管理.........................................................................................154.1.8利润信息管理.........................................................................................15II4.2数据库设计..................................................................................