商品銷售管理信息系統(tǒng)的設計與實現(xiàn).doc



約46頁DOC格式手機打開展開
商品銷售管理信息系統(tǒng)的設計與實現(xiàn),1.66萬字我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨家出售,重復率低,大家放心下載使用摘要 隨著電子超市發(fā)展規(guī)模日益擴大,商品種類以及數(shù)量急劇增加,有關商品的各種信息也迅速增多。各個電子超市每時每刻都需要對銷售商品的各種信息進行統(tǒng)計分析。使用商品銷售管理信息系統(tǒng)對商品信...


內(nèi)容介紹
此文檔由會員 淘寶大夢 發(fā)布
商品銷售管理信息系統(tǒng)的設計與實現(xiàn)
1.66萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨家出售,重復率低,大家放心下載使用
摘要 隨著電子超市發(fā)展規(guī)模日益擴大,商品種類以及數(shù)量急劇增加,有關商品的各種信息也迅速增多。各個電子超市每時每刻都需要對銷售商品的各種信息進行統(tǒng)計分析。使用商品銷售管理信息系統(tǒng)對商品信息進行管理,已經(jīng)成為各運營商的必然選擇。
本文首先對商品銷售管理信息系統(tǒng)的項目開發(fā)背景與意義進行了簡介;然后闡述了管理信息系統(tǒng)的基本概念,并對其關鍵技術如Java、數(shù)據(jù)庫技術進行了詳細的介紹;在對商品銷售管理信息系統(tǒng)的應用需求進行分析的基礎上,本文設計出系統(tǒng)的總體結構以及各個功能模塊,包括基礎信息管理、進貨管理、銷售管理、查詢管理、庫存管理以及系統(tǒng)管理等模塊。最后本文使用Java進行源代碼編寫,后臺架構通過My SQL來實現(xiàn)數(shù)據(jù)庫,對各個主要功能模塊進行了實現(xiàn),并給出了測試結果。
測試結果表明,該系統(tǒng)能實現(xiàn)設計功能,且界面方便簡潔,交互性強,具有廣泛美好的應用前景。
關鍵詞:管理信息系統(tǒng),商品銷售,Java,數(shù)據(jù)庫
Design and implementation of sales management information system
Abstract With the growing scale of development of electronic supermarket, a sharp increase in the number and types of goods, a variety of information about the product also increased rapidly. Various electronic supermarket all the time needed for a variety of information for statistical analysis of sales of goods. Use sales management information system for product information management, has become an inevitable choice for each operator.
Firstly, the background and significance of the project development sales management information system were Introduction; then describes the basic concepts of management information systems, and a detailed description of its key technologies such as Java, database technology; in management information on commodity sales based on the application requirements of the system analysis, the paper designs the overall structure of the system as well as various functional modules, including basic information management, purchasing management, sales management, query management, inventory management, and system management module. Finally, the use of Java source code is written, the background architecture to achieve through the My SQL database, for each of the major functional modules to achieve, and gives the test results.
The test results show that the system can achieve design features simple and easy interface, interactive, with a wide range of applications better.
Keyword:Management Information Systems,Sales of goods,Java,Database
目 錄
第一章 引言 1
1.1 研究背景 1
1.2 研究意義 2
1.3 本文工作與論文組織 3
第二章 商品銷售管理信息系統(tǒng)的關鍵技術 4
2.1 前臺開發(fā)工具 4
2.1.1 開發(fā)語言 4
2.1.2 開發(fā)平臺 4
2.2 系統(tǒng)開發(fā)的相關技術簡介 5
2.2.1 Java簡介 5
2.2.2 MySQL簡介 5
2.3 數(shù)據(jù)庫分析 6
2.3.1 數(shù)據(jù)庫的基本結構 6
2.3.2 數(shù)據(jù)庫的主要特點 7
2.3.3 數(shù)據(jù)庫的設計流程 7
第三章 系統(tǒng)設計 9
3.1 系統(tǒng)設計思想 9
3.2 系統(tǒng)設計原則 9
3.3 系統(tǒng)總體功能圖 9
3.4 各功能模塊流程圖 10
3.4.1 登陸功能實現(xiàn) 10
3.4.2 添加客戶信息 11
3.4.3 刪除客戶信息 11
3.4.4 添加商品信息 12
3.4.5 刪除商品信息 12
3.4.6 添加供應商信息 13
3.4.7 刪除供應商信息 13
3.4.8 添加進貨單(退貨單/銷售單/退貨單) 14
3.4.9 查詢功能實現(xiàn) 14
3.4.10 價格調(diào)整 15
3.4.11 密碼修改 15
3.4.12 添加管理員 16
第四章 數(shù)據(jù)庫設計 17
4.1 需求分析 17
4.1.1 功能性需求分析 17
4.1.2 非功能性需求分析 18
4.2 數(shù)據(jù)庫E-R圖 19
4.3 數(shù)據(jù)庫詳細設計 20
4.3.1 客戶信息表 20
4.3.2 商品信息表 21
4.3.3 供應商信息表 22
4.3.4 進貨單表 23
4.3.5 退貨單表 24
4.3.6 銷售單表 25
4.3.7 銷售退貨單表 26
4.3.8 庫存表 27
4.3.9 管理員表 28
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)測試效果 29
5.2 系統(tǒng)的改進 33
第六章 總結 34
6.1 結論 34
6.2 展望 34
致 謝 35
參考文獻 36
附 錄 38
1.66萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨家出售,重復率低,大家放心下載使用
摘要 隨著電子超市發(fā)展規(guī)模日益擴大,商品種類以及數(shù)量急劇增加,有關商品的各種信息也迅速增多。各個電子超市每時每刻都需要對銷售商品的各種信息進行統(tǒng)計分析。使用商品銷售管理信息系統(tǒng)對商品信息進行管理,已經(jīng)成為各運營商的必然選擇。
本文首先對商品銷售管理信息系統(tǒng)的項目開發(fā)背景與意義進行了簡介;然后闡述了管理信息系統(tǒng)的基本概念,并對其關鍵技術如Java、數(shù)據(jù)庫技術進行了詳細的介紹;在對商品銷售管理信息系統(tǒng)的應用需求進行分析的基礎上,本文設計出系統(tǒng)的總體結構以及各個功能模塊,包括基礎信息管理、進貨管理、銷售管理、查詢管理、庫存管理以及系統(tǒng)管理等模塊。最后本文使用Java進行源代碼編寫,后臺架構通過My SQL來實現(xiàn)數(shù)據(jù)庫,對各個主要功能模塊進行了實現(xiàn),并給出了測試結果。
測試結果表明,該系統(tǒng)能實現(xiàn)設計功能,且界面方便簡潔,交互性強,具有廣泛美好的應用前景。
關鍵詞:管理信息系統(tǒng),商品銷售,Java,數(shù)據(jù)庫
Design and implementation of sales management information system
Abstract With the growing scale of development of electronic supermarket, a sharp increase in the number and types of goods, a variety of information about the product also increased rapidly. Various electronic supermarket all the time needed for a variety of information for statistical analysis of sales of goods. Use sales management information system for product information management, has become an inevitable choice for each operator.
Firstly, the background and significance of the project development sales management information system were Introduction; then describes the basic concepts of management information systems, and a detailed description of its key technologies such as Java, database technology; in management information on commodity sales based on the application requirements of the system analysis, the paper designs the overall structure of the system as well as various functional modules, including basic information management, purchasing management, sales management, query management, inventory management, and system management module. Finally, the use of Java source code is written, the background architecture to achieve through the My SQL database, for each of the major functional modules to achieve, and gives the test results.
The test results show that the system can achieve design features simple and easy interface, interactive, with a wide range of applications better.
Keyword:Management Information Systems,Sales of goods,Java,Database
目 錄
第一章 引言 1
1.1 研究背景 1
1.2 研究意義 2
1.3 本文工作與論文組織 3
第二章 商品銷售管理信息系統(tǒng)的關鍵技術 4
2.1 前臺開發(fā)工具 4
2.1.1 開發(fā)語言 4
2.1.2 開發(fā)平臺 4
2.2 系統(tǒng)開發(fā)的相關技術簡介 5
2.2.1 Java簡介 5
2.2.2 MySQL簡介 5
2.3 數(shù)據(jù)庫分析 6
2.3.1 數(shù)據(jù)庫的基本結構 6
2.3.2 數(shù)據(jù)庫的主要特點 7
2.3.3 數(shù)據(jù)庫的設計流程 7
第三章 系統(tǒng)設計 9
3.1 系統(tǒng)設計思想 9
3.2 系統(tǒng)設計原則 9
3.3 系統(tǒng)總體功能圖 9
3.4 各功能模塊流程圖 10
3.4.1 登陸功能實現(xiàn) 10
3.4.2 添加客戶信息 11
3.4.3 刪除客戶信息 11
3.4.4 添加商品信息 12
3.4.5 刪除商品信息 12
3.4.6 添加供應商信息 13
3.4.7 刪除供應商信息 13
3.4.8 添加進貨單(退貨單/銷售單/退貨單) 14
3.4.9 查詢功能實現(xiàn) 14
3.4.10 價格調(diào)整 15
3.4.11 密碼修改 15
3.4.12 添加管理員 16
第四章 數(shù)據(jù)庫設計 17
4.1 需求分析 17
4.1.1 功能性需求分析 17
4.1.2 非功能性需求分析 18
4.2 數(shù)據(jù)庫E-R圖 19
4.3 數(shù)據(jù)庫詳細設計 20
4.3.1 客戶信息表 20
4.3.2 商品信息表 21
4.3.3 供應商信息表 22
4.3.4 進貨單表 23
4.3.5 退貨單表 24
4.3.6 銷售單表 25
4.3.7 銷售退貨單表 26
4.3.8 庫存表 27
4.3.9 管理員表 28
第五章 系統(tǒng)測試 29
5.1 系統(tǒng)測試效果 29
5.2 系統(tǒng)的改進 33
第六章 總結 34
6.1 結論 34
6.2 展望 34
致 謝 35
參考文獻 36
附 錄 38