如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
2015届本科毕业设计PAGE\*MERGEFORMAT22本科毕业设计题目:利民日杂商店进销存管理系统的设计与实现姓名:学号:院(系、部):数学与信息技术学院专业:计算机科学与技术班级:指导教师:完成时间:2015年4月2015届本科毕业设计PAGEII摘要本系统是针对中小型商店日常进销存的管理而开发的。系统使用VisualStudio2010作为开发工具,采用ASP.NET技术、C#语言进行设计与实现,运用SQLServer2005进行数据库管理。本文从可行性分析、需求分析、系统设计、数据库设计和系统实现对系统的实现过程进行了详细阐述。根据需求分析把系统用户分为采购员、销售员和管理员三种角色。系统最终实现了采购员对商品信息管理和商品进货管理的功能,其中商品信息管理主要包括商品信息和商品类别的添加、修改和删除等;实现了销售员对商品销售管理和个人业绩查询的功能,其中商品销售管理主要包括添加订单、商品结账等;实现了管理员对员工信息管理和商店利润查询等功能。关键词:商店信息管理;进销存管理;ASP.NETAbstractThissystemisdesignedforthemanagementofsmallandmedium-sizedstores’dailyinvoicing.ItusesVisualStudio2010asdevelopmenttool,adoptsASP.NETtechnologyandc#languagetoconductthedesignandimplementation,andemploysSQLServer2005fordatabasemanagement.Thispaperprovidesadetailexplanationoftheimplementationprocessofthesystemintermsofthefeasibilityanalysis,requirementanalysis,systemdesign,databasedesignandsystemimplementation.Theusersofthesystemaredivivedintopurchasingagent,salespersonandadministratoraccordingtothedenmandanalysis.Itisfoundthatthissystemcanrealizethefunctionofpurchasingagents’managementofcommodityinformationandpurchase.Andthemanagementofcommodityinformationmainlyincludscommodityinformationandcommoditycategories’add,modify,anddeleteetc.;thissystemalsorealizesthefunctionofsalespersons’managementofthesalesofcommodityandthequeryofpersonalperformance.Andthemanagementofsalesofcommodityconsistsoforders’adding,commodities’checkoutetc.;thissystemcanalsorealizeotherfunctionsofadministrators’managementofemployees’informationandthequeryofstore’sprofitetc..Keywords:Storeinformationmanagement;Inventorymanagement;ASP.NET目录TOC\o"1-3"\h\z\uHYPERLINK\l"_Toc417829612"1绪论PAGEREF_Toc417829612\h1HYPERLINK\l"_Toc417829613"1.1开发背景与意义PAGEREF_Toc417829613\h1HYPERLINK\l"_Toc417829614"1.2开发技术介绍PAGEREF_Toc417829614\h1HYPERLINK\l"_Toc417829618"2系统分析PAGEREF_Toc417829618\h2HYPERLINK\l"_Toc417829619"2.1可行性分析PAGEREF_Toc417829619\h2HYPERLINK\l"_Toc417829623"2.2需求分析PAG