国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

倉庫管理信息系統(tǒng)的開發(fā)與設(shè)計.doc

約40頁DOC格式手機打開展開

倉庫管理信息系統(tǒng)的開發(fā)與設(shè)計,全文38頁約21000字論述翔實摘要: 倉庫管理是與我們?nèi)粘I钕⑾⑾嚓P(guān)的問題。隨著計算機技術(shù)的飛速發(fā)展,計算機在企業(yè)管理中應(yīng)用的普及,利用計算機實現(xiàn)管理企業(yè)勢在必行。本系統(tǒng)采用microsoftsql server 2000來設(shè)計數(shù)據(jù)庫,并使用當前優(yōu)秀的開發(fā)工具—delphi 7.0 ,它...
編號:20-23747大小:765.50K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 棉花糖糖 發(fā)布

倉庫管理信息系統(tǒng)的開發(fā)與設(shè)計

全文38頁 約21000字 論述翔實

摘 要: 倉庫管理是與我們?nèi)粘I钕⑾⑾嚓P(guān)的問題。隨著計算機技術(shù)的飛速發(fā)展,計算機在企業(yè)管理中應(yīng)用的普及,利用計算機實現(xiàn)管理企業(yè)勢在必行。本系統(tǒng)采用Microsoft SQL Server 2000來設(shè)計數(shù)據(jù)庫,并使用當前優(yōu)秀的開發(fā)工具—Delphi 7.0 ,它有著最為靈活的數(shù)據(jù)庫結(jié)構(gòu),對數(shù)據(jù)庫應(yīng)用有著良好的支持。本文主要分析了倉庫管理系統(tǒng)的一些基本功能和組成情況,包括系統(tǒng)的需求分析、邏輯分析,系統(tǒng)結(jié)構(gòu),總體設(shè)計,功能模塊劃分以及數(shù)據(jù)庫模式分析等,同時簡單介紹了SQL語言和Delphi 7.0。該系統(tǒng)能夠正確有效地完成倉庫管理的日常工作,并能夠根據(jù)需求進行靈活的查詢;系統(tǒng)與數(shù)據(jù)庫管理系統(tǒng)結(jié)合,提供了功能較為強大的數(shù)據(jù)安全功能;系統(tǒng)界面友好,操作簡單,易掌握。

關(guān)鍵詞: 倉庫管理系統(tǒng),數(shù)據(jù)庫,SQL語言,Delphi 7.0

The development and design of warehouse management information system

Abstract: The warehouse management is with vitally related problem of our daily life. Constantly progressive along with the science and technology, the competence become more and more intensive between the enterprises. This system adoption Microsoft SQL Server 2000 to the design database, and use the current excellent development tool- Delphi 7.0, it has the most vivid database structure, having the good support to the database application. This text has analysed some basic functions of the warehouse management system and makes up the situation mainly, including the systematic demand is analysed, and the logic analysis ,systematic structure, the function module divides and the database mode is analysed etc ,at the same time ,introduced the language of SQL and Delphi 7.0 in brief .That system can be right to complete the daily pursuit of the warehouse management availably , and can carry on the vivid search according to the need;The system and databases manage the system to combine,providing the safe function of stronger data of function ; The system interface is friendly,operate in brief,control easily.
Keywords: The warehouse manages the system, database, language of SQL,Delphi 7.0

目錄
前 言 3
第一章 緒 論 4
1.1系統(tǒng)開發(fā)背景及現(xiàn)狀 4
1.2系統(tǒng)開發(fā)的目的 5
1.3系統(tǒng)開發(fā)工具以及系統(tǒng)配置 5
1.3.1系統(tǒng)開發(fā)工具的選擇 5
1.3.2系統(tǒng)配置 6
1.4 全文結(jié)構(gòu) 6
第二章 數(shù)據(jù)庫理論基礎(chǔ) 6
2.1 數(shù)據(jù)庫的發(fā)展 6
2.1.1數(shù)據(jù)庫的發(fā)展 7
2.1.2數(shù)據(jù)庫階段的特點 7
2.2 SQL語言基礎(chǔ) 8
2.2.1 SQL簡介 8
2.2.2 SQL查詢 9
2.2.3 SQL數(shù)據(jù)更新 9
2.3本章小結(jié) 10
第三章 數(shù)據(jù)庫開發(fā)工具 10
3.1 DELPHI 7.0 簡介 10
3.2 DELPHI 7.0 控件 11
3.2.1 ADO數(shù)據(jù)訪問組件 11
3.2.2 數(shù)據(jù)控制類DataControl 12
3.2.3 數(shù)據(jù)訪問類DataAccess 12
3.2.4 SQL語言在Delphi中的應(yīng)用 12
3.3 本章小結(jié) 14
第四章 系統(tǒng)分析和設(shè)計 14
4.1 系統(tǒng)目標 14
4.2 系統(tǒng)的用戶需求 14
4.3 系統(tǒng)設(shè)計 15
4.3.1 系統(tǒng)流程分析 15
4.3.2 系統(tǒng)功能模塊劃分 15
4.3.3 系統(tǒng)功能描述 16
4.4 數(shù)據(jù)庫設(shè)計 17
4.4.1 數(shù)據(jù)庫環(huán)境的建立 17
4.4.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 18
4.4.3 數(shù)據(jù)庫結(jié)構(gòu)的實現(xiàn) 20
4.5 本章小結(jié) 22
第五章 功能模塊實現(xiàn) 23

5.1 登錄界面 23
5.2 進入系統(tǒng)主界面 24
5.3基礎(chǔ)數(shù)據(jù)管理模塊 24
5.3.1 供應(yīng)商信息管理的實現(xiàn) 24
5.3.2 物品信息管理的實現(xiàn) 26
5.3.3 庫位信息管理的實現(xiàn) 27
5.3.4 操作員信息管理的實現(xiàn) 27
5.4 出入庫管理模塊 28
5.4.1入庫信息管理的實現(xiàn) 28
5.4.2出庫信息管理的實現(xiàn) 29
5.5 庫作業(yè)管理模塊 29
5.5.1 庫位信息查詢的實現(xiàn) 29
5.5.2 庫盤點信息管理的實現(xiàn) 30
5.6 庫信息查詢模塊 30
5.6.1 入庫信息查詢的實現(xiàn) 30
5.6.2 出庫信息查詢的實現(xiàn) 31
5.6.3 庫存信息查詢的實現(xiàn) 31
5.7 庫存控制管理模塊 32
5.7.1 出入庫信息統(tǒng)計的實現(xiàn) 32
5.7.2 采購計劃管理的實現(xiàn) 33
5.8 系統(tǒng)管理模塊 33
5.8.1 用戶帳號添加的實現(xiàn) 33
5.8.2 用戶帳號維護的實現(xiàn) 34
5.8.3 系統(tǒng)數(shù)據(jù)備份的實現(xiàn) 34
5.8.4退出的實現(xiàn) 34
5.9 本章小結(jié) 34
第六章 結(jié) 論 35
6.1 體會 35
6.2 總結(jié) 36
參考文獻 36
致 謝 37

部分參考文獻

[6] 伊文敏等.Delphi+SQL Server數(shù)據(jù)庫應(yīng)用實例完全解析[M].北京:人民郵電出版社,2006
[7](美)克羅恩克(Kroenke,D.M. ).著數(shù)據(jù)庫處理:基礎(chǔ)、設(shè)計與實現(xiàn)(第十版)[M].北京:電子工業(yè)出版社,2006-6-1
[8] 張宏林.Delphi7程序設(shè)計與開發(fā)技術(shù)大全 [M].北京:人民郵電出版社,2004
[9] 黃德才.數(shù)據(jù)庫原理及其應(yīng)用教材[M].北京:科學出版社,2005