【正文】
I 高校繳費(fèi)系統(tǒng) 摘 要 本論文是對針對日益復(fù)雜化的高校收費(fèi)工作而設(shè)計開發(fā)的高校繳費(fèi)系統(tǒng)的說明,主要介紹了系統(tǒng)開發(fā)的主要過程和方法,并且給出了基本的關(guān)系模型,完成了模型的靜態(tài)分析與動態(tài)分析。 繳費(fèi)管理系統(tǒng)是個典型的信息管理系統(tǒng)( MIS)。其設(shè)計開發(fā)主要包括了后臺數(shù)據(jù)庫設(shè)計建立和維護(hù)以及前臺應(yīng)用程序的設(shè)計開發(fā)兩方面。整個開發(fā)的過程中,我們使用的工具是 Microsoft 公司的Visual Basic 。利用的是其強(qiáng)大的開發(fā)單機(jī)和 C/S 模式數(shù)據(jù)庫應(yīng)用程序功能。 尤其是數(shù)據(jù)窗口 這個能方便而簡潔操縱數(shù)據(jù)庫的智 能化對象 。 使用本系統(tǒng),我們能清楚方便得進(jìn)行學(xué)生的信息錄入、繳費(fèi)情況處理、查詢、統(tǒng)計以及生成報表。其中的統(tǒng)計報表功能在查詢的基礎(chǔ)上,完成了對繳費(fèi)信息總體上的概括總結(jié),方便用戶瀏覽查閱。 關(guān)鍵字: 繳費(fèi);繳費(fèi)系統(tǒng);統(tǒng)計報表 II ABSTRACT This paper is to address the growing plexity of the design and development work in colleges and universities and the colleges and universities pay system that introduces a system development process and the main methods, and given the fundamental relationship model, and pleted the static analysis and dynamic model analysis. Fee Management System is a typical management information system (MIS). Its design and development include the creation and maintenance of a background database design and application design and development prospects for both. The entire development process, we are using the tools Microsoft Corporation Visual Basic . Use its strong development and C/S single aircraft model database applications function. In particular to facilitate the window and concise data manipulation database intelligent objects. Use of the system, we can facilitate a clear message to school students, payment of premiums processing, information, statistics and generated statements. The statistical statements in enquiries functional basis for the pletion of the overall payment information summarized to facilitate user access to everybody. Keywords: Pay。 Fee Collection System。 Statistics statements III 目 錄 第一章 概 述 .............................................................................................................. 5 產(chǎn)生背景 ........................................................................................................ 5 設(shè)計開發(fā)思想 ................................................................................................ 5 系統(tǒng)功能模塊設(shè)計 ........................................................................................ 5 系統(tǒng)功能模塊分析 ........................................................................................ 6 系統(tǒng)開發(fā)環(huán)境 ................................................................................................ 7 第二章 Visual Basic 編程環(huán)境 ............................................................................... 8 Visual Basic 的特點(diǎn) ....................................................................................... 8 Visual Basic 的啟動和退出 ......................................................................... 10 Visual Basic 其他窗口 ................................................................................. 11 窗體設(shè)計器和工程資源管理器 .......................................................... 11 屬性窗口和工具箱窗口 ...................................................................... 13 第三章 繳費(fèi)系統(tǒng)分析 ................................................................................................ 14 數(shù)據(jù)庫需求分析 .......................................................................................... 15 數(shù)據(jù)庫結(jié)構(gòu)的設(shè)計 ...................................................................................... 15 繳費(fèi)系統(tǒng)的數(shù)據(jù)流圖 .................................................................................. 19 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 .................................................................................. 20 數(shù)據(jù)庫的 創(chuàng)建 .............................................................................................. 24 第四章 數(shù)據(jù)統(tǒng)計以及報表產(chǎn)生功能模塊 ................................................................ 26 概述 .............................................................................................................. 26 系統(tǒng)登陸界面 .............................................................................................. 28 主界面介紹 .................................................................................................. 31 統(tǒng)計功能介紹 .............................................................................................. 33 綜合統(tǒng)計功能 ....................................................................................... 33 單條件統(tǒng)計功能 .................................................................................. 34 報表功能介紹 .............................................................................................. 36 綜合報表功能 ...................................................................................... 36 單條件報表功能 .................................................................................. 38 第五章 數(shù)據(jù)統(tǒng)計以及報表產(chǎn)生功能模塊特點(diǎn)與不足 ............................................ 40 統(tǒng)計和報表功能的特點(diǎn) .............................................................................. 40 錯誤避免設(shè)置 ...................................................................................... 40 通用性 .................................................................................................. 41 統(tǒng)計和報表功能的不足 .............................................................................. 42 統(tǒng)計報表功能模塊的不足 .................................................................. 42 系統(tǒng)的不足 .......................................................................................... 42 總結(jié) .............................................................................................................. 43 參考文獻(xiàn) ...................................................................................................................... 43 IV 致 謝 .......................................................................................................................... 44 5 第一章 概 述 產(chǎn)生背景 學(xué)校教育事業(yè)的主要經(jīng)費(fèi)來源是根據(jù)國家政策向?qū)W生收取書本費(fèi)、學(xué)費(fèi)、住宿費(fèi)等費(fèi)用。因此對于學(xué)校來講,收取此類費(fèi)用是很重要的,直接關(guān)系到學(xué)校的辦學(xué)。但隨著各個學(xué)校的體制改革和辦學(xué)規(guī)模的擴(kuò)大,收費(fèi)在學(xué)校的財務(wù)工作變得日益繁瑣,直接影響到了學(xué)校的日常辦學(xué)工作,所以加強(qiáng)收費(fèi)管理力度顯 得非常迫切。本繳費(fèi)系統(tǒng)就此應(yīng)運(yùn)而生,針對性地解決學(xué)校收費(fèi)難題。 設(shè)計開發(fā)思想 高校收費(fèi)的主要問題在于收費(fèi)人員眾多、數(shù)量龐大、時間