艾美特中國市場分銷系統的設計與實現

才智咖 人氣:2.77W
畢業論文

艾美特中國市場分銷系統的設計與實現
 
摘  要:本系統使用Delphi+Java+SQL Server2000進行開發,採用了B/S3層構架,該技術突破了C/S結構的侷限性,前臺由Delphi開發,後臺由java開發,系統中應用了ActiveX外掛技術,通過在瀏覽器中嵌入ActiveX控制元件可以實現在瀏覽器中實現起來比較困難的功能。
本系統實現了我的工作、預算管理、網點管理、導購員管理、訂單管理等功能模組。在開發過程中嚴格遵守軟體工程的思想,按照需求分析、資料庫設計、概要設計、詳細設計、編碼、改進、與效能優化步驟進行開發。論文詳細介紹了系統的設計與實現過程,同時對開發平臺、採用技術的使用、需求分析、概要設計等進行了簡單的介紹。
關鍵詞:B/S; Delphi; 資料庫; 分銷系統

The Design And Realization of Chinese Market Retailing System of Airmate

Abstract: This system used Delphi, Java and SQL Server 2000 to realize, and adopted B/S three Framework. This technology breakthrough C/S structure limitation. The foreground application is empoldered by the Delphi and the background application is empoldered by java. The ActiveX plug-in unit technology has been applied in the system, by inserting ActiveX in the browser so that it is possible to realize the function which cannot realize or very difficult to realize in the browser.
This system has realized my work, the budget management, the network point management, the guider management, the order form management and so on. In the impolder process, strictly observes the thoughtway of software engineering and according to the demand analysis, the database design, the outline design, the detailed design, the code, the improvement, carries on the development with the performance optimization step. The paper will bat around the system design and the realization process, simultaneously introduce the developed platform, the technology has used, the demand analysis, the outline design and so on simply.
Keywords: B/S; Delphi; database; retailing system
目  錄
前   言 1
1 開發平臺簡介 2
1.1 Delphi7 簡介 2
1.2 SQL Server 2000 簡介 2
1.3 IBM VisualAge for Java的使用 3
1.3.1 如何避免多人開發程式碼衝突 3
1.3.2 如何提高程式碼開發效率 3
1.3.3 如何建立更改資源庫 3
2 設計採用的`技術 4
2.1 B/S結構 4
2.2 ActiveX 技術 5
2.3 Java後臺技術 6
2.4 XML協議傳輸資料方式 6
3 需求分析 9
3.1 總體方案 9
3.2 銷售預測及任務管理 9
3.2.1 業務描述 9
3.2.2 層次結構 9
3.2.3 銷售預測管理 10
3.3 導購員管理 10
3.3.1 人事管理 10
3.3.2 薪資管理 11
3.3.3 導購員考核 12
3.4 網點管理 12
3.5 訂單管理 13
4 概要設計 14
4.1 系統功能模組設計 14
4.2 系統的資料流程 14
4.3 模組的流程圖 15
4.4 資料庫邏輯結構設計 18
5 系統詳細設計 30
5.1 登陸介面及主窗體 30
5.1.1 介面設計 30
5.1.2 關鍵程式碼 31
5.2 預算管理模組詳細設計 32
5.2.1 介面設計 32
5.2.2 關鍵程式碼 34
5.3 導購員管理模組詳細設計 36
5.3.1 介面設計 36
5.3.2 關鍵程式碼 37
5.4 網點管理模組詳細設計 39
5.4.1 介面設計 39
5.4.2 關鍵程式碼 40
5.5訂單管理模組詳細設計 41
5.5.1 介面設計 41
5.5.2 關鍵程式碼 42
6 系統測試與釋出 44
參考文獻 45
致謝詞 46

注:不含原始碼

艾美特中國市場分銷系統的設計與實現