商品銷售管理信息系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
約46頁DOC格式手機(jī)打開展開
商品銷售管理信息系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),1.66萬字我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用摘要 隨著電子超市發(fā)展規(guī)模日益擴(kuò)大,商品種類以及數(shù)量急劇增加,有關(guān)商品的各種信息也迅速增多。各個(gè)電子超市每時(shí)每刻都需要對(duì)銷售商品的各種信息進(jìn)行統(tǒng)計(jì)分析。使用商品銷售管理信息系統(tǒng)對(duì)商品信...
內(nèi)容介紹
此文檔由會(huì)員 淘寶大夢 發(fā)布
商品銷售管理信息系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
1.66萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用
摘要 隨著電子超市發(fā)展規(guī)模日益擴(kuò)大,商品種類以及數(shù)量急劇增加,有關(guān)商品的各種信息也迅速增多。各個(gè)電子超市每時(shí)每刻都需要對(duì)銷售商品的各種信息進(jìn)行統(tǒng)計(jì)分析。使用商品銷售管理信息系統(tǒng)對(duì)商品信息進(jìn)行管理,已經(jīng)成為各運(yùn)營商的必然選擇。
本文首先對(duì)商品銷售管理信息系統(tǒng)的項(xiàng)目開發(fā)背景與意義進(jìn)行了簡介;然后闡述了管理信息系統(tǒng)的基本概念,并對(duì)其關(guān)鍵技術(shù)如Java、數(shù)據(jù)庫技術(shù)進(jìn)行了詳細(xì)的介紹;在對(duì)商品銷售管理信息系統(tǒng)的應(yīng)用需求進(jìn)行分析的基礎(chǔ)上,本文設(shè)計(jì)出系統(tǒng)的總體結(jié)構(gòu)以及各個(gè)功能模塊,包括基礎(chǔ)信息管理、進(jìn)貨管理、銷售管理、查詢管理、庫存管理以及系統(tǒng)管理等模塊。最后本文使用Java進(jìn)行源代碼編寫,后臺(tái)架構(gòu)通過My SQL來實(shí)現(xiàn)數(shù)據(jù)庫,對(duì)各個(gè)主要功能模塊進(jìn)行了實(shí)現(xiàn),并給出了測試結(jié)果。
測試結(jié)果表明,該系統(tǒng)能實(shí)現(xiàn)設(shè)計(jì)功能,且界面方便簡潔,交互性強(qiáng),具有廣泛美好的應(yīng)用前景。
關(guā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)的關(guān)鍵技術(shù) 4
2.1 前臺(tái)開發(fā)工具 4
2.1.1 開發(fā)語言 4
2.1.2 開發(fā)平臺(tái) 4
2.2 系統(tǒng)開發(fā)的相關(guān)技術(shù)簡介 5
2.2.1 Java簡介 5
2.2.2 MySQL簡介 5
2.3 數(shù)據(jù)庫分析 6
2.3.1 數(shù)據(jù)庫的基本結(jié)構(gòu) 6
2.3.2 數(shù)據(jù)庫的主要特點(diǎn) 7
2.3.3 數(shù)據(jù)庫的設(shè)計(jì)流程 7
第三章 系統(tǒng)設(shè)計(jì) 9
3.1 系統(tǒng)設(shè)計(jì)思想 9
3.2 系統(tǒng)設(shè)計(jì)原則 9
3.3 系統(tǒng)總體功能圖 9
3.4 各功能模塊流程圖 10
3.4.1 登陸功能實(shí)現(xiàn) 10
3.4.2 添加客戶信息 11
3.4.3 刪除客戶信息 11
3.4.4 添加商品信息 12
3.4.5 刪除商品信息 12
3.4.6 添加供應(yīng)商信息 13
3.4.7 刪除供應(yīng)商信息 13
3.4.8 添加進(jìn)貨單(退貨單/銷售單/退貨單) 14
3.4.9 查詢功能實(shí)現(xiàn) 14
3.4.10 價(jià)格調(diào)整 15
3.4.11 密碼修改 15
3.4.12 添加管理員 16
第四章 數(shù)據(jù)庫設(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ù)庫詳細(xì)設(shè)計(jì) 20
4.3.1 客戶信息表 20
4.3.2 商品信息表 21
4.3.3 供應(yīng)商信息表 22
4.3.4 進(jìn)貨單表 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)的改進(jìn) 33
第六章 總結(jié) 34
6.1 結(jié)論 34
6.2 展望 34
致 謝 35
參考文獻(xiàn) 36
附 錄 38
1.66萬字
我自己的畢業(yè)論文,原創(chuàng)的,已經(jīng)通過校內(nèi)系統(tǒng)檢測,僅在本站獨(dú)家出售,重復(fù)率低,大家放心下載使用
摘要 隨著電子超市發(fā)展規(guī)模日益擴(kuò)大,商品種類以及數(shù)量急劇增加,有關(guān)商品的各種信息也迅速增多。各個(gè)電子超市每時(shí)每刻都需要對(duì)銷售商品的各種信息進(jìn)行統(tǒng)計(jì)分析。使用商品銷售管理信息系統(tǒng)對(duì)商品信息進(jìn)行管理,已經(jīng)成為各運(yùn)營商的必然選擇。
本文首先對(duì)商品銷售管理信息系統(tǒng)的項(xiàng)目開發(fā)背景與意義進(jìn)行了簡介;然后闡述了管理信息系統(tǒng)的基本概念,并對(duì)其關(guān)鍵技術(shù)如Java、數(shù)據(jù)庫技術(shù)進(jìn)行了詳細(xì)的介紹;在對(duì)商品銷售管理信息系統(tǒng)的應(yīng)用需求進(jìn)行分析的基礎(chǔ)上,本文設(shè)計(jì)出系統(tǒng)的總體結(jié)構(gòu)以及各個(gè)功能模塊,包括基礎(chǔ)信息管理、進(jìn)貨管理、銷售管理、查詢管理、庫存管理以及系統(tǒng)管理等模塊。最后本文使用Java進(jìn)行源代碼編寫,后臺(tái)架構(gòu)通過My SQL來實(shí)現(xiàn)數(shù)據(jù)庫,對(duì)各個(gè)主要功能模塊進(jìn)行了實(shí)現(xiàn),并給出了測試結(jié)果。
測試結(jié)果表明,該系統(tǒng)能實(shí)現(xiàn)設(shè)計(jì)功能,且界面方便簡潔,交互性強(qiáng),具有廣泛美好的應(yīng)用前景。
關(guā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)的關(guān)鍵技術(shù) 4
2.1 前臺(tái)開發(fā)工具 4
2.1.1 開發(fā)語言 4
2.1.2 開發(fā)平臺(tái) 4
2.2 系統(tǒng)開發(fā)的相關(guān)技術(shù)簡介 5
2.2.1 Java簡介 5
2.2.2 MySQL簡介 5
2.3 數(shù)據(jù)庫分析 6
2.3.1 數(shù)據(jù)庫的基本結(jié)構(gòu) 6
2.3.2 數(shù)據(jù)庫的主要特點(diǎn) 7
2.3.3 數(shù)據(jù)庫的設(shè)計(jì)流程 7
第三章 系統(tǒng)設(shè)計(jì) 9
3.1 系統(tǒng)設(shè)計(jì)思想 9
3.2 系統(tǒng)設(shè)計(jì)原則 9
3.3 系統(tǒng)總體功能圖 9
3.4 各功能模塊流程圖 10
3.4.1 登陸功能實(shí)現(xiàn) 10
3.4.2 添加客戶信息 11
3.4.3 刪除客戶信息 11
3.4.4 添加商品信息 12
3.4.5 刪除商品信息 12
3.4.6 添加供應(yīng)商信息 13
3.4.7 刪除供應(yīng)商信息 13
3.4.8 添加進(jìn)貨單(退貨單/銷售單/退貨單) 14
3.4.9 查詢功能實(shí)現(xiàn) 14
3.4.10 價(jià)格調(diào)整 15
3.4.11 密碼修改 15
3.4.12 添加管理員 16
第四章 數(shù)據(jù)庫設(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ù)庫詳細(xì)設(shè)計(jì) 20
4.3.1 客戶信息表 20
4.3.2 商品信息表 21
4.3.3 供應(yīng)商信息表 22
4.3.4 進(jìn)貨單表 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)的改進(jìn) 33
第六章 總結(jié) 34
6.1 結(jié)論 34
6.2 展望 34
致 謝 35
參考文獻(xiàn) 36
附 錄 38