【正文】
人才培養(yǎng)模式改革和開(kāi)放教育試點(diǎn) 理工類(lèi) 畢業(yè)設(shè)計(jì) (論文) 安徽廣播電視大學(xué) 畢業(yè)設(shè)計(jì) (論文 ) 分校名稱(chēng) 合 肥 電 大 教學(xué)點(diǎn)名稱(chēng) 年級(jí)名稱(chēng) 11 秋 計(jì)算機(jī) 專(zhuān) 科 專(zhuān)業(yè)名稱(chēng) 計(jì)算機(jī)科學(xué)與技術(shù) 課題名稱(chēng) 某公司 管理系統(tǒng) 學(xué)生姓名 王冠華 指導(dǎo)教師 李 明 才 20xx 年 12 月 10 日 I 摘 要 本論文主要講述的是 某 中小 型 公司企業(yè) 級(jí)倉(cāng)庫(kù)管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。一般來(lái)說(shuō) , 某公司 企業(yè)的倉(cāng)庫(kù)管理往往是相當(dāng)復(fù)雜和煩瑣的 。由于企業(yè)現(xiàn)實(shí)所掌握的物資種類(lèi)眾多 ,在訂貨 ,管理 ,發(fā)放渠道等方面有差異 ,各個(gè)企業(yè)之間的管理體制也不盡相同 ,各類(lèi)統(tǒng)計(jì)計(jì)劃報(bào)表繁多 ,也因此管理的形式也不盡相同。因此倉(cāng)庫(kù)管理必須實(shí)現(xiàn)計(jì)算機(jī)化 ,而且必須根據(jù)企業(yè)的具體情況制定相應(yīng)的方案 ,只有這樣一個(gè)企業(yè)的管理水平才會(huì)提高 ,相應(yīng)的工作效率也會(huì)提高。 且 隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,計(jì) 算機(jī)在企業(yè)管理中應(yīng)用的普及,利用計(jì)算機(jī)實(shí)現(xiàn)管理企業(yè)勢(shì)在必行。 然 而倉(cāng)庫(kù)管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。本文通過(guò)分析瀏覽器 /服務(wù)器結(jié)構(gòu)的特點(diǎn)并結(jié)合企業(yè)倉(cāng)儲(chǔ)管理的實(shí)際情況,提出了基于 B/S 結(jié)構(gòu)中小型企業(yè)倉(cāng)庫(kù)管理系統(tǒng)的基本設(shè)計(jì)思想,簡(jiǎn)要介紹了系統(tǒng)各功能模塊及數(shù)據(jù)庫(kù)的設(shè)計(jì),著重討論了用 技術(shù)和 SQL Server 20xx 開(kāi)發(fā)企業(yè)倉(cāng)庫(kù)管 理系統(tǒng)時(shí)的數(shù)據(jù)庫(kù)訪問(wèn)技術(shù)和動(dòng)態(tài)網(wǎng)頁(yè)制作技術(shù) ,并給出了部分實(shí)現(xiàn)代碼。通過(guò)該系統(tǒng),使學(xué)生可以方便地在企業(yè)內(nèi)部網(wǎng)上進(jìn)行倉(cāng)儲(chǔ)管理。該 B/S 結(jié)構(gòu)的系統(tǒng)在 Windows 平臺(tái)下開(kāi)發(fā)完成,使用 C#作為 的開(kāi)發(fā)語(yǔ)言, SQL Server 20xx 作為后臺(tái)數(shù)據(jù)庫(kù),該數(shù)據(jù)庫(kù)系統(tǒng)在安全性、準(zhǔn)確性、運(yùn)行速度方面均有絕對(duì)的優(yōu)勢(shì),并且能夠?qū)θ萘枯^大的數(shù)據(jù)庫(kù)進(jìn)行處理,效率高。系統(tǒng)有較高的安全性和較好的性能。其中連接數(shù)據(jù)庫(kù)的字符串可以隨時(shí)在 里修改,增加了靈活性和安全性。代碼盡量減少數(shù)據(jù)庫(kù)連接 的打開(kāi)時(shí)間等手段來(lái)提高性能。 本文 主要介紹 本課題的開(kāi)發(fā)背景 ,以及 程序的系統(tǒng)分析、總體設(shè)計(jì)、數(shù)據(jù)庫(kù)設(shè)計(jì)、功能實(shí)現(xiàn)等主體部分 。 關(guān)鍵詞 公司 倉(cāng)庫(kù)管理;信息管理系統(tǒng); B/S 結(jié)構(gòu);數(shù)據(jù)庫(kù) II Abstract This thesis is about the design and implementation of enterprisewarehouse management system for a small pany。 Generally speaking, a pany warehouse managementis often very plex and troublesome 。 Because of the many types of materials, in the ordering, management,distribution channels have differences, between each enterprise39。s management system are not the same, all kinds of statistical plan to numerous statements, and therefore management forms are not the same 。 Therefore the warehouse must be puterized management, and mustestablish corresponding solution according to the specific situation of enterprises, only such an enterprise39。s management level will be improved,the work efficiency can be improved. With the rapid development of puter technology, puter application in enterprise management, implementation of enterprise management be imperative using the puter.。 However, the warehouse mana gement system is the typical information management system, its development mainly includes two aspects: the background of the establishment and maintenance of database and frontend application development 。 For the former requirement to establish data cons istency and integritystrong, the data security good storehouse。 For the latter request application procedure function is plete, easy to use etc.. In this paper, by analyzing the characteristic of the browser / server structure and bined with the actua l situation of enterprise warehouse management, presents the basic design idea of B/S warehouse management system structure based on small and medium enterprise, briefly introduces the design of each function module and database system, discussed the database access technology and dynamic Webpage production technology with technology and SQL Server 20xx the development of enterprise warehouse managementsystem, and gives part of the implementation code。 Through the system, so that the students can easily warehouse management in intra. The B/S structure of the system developed in Windows platform, using C as a development language, SQL Server 20xx as the background database, the database system of absolute superiority in both aspects of safety, accuracy, speed,and to be able to III deal with large capacity database, high efficiency 。 The system has a higher security and better performance. The database connection string can be modified in the , increases the flexibility and security. Code to minimize the database connection open time means to improve performance.。 This paper mainly introduces the development background of the topic,analysis, as well as the procedure of system overall design, database design, functional realization of the main part.. Keywords: the pany warehouse management。 management information system。 B/S。 database。 目 錄 摘要 ..........................................I Abstract............................................II 第 1 章 緒論 ...................................1 課題背景 ..................................1 課題目的和意義 .............................1 開(kāi)發(fā)設(shè)計(jì)思想 ...............................2 主要工作和論文結(jié)構(gòu) .........................2 第 2 章 系統(tǒng)開(kāi)發(fā) 工具與開(kāi)發(fā)平臺(tái) ..................4 開(kāi)發(fā)平臺(tái)和技術(shù)介紹 .........................4 IIS 簡(jiǎn)介 .................................4 開(kāi)發(fā)環(huán)境 ..........................4 C編程語(yǔ)言 ..................................5 SQL Server 20xx 數(shù)據(jù)庫(kù) ......................6 系統(tǒng)運(yùn)行環(huán)境 ...............................8 第 3 章 系統(tǒng)需求分析 .............................9 可行性分析 ..................................9 可行性研究 ................................9 可行性分析 ..............................10 中小型企業(yè)倉(cāng)庫(kù)管理系統(tǒng)的需求分析 ...........11 系統(tǒng)業(yè)務(wù)流程分析 .........................12 系統(tǒng)數(shù)據(jù)流分析 ...........................13 數(shù)據(jù)字典分析 .............................13 第 4 章 系統(tǒng) 設(shè)計(jì) ...............................18 系統(tǒng)模塊總體設(shè)計(jì) ...........................18 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) .............................19 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) .......................19 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì)表 .........................19 第 5 章 系統(tǒng) 實(shí)現(xiàn) ................................25 系統(tǒng)主界面實(shí)現(xiàn) .............................25. 基本信息模塊設(shè)計(jì) ..........................26. 添加公司信息 .............................26 公司信息管理 .............................28 入庫(kù) /出庫(kù)管理模塊設(shè)計(jì) ......................29 采購(gòu) /銷(xiāo)售管理模塊設(shè)計(jì) .....................30 查詢(xún)統(tǒng)計(jì)模塊設(shè)計(jì) ..............................31 往來(lái)管理模塊界面實(shí)現(xiàn) ..........................33 系統(tǒng)設(shè)置模塊界面實(shí)現(xiàn) ..........................34 系統(tǒng)測(cè)試與性能分析 ............................34 結(jié)論 ..............................................36