北京语言大学本科毕业设计(论文)
诚 信 声 明
我声明,所呈交的毕业论文是本人在老师指导下进行的研究工作及取得的研究成果。据我查证,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得其他教育机构的学位或证书而使用过的材料。我承诺,论文中的所有内容均真实、可信。
毕业论文作者签名: 签名日期: 年 月 日
北京语言大学本科毕业设计(论文)
企业进销存系统的设计与实现
[摘 要] 进销存信息管理系统是集产品供应管理、库存管理、销售管理以及帐务管理于一身的企业经营管理的核心系统。利用计算机来对企业经营进行管理,可以克服传统人工管理的效率低下、数据出入等诸多弊病。对企业进销存信息管理系统的设计与开发,经历了需求分析、总体设计、详细设计以及具体实现等各个阶段,详细阐述了整个进销存信息管理系统的开发过程。系统的开发过程与经验可供同类企业参考。系统的运行和测试表明:该系统运行可靠、稳定、操作方便,对信息的处理方便快捷,达到了预定目的,满足了企业的实际需求。
[关键词] MFC; SQL Server 2000; ADO
北京语言大学本科毕业设计(论文)
A Design and Implementation of Enterprise Distribution
Management System
Abstract:The Enterprise Distribution Management System is a core of enterprise operation and management systems, which includes products supply management, inventory accounting, sales management and accounting management .Utilization of computer to manage enterprise's business can overcome those maladies such as low efficiency , data errors and so on ,which caused by traditional labor management. Base on the development and application of design and implementation of Enterprise Distribution Management System, this article elaborates the function and structure of the system and advantages compared with traditional manual method from the initial stage of requirements analysis, then overall design, detailed design to realization portion and test result. The development process of the system and experience can be a reference to other similar enterprises. The trail operation and test of system shows:this system operates reliably and stably ,manipulates conveniently. Information processing are quick and convenient, which has achieved the predetermined purpose of enterprise's actual demand.
Keywords: MFC;SQL Server 2000;ADO
北京语言大学本科毕业设计(论文)
目 录
1 绪论 ................................................................................................................... 1
1.1 引言 .................................................................................................................................. 1 1.2 研究框架 .......................................................................................................................... 3
1.2.1 研究内容 ..................................................................................................................................... 3 1.2.2 研究方法 ..................................................................................................................................... 4 1.2.3 研究目标 ..................................................................................................................................... 4
1.3 术语说明 .......................................................................................................................... 4
2 系统总体功能分析 ........................................................................................... 6
2.1 需求分析 .......................................................................................................................... 6 2.2 功能规划 .......................................................................................................................... 6 2.3 设计目标 .......................................................................................................................... 8 2.4 数据库设计 ...................................................................................................................... 9
3 系统详细设计与实现 ..................................................................................... 12
3.1 数据库具体实现 ............................................................................................................ 12 3.2 主对话框与系统登录模块 ............................................................................................ 15 3.3 操作员信息管理模块 .................................................................................................... 17 3.4 商品进货模块 ................................................................................................................ 18 3.5 销售管理模块 ................................................................................................................ 19 3.6 查询管理模块 ................................................................................................................ 20 3.7 帐务管理模块 ................................................................................................................ 22 3.8 数据库连接公共模块 .................................................................................................... 23
4 各模块功能测试及结果分析 ......................................................................... 25
4.1 主对话框与系统登录模块测试 .................................................................................... 25 4.2 信息管理模块测试 ........................................................................................................ 25 4.3 商品进货模块测试 ........................................................................................................ 25 4.4 销售管理模块测试 ........................................................................................................ 26 4.5 查询管理模块测试 ........................................................................................................ 27 4.6 帐务管理模块测试 ........................................................................................................ 29 4.7 测试小结 ........................................................................................................................ 30
结论 ..................................................................................................................... 31
北京语言大学本科毕业设计(论文)
致谢 ..................................................................................................................... 32 参考文献 ............................................................................................................. 33