(学生信息管理系统)进销存管理系统--员工管理篇

  • 进销存管理系统 (学生信息管理系统)
底部附上Github地址
  • 本篇主要功能:
  1. 后台管理员登录注册
  2. 用户注销
  3. 查看所有员工信息
  4. 添加员工
  5. 删除员工
  6. 修改员工信息
  • 基于Struts2 + Hibernate (SH)开发


  1. Struts.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
    "http://struts.apache.org/dtds/struts-2.3.dtd">
<struts>
<package name="default" namespace="/" extends="struts-default">
<!-- 用户登录Action -->
	<action name="login" class="actions.UserAction" method="login">
		<result name="login">/login_success.jsp</result>
		<result name="error">/login_failure.jsp</result>
		<result name="input">/login.jsp</result>
	</action>
<!-- 用户注销Action -->
	<action name="logout" class="actions.UserAction" method="logout">
		<result name="logout_success">/login.jsp</result>
	</action>
<!-- 用户注册Action -->
	<action name="register" class="actions.RegisterAction" method="register">
		<result name="success">/sign_success.jsp</result>
		<result name="input">/sign_error.jsp</result>
	</action>
<!-- 查询所有员工信息Action -->
	<action name="query" class="actions.EmployeeAction" method="query">
		<result name="query_information">/Employees_query_success.jsp</result>
	</action>
<!-- 删除员工信息Action -->
	<action name="deleteEmployee" class="actions.EmployeeAction" method="deleteEmployee">
		<result name="delete_success" type="chain">query</result>
	</action>
<!-- 添加员工资料Action -->
	<action name="addEmployee" class="actions.EmployeeAction" method="addEmployee">
		<result name="success">/Employees_add_success.jsp</result>
	</action>
<!-- 修改员工信息Action -->
	<action name="modifyEmployee" class="actions.EmployeeAction" method="modifyEmployee">
		<result name="modify_success">/Employees_modify.jsp</result>
	</action>
<!-- 保存修改Action -->
	<action name="saveUpdate" class="actions.EmployeeAction" method="saveUpdate">
		<result name="update_success">/Employees_modify_success.jsp</result>
	</action>
</struts>


  1. Hibernate.cfg.xml
<!DOCTYPE hibernate-configuration PUBLIC 
	"-//Hibernate/Hibernate Configuration DTD 3.0//EN" 
	"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
	<session-factory>
		<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
		<property name="connection.url">
		jdbc:mysql://localhost:3306/sale?useUnicode=true&characterEncoding=UTF-8
		</property>
		<property name="connection.username">root</property>
		<property name="connection.password">123456</property>
		<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
		<property name="hbm2ddl.auto">update</property>
		<property name="show_sql">true</property>
		
		<mapping resource="entity/User.hbm.xml"/>
		<mapping resource="entity/Employees.hbm.xml"/>
		<mapping resource="entity/Commodity.hbm.xml"/>
	</session-factory>
</hibernate-configuration>

Web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://java.sun.com/xml/ns/javaee" 
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
  <display-name>SH_SaleSystem</display-name>
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>
   <filter>
    <filter-name>struts2</filter-name>
    <filter-class>
    org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    </filter-class>
  </filter>
  <filter-mapping>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>
</web-app>



后台管理员登录页-效果图

后台管理登录成功后-效果图

员工列表-效果图

添加员工-效果图

添加员工成功-效果图

删除员工-效果图

删除员工成功-效果图

修改员工信息-效果图 (点击员工姓名)

修改成功-效果图

     github项目地址 点击打开链接
演示地址:http://120.76.190.77:8098 admin admin 一、源码特点 1、 在你入库,出库,采购等操作时候,添加商品或者选择商品时候支持强大回车事件,比如:选择入库商品之后,可以通过tab,->,<-,Enter在商品表格自由的移动。很大提高入库,出库,采购,调拨工作效率。 2、 并且强大的商品档案管理,促销计划管理 ,零售管理,会员管理,供应商管理,库存管理,权限管理,报表统计功能。 3、 提供了零售统计,采购日汇总,采购月汇总,采购类别汇总,采购品牌汇总,采购供应商汇总,采购明细汇总,库存成本查询,出入库明细出入库汇总,出入库月汇总,强大报表功能。 4、 支持强大终端POS对接功能。 5、 支持强大多门店管理功能。 6、 相应模块都有导入,导出,打印功能 二、菜单功能 1、基础数据 商品类别 商品品牌 商品单位 商品档案 门店管理 2、零售管理 零售终端管理 销售设置 营业员 零售商品流水 收银流水 零售日汇总 零售月汇总 零售品牌汇总 零售毛利分析 营业员提成 营业员提成明细 零售类别汇总 3、 促销管理 促销计划 当前促销查询 促销销售汇总 促销销售明细 4、会员管理 会员类别 会员资料 积分设置 礼品管理 积分兑换 会员消费明细 会员积分明细 会员储值明细 5、采购管理 供应商档案 采购设置 采购订单 采购收货 采购退货 6、库存管理 商品入库 商品出库 调拨单 库存盘点 连锁设置 采购日汇总 采购月汇总 采购类别汇总 采购品牌汇总 采购供应商汇总 采购明细汇总 库存成本查询 出入库明细 出入库汇总 出入库月汇总 商品调拨明细 7、系统权限管理 用户维护 角色维护 角色菜单权限设置 菜单维护 网站日志 三、注意事项 1、开发环境为Visual Studio 2010,数据库为SQL2008R2,使用.net 4.0开发。 2、数据库文件在DB文件夹中,附加即可 3、默认数据库连接字符串在web.config配置文件中修改 4、后台登陆密码 admin admin 采用ASP.NET MVC3.0+三层架构模式
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值