文件名称:mycrm
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-07-07
- 文件大小:
- 1.29mb
- 下载次数:
- 0次
- 提 供 者:
- 吴**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
系统登录模块:系统登录主要有用户名和密码,登录成功后根据用户的职位跳转到不同的管理界面,普通的合作专员进入合作专员的管理后台,企业合作主管进入合作主管的管理后台,注意本系统根据角色不同进入不同的管理后台:
企业合作主管管理后台管理模块:主要有系统管理、合作专员信息管理、客户信息管理、客户拜访记录查看。
合作专员信息管理模块:主要所有的合作专员信息进行增删改查。
企业客户信息管理模块:只能查看所有合作专员的客户信息,不能进行增删改。
客户拜访记录管理模块:可以查看所有客户的拜访记录,从而了解合作专员的工作进展,但不能增删改。
系统管理模块:修改个人密码。
企业合作专员后台管理模块:客户信息管理,客户拜访记录管理,客户共享、客户转移。
系统管理:修改自己的密码。
客户信息管理模块:对属于自己的客户信息进行增删改查。
客户拜访记录管理:对客户拜访记录进行增删改查。:
客户共享模块:可以将自己的客户共享给其他同事。
客户转移模块:可以将自己的客户转移给其他同事。
-System login modules: system login user name and password main, login is successful jump to a different management interface based on the user s position, commissioner general of cooperation into the cooperation Commissioner management background, competent enterprises to enter the cooperation of the competent management background, this note according to different roles into a different system management background:
Enterprises competent management background management module: the main system management, co-commissioner of information management, customer information management, customer call records to view.
Cooperation Specialist information management module: The main cooperation all the information commissioner CRUD.
Enterprise customer information management module: cooperation can only view all customer information commissioner can not be additions and deletions.
Customer call records management module: You can view all customer call records to understand the progress of co
企业合作主管管理后台管理模块:主要有系统管理、合作专员信息管理、客户信息管理、客户拜访记录查看。
合作专员信息管理模块:主要所有的合作专员信息进行增删改查。
企业客户信息管理模块:只能查看所有合作专员的客户信息,不能进行增删改。
客户拜访记录管理模块:可以查看所有客户的拜访记录,从而了解合作专员的工作进展,但不能增删改。
系统管理模块:修改个人密码。
企业合作专员后台管理模块:客户信息管理,客户拜访记录管理,客户共享、客户转移。
系统管理:修改自己的密码。
客户信息管理模块:对属于自己的客户信息进行增删改查。
客户拜访记录管理:对客户拜访记录进行增删改查。:
客户共享模块:可以将自己的客户共享给其他同事。
客户转移模块:可以将自己的客户转移给其他同事。
-System login modules: system login user name and password main, login is successful jump to a different management interface based on the user s position, commissioner general of cooperation into the cooperation Commissioner management background, competent enterprises to enter the cooperation of the competent management background, this note according to different roles into a different system management background:
Enterprises competent management background management module: the main system management, co-commissioner of information management, customer information management, customer call records to view.
Cooperation Specialist information management module: The main cooperation all the information commissioner CRUD.
Enterprise customer information management module: cooperation can only view all customer information commissioner can not be additions and deletions.
Customer call records management module: You can view all customer call records to understand the progress of co
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mycrm\.classpath
.....\.project
.....\.settings\.jsdtscope
.....\.........\org.eclipse.core.resources.prefs
.....\.........\org.eclipse.jdt.core.prefs
.....\.........\org.eclipse.wst.jsdt.ui.superType.container
.....\.........\org.eclipse.wst.jsdt.ui.superType.name
.....\WebRoot\META-INF\MANIFEST.MF
.....\.......\WEB-INF\classes\com\mycrm\dao\BaseDao.class
.....\.......\.......\.......\...\.....\...\CustomerDao.class
.....\.......\.......\.......\...\.....\...\TestDao.class
.....\.......\.......\.......\...\.....\...\UserinfoDao.class
.....\.......\.......\.......\...\.....\...\VisitMessegeDao.class
.....\.......\.......\.......\...\.....\entity\Customer.class
.....\.......\.......\.......\...\.....\......\Userinfo.class
.....\.......\.......\.......\...\.....\......\visitMessege.class
.....\.......\.......\.......\...\.....\filter\CharsetFilter.class
.....\.......\.......\.......\...\.....\......\LoginFilter.class
.....\.......\.......\.......\...\.....\service\CustService.class
.....\.......\.......\.......\...\.....\.......\UserinfoService.class
.....\.......\.......\.......\...\.....\.......\VisitService.class
.....\.......\.......\.......\...\.....\....let\CustServlet.class
.....\.......\.......\.......\...\.....\.......\LoginServlet.class
.....\.......\.......\.......\...\.....\.......\UserServlet.class
.....\.......\.......\.......\...\.....\.......\VisitServlet.class
.....\.......\.......\lib\sqljdbc4.jar
.....\.......\.......\web.xml
.....\.......\admin\bottom.jsp
.....\.......\.....\cust_add.jsp
.....\.......\.....\cust_edit.jsp
.....\.......\.....\cust_list.jsp
.....\.......\.....\index.jsp
.....\.......\.....\left.jsp
.....\.......\.....\main.jsp
.....\.......\.....\myaccount.jsp
.....\.......\.....\top.jsp
.....\.......\.....\visit_add.jsp
.....\.......\.....\visit_list.jsp
.....\.......\css\login.css
.....\.......\index.jsp
.....\.......\login.jsp
.....\src\com\mycrm\dao\BaseDao.java
.....\...\...\.....\...\CustomerDao.java
.....\...\...\.....\...\TestDao.java
.....\...\...\.....\...\UserinfoDao.java
.....\...\...\.....\...\VisitMessegeDao.java
.....\...\...\.....\entity\Customer.java
.....\...\...\.....\......\Userinfo.java
.....\...\...\.....\......\visitMessege.java
.....\...\...\.....\filter\CharsetFilter.java
.....\...\...\.....\......\LoginFilter.java
.....\...\...\.....\service\CustService.java
.....\...\...\.....\.......\UserinfoService.java
.....\...\...\.....\.......\VisitService.java
.....\...\...\.....\....let\CustServlet.java
.....\...\...\.....\.......\LoginServlet.java
.....\...\...\.....\.......\UserServlet.java
.....\...\...\.....\.......\VisitServlet.java
crmdb.mdf
crmdb_log.ldf
mycrm\WebRoot\WEB-INF\classes\com\mycrm\dao
.....\.......\.......\.......\...\.....\entity
.....\.......\.......\.......\...\.....\filter
.....\.......\.......\.......\...\.....\service
.....\.......\.......\.......\...\.....\servlet
.....\.......\.......\.......\...\.....\utils
.....\.......\.......\.......\...\mycrm
.....\.......\.......\.......\com
.....\src\com\mycrm\dao
.....\...\...\.....\entity
.....\...\...\.....\filter
.....\...\...\.....\service
.....\...\...\.....\servlet
.....\...\...\.....\utils
.....\WebRoot\WEB-INF\classes
.....\.......\.......\lib
.....\src\com\mycrm
.....\WebRoot\META-INF
.....\.......\WEB-INF
.....\.......\admin
.....\.......\css
.....\.......\images
.....\.......\js
.....\src\com
.....\.settings
.....\WebRoot
.....\src
mycrm