- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
本科毕业设计
题目:利民日杂商店进销存管理系统的设计与实现
姓 名: 学 号: 院(系、部): 数学与信息技术学院 专 业: 计算机科学与技术 班 级: 指导教师:
完成时间: 2015 年 4 月摘 要
本系统是针对中小型商店日常进销存的管理而开发的。系统使用Visual Studio 2010作为开发工具,采用ASP.NET技术、C#语言进行设计与实现,运用SQL Server 2005进行数据库管理。本文从可行性分析、需求分析、系统设计、数据库设计和系统实现对系统的实现过程进行了详细阐述。根据需求分析把系统用户分为采购员、销售员和管理员三种角色。系统最终实现了采购员对商品信息管理和商品进货管理的功能,其中商品信息管理主要包括商品信息和商品类别的添加、修改和删除等;实现了销售员对商品销售管理和个人业绩查询的功能,其中商品销售管理主要包括添加订单、商品结账等;实现了管理员对员工信息管理和商店利润查询等功能。
关键词:商店信息管理;进销存管理;ASP.NETAbstract
This?system?is?designed?for?the management of small?and?medium-sized?stores’?daily invoicing. It?uses Visual?Studio?2010?as development?tool,?adopts?ASP. NET?technology and?c?#?language?to?conduct?the?design?and?implementation,?and employs?SQL?Server?2005?for database?management.?This?paper?provides a detail explanation of the implementation process of the system in terms of the?feasibility?analysis,?requirement?analysis,?system design, database design and system implementation. The users of the system are divived into purchasing agent, salesperson and administrator according to the denmand analysis. It is found that this system can realize the ?function of purchasing agents’ management of commodity information and purchase . And the management of commodity information mainly includs?commodity?information?and?commodity?categories’?add,?modify,?and?delete?etc.;?this system also realizes the function of salespersons’ management of the sales of commodity and the query of personal performance. And the management of sales of commodity?consists of?orders’ adding, commodities’ checkout etc.; this system can also realize other functions of administrators’ management of employees’ information and the query of store’s profit etc..?
Keywords: Store information management; Inventory management; ASP.NET
目 录
1 绪论 1
1.1 开发背景与意义 1
1.2 开发技术介绍 1
2 系统分析 2
2.1 可行性分析 2
2.2 需求分析 3
3 系统设计 4
3.1 系统设计要求 4
3.2 系统功能设计 4
4 系统数据库设计 6
4.1 概念结构设计 6
4.2 逻辑结构设计 7
4.3 物理结构设计 7
5 系统实现 9
5.1 登录功能模块的实现 9
5.2 采购员功能模块的实现 10
5.3 销售员功能模
文档评论(0)