【正文】
論文 作者 姓名: 申請學位專業(yè): 申請學位類別: 指導教師姓名(職稱): 論文提交日期: 辦公自動化管理系統(tǒng)的設計與實現(xiàn) 摘 要 隨著信息化建設的日益深入,無論是政府還是企事業(yè)單位,部門之間的信息溝通與協(xié)調(diào)工作越來越重要。辦公自動化系統(tǒng)統(tǒng)稱為 OA 系統(tǒng),即 office automatization ,使辦公室部分工作逐步信息化,從而形成由辦公室人員與辦公設備共同構(gòu)成服務于某種目標的人機信息處理系統(tǒng)。采 用 SQL SERVER 2020 開發(fā)后臺數(shù)據(jù)庫。 關鍵詞: 辦公自動化管理 。 模塊 Design and Implementation of System of Office Automation Management Abstract With the construction of information increasingly deepening, both in the government and nongovernment institutions, information munication and coordination work is being increasingly important. There was an urgent need to take full advantage of a work advantages, and can manage the important information software platform, use the platform to build their own information work and office management system. Office automation system es into being. With the development of work, office automation system has bee the office information management as an important way. OA profound understanding of the systems development background and current situation and through the feasibility study. I defined the development of such a management system in the direction and value. This system uses (C) as a development tool, SQL Server 2020 database development background. In the database design above, according to the needs, I design role table, users table ,document table, department table, message table, employ table. The overall design ideas above, the entire system is divided into user landing module, user management module, departmental management module, staff management module, the staff document management module, and internal short message management module. System administrators can use these modules, the functions related to the pletion of the operation of the database, final pletion of the enterprise information management. Key words: Office Automation Management。 Module 目 錄 論文總頁數(shù): 23 頁 1 引言 ............................................................................................................................. 3 課題背景 ................................................................................................................. 3 國內(nèi)外研究的現(xiàn)狀 .................................................................................................. 3 本課題研究的意義 .................................................................................................. 3 本課題的研究方法 .................................................................................................. 3 2 可行性研究 ................................................................................................................... 3 技術可行性 ............................................................................................................. 3 經(jīng)濟可行性 ............................................................................................................. 4 操作上的可行性 ...................................................................................................... 4 3 系統(tǒng)需求分析 ............................................................................................................... 5 系統(tǒng)功能需求分析 ................................................................................................... 5 數(shù)據(jù)流圖 ................................................................................................................. 6 系統(tǒng)數(shù)據(jù)庫表設計 ................................................................................................... 6 角色表( Role) ................................................................................................. 7 用戶表( User) ................................................................................................ 7 文檔表( Document) ......................................................................................... 7 部門表( Department) ....................................................................................... 8 短信表 (Message)................................................................................................ 8 員工表( Employ) ............................................................................................ 9 4 系統(tǒng)功能的設計與實現(xiàn) .................................................................................................11 系統(tǒng) 登錄 界面的設計 ..............................................................................................11 界面 .................................................................................................................11 登錄 功能的實現(xiàn) ............................................................................................. 12 用戶管理模塊設計 ................................................................................................ 12 初始化頁面功能實現(xiàn) ....................................................................................... 12 添加用戶功能實現(xiàn) .......................................................................................... 14 部門管理模塊設計 ................................................................................................ 14 添加部門信息 ................................................................................................. 15 修改部門功能實現(xiàn) .......................................................................................... 16 刪除部門功能的實現(xiàn) ....................................................................................... 17 員工管理模塊設計 ................................................................................................. 18 添加員工功能實現(xiàn) .......................................................................................... 18 修改員工功能實現(xiàn) .......................................................................................... 19 刪除員工功能實現(xiàn) .......................................................................................... 19 員工文檔管理模塊 ..........................................................................................