您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 项目/工程管理 > 基于ERP的水泥工程项目管理
I摘要长期以来我国水泥企业普遍对水泥的生产过程控制水平比较重视,而往往忽视了管理信息化,这就导致国内水泥企业在国际竞争中处于劣势地位。ERP软件的应用使水泥行业发展所面临的问题迎刃而解,所以设计研发一款面向水泥行业的管理应用软件是必不可少的。本文采用模块化的程序设计方法和三层B/S体系结构,用ASP技术作为动态网页编写环境,SQL2005作为数据库管理系统,服务器端采用微软IIS6.0,客户端使用IE6.0或其它浏览器,开发工具使用visualstudio2008,完成了基于ERP的水泥工程项目管理系统的设计与开发,并对系统主要的功能模块进行了详细的设计和具体的实现。主要研究内容如下:(1)在查阅文献资料基础上,分析了ERP系统在苏州中材建设有限公司的实施和应用情况,对苏州中材建设有限公司现有业务流程进行细致分析,设计了管理系统的功能结构图;然后从经济、技术、时机三个方面进行了可行性的分析,最后对系统的用户登录、人事信息管理、工程项目管理、员工账号管理、基本权限管理等五个功能模块进行了详细分析;最后完成了基于ERP的水泥工程项目管理系统的总体方案设计。(2)完成了基于ERP的水泥工程项目管理系统的体系结构和数据库设计。分析了B/S三层结构体系,对B/S和C/S两种模式进行了比较,根据系统需求选用B/S体系结构;对系统所需要的数据进行了分析,创建了相关数据库表,并对数据库进行安全设置。(3)完成了基于ERP的水泥工程项目管理系统的主要功能模块的软件设计。对各功能模块进行软件设计,对各模块的实现过程进行简单分析,包括各模块的界面设计和功能设计,以及画出各模块功能流程图。基于ERP的水泥工程项目管理系统能兼顾到普通用户和管理员的需求,让普通用户能修改密码、查询信息和查看工程进度等简单操作;管理人员能对所有员工信息进行管理,能增加、删除部门,并且能对员工的账号权限进行设置。设计与开发的ERP的水泥工程项目管理系统,可为其他单位实施ERP的水泥工程项目管理提供借鉴。关键词:ERP,B/S体系结构,动态服务页面,结构化查询语言IIABSTRACTForalongtime,thecemententerpriseofourcountryhavepaidattentiontothecontrollevelofproductionprocess,butoftenoverlookedmanagementinformatization,thisleadstodomesticcemententerprisesatadisadvantageininternationalcompetition.ERPsoftwareapplicationssolvetheproblemswhichcementindustryfacedduringtheirperiodofdevelopment,sodesignmanagementapplicationsoftwareforcementindustryisnecessary.Inthispaper,modularprogramdesignmethodsandthreeB/Sarchitecture,theenvironmentwithASPasthebasicscript,SQL2005asdatabasemanagementsystems,server-sideusingWINDOWSIIS6.0,clientsuseIE6.0,useofvisualdevelopmenttoolsstudio2008,completedthecustomer-basedERPprojectmanagementofcementindustrydesignanddevelopmentofsystemfunctionmoduleandadetaileddesignandspecificimplementation.Themaincontentsareasfollows:First,thebasisofinformationintheliteraturereview,understandandanalyzetheERPsystemimplementationinSuzhousinomaconstructionCo.,LTD.andapplicationofSuzhousinomaconstructionCo.,LTDcarefulanalysisofexistingbusinessprocesses,designedthesystemfunctionblockdiagram;andfromtheeconomic,technology,timingofthethreeaspectsofthefeasibilityanalysis,andfinallytheuserisloggedonthesystem,personnelinformationmanagement,projectmanagement,accountmanagementstaff,thefivebasicrightsmanagement,adetailedanalysisoffunctionalmodules;finallycompletedERP-basedcementindustrysystemclientoverallprojectdesign.Second,ThecustomerbasedonERPprojectmanagementofcementindustryarchitectureanddatabasedesign.AnalysisoftheB/Sthree-tierstructureandsystem,thenB/SandC/Stocomparetwomodels,obtainedsystemusesB/Sstructuresystemconclusions;onthesystemtoanalyzethedataneededtocreatedatabasetables,anddatabasesecuritysettings.Third,ThecustomerbasedonERPprojectmanagementofcementindustryIIIsoftwaredesign.Functionmodulesofthesoftwaredesignprocessforeachmoduleisasimpleanalysisoftheimplementation,includingthemodule'sinterfacedesignandfunctionaldesign,anddrawtheflowchartofthemodulefunctions.CementindustrybasedERPprojectmanagementsystemcantakeintoaccounttheneedsofordinaryusersandadministratorstoallowordinaryuserstochangepasswords,queryinformation,andviewtheprogressoftheprojectandothersimpleoperations;managementpersonneltomanagetheinformationofallemployees,canincreaseremovethesector,andcanaccountforemployeestosetpermissions.DesignanddevelopmentofthecementindustryERPsystemprojectmanagement,implementationofERPforotherunitsofcementindustrytoprovideprojectmanagementreference.Keywords:EnterpriseResourcePlanning,B/Ssystemconstruction,ASP,SQLi目录第1章绪论...............................................11.1研究的目的及意义.................................................................................................11.2工程项目管理技术的国内外现状及存在的问题..................................................21.2.1ERP的概念及提出........................................................................................................21.2.2ERP研究发展历程........................................................................................................31.2.3工程项目管理技术的国内外现状.................................................................................51.2.4工程项目管理技术存在的问题.....................................................................................61.3本文的主要内容.....................................................................................................7第2章基于ERP的水泥工程项目管理...........................8系统的总体方案设计...........................................82.1系统的需求分析.....................................................................................................82.2系统的可行性.........................................................................................................82.2.1经济可行性.......................................................................................................................82.2.2技术上的可行性...............................................................................................................92.2.3时机可行性.......................................................................................................................92.3系统功能分析.........................................................................................................92.3.1用户登录................
本文标题:基于ERP的水泥工程项目管理
链接地址:https://www.777doc.com/doc-17337 .html