ABSTRACT
The market economy gradually be mature with our country , the competition pressure that enterprise faces is also more and more big , enterprise needs to want to exist, must fully utilize coming to improve efficiency of management and marketplace speed of response informationize means right away. Electronic Commerce is under network environment opening to the outside world in Internet, owing to that the browser/ server applies way, way realizing consumer's web shopping and paying in line electron to grow late-model commerce once being in motion and doing business. Electronic Commerce already begins to take shape as one kind of independent economy form, a few Electronic Commerce website be founded, has brought about gigantic effect for people's life.
The System uses the B/S structure, using Myeclipse development platform, the background is used in MySQL database. B/S structure of the main characteristics is that it is a client browser, so the use of user-friendly remote. Myeclipse platform used because it is a powerful Integrated Development Environment J2EE to support code development, configuration, testing and debugging. And as an open-source database MySQL, you can easily downloaded from the Internet, and compact, full-featured.
The systematic design train of thought is to set off from the marketing , makes up various business condition into an order form , inquires about and revises conveniently for the purpose of the statistics during the hereafter.The main features of the system is simple, concise interface that will enable users to more easily grasp the function of the system.
Keywords: Sales management system, B/S structure, database
目 錄
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 網絡經濟的作用 2
1.3 研究內容 3
第2章 銷售管理系統及相關軟件介紹 4
2.1 銷售管理系統概述 4
2.1.1銷售管理系統的簡介 4
2.1.2銷售管理系統的構成 4
2.1.3銷售管理系統的功能 4
2.2 前臺軟件——Myeclipse 4
2.2.1 Eclipse 介紹 5
2.2.2 MyEclipse介紹 5
2.2 系統環境配置軟件 5
2.2.1 JDK 介紹 6
2.2.2 tomcat 介紹 6
2.3 后臺數據庫——MySQL 7
2.3.1 MySQL是一個數據庫管理系統 7
2.3.2 MySQL是一個關系庫管理系統 8
2.3.3 MySQL是開源的 8
2.3 本章小結 8
第3章 銷售管理系統的總體設計 9
3.1 系統功能模塊 9
3.2 系統主要功能 9
3.2.1 商品管理 9
3.2.2 訂單管理 10
3.2.3 用戶管理 10
3.2.4 購物車管理 10
3.3 系統的數據流圖 11
3.4 本章小結 12
第4章 銷售管理系統的需求分析 13
4.1 需求分析 13
4.2 數據庫信息 13
4.3 E-R圖的設計 14
4.4 數據庫表的設計 15
4.5 本章小結 17
第5章 功能模塊實現及說明 18
5.1 系統的操作界面及說明 18
5.1.1 登錄界面 18
5.1.2 管理員界面 18
5.1.3 用戶操作界面 19
5.2 功能的代碼實現 19
5.2.1 商品管理 19
5.2.2 訂單管理 23
5.2.3 注冊用戶管理 26
5.2.4 在線購物 29
5.2.5 購物車管理 36
5.3 本章小結 39
第6章 結束語 40
致謝 41
參考文獻 42
附錄 源代碼 43