客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
以下仅为该设计的基本说明介绍,若需要完整的设计和论文,建议您购买本设计 。
本系统开发工具:Delphi7.0+Sql Server
本设计包含内容:源代码+可执行程序+毕业论文
论文大概:56页 1。6万字
摘 要
本系统主要完成对物资的库存管理,包括入库、出库、库存,员工信息,供应商信息以及密码管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改、报表等功能。
系统的核心是入库、库存和出库三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成入库或出库操作时系统会自动地完成库存的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
如何处理好入库、库存、和出库三者之间的关系是系统最为关键的部分。另外,员工信息和供应商信息管理也是物资管理中一个必不可少的部分,它提供着与入库和出库相关的地一些信息,使得整个系统更加完整,更加实用。
系统采用SQLSERVER来设计数据库,并使用当前优秀的开发工具—Delphi 7 ,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键字: 数据库,SQL语言,Delph 7,数据库组件,物资管理
Abstract
This system completes to manage to the stock of the supplies primarily, including to store in warehouse, out the six aspectses such as Warehouse , stock, employee's information, supplier information and password management etc..The system can complete to the view of various information, search, increase, delete, modify, statement etc. function.
System of core is other form in influence that contact to store in warehouse, stock with out Warehouse three it that modification, each a modification of form move the Contact , being to complete to store in warehouse or out the Warehouse operation hour system will complete the stock of oneself.Search the function is also one of the core of the system, in system namely have the single term search to search with many terms, also having accurate search with misty search, system not only contain static term search, also have the dynamic born term search, its purpose is all for the sake of the convenient customer to use.System contain complete customer increase, delete to modify the function with the password, combine to have the statement print the function.
System adoption SQLSERVER design database, and use the current excellent development tool — Delphi 7, it have got the most vivid database construction, having got the good support to the database application.
Key word: Database; the language of SQL; Delph 7, database module;supplies
目录
绪论 1
1 系统概述 2
1.1 选题背景 2
1.2 开发工具的选择 2
1.3 本文所做工作 3
2 数据库概论 4
2.1 数据库的发展 4
2.2 数据库的特点 4
2.3 SQL语言基础 5
2.3.1 SQL简介 5
2.3.2 SQL数据更新 6
3 数据库开发工具 7
3.1 DELPHI7简介 7
3.2 DELPHI7控件 7
3.2.1 ADO数据访问组件 7
3.2.2 数据控制类DataControl 8
3.2.3 SQL语言在Delphi中的应用 8
4 系统总体设计 10
4.1 系统结构设计 10
4.1.1 系统功能描述 10
4.1.2 系统功能模块 11
4.1.3 系统流程分析 11
4.2 数据库设计 12
4.2.1 数据库需求分析 13
4.2.2 数据库的概念结构设计 13
4.2.3 数据库的逻辑结构设计 15
4.3 数据库结构的实现 18
5 系统详细设计 22
5.1 系统主窗体的实现 22
5.2 基础数据管理模块 23
5.2.1 供应商信息管理 23
5.2.2 物品信息管理 27
5.2.3 库位信息管理 32
5.3 出入库信息管理 38
5.3.1 入库信息管理 38
5.3.2 出库信息管理 45
5.5 测试设计 47
总结 49
致谢 50
参考文献 51
绪论
随着社会经济的迅速发展和科学技术的全面进步,计算机事业的飞速发展,以计算机与通信技术为基础的信息系统正处于蓬勃发展的时期。随着经济文化水平的显著提高,人们对生活质量及工作环境的要求也越来越高。在计算机飞速发展的今天,将计算机这一信息处理利器应用于物资的日常管理已是势必所然,而且这也将为物资管理带来前所未有的改变,它可以带来意想不到的效益,同时也会为企业的飞速发展提供无限潜力。采用计算机管理信息系统已成为物资管理科学化和现代化的重要标志,它为企业管理来了明显的经济效益和社会效益。
基于物资管理的全面自动化,可以减少入库管理、出库管理及库存管理中的漏洞,可以节约不少管理开支,增加企业收入。
物资的管理的操作自动化和信息的电子化,全面提高了物资的管理水平。

