基于BS结构的仓储物流管理系统

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘   要
  本文根据国内外物流信息系统的发展现状和仓储业的管理现状,设计开发了物流信息管理系统。本系统是根据物流公司仓储业务的特点,经过一定的需求分析,采用操作简单的asp语言和ACCESS的后台数据库开发基于B/S结构的具有货位管理的仓储物流管理系统。
  整个系统符合操作简单、界面友好、灵活、实用的要求出发,完成仓储物流信息系统的过程。包括用户登录模块、用户管理模块、物品入库模块、信息查询模块、物品移库模块、信息悠模块。可以满足一般物流公司的要求。
  论文主要介绍了本课题开发的背景、意义、和相关的理论以及需求分析,并对开发的工具也进行了介绍,还讲解所要完成的功能和开发的过程。重点介绍了系统的开发过程。
  
  关键词:物流;仓储;仓库管理

The Design and Implementation of a Security Logistics Management System Based on B/S Mode
Abstract
  This paper describes the design and implementation of a logistics information management system, which is based on current development of domestic and international logistics information system and warehouse management. According to the characters of the logistics company, by requirement analysis, this paper uses the asp language and ACCESS database to design the storage and logistics management system based on B/S mode.
  This system is easy to operate, which has a friendly interface. The storage logistics management system includes following modules as user registration, user management, goods storage, information retrieval, warehouse shift, information modification, can satisfy the general requirement of Logistics Company.
  This paper mainly introduces the background, meaning, related theory and the requirement analysis, as well as the tools, and then gives an introduction of development process.
  
  Key Words:Logistics; Storage; Warehouse management

具体功能模块划分
       根据系统功能需求分析,系统主要划分为以下六个模块:
1. 用户登录模块:
  功能说明:用于用户登录,通过用户输入的用户名、密码判断用户份的有效性,有效用户根据用户的角色定向到相应的功能界面,无效用户定向到登录失败页面。用退出系统时,退出登录语句会清除程序会话(session)中所有与该用户有关的数据,并返回到初始登录页。
2. 用户管理模块:
   功能说明: 管理员在此可以增加、修改、删除各用户。
3. 入库管理模块:
    功能说明:将物品分类储存入仓库中。
4. 库存信息查询模块:
    此模块完成库存货物的动态数据查询及库存信息的修改和删除。它让管理人员很方便、快捷、准确的了解库存情况、货物状态等信息,帮助领导做出及时正确的决定。其实现方法是设置不同的SQL条件查询语句,在对应的数据表中实现查询记录,然后按照循环语句将记录逐条返回页面.
5. 移库模块:
   功能说明:该模块完成库存货物的转移。系统提供移库管理功能,可实现仓库间的相互移动,以达到各仓库间商品的准确性,为保管员发货提供方便。其实现方法是进行SQL查询,在对应的数据表中查询记录,若所移仓库不能容纳此批货物,则跳出"该仓库无法容纳此批货物,请换仓!"并显示其他仓库的剩余容量,使管理员可根据剩余容量再次选择仓库。
6. 信息修改模块:
   信息修改用来修改入库货物的信息(包括食品编码、规格、产地等)