本科毕业论文(科研训练、毕业设计)题目:外贸企业业务管理系统的设计和实现——GF2000系统的开发姓名:肖凯学院:软件学院系:专业:软件工程年级:2003级复合型学号:01062044指导教师(校内):苏淑文职称:助教指导教师(校外):职称:2005年5月30日外贸企业业务管理系统的设计和实现——GF2000系统的开发[摘要]随着信息技术的推广应用与信息资源的开发利用,信息管理也益发普及,企业的信息化管理一直是个热门的话题,虽然有一大部分企业已经实现信息化管理,但是仍然有相当一部分的中小型企业在这方面比较落后,为了提高公司的运营效率,它们迫切希望能改变现状。GF2000系统就是根据恒好外贸公司,业务,数据管理信息化建设的要求而开发的。系统采用B/S体系结构,上层是基于Web浏览器的客户端;中间层是应用服务器,用于处理业务逻辑,与数据库服务器交互数据,使用Asp技术,MVC设计模式进行开发;底层是数据库服务器,用于建立对数据库的数据请求,使用SQLServer2000数据库。系统基于外贸的业务流程,为公司建立起统一的数据管理平台,对公司的产品,业务,财务进行电子化,网络化管理。本系统有很高的稳定性、较强的安全性以及对于用户使用的一定的方便性,适用于各类中小型外贸公司的使用。关键词存储过程触发器设计模式[abstract]WiththepopularizationofInformationTechnologyandtheexploitationofInformationResources,InformationAdministrationisalsodevelopinginaremarkablespeed.InformationAdministrationinenterprisesisalwaysahotissueintheITfield.AlthoughInformationAdministrationisalreadyrealizedinmanyenterprisesnowadays,alargenumberofSmalltoMediumEnterprises(SME)arestillbackwardinit.Inordertoimprovetheoperationefficiency,theseenterprisesareeagertochangethepresentsituation.WithGoodForeverForeignTradeCompany'srequirementofConstructingInformationAdministrationforit'sserviceanddata,GF2000systemcomesintobeing.ThesystemusesB/Ssystemstructure,theupperformationisbasedontheWebbrowsercustomerend;Theintermediatelevelappliestheserver,usestoprocesstheservicelogic,withthedatabaseserverinteractivedata,usesAspandModel-View-Controllerdesignpatternandsoon;Thefirstflooristhedatabaseserver,usestoestablishtodatarequestedwiththedatabase,usestheSQLServer2000database.Thesystembaseontheserviceprocessofthecompanyestablishtheuniformdatamanagementsystemforcompany,advancetheproductmanagement,servicemanagement,andfinancemanagementtonetworkedandincorporatedlevel.Thissystemhastheveryhighstability,astrongersecureaswellasregardingtheusercertainconvenience,issuitabletoeachkindofSmalltoMediumForeignTradeCompanyuses.KeywordstoredProcedureTriggerdesignpattern目录第一章引言...................................................................11.1项目背景..............................................................11.2论文的组织结构.........................................................2第二章GF2000需求分析与总体设计..............................................32.1业务流程...............................................................32.2系统目标...............................................................62.3功能模块分析...........................................................62.3.1首页.............................................................62.3.2系统管理.........................................................72.3.3产品管理.........................................................72.3.4项目管理.........................................................72.3.5样品管理.........................................................72.3.6订单管理.........................................................82...