商務管理系統(tǒng)設計.doc
約48頁DOC格式手機打開展開
商務管理系統(tǒng)設計,2萬字48頁 有程序摘要本論文所開發(fā)的系統(tǒng)是為某棉公司量身訂做的一套商務信息管理系統(tǒng),主要實現(xiàn)了產(chǎn)品圖片和介紹的動態(tài)管理,產(chǎn)品的分類管理和產(chǎn)品庫存管理,供求信息網(wǎng)上訂單的數(shù)據(jù)庫接口,數(shù)據(jù)庫備份和還原等,實施了新的商務信息管理系統(tǒng)后會使系統(tǒng)維護更簡單、更易操作,產(chǎn)品分類更加清晰、明確和有條理性,還可實現(xiàn)網(wǎng)上訂購,無紙化操...
內(nèi)容介紹
此文檔由會員 羅亮 發(fā)布
2萬字 48頁 有程序
摘 要
本論文所開發(fā)的系統(tǒng)是為某棉公司量身訂做的一套商務信息管理系統(tǒng),主要實現(xiàn)了產(chǎn)品圖片和介紹的動態(tài)管理,產(chǎn)品的分類管理和產(chǎn)品庫存管理,供求信息網(wǎng)上訂單的數(shù)據(jù)庫接口,數(shù)據(jù)庫備份和還原等,實施了新的商務信息管理系統(tǒng)后會使系統(tǒng)維護更簡單、更易操作,產(chǎn)品分類更加清晰、明確和有條理性,還可實現(xiàn)網(wǎng)上訂購,無紙化操作,方便快捷。同時系統(tǒng)會及時提供給系統(tǒng)管理員庫存狀態(tài)信息,便于管理員及時添加庫存,也便于企業(yè)及時進行產(chǎn)品生產(chǎn)。
本系統(tǒng)采用服務器/瀏覽器(B/S)結(jié)構(gòu)。在開發(fā)過程中主要用到動態(tài)網(wǎng)頁和數(shù)據(jù)庫的基本知識。利用ASP.NET設計動態(tài)網(wǎng)頁,利用Access建立數(shù)據(jù)庫,利用ADO.NET建立服務器端Web數(shù)據(jù)庫與瀏覽器端網(wǎng)頁的訪問連接。
關(guān)鍵字:B/S, ASP.NET,Access, ADO.NET,管理信息系統(tǒng)
Abstract
The framework of the system is Browsers/Server (B/S) structure. In the process of the development, the main basic knowledge is ASP.NET technique and Access technique (for developing the Database). The former is adopted to design the web pages, while the latter is to create Database, and ADO.NET is adopted to connect Database of the server and web pages of the Browser.
Keywords: B/S, ASP.NET, Access, ADO.NET ,Management Information System
目 錄
1 研究背景和意義
2 需求分析
3 系統(tǒng)總體設計
3.1 系統(tǒng)的功能模塊設計
3.2 數(shù)據(jù)庫概念設計
3.2.1 實體關(guān)系圖
3.3 數(shù)據(jù)流程設計
4 系統(tǒng)詳細設計
5 系統(tǒng)實現(xiàn)
5.1 登錄模塊
5.2 類別管理模塊
5.3 產(chǎn)品管理模塊
5.4 產(chǎn)品庫存管理
5.5 訂單與數(shù)據(jù)庫接口模塊
5.6 倉庫管理模塊
5.7 數(shù)據(jù)庫備份管理模塊
5.8 登錄日志模塊
6 總 結(jié)
致 謝
參 考 文 獻
摘 要
本論文所開發(fā)的系統(tǒng)是為某棉公司量身訂做的一套商務信息管理系統(tǒng),主要實現(xiàn)了產(chǎn)品圖片和介紹的動態(tài)管理,產(chǎn)品的分類管理和產(chǎn)品庫存管理,供求信息網(wǎng)上訂單的數(shù)據(jù)庫接口,數(shù)據(jù)庫備份和還原等,實施了新的商務信息管理系統(tǒng)后會使系統(tǒng)維護更簡單、更易操作,產(chǎn)品分類更加清晰、明確和有條理性,還可實現(xiàn)網(wǎng)上訂購,無紙化操作,方便快捷。同時系統(tǒng)會及時提供給系統(tǒng)管理員庫存狀態(tài)信息,便于管理員及時添加庫存,也便于企業(yè)及時進行產(chǎn)品生產(chǎn)。
本系統(tǒng)采用服務器/瀏覽器(B/S)結(jié)構(gòu)。在開發(fā)過程中主要用到動態(tài)網(wǎng)頁和數(shù)據(jù)庫的基本知識。利用ASP.NET設計動態(tài)網(wǎng)頁,利用Access建立數(shù)據(jù)庫,利用ADO.NET建立服務器端Web數(shù)據(jù)庫與瀏覽器端網(wǎng)頁的訪問連接。
關(guān)鍵字:B/S, ASP.NET,Access, ADO.NET,管理信息系統(tǒng)
Abstract
The framework of the system is Browsers/Server (B/S) structure. In the process of the development, the main basic knowledge is ASP.NET technique and Access technique (for developing the Database). The former is adopted to design the web pages, while the latter is to create Database, and ADO.NET is adopted to connect Database of the server and web pages of the Browser.
Keywords: B/S, ASP.NET, Access, ADO.NET ,Management Information System
目 錄
1 研究背景和意義
2 需求分析
3 系統(tǒng)總體設計
3.1 系統(tǒng)的功能模塊設計
3.2 數(shù)據(jù)庫概念設計
3.2.1 實體關(guān)系圖
3.3 數(shù)據(jù)流程設計
4 系統(tǒng)詳細設計
5 系統(tǒng)實現(xiàn)
5.1 登錄模塊
5.2 類別管理模塊
5.3 產(chǎn)品管理模塊
5.4 產(chǎn)品庫存管理
5.5 訂單與數(shù)據(jù)庫接口模塊
5.6 倉庫管理模塊
5.7 數(shù)據(jù)庫備份管理模塊
5.8 登錄日志模塊
6 總 結(jié)
致 謝
參 考 文 獻