人事檔案管理系統(tǒng).doc
約39頁DOC格式手機(jī)打開展開
人事檔案管理系統(tǒng),全文40頁約12000字 論述翔實(shí)程序語言準(zhǔn)確摘 要本設(shè)計(jì)《》的開發(fā),按照軟件工程的要求,詳細(xì)記錄了從開發(fā)背景、需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)一直到程序編碼的整個(gè)開發(fā)過程,最后還給出了本人對(duì)此次項(xiàng)目開發(fā)的總結(jié)和對(duì)本設(shè)計(jì)大有裨益的參考書目。本設(shè)計(jì)中分別用到了下列知識(shí):軟件工程...
內(nèi)容介紹
此文檔由會(huì)員 孤星逐月 發(fā)布
人事檔案管理系統(tǒng)
全文40頁 約12000字 論述翔實(shí) 程序語言準(zhǔn)確
摘 要
本設(shè)計(jì)《人事檔案管理系統(tǒng)》的開發(fā),按照軟件工程的要求,詳細(xì)記錄了從開發(fā)背景、需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)一直到程序編碼的整個(gè)開發(fā)過程,最后還給出了本人對(duì)此次項(xiàng)目開發(fā)的總結(jié)和對(duì)本設(shè)計(jì)大有裨益的參考書目。
本設(shè)計(jì)中分別用到了下列知識(shí):
軟件工程知識(shí)
UML建模知識(shí)
結(jié)構(gòu)化程序設(shè)計(jì)方法
面向?qū)ο蟪绦蛟O(shè)計(jì)
數(shù)據(jù)庫設(shè)計(jì)理論
VB程序設(shè)計(jì)語言
SQL Server2000 數(shù)據(jù)庫
文檔中有大量的UML建模圖和程序流程圖,可以幫助讀者更好地理解該軟件的開發(fā)過程?!度耸聶n案管理系統(tǒng)》是一個(gè)典型的管理信息系統(tǒng),文中所闡述的有關(guān)MIS設(shè)計(jì)的理論以及所采用的方法、步驟,對(duì)開發(fā)其它MIS系統(tǒng)具有普遍借鑒意義,最后的經(jīng)驗(yàn)總結(jié)對(duì)開發(fā)者更是非常有幫助。
關(guān)鍵字:人事檔案管理系統(tǒng);管理信息系統(tǒng); UML建模
Abstract
The application program I have designed named personnel documental management system. According to the requirement of software engineering, the design has recorded the whole processing of development, including developing background, requirement analysis, general design, detailed
design and the whole code of the program. At the end of the paper, there are summing-up about the development of the project and many excellent and interrelated books.
The necessary knowledge in the design is:
Software engineering
UML (Unified Modeling Language)
The method of structural programming design
The theory of Database design
Visual Basic6.0
SQL Server2000
There are plenty of modeling diagrams and flaw charts in the document, which can help readers understand the whole processing of development better. The personnel documental management system is a typical management information system (MIS). The theory, methods and material steps referring to the design of MIS expounded in the paper is very meaningful to other developments of MIS in the aspect of use for reference. The sum-up of my experience is also very helpful to developers.
Keywords: personnel documental management system; management information system; UML
目錄
1 緒論……………………………………………………………………………… 1
1.1 背景……………………………………………………………………………1
1.2 概述………………………………………………………………………… 1
2 需求分析………………………………………………………………………… 2
2.1 理解需求…………………………………………………………………… 2
2.2 需求分析…………………………………………………………………… 3
3 UML系統(tǒng)建模……………………………………………………………………4
3.1用例分析……………………………………………………………………… 4
3.2類分析………………………………………………………………………… 4
3.3系統(tǒng)設(shè)計(jì)………………………………………………………………………5
4 系統(tǒng)配置 …………………………………………………………………………7
4.1 軟件配置………………………………………………………………………7
4.2 硬件配置………………………………………………………………………8
5 數(shù)據(jù)庫分析 ……………………………………………………………………9
5.1 E-R圖分析 ……………………………………………………………………9
5.2 創(chuàng)建數(shù)據(jù)庫表/字段………………………………………………………9
6 界面設(shè)計(jì)…………………………………………………………………………14
6.1 人事檔案管理系統(tǒng)主窗體…………………………………………………14
6.2 用戶管理模塊界面設(shè)計(jì)……………………………………………………14
6.3 員工信息模塊界面設(shè)計(jì)……………………………………………………17
6.4 員工考勤管理模塊界面設(shè)計(jì)………………………………………………19
6.5 員工工資信息管理模塊界面設(shè)計(jì)…………………………………………21
6.6員工培訓(xùn)計(jì)劃管理模塊界面設(shè)計(jì) …………………………………………22
6.7 員工福利費(fèi)管理模塊界面設(shè)計(jì)……………………………………………24
6.8 幫助模塊界面設(shè)計(jì)………………………………………………………… 25
7 代碼分析和實(shí)現(xiàn)…………………………………………………………………25
7.1 公用模塊……………………………………………………………………25
7.2 系統(tǒng)用戶管理模塊…………………………………………………………26
7.3 員工基本信息模塊…………………………………………………………27
7.4 員工考勤信息管理模塊……………………………………………………29
7.5 員工工資信息管理模塊……………………………………………………30
7.6 員工培訓(xùn)計(jì)劃信息管理模塊………………………………………………31
7.7 員工福利費(fèi)信息管理模塊…………………………………………………32
7.8 幫助模塊……………………………………………………………………33
8 項(xiàng)目總結(jié)…………………………………………………………………………33
致謝…………………………………………………………………………………34
參考文獻(xiàn)……………………………………………………………………………35
部分參考文獻(xiàn)
[9] Visual Basic數(shù)據(jù)庫系統(tǒng)開發(fā)技術(shù),郭琦編,人民郵電出版社,2003.12
[10] Visual Basic 6.0數(shù)據(jù)庫開發(fā)技術(shù)與工程實(shí)踐,求是科技編著,人民郵電出版社,2004.1
[11] Visual Basic 6.0中文版提高與應(yīng)用,高峰霞,廖彬山,電子工業(yè)出版社,1999.11
[12] Visual Basic數(shù)據(jù)庫編程寶典,F(xiàn)reeze,W.著,尹吉等譯,電子工業(yè)出版社,2001.5
全文40頁 約12000字 論述翔實(shí) 程序語言準(zhǔn)確
摘 要
本設(shè)計(jì)《人事檔案管理系統(tǒng)》的開發(fā),按照軟件工程的要求,詳細(xì)記錄了從開發(fā)背景、需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)一直到程序編碼的整個(gè)開發(fā)過程,最后還給出了本人對(duì)此次項(xiàng)目開發(fā)的總結(jié)和對(duì)本設(shè)計(jì)大有裨益的參考書目。
本設(shè)計(jì)中分別用到了下列知識(shí):
軟件工程知識(shí)
UML建模知識(shí)
結(jié)構(gòu)化程序設(shè)計(jì)方法
面向?qū)ο蟪绦蛟O(shè)計(jì)
數(shù)據(jù)庫設(shè)計(jì)理論
VB程序設(shè)計(jì)語言
SQL Server2000 數(shù)據(jù)庫
文檔中有大量的UML建模圖和程序流程圖,可以幫助讀者更好地理解該軟件的開發(fā)過程?!度耸聶n案管理系統(tǒng)》是一個(gè)典型的管理信息系統(tǒng),文中所闡述的有關(guān)MIS設(shè)計(jì)的理論以及所采用的方法、步驟,對(duì)開發(fā)其它MIS系統(tǒng)具有普遍借鑒意義,最后的經(jīng)驗(yàn)總結(jié)對(duì)開發(fā)者更是非常有幫助。
關(guān)鍵字:人事檔案管理系統(tǒng);管理信息系統(tǒng); UML建模
Abstract
The application program I have designed named personnel documental management system. According to the requirement of software engineering, the design has recorded the whole processing of development, including developing background, requirement analysis, general design, detailed
design and the whole code of the program. At the end of the paper, there are summing-up about the development of the project and many excellent and interrelated books.
The necessary knowledge in the design is:
Software engineering
UML (Unified Modeling Language)
The method of structural programming design
The theory of Database design
Visual Basic6.0
SQL Server2000
There are plenty of modeling diagrams and flaw charts in the document, which can help readers understand the whole processing of development better. The personnel documental management system is a typical management information system (MIS). The theory, methods and material steps referring to the design of MIS expounded in the paper is very meaningful to other developments of MIS in the aspect of use for reference. The sum-up of my experience is also very helpful to developers.
Keywords: personnel documental management system; management information system; UML
目錄
1 緒論……………………………………………………………………………… 1
1.1 背景……………………………………………………………………………1
1.2 概述………………………………………………………………………… 1
2 需求分析………………………………………………………………………… 2
2.1 理解需求…………………………………………………………………… 2
2.2 需求分析…………………………………………………………………… 3
3 UML系統(tǒng)建模……………………………………………………………………4
3.1用例分析……………………………………………………………………… 4
3.2類分析………………………………………………………………………… 4
3.3系統(tǒng)設(shè)計(jì)………………………………………………………………………5
4 系統(tǒng)配置 …………………………………………………………………………7
4.1 軟件配置………………………………………………………………………7
4.2 硬件配置………………………………………………………………………8
5 數(shù)據(jù)庫分析 ……………………………………………………………………9
5.1 E-R圖分析 ……………………………………………………………………9
5.2 創(chuàng)建數(shù)據(jù)庫表/字段………………………………………………………9
6 界面設(shè)計(jì)…………………………………………………………………………14
6.1 人事檔案管理系統(tǒng)主窗體…………………………………………………14
6.2 用戶管理模塊界面設(shè)計(jì)……………………………………………………14
6.3 員工信息模塊界面設(shè)計(jì)……………………………………………………17
6.4 員工考勤管理模塊界面設(shè)計(jì)………………………………………………19
6.5 員工工資信息管理模塊界面設(shè)計(jì)…………………………………………21
6.6員工培訓(xùn)計(jì)劃管理模塊界面設(shè)計(jì) …………………………………………22
6.7 員工福利費(fèi)管理模塊界面設(shè)計(jì)……………………………………………24
6.8 幫助模塊界面設(shè)計(jì)………………………………………………………… 25
7 代碼分析和實(shí)現(xiàn)…………………………………………………………………25
7.1 公用模塊……………………………………………………………………25
7.2 系統(tǒng)用戶管理模塊…………………………………………………………26
7.3 員工基本信息模塊…………………………………………………………27
7.4 員工考勤信息管理模塊……………………………………………………29
7.5 員工工資信息管理模塊……………………………………………………30
7.6 員工培訓(xùn)計(jì)劃信息管理模塊………………………………………………31
7.7 員工福利費(fèi)信息管理模塊…………………………………………………32
7.8 幫助模塊……………………………………………………………………33
8 項(xiàng)目總結(jié)…………………………………………………………………………33
致謝…………………………………………………………………………………34
參考文獻(xiàn)……………………………………………………………………………35
部分參考文獻(xiàn)
[9] Visual Basic數(shù)據(jù)庫系統(tǒng)開發(fā)技術(shù),郭琦編,人民郵電出版社,2003.12
[10] Visual Basic 6.0數(shù)據(jù)庫開發(fā)技術(shù)與工程實(shí)踐,求是科技編著,人民郵電出版社,2004.1
[11] Visual Basic 6.0中文版提高與應(yīng)用,高峰霞,廖彬山,電子工業(yè)出版社,1999.11
[12] Visual Basic數(shù)據(jù)庫編程寶典,F(xiàn)reeze,W.著,尹吉等譯,電子工業(yè)出版社,2001.5
TA們正在看...
- 深圳物流的現(xiàn)代化實(shí)現(xiàn)與未來發(fā)展本科畢業(yè)設(shè)計(jì).doc
- 生姜中姜辣素提取工藝的研究論文正文.doc
- 生姜中姜辣素提取工藝的研究手冊(cè).doc
- 生姜中姜辣素提取工藝的研究開題報(bào)告.doc
- 食品包裝學(xué)》多媒體教學(xué)課件系統(tǒng)畢業(yè)論文.doc
- 食品包裝學(xué)》多媒體教學(xué)課件系統(tǒng)(畢業(yè)答辯用).ppt
- 食品中蘇丹紅的檢測(cè).ppt
- 食品中重金屬污染現(xiàn)狀及其檢測(cè)技術(shù)畢業(yè)論文設(shè)計(jì)手冊(cè).doc
- 食品中重金屬污染現(xiàn)狀及其檢測(cè)技術(shù)論文正文.doc
- 試論出口監(jiān)管倉在廣州發(fā)展的必要性及對(duì)策本科畢業(yè)...doc