小型商場管理系統(tǒng)的設計與實現(xiàn).doc
約33頁DOC格式手機打開展開
小型商場管理系統(tǒng)的設計與實現(xiàn),xxxx大學本科學生畢業(yè)論文small supermarket management systemdesign and implementation33頁1.6萬余字 論文作者 院系信息工程學院專業(yè) 智能科學與技術 學號 指導老師完成日期 2008年 5月16日中文提要隨著計算機技術的日趨成熟,管理信息系統(tǒng)(mis)已...
內(nèi)容介紹
此文檔由會員 lzj781219 發(fā)布
XXXX大學本科學生畢業(yè)論文
Small Supermarket Management System
Design and Implementation
33頁1.6萬余字
論文作者
院 系 信息工程學院
專 業(yè) 智能科學與技術
學 號
指導老師
完成日期 2008年 5月16日
中文提要
隨著計算機技術的日趨成熟,管理信息系統(tǒng)(MIS)已經(jīng)應用到各個領域。超市管理軟件的應用大大提高了現(xiàn)代超市的管理水平和經(jīng)濟效益。
近來我國大型超市有向小型化、社區(qū)型方向發(fā)展的傾向。為了引導消費、拉動需求、擴大內(nèi)需,政府也在積極鼓勵發(fā)展小型超市及社區(qū)型超市。
與大型超市相比,小型超市有其自身的特點:商品一般不太齊全,進出貨關系較為簡單,員工人數(shù)不多,業(yè)務分工不是很明確,管理人員幾乎都不是專業(yè)的超市管理人員,而且大都沒有使用適合其管理且效果好的系統(tǒng)。
本文根據(jù)以上需求設計并實現(xiàn)了針對小型超市的商品進銷存信息、人事及財務等信息綜合管理應用軟件。主要工作有:財務統(tǒng)計管理模塊、人事管理模塊、銷售管理模塊、庫存管理模塊、進貨管理模塊、系統(tǒng)功能模塊的設計與實現(xiàn),并專門針對小型超市特點突出了界面及細節(jié)的設計,如界面功能區(qū)域劃分清楚,有文字提示,操作簡單,增加了日歷、計算器、節(jié)日提醒等功能。
該系統(tǒng)基于NetBeans開發(fā)平臺和SQL Server 2000后臺數(shù)據(jù)庫,按照軟件工程的思想和方法,貫穿結構化生命周期法進行系統(tǒng)分析和設計,采用瀑布模型實現(xiàn)系統(tǒng)。
關鍵詞:
小型超市 管理信息系統(tǒng) NetBeans SQL Server 2000
Abstract
With computer technology becoming increasingly mature, Management Information System (MIS) has been applied to various fields. The application of the supermarket management software greatly enhances the management of the modern supermarket level and economic benefits.
China's recent large-scale supermarkets are to small,community-development direction of the trend. In order to guide the consumer,stimulating demand, expanding domestic demand, the government is actively encouraging the development of small supermarkets and community-based supermarket.
Compared with large-scale supermarkets, small supermarket has its own characteristics: general merchandise requirements complete, shipped into the relationship between a relatively simple, number of employees narrow range, business is not clear division of labor, management is not the majority of supermarkets and small business management personnel, and other characteristics,not have a application good, suitable for small supermarket management system.
Based on the above demand, this paper designed and implemented comprehensive information management application software for small supermarket goods invoicing information and personnel and finance. The main work: financial statistical management module,personnel management module,sales management module,inventory management module,stock management module,design and implementation of system module,and specifically against the characteristics of small supermarkets highlights the interface and the design details, such as the interface features a clear regional division, a text prompt, simple operation, increase the calendar,calculator,festival reminded Function and so on.
The system, based on the NetBeans Platform and SQL Server 2000 database background, according to software engineering ideas and methods, throughout the life cycle structure of the act to analysis and design. The method used to achieve rapid prototyping system.
Keywords:
small supermarket MIS NetBeans SQL Server 2000
目錄
第一章 緒論 1
1.1 管理信息系統(tǒng)(MIS)概述 1
1.1.1 管理信息系統(tǒng)的概念 1
1.1.2 管理信息系統(tǒng)的主要功能 1
1.1.3 國內(nèi)管理信息系統(tǒng)的開發(fā)應用情況 1
1.2 課題研究的背景和意義 2
1.3 課題研究的主要內(nèi)容 3
1.4 論文結構 4
第二章 可行性及需求分析 5
2.1 可行性研究 5
2.1.1 經(jīng)濟可行性 5
2.1.2 技術可行性 5
2.1.3 操作可行性 5
2.2 系統(tǒng)需求分析 5
2.2.1 系統(tǒng)功能需求 5
2.2.2系統(tǒng)運行需求 6
2.2.3 數(shù)據(jù)分析 7
第三章 總體設計 11
3.1 超市管理系統(tǒng)模塊劃分 11
3.2 開發(fā)工具確定 12
第四章 詳細設計與實現(xiàn) 14
4.1 數(shù)據(jù)庫設計與實現(xiàn) 14
4.1.1 實體與屬性之間的關系 14
4.1.2 數(shù)據(jù)庫設計E-R圖 15
4.1.3 數(shù)據(jù)庫的物理結構 16
4.2 各模塊設計與實現(xiàn) 18
4.2.1 進貨管理模塊的設計與實現(xiàn) 18
4.2.2 人事管理模塊的設計與實現(xiàn) 20
4.2.3 財務與統(tǒng)計模塊的設計與實現(xiàn) 23
第五章 系統(tǒng)測試 24
5.1 概述 24
5.2 測試項目說明 24
5.3 測試方案 25
5.4 測試結果 25
第六章 總結與展望 26
6.1 全文總結 26
6.2 進一步工作及展望 26
致 謝 27
參考文獻 28
參考文獻
[1] 薩師煊,王珊.數(shù)據(jù)庫系統(tǒng)概論.北京:高校教育出版社,1985
[2] 王勇領.計算機數(shù)據(jù)處理系統(tǒng)分析與設計.北京:清華大學出版社,1986
[3] 張基溫.信息系統(tǒng)開發(fā)案例.北京:清華大學出版社,1999
[4] 黨建武.管理信息系統(tǒng).蘭州大學出版社,2001
[5] 畢庶偉.管理信息系統(tǒng)分析與設計.北京:機械工業(yè)出版社,1992
[6] 黃梯云.企業(yè)管理模型及微型機應用程序.石家莊:河北人民出版社,1985
[7] 黃梯云.管理信息系統(tǒng)導論.北京:機械工業(yè)出版社,1986
[8] 劉滿成.論企業(yè)管理信息系統(tǒng)建設的問題和對策.商場現(xiàn)代化,2006
[9] 張廣彬,孟紅蕊,張永寶.Java課程設計案例精編.北京:清華大學出版社,2006
[10] 王珊,陳紅.數(shù)據(jù)庫系統(tǒng)原理教程.北京:清華大學出版社,2005
[11] 夏先波.Java JDK實例寶典.北京:電子工業(yè)出版社,2007
[12] 潘傳邦,楊瑞峰,王建軍.Java實效編程百例.北京:人民郵電出版社,2003
[13] 陳艷華.面向對象程序設計基礎與實例解析.北京:清華大學出版社,2007
[14] 飛思科技產(chǎn)品研發(fā)中心.Java靈感編程.北京:電子工業(yè)出版社,2002
[15] 趙杰,李濤,王國業(yè).畢業(yè)設計指導及案例剖析.北京:清華大學出版社,2005
[16] 中國商務部,《全國商品市場體系建設綱要》,2004
[17] 吉林市人民政府,《吉林市城市商業(yè)網(wǎng)點發(fā)展規(guī)劃綱要(2006~2015年)》
[18] 林正修.中小型零售業(yè)經(jīng)營管理實務.四川:西南財經(jīng)大學出版社,1998
[19] 周宏.現(xiàn)代零售策劃.北京:中央民族大學出版社,1998
[20] 李飛,馬景忠.零售王——現(xiàn)代商場策劃與設計.北京:經(jīng)濟學院出版社,2005
Small Supermarket Management System
Design and Implementation
33頁1.6萬余字
論文作者
院 系 信息工程學院
專 業(yè) 智能科學與技術
學 號
指導老師
完成日期 2008年 5月16日
中文提要
隨著計算機技術的日趨成熟,管理信息系統(tǒng)(MIS)已經(jīng)應用到各個領域。超市管理軟件的應用大大提高了現(xiàn)代超市的管理水平和經(jīng)濟效益。
近來我國大型超市有向小型化、社區(qū)型方向發(fā)展的傾向。為了引導消費、拉動需求、擴大內(nèi)需,政府也在積極鼓勵發(fā)展小型超市及社區(qū)型超市。
與大型超市相比,小型超市有其自身的特點:商品一般不太齊全,進出貨關系較為簡單,員工人數(shù)不多,業(yè)務分工不是很明確,管理人員幾乎都不是專業(yè)的超市管理人員,而且大都沒有使用適合其管理且效果好的系統(tǒng)。
本文根據(jù)以上需求設計并實現(xiàn)了針對小型超市的商品進銷存信息、人事及財務等信息綜合管理應用軟件。主要工作有:財務統(tǒng)計管理模塊、人事管理模塊、銷售管理模塊、庫存管理模塊、進貨管理模塊、系統(tǒng)功能模塊的設計與實現(xiàn),并專門針對小型超市特點突出了界面及細節(jié)的設計,如界面功能區(qū)域劃分清楚,有文字提示,操作簡單,增加了日歷、計算器、節(jié)日提醒等功能。
該系統(tǒng)基于NetBeans開發(fā)平臺和SQL Server 2000后臺數(shù)據(jù)庫,按照軟件工程的思想和方法,貫穿結構化生命周期法進行系統(tǒng)分析和設計,采用瀑布模型實現(xiàn)系統(tǒng)。
關鍵詞:
小型超市 管理信息系統(tǒng) NetBeans SQL Server 2000
Abstract
With computer technology becoming increasingly mature, Management Information System (MIS) has been applied to various fields. The application of the supermarket management software greatly enhances the management of the modern supermarket level and economic benefits.
China's recent large-scale supermarkets are to small,community-development direction of the trend. In order to guide the consumer,stimulating demand, expanding domestic demand, the government is actively encouraging the development of small supermarkets and community-based supermarket.
Compared with large-scale supermarkets, small supermarket has its own characteristics: general merchandise requirements complete, shipped into the relationship between a relatively simple, number of employees narrow range, business is not clear division of labor, management is not the majority of supermarkets and small business management personnel, and other characteristics,not have a application good, suitable for small supermarket management system.
Based on the above demand, this paper designed and implemented comprehensive information management application software for small supermarket goods invoicing information and personnel and finance. The main work: financial statistical management module,personnel management module,sales management module,inventory management module,stock management module,design and implementation of system module,and specifically against the characteristics of small supermarkets highlights the interface and the design details, such as the interface features a clear regional division, a text prompt, simple operation, increase the calendar,calculator,festival reminded Function and so on.
The system, based on the NetBeans Platform and SQL Server 2000 database background, according to software engineering ideas and methods, throughout the life cycle structure of the act to analysis and design. The method used to achieve rapid prototyping system.
Keywords:
small supermarket MIS NetBeans SQL Server 2000
目錄
第一章 緒論 1
1.1 管理信息系統(tǒng)(MIS)概述 1
1.1.1 管理信息系統(tǒng)的概念 1
1.1.2 管理信息系統(tǒng)的主要功能 1
1.1.3 國內(nèi)管理信息系統(tǒng)的開發(fā)應用情況 1
1.2 課題研究的背景和意義 2
1.3 課題研究的主要內(nèi)容 3
1.4 論文結構 4
第二章 可行性及需求分析 5
2.1 可行性研究 5
2.1.1 經(jīng)濟可行性 5
2.1.2 技術可行性 5
2.1.3 操作可行性 5
2.2 系統(tǒng)需求分析 5
2.2.1 系統(tǒng)功能需求 5
2.2.2系統(tǒng)運行需求 6
2.2.3 數(shù)據(jù)分析 7
第三章 總體設計 11
3.1 超市管理系統(tǒng)模塊劃分 11
3.2 開發(fā)工具確定 12
第四章 詳細設計與實現(xiàn) 14
4.1 數(shù)據(jù)庫設計與實現(xiàn) 14
4.1.1 實體與屬性之間的關系 14
4.1.2 數(shù)據(jù)庫設計E-R圖 15
4.1.3 數(shù)據(jù)庫的物理結構 16
4.2 各模塊設計與實現(xiàn) 18
4.2.1 進貨管理模塊的設計與實現(xiàn) 18
4.2.2 人事管理模塊的設計與實現(xiàn) 20
4.2.3 財務與統(tǒng)計模塊的設計與實現(xiàn) 23
第五章 系統(tǒng)測試 24
5.1 概述 24
5.2 測試項目說明 24
5.3 測試方案 25
5.4 測試結果 25
第六章 總結與展望 26
6.1 全文總結 26
6.2 進一步工作及展望 26
致 謝 27
參考文獻 28
參考文獻
[1] 薩師煊,王珊.數(shù)據(jù)庫系統(tǒng)概論.北京:高校教育出版社,1985
[2] 王勇領.計算機數(shù)據(jù)處理系統(tǒng)分析與設計.北京:清華大學出版社,1986
[3] 張基溫.信息系統(tǒng)開發(fā)案例.北京:清華大學出版社,1999
[4] 黨建武.管理信息系統(tǒng).蘭州大學出版社,2001
[5] 畢庶偉.管理信息系統(tǒng)分析與設計.北京:機械工業(yè)出版社,1992
[6] 黃梯云.企業(yè)管理模型及微型機應用程序.石家莊:河北人民出版社,1985
[7] 黃梯云.管理信息系統(tǒng)導論.北京:機械工業(yè)出版社,1986
[8] 劉滿成.論企業(yè)管理信息系統(tǒng)建設的問題和對策.商場現(xiàn)代化,2006
[9] 張廣彬,孟紅蕊,張永寶.Java課程設計案例精編.北京:清華大學出版社,2006
[10] 王珊,陳紅.數(shù)據(jù)庫系統(tǒng)原理教程.北京:清華大學出版社,2005
[11] 夏先波.Java JDK實例寶典.北京:電子工業(yè)出版社,2007
[12] 潘傳邦,楊瑞峰,王建軍.Java實效編程百例.北京:人民郵電出版社,2003
[13] 陳艷華.面向對象程序設計基礎與實例解析.北京:清華大學出版社,2007
[14] 飛思科技產(chǎn)品研發(fā)中心.Java靈感編程.北京:電子工業(yè)出版社,2002
[15] 趙杰,李濤,王國業(yè).畢業(yè)設計指導及案例剖析.北京:清華大學出版社,2005
[16] 中國商務部,《全國商品市場體系建設綱要》,2004
[17] 吉林市人民政府,《吉林市城市商業(yè)網(wǎng)點發(fā)展規(guī)劃綱要(2006~2015年)》
[18] 林正修.中小型零售業(yè)經(jīng)營管理實務.四川:西南財經(jīng)大學出版社,1998
[19] 周宏.現(xiàn)代零售策劃.北京:中央民族大學出版社,1998
[20] 李飛,馬景忠.零售王——現(xiàn)代商場策劃與設計.北京:經(jīng)濟學院出版社,2005
TA們正在看...
- 01.1四時田園雜興課堂教學教案教學設計(部編版).doc
- 01.2稚子弄冰課堂教學教案教學設計(部編版).doc
- 01.3村晚課堂教學教案教學設計(部編版).doc
- 02冬陽·童年·駱駝隊公開課優(yōu)秀教案教學設計(五年...doc
- 02冬陽·童年·駱駝隊最新教研教案教學設計(部編版...doc
- 02冬陽·童年·駱駝隊課堂教學教案教學設計(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學設計(五年級下冊).doc
- 03祖父的園子最新教研教案教學設計(部編版五年級下...doc
- 03祖父的園子課堂教學教案教學設計(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學設計(五年級下冊).doc