资源描述:
《汽车销售与管理系统设计与实现—客户管理模块大学论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北农业大学本科毕业论文(设计)题目:汽车销售与管理系统设计与实现—客户管理模块摘要现代企业信息管理通常比较复杂,各类信息繁多难以集中,因此利用计算机更好地支持企业高效率完成企业信息管理,是适应现代企业制度要求,推动企业信息管理走向现代化的必然选择。客户管理模块作为一个企业不可缺少的一部分,它的内容对于企业的决策者和管理者来说都是至关重要的,客户管理模块能够为用户提供充足的信息和快捷的查询手段。本文讨论的是汽车销售管理系统的设计与实现——客户管理模块的设计与实现。在整个模块开发的过程中,程序开发环境使用Myeclipse8.6、数据库使用MySQL5.0
2、、服务器使用Tomcat7.0、页面设计使用Dreamweaver。本模块通过对于客户信息增删改查功能的实现,理顺企业的信息流程和流向,使企业的客户管理更加方便快捷。其中管理员和备忘录功能同样实现数据的增加修改查询和删除功能,在查询记录中还实现了分类查询。关键词:客户管理模块,查询,MYSQL,JSP1ABSTRACTThetraditionalwayofmanualmanagementinformation,therearemanyshortcomings,suchaslowefficiency,secrecyandpoor,whichforthese
3、arch,updateandmaintainallbroughtmanydifficulties.Modernenterpriseinformationmanagementoftencomplex,difficulttofocusonmanykindsofinformation,sotheuseofcomputerstobettersupportbusinessefficiencytocompleteenterpriseinformationmanagement,istoadapttothemodernenterprisesystem,promoteen
4、terpriseinformationmanagementtomodernizetheinevitablechoice.Customermanagementmoduleasanindispensablepartoftheenterprise,itscontentforbusinessdecision-makersandmanagersarecritical,customermanagementmoduletoprovideuserswithadequateinformationandinquirymeansfast.Thispaperdiscussest
5、hedesignandimplementationofautomotivesalesmanagementsystem-designandimplementationofcustomermanagementmodule.Throughoutthemoduledevelopmentprocess,usingMyeclipse8.6,MySQL5.0,Tomcat7.0,Dreamweaverandothersoftwaretocompletethemoduledesign.Thismoduleachievesthroughthevariousfunction
6、s,streamlinebusinessprocessesandinformationflows,theenterprisecustomermanagementmoreconvenient.Amongadministrators,customerinformation,memoscanmodifythequeryanddeletetheaddedfeaturedatarecordsinthequerycanalsoachieveclassificationqueries.Keywords:CustomerManagement,Query,MYSQL,JS
7、P2目录1引言11.1.模块简介与开发意义11.2.开发环境21.3.主要运用技术及原理22需求分析42.1.项目概述42.1.1.应用目标42.1.2.作用范围42.2.主要设计理念和指标42.3.模块功能需求分析52.3.1.功能描述52.3.2.功能模块的划分52.3.3.流程分析63设计与实现73.1.模块功能界面73.1.1.管理员登录界面73.1.2.主目录选择界面83.1.3.管理员相关界面93.1.4.客户相关界面103.1.5.备忘录界面133.2.数据库设计153.3.部分功能界面代码163.3.1.实现客户信息注册的界面代码163.
8、3.2.客户信息的表单显示,返回操作结果页面17总结..............