商品銷售管理系統畢業(yè)設計.doc
約51頁DOC格式手機打開展開
商品銷售管理系統畢業(yè)設計,本文共計51頁,26465字;摘要本課題主要研究如何利用計算機來進行信息管理,如何運用先進的軟件開發(fā)工具,結合面向對象的分析手段和研究方法,開發(fā)現代商業(yè)進銷存信息管理應用軟件。本系統是基于c/s (客戶機/服務器)模式,采用自頂向下逐步求精的設計方法,融入現代信息資源管理的思想,結合現今商業(yè)企業(yè)...
內容介紹
此文檔由會員 霜天盈月 發(fā)布
商品銷售管理系統畢業(yè)設計
本文共計51頁,26465字;
摘要
本課題主要研究如何利用計算機來進行信息管理,如何運用先進的軟件開發(fā)工具,結合面向對象的分析手段和研究方法,開發(fā)現代商業(yè)進銷存信息管理應用軟件。
本系統是基于C/S (客戶機/服務器)模式,采用自頂向下逐步求精的設計方法,融入現代信息資源管理的思想,結合現今商業(yè)企業(yè)進銷存事務管理的特點,通過對現有進銷存管理軟件的分析與研究,在遵循揚長避短的原則上進行開發(fā)與設計的。本系統實現了三大功能:訂(供)貨管理、庫存管理、銷售管理。實現了銷售與商品出庫的自動聯系。
本文較完整的敘述了整個軟件分析﹑設計的整個過程,包括程序結構和數據庫的設計。主要對銷售模塊的設計及實現的功能加以詳細描述,并提供了該部分的使用說明。
關鍵字:進銷存
Abstract
The information technology property is in high development today. The application of information processing technology is widely used day by day. This management information system which on account of OOA(object orientation analysis )about the Stock, Distribution and Storage of Business is adopt the method of object orientation to analysis and design. Associate with the recent situation of the management system of modern society. In order to be functional and convenient, we develop and design this management information application software.
To create a strong best way that can go through the whole develop period. To assure the implementation of this system design. We adopt the mind which divide the whole system into several parts. We make low relation between the parts and high relation in every part to assure the quality of the whole system. This system design is made up of three parts. They are stock management subsystem, distribution management subsystem and storage management subsystem.
目 錄
摘要 1
第一章 任務說明書 2
第二章 選題背景 2
2.1 課題的來源及要求 2
2.2 國內外研究情況 3
2.3本設計的指導思想 4
第三章 可行性研究 5
3.1 對已有系統的分析 5
3.2 對新系統的可行性研究 5
3.3系統開發(fā)軟件環(huán)境 6
第四章 需求分析 8
4.1 系統的綜合要求 8
4.2 系統的數據要求 10
第五章 總體設計 15
5.1 概述 15
5.2 確定和評價系統方案 16
5.3軟件結構設計 17
5.4 數據庫設計 24
第六章 詳細設計 27
第七章 運行結果分析 31
第八章 軟件使用說明 31
第八章 結束語 34
致謝 35
參考文獻、資料 36
部分參考文獻、資料
(1)《Visual Basic程序設計案例教程》 沈大琳 著,中國鐵道出版社 2004年9月第1版
(2)《Visual Basic +Oracle9i 數據庫應用系統開發(fā)與實例》 李曉黎、張曉輝著,人民郵電出版社,2003年6月第1版
(3)《Visual Basic 6.0 多媒體使用編程技術》溫志華著,中國水利水電出版社,1999年9月第1版
(4)《Visual Basic 程序設計》 劉瑞新 崔淼等編著,機械工業(yè)出版社,2003年1月第1版
(5)《Visual Basic 6.0程序設計》 馬希榮 著,機械工業(yè)出版社 2003年1月第1版
本文共計51頁,26465字;
摘要
本課題主要研究如何利用計算機來進行信息管理,如何運用先進的軟件開發(fā)工具,結合面向對象的分析手段和研究方法,開發(fā)現代商業(yè)進銷存信息管理應用軟件。
本系統是基于C/S (客戶機/服務器)模式,采用自頂向下逐步求精的設計方法,融入現代信息資源管理的思想,結合現今商業(yè)企業(yè)進銷存事務管理的特點,通過對現有進銷存管理軟件的分析與研究,在遵循揚長避短的原則上進行開發(fā)與設計的。本系統實現了三大功能:訂(供)貨管理、庫存管理、銷售管理。實現了銷售與商品出庫的自動聯系。
本文較完整的敘述了整個軟件分析﹑設計的整個過程,包括程序結構和數據庫的設計。主要對銷售模塊的設計及實現的功能加以詳細描述,并提供了該部分的使用說明。
關鍵字:進銷存
Abstract
The information technology property is in high development today. The application of information processing technology is widely used day by day. This management information system which on account of OOA(object orientation analysis )about the Stock, Distribution and Storage of Business is adopt the method of object orientation to analysis and design. Associate with the recent situation of the management system of modern society. In order to be functional and convenient, we develop and design this management information application software.
To create a strong best way that can go through the whole develop period. To assure the implementation of this system design. We adopt the mind which divide the whole system into several parts. We make low relation between the parts and high relation in every part to assure the quality of the whole system. This system design is made up of three parts. They are stock management subsystem, distribution management subsystem and storage management subsystem.
目 錄
摘要 1
第一章 任務說明書 2
第二章 選題背景 2
2.1 課題的來源及要求 2
2.2 國內外研究情況 3
2.3本設計的指導思想 4
第三章 可行性研究 5
3.1 對已有系統的分析 5
3.2 對新系統的可行性研究 5
3.3系統開發(fā)軟件環(huán)境 6
第四章 需求分析 8
4.1 系統的綜合要求 8
4.2 系統的數據要求 10
第五章 總體設計 15
5.1 概述 15
5.2 確定和評價系統方案 16
5.3軟件結構設計 17
5.4 數據庫設計 24
第六章 詳細設計 27
第七章 運行結果分析 31
第八章 軟件使用說明 31
第八章 結束語 34
致謝 35
參考文獻、資料 36
部分參考文獻、資料
(1)《Visual Basic程序設計案例教程》 沈大琳 著,中國鐵道出版社 2004年9月第1版
(2)《Visual Basic +Oracle9i 數據庫應用系統開發(fā)與實例》 李曉黎、張曉輝著,人民郵電出版社,2003年6月第1版
(3)《Visual Basic 6.0 多媒體使用編程技術》溫志華著,中國水利水電出版社,1999年9月第1版
(4)《Visual Basic 程序設計》 劉瑞新 崔淼等編著,機械工業(yè)出版社,2003年1月第1版
(5)《Visual Basic 6.0程序設計》 馬希榮 著,機械工業(yè)出版社 2003年1月第1版