【正文】
庫存管理系統(tǒng)的 設(shè)計(jì) 與 開發(fā) 【摘 要】 庫存管理系統(tǒng)是典型的信息管理系統(tǒng) (MIS), 其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起 一個(gè) 數(shù)據(jù)一致性和完整性強(qiáng) 、 數(shù)據(jù)安全性好的庫; 而對(duì)于后者則要求應(yīng)用程序 具有 功能完備 、 易使用等特點(diǎn)。 經(jīng)過分析 以上 情況 , 我 采 用微軟公司的 Visual C.NET作為前端應(yīng)用程序開發(fā)工具,SQL Server 20xx建立后臺(tái)數(shù)據(jù)庫 ,在 本次畢業(yè)設(shè)計(jì) 中 開發(fā)了 這套庫存管理 系統(tǒng) 。 本系統(tǒng)利用 Visual C.NET提供的各種面向?qū)ο蟮拈_發(fā)工具 , 尤其是 ADO, 能方便而簡潔 地 實(shí)現(xiàn)應(yīng)用程序和 數(shù)據(jù)庫 的互訪 , 是一款能讓 用戶滿意的可行系統(tǒng)。 【 關(guān)鍵詞 】 庫存 管理; ADO; 面向?qū)ο?; 數(shù)據(jù)庫 Abstract: Inventory management system is a typical management information system (MIS) , Which mainly includes database creation and maintenance, and frontend application development aspects. The former requires a strong consistency and integrity of data, and data with good security。 while the latter requires the application functional, easy to use and so on. After analyzing of the above, I use Microsoft39。s Visual C . NET as a frontend application development tool, SQL Server 20xx establishing the background database, to develop the inventory management system in this graduation project. The system uses a variety of objectoriented development tools which Visual C . NET Provides, especially the ADO, which can be simple and easy to manipulate the database, so it is a viable system which allows the user’s satisfaction. Key words: Inventory Management。 ADO。 Objectoriented。 Database 目 錄 引言 ............................................................................................................................................. 1 一、 系統(tǒng)分析 ............................................................................................................................. 1 (一)選題的背景 .............................................................................................................. 1 (二) 系統(tǒng) 需求分析 .......................................................................................................... 1 (三)可行性分析 .............................................................................................................. 2 (四)系統(tǒng)的開發(fā)及功能描述 .......................................................................................... 4 (五)系統(tǒng)邏輯模型 .......................................................................................................... 5 二、系統(tǒng)設(shè)計(jì) ............................................................................................................................. 7 (一)系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) .................................................................................................. 7 (二)數(shù)據(jù)庫設(shè)計(jì) .............................................................................................................. 8 (三)系統(tǒng)功 能模塊的詳細(xì)設(shè)計(jì) ...................................................................................... 9 三、系統(tǒng)實(shí)現(xiàn) ........................................................................................................................... 15 四、系統(tǒng)開發(fā)總結(jié) ................................................................................................................... 25 參考文獻(xiàn) ................................................................................................................................... 26 附 錄 ................................................................................................................................... 28 致 謝 ................................................................................................................................... 30 學(xué)士學(xué)位論文 庫存管理系統(tǒng)的設(shè)計(jì)與開發(fā) 1 引言 隨著我國市場(chǎng)經(jīng)濟(jì)的蓬勃發(fā)展和人們對(duì)物質(zhì)水平需求的增加,各行各業(yè)都處于一個(gè)飛速發(fā)展的時(shí)期,行業(yè)的快速發(fā)展必然導(dǎo)致各企業(yè)之間的競(jìng)爭(zhēng)更加激烈,為了使自己的企業(yè)在競(jìng)爭(zhēng)中能夠站穩(wěn)腳跟,不被激烈的競(jìng)爭(zhēng)環(huán) 境所壓倒,必然要求企業(yè)加強(qiáng)對(duì)自身的管理,提高企業(yè)的經(jīng)營效率。 本 庫存管理 系統(tǒng) 的 開發(fā)主要包括前端應(yīng)用程序以及后臺(tái)數(shù)據(jù)庫的建立和維護(hù)兩個(gè)方面 。 經(jīng)過分析 , 我 選 用 微軟公司的 Visual C.NET來 開發(fā) 系統(tǒng), 利用其提供的各種面向?qū)ο蟮拈_發(fā)工具 ,來操縱 數(shù)據(jù)庫 。 本論文正文分為五部分。第一部分介紹了開發(fā) 庫存管理 系統(tǒng)的必要性以及如何開發(fā) ,并簡要概述了 Visual C.NET 和 SQL Server 20xx。第二部分介紹系統(tǒng)開發(fā)前的準(zhǔn)備,包括系統(tǒng)的需求說明及系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) 和