商品出入庫管理系統.doc
約43頁DOC格式手機打開展開
商品出入庫管理系統,頁數 43 字數 17512摘要 隨著現代工業(yè)的發(fā)展,計算機信息管理系統越來越受到企業(yè)重視。本文主要分析了倉庫信息管理系統的一些基本功能和組成情況,包括系統的需求分析、系統結構,功能模塊劃分以及數據庫模式分析等,重點對應用程序的實際開發(fā)實現作了介紹。達到了數據的一致性和安全性,且應用程序功能完備,符合...
內容介紹
此文檔由會員 張陽陽 發(fā)布
商品出入庫管理系統
頁數 43 字數 17512
摘要
隨著現代工業(yè)的發(fā)展,計算機信息管理系統越來越受到企業(yè)重視。本文主要分析了倉庫信息管理系統的一些基本功能和組成情況,包括系統的需求分析、系統結構,功能模塊劃分以及數據庫模式分析等,重點對應用程序的實際開發(fā)實現作了介紹。達到了數據的一致性和安全性,且應用程序功能完備,符合了倉庫信息管理系統作為典型的信息管理系統(MIS)的要求。同時簡單介紹了Visual Basic編程環(huán)境和Access數據庫管理系統的功能特點,倉庫信息管理系統是企業(yè)物流管理中不可或缺的一部分。
關鍵詞:倉庫信息管理,數據庫,信息管理,Visual Basic
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, Visual Basic
目 錄
摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
第一章 緒論…………………………………………………………………3
1.1管理信息系統的概述……………………………………………………3
1.2數據庫應用系統開發(fā)簡介………………………………………………3
1.3倉庫信息管理系統………………………………………………………5
1.3.1國內外同類管理軟件的研究現狀與發(fā)展趨勢………………………6
1.3.2倉庫信息管理系統研究背景與意義…………………………………7
第二章 數據庫理論基礎……………………………………………………8
2.1數據庫系統設計…………………………………………………………8
2.2SQL語言介紹…………………………………………………………… 8
2.2.1SQL基礎……………………………………………………………… 8
2.2.2SQL語句……………………………………………………………… 9
第三章 應用系統開發(fā)工具………………………………………………10
3.1Visual Basic簡介及實現原理……………………………………… 10
3.2數據庫組件介紹……………………………………………………… 11
3.3SQL語言在VB中的應用……………………………………………… 11
3.4Access2000簡述……………………………………………………… 12
第四章 倉庫信息管理系統設計分析…………………………………… 14
4.1需求分析……………………………………………………………… 14
4.2模塊劃分………………………………………………………………15
4.3數據庫設計………………………………………………………… 17
第五章 應用程序設計……………………………………………………22
5.1程序結構…………………………………………………………… 22
5.2各模塊程序的實現………………………………………………… 22
結束語…………………………………………………………………… 40
參考文獻………………………………………………………………… 41
頁數 43 字數 17512
摘要
隨著現代工業(yè)的發(fā)展,計算機信息管理系統越來越受到企業(yè)重視。本文主要分析了倉庫信息管理系統的一些基本功能和組成情況,包括系統的需求分析、系統結構,功能模塊劃分以及數據庫模式分析等,重點對應用程序的實際開發(fā)實現作了介紹。達到了數據的一致性和安全性,且應用程序功能完備,符合了倉庫信息管理系統作為典型的信息管理系統(MIS)的要求。同時簡單介紹了Visual Basic編程環(huán)境和Access數據庫管理系統的功能特點,倉庫信息管理系統是企業(yè)物流管理中不可或缺的一部分。
關鍵詞:倉庫信息管理,數據庫,信息管理,Visual Basic
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, Visual Basic
目 錄
摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
第一章 緒論…………………………………………………………………3
1.1管理信息系統的概述……………………………………………………3
1.2數據庫應用系統開發(fā)簡介………………………………………………3
1.3倉庫信息管理系統………………………………………………………5
1.3.1國內外同類管理軟件的研究現狀與發(fā)展趨勢………………………6
1.3.2倉庫信息管理系統研究背景與意義…………………………………7
第二章 數據庫理論基礎……………………………………………………8
2.1數據庫系統設計…………………………………………………………8
2.2SQL語言介紹…………………………………………………………… 8
2.2.1SQL基礎……………………………………………………………… 8
2.2.2SQL語句……………………………………………………………… 9
第三章 應用系統開發(fā)工具………………………………………………10
3.1Visual Basic簡介及實現原理……………………………………… 10
3.2數據庫組件介紹……………………………………………………… 11
3.3SQL語言在VB中的應用……………………………………………… 11
3.4Access2000簡述……………………………………………………… 12
第四章 倉庫信息管理系統設計分析…………………………………… 14
4.1需求分析……………………………………………………………… 14
4.2模塊劃分………………………………………………………………15
4.3數據庫設計………………………………………………………… 17
第五章 應用程序設計……………………………………………………22
5.1程序結構…………………………………………………………… 22
5.2各模塊程序的實現………………………………………………… 22
結束語…………………………………………………………………… 40
參考文獻………………………………………………………………… 41