資源描述:
《本科畢業(yè)論文-—個人理財分析系統(tǒng)設(shè)計與實現(xiàn).doc》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、某某某某大學(xué)畢業(yè)論文畢業(yè)論文個人理財分析系統(tǒng)設(shè)計與實現(xiàn)PersonalWealthManagementSystemDesignandImplementation某某某某大學(xué)畢業(yè)論文摘要摘要本文設(shè)計的個人理財軟件是一款通過對個人(家庭)收支、資產(chǎn)及負(fù)債信息進(jìn)行管理,提供財務(wù)分析報表的數(shù)據(jù)庫訪問軟件。設(shè)計按照“面向?qū)ο筌浖こ獭钡囊筮M(jìn)行,采用PowerDesigner對系統(tǒng)進(jìn)行分析和設(shè)計,用Visualbasic進(jìn)行系統(tǒng)實現(xiàn)。使用FlexCell、DTPicker、Listbar等高級控件。創(chuàng)建通用數(shù)據(jù)訪問模塊OperatDataBase.bas。此模塊規(guī)范ADO數(shù)據(jù)
2、訪問流程,只需修改連接字符串即可實現(xiàn)對多種不同數(shù)據(jù)庫系統(tǒng)的訪問。通過對計算賬戶余額算法的研究,我掌握了利用SQL語句進(jìn)行數(shù)據(jù)庫訪問的技巧。本論文實現(xiàn)的個人理財軟件可完成收支記賬管理、資產(chǎn)、負(fù)債管理、數(shù)據(jù)導(dǎo)出、多賬簿多用戶操作及各種財務(wù)報表的自動生成。在各種常用Windows操作系統(tǒng)下都可以正常工作,達(dá)到了預(yù)期的設(shè)計目標(biāo)。關(guān)鍵字:數(shù)據(jù)庫,ADO,VisualBasic,理財IV某某某某大學(xué)畢業(yè)論文AbstractPersonalWealthManagementSystemDesignandImplementationAbstractThisdesignisaperso
3、nalwealthmanagementsoftwarethroughmanagetheinformationofafamily’sincomeandexpenditure,assetsandliabilitiestoprovidefinancialanalysisstatementsanddatabaseaccesssoftware.Designedinaccordancewiththe"object-orientedsoftwareengineering"requirements,usesPowerDesignertocarryontheanalysisandth
4、edesignthesystem,thesystemExecutionisthroughVisualbasic.UseFlexCell,DTPicker,ListbarandotherHigh-levelcontrolssoftware.Thenfoundsthegeneraldataaccessingmodule:OperatDataBase.bas.ThismoduleStandardtheProcessofADOdataaccess,onlyamodificationoftheconnectioncharacterstringthentorealizeavis
5、itofmanykindsofdifferentdatabasessystem.Bycalculatingaccountbalancesalgorithmresearch,IhavegraspedtheskillofusingtheSQLsentencetovisitdatabase.Inthispaper,personalwealthmanagementsoftwaretoachievecompleterevenueexpenditureaccountmanagement,asset-liabilitymanagement,dataderived,andmulti
6、-accountsbooksofoperationandtheautomaticgenerationoffinancialstatements.ItcanworkcommonlyundereachkindofWindowsoperatingsystemsoitcanachievetheanticipateddesign.Keyword:Database,ADO,VisualBasic,PersonalfinancingIV某某某某大學(xué)畢業(yè)論文目錄目錄摘要IABSTRACTII目錄III第一章緒論11.1什么是個人(家庭)理財11.2個人理財分析中最重要的四份財務(wù)報表
7、11.3常見個人理財軟件分析2第二章系統(tǒng)功能介紹32.1系統(tǒng)簡介32.2系統(tǒng)主要功能32.3系統(tǒng)特點42.4系統(tǒng)運行界面4第三章系統(tǒng)設(shè)計73.1系統(tǒng)需求分析73.2系統(tǒng)性能要求73.3硬件配置要求73.4軟件開發(fā)所需軟件配置要求83.5系統(tǒng)結(jié)構(gòu)設(shè)計圖93.6數(shù)據(jù)庫分析設(shè)計93.6.1系統(tǒng)E-R圖113.6.2數(shù)據(jù)字典123.6.3創(chuàng)建表關(guān)系143.6.4創(chuàng)建查詢15第四章系統(tǒng)實現(xiàn)184.1系統(tǒng)主界面184.1.1創(chuàng)建工程項目184.1.2創(chuàng)建系統(tǒng)主窗體194.1.3主窗口菜單214.2公用模塊234.2.1OperatDataBase.bas234.2.2Pub