Based on Eclipse + Tomcat + SqlServer + SSH was developed javaEE procurement management system

1. login screen

 

When the user does not enter a user name, the system will pop up a message box such as 4-2:

Figure 4-3 Error Log page 2

When a user name or password is incorrect, an error message, please re-fill, shown in Figure 4-4:

When an administrator login to the main interface, shown in Figure 4-5:

When a user logs in using the common main interface, shown in Figure 4-6:

Ordinary users and administrators is relatively user identity, including buyers, warehouse manager, approvers are three created by the administrator. Each identity has a corresponding operating authority. And can not override operation.

Buyer: create the original purchase orders, submit purchase requisitions, purchase orders were approved by the procurement.

Approvers: purchase orders and returns submitted by a single approval;

Warehouse Manager: The arrival of goods for quality testing, product qualification is to confirm receipt, the product failed, creating a single return, waiting for approval.

When using the administrator, the user can view the information, shown in Figure 4-7:

When you log in as administrator, you can create different user privileges, shown in Figure 4-8:

When you log in using an administrator, you can modify the user's information (but after the user created, the user name is not allowed to be modified), shown in Figure 4-9:

 

Inquiry Supplier Information, shown in Figure 4-10:

 

Adding supplier information, and required all suppliers of information you want to add complete, detailed information display vendor, enterprise can fully understand vendor information, better procurement plans, shown in Figure 4-11:

2. Supplier Management

 Review supplier information can be updated in time for the vendor information, shown in Figure 4-12:

 

Material information query, shown in Figure 4-13:

Material information to add, you need to add the name of the material, number, date of manufacture, quantity, as well as remarks information, you must add the full requirements. Supplying the reset button, when clicked, can be rewritten fill, shown in Figure 4-14:

 

Material information to modify, update material information, to ensure that all information is up to date, shown in Figure 4-15:

 

 

Order have been completed, as shown in Figure 4-16:

3 Order Management Module

According to buyer procurement plans to create purchase orders, waiting for the approval of people for approval, shown in Figure 4-17:

l Materials Management

审批员专区:由审批员对采购单及退货单进行审批,审批员可以将订单置为两种状态,审批成功和审批失败,且一定要填写审批理由,如图4-18所示:    

 

仓库管理:

    仓库管理员对采购员采购的物品进行质量检验,如果合格则确认收货,如果不合格则申请退货,等待审批人员进行审批,如图4-19所示:

    未完成订单,包括待付款单,审批失败订单,未审批订单:

未完成订单如图4-20所示:

 

未付款订单,采购完成的订单,等待仓库管理员对物品质量进行检验:

   待付款订单如图4-21所示:

退货单,仓库管理员对物品进行质量检验,不合格的产品进行退货申请,由审批人员进行审批,通过审批后的退货单进行退货,完成退货后。退货单可在快捷预览区域的退货单中进行查看。

退货单如图4-22所示:

供应商信息查询,根据名称进行查询,如图4-24所示:

javaEE采购管理系统

    本系统是一个独立的系统,用来解决企业采购信息的管理问题。采用JSP技术构建了一个
有效而且实用的企业采购信息管理平台,目的是为高效地完成对企业采购信息的管理。经过
对课题的深入分析,采购系统需实现以下功能模块:
各个模块实现的功能如下: 
    1.用户登录
        对用户输入的用户名和密码进行匹配,只有合法的用户可以登录成功,进入主界面,
        进行操作。是系统安全性的第一层保护层。
        不同角色的用户登录(比如普通用户和超级管理员)的操作页面不一样。
    2.供应商管理
        灵活管理供货商,及时添加及修改供货商信息,为采购计划的制定提供保障。
    3.材料管理
        对材料进行管理,管理材料种类及库存,及时了解材料的库存信息,有助于做出正确
        的采购选择。
    4.订单管理
        系统设计了多种订单。不同权限的操作员只能对其拥有权限操作的订单进行操作。
    5.信息查询
        根据关键字快速检索信息。


代码及其相关地址:https://download.csdn.net/download/zgz102928/12181305

发布了94 篇原创文章 · 获赞 13 · 访问量 9995

Guess you like

Origin blog.csdn.net/zgz102928/article/details/104439154