资源描述:
《固定资产管理信息系统的设计与实现-论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、郑州大学本科毕业设计论文郑州大学毕业设计(论文)题目:小型企业固定资产管理信息系统的设计与实现——功能设计与实现指导教师:职称:学生姓名:学号:专业:计算机科学与技术院(系):信息工程完成时间:2006年5月20日2006年5月22日29郑州大学本科毕业设计论文小型企业固定资产管理信息系统的设计与实现——功能设计与实现摘要本文按照软件工程的工程过程:分析à设计à实现,详细介绍一个具体的基于B/S结构的固定资产管理信息系统的设计和实现。第一部分根据需求,给出系统的数据流图和模块划分。第二部分给出系统的结构和模块的处理逻辑,第三部分介绍实现过程中用到的
2、关键技术。本系统是采用ASP技术,服务器端的程序用Vbscript编写,它是默认的语言,能充分利用ASP和IIS提供的各种功能。客户端的程序用JavaScript编写,以适应不同的浏览器。本系统实现了固定资产的“申请”,“审批”,“资金分配”,“查询”,“调拨”等功能,同时也实现了系统使用人员的管理。关键字:管理信息系统,B/S模式,ASP,固定资产管理。AbstractThetextparticularlyintroducethedesignandrealizationofamaterialFixedAssetsManagementInforma
3、tionSystem,whichbasesonB/Sstructure,intermoftheprocessofsoftwareengineering,thatis“analyzing”à“designing”à“realizing”.Inthefirstpart,wewillgiveouttheDataStreamGraphicsandthepartitionofthemodules,accordingtotherequirement.Inthesecondpart,wewillintroducethestructureofthesysteman
4、dthedealinglogicofeachmodule.Inthirdpart,youcanseethekeytechnologybeingusedinthisproject.ThesystemisdevelopedwithASP.WewritetheprogramrunninginserverendwithVbscript,itisthedefaultlanguage,whichcantakefulladvantageofthefunctionofASPandIIS.Inordertoadapttodifferentbrowsers,thepr
5、ogramrunninginbrowserendwillbewrittenwithJavaScript.Withthissystem,youcanapply,examineandapprove,lookup,transferandallotfundsfortheFixedAssets.Alsothesystemhasactualizedthefunctionofmanagingthesystem-users.Keywords:MIS,B/Smode,ASP,FixedAssetsManagement29郑州大学本科毕业设计论文目录前言.......
6、..............................................................31.系统分析...............................................................51.1需求描述..........................................................51.2B/S结构系统的逻辑模型............................................51.3系统的数据流图........
7、............................................61.4模块功能描述......................................................72.系统设计...............................................................92.1系统结构图........................................................92.2模块处理逻辑和接口描述...................
8、.........................92.3安全设计............................