某企業信息管理系統
包括目錄名稱:
某企業信息管理系統 - 2 文件數, 0 目錄數.
..\某企業信息管理系統.doc
..\某企業信息管理系統.rar
陳運()
論文提交日期:
XXXX年06月09日
某企業信息管理系統
摘 要
信息管理系統就是我們常說的MIS(Management Information System),它是一個計算機軟硬件資源以及數據庫的人-機系統。經過對題目和內容的分析,選用了Microsoft公司的ASP.NET開發工具,由于它提供了用于從數據庫中訪問數據的強大工具集,使用它可以建立開發比較完善的數據庫操作應用程序,并利用SQL Server2000提供數據庫。根據實際情況,使用快速原型法(Rapid Prototyping)即以少量代價快速地構造一個可執行的軟件系統模型。以此為基礎,搭建了系統框架,對其下的功能模塊進行了劃分。初步實現了諸如添加、刪除、查詢、修改等功能,并通過權限控制,為不同的登錄用戶提供不同的功能。其間不斷對系統進行改進和完善,解決了一些在數據更新時遇到的問題,并針對系統的不足之處,提出了新的解決方案。
關鍵詞:信息管理系統;ASP.NET;面向對象;原型法
Design and Implementation of a Management Information System for an Enterprise
Abstract
MIS, which is the short name for Management Information System, is the interface between Human and Computer connecting human with the hardware and database. After analyzing the title and content, we decided to utilize the ASP.NET from Microsoft because it provides us a helpful toolkit for the database access. Better database applications based on SQL Server2000 can be designed by utilizing the software. According to the actual situation, the rapid prototyping with less cost and efficiency is used to form the framework. The system framework is constructed and the functional modules are separated based on precious work. The basic functions such as insertion, deletion, search, modification are realized. And different functions can be provided to different clients by right control in the system. Several improvements have been made to deal with the problems which emerge from the data upgrade during the period of development. A new solution is presented in this thesis.
Key words: Management Information System; ASP.NET; Object-oriented; Prototyping
目 錄
論文總頁數:28頁
1引言1
1.1信息管理系統1
1.2課題研究的意義1
1.3技術選定1
2企業信息管理系統簡介以及系統概要設計2
2.1企業信息管理系統總體功能需求2
2.2企業信息管理系統功能模塊設計2
2.3系統具體功能描述3
2.3.1管理員模塊功能3
2.3.2高級用戶模塊功能3
2.3.3普通用戶模塊功能4
2.4企業信息管理系統性能需求4
2.5企業信息管理系統的分析和概要設計5
2.5.1企業信息管理系統分析5
2.5.2企業信息管理系統數據庫設計7
3企業信息管理系統的具體實現9
3.1實現技術簡介9
3.2頁面的具體實現10
3.2.1用戶登錄頁面10
3.2.2用戶管理頁面11
3.2.3員工信息管理頁面14
3.2.4人事變動頁面14
3.2.5獎懲信息頁面15
3.2.6個人信息頁面15
3.2.7高級用戶界面15