JAVA商品库存管理系统 联系客服

发布时间 : 星期五 文章JAVA商品库存管理系统更新完毕开始阅读5d6d550490c69ec3d5bb75d7

本科毕业设计(论文)

(2009届)

本科毕业设计(论文) 商品库存管理系统

学 院(部): 计算机与通信学院 专 业: 计算机科学与技术 学 生 姓 名: 班 级: 学号 指导教师姓名: 职称 最终评定成绩

2009 年 4 月

本科毕业设计(论文)

摘 要

本论文着重论述了库存管理系统开发时的主要设计思想及系统实现的详细过程及使用方法。介绍了库存管理系统的主要功能。系统结构严谨、性能稳定、使用方便。它可以运行Win98/2000 / NT/XP/2003系统。本系统为全中文界面,功能全,易操作。系统的操作方式、界面均为Win98风格。系统中具有强大的操作员权限、密码管理等功能模块,确保系统运行安全。强大的查询和报表功能,全面、及时地反映当前库存状况。

本论文采用了面向对象开发的设计方法。在WindowsXP操作系统环境下,应用SQL Server 2000数据库以及Java可视化程序设计软件所开发的库存管理系统。

本系统对于库存管理方面所遇到的各种问题,如工作量大,数据更新不及时,可靠性低等都做出详细的解决方案,本系统是以适应当前计算机信息管理的需要,紧密结合了库存管理在计算机信息管理方面的应用,实现了管理人员对库存的现代化管理,从而进一步提高了库存管理的工作效率。

关键词:库存管理,数据库,Java

II

本科毕业设计(论文)

ABSTRACT

This paper focuses on the development of the inventory management system at the main design concepts and systems to achieve the detailed process and use. Inventory management system on the main functions. Well-structured system, stable performance, ease of use. It can run Win98/2000 / NT/XP/2003 system. The system for the whole Chinese language interface, full-function, easy to operate. The operating system, both Win98 style interface. System operators have a powerful authority, password management modules to ensure safe operation. Powerful query and reporting, comprehensive and timely manner to reflect the current inventory situation.

In this paper, using object-oriented development of the design. In WindowsXP operating system environment, the application of SQL Server 2000 databases and Java programming visualization software developed by the inventory management system.

The system for inventory management encountered by various problems, such as heavy workload, update data is not timely, reliable and so low a detailed solution, the system is adapt to the current computer information management needs, in close connection with The inventory management in computer information management application, and the management of inventories of modern management, so as to further enhance the efficiency of inventory management.

Key words:Inventory management,database,Java

III

本科毕业设计(论文)

目 录

第1章 概述 ........................................................................................................................................ 1

1.1课题背景介绍 .......................................................................................................................... 1

1.1.1课题开发背景 .............................................................................................................. 1 1.1.2 课题开发意义 ............................................................................................................. 1 1.2课题开发目标 .......................................................................................................................... 2

第2章 系统运行环境及系统开发技术 .............................................................................. 3

2.1 系统运行环境 ......................................................................................................................... 3

2.1.1 硬件环境 ...................................................................................................................... 3 2.1.2 软件开发环境 ............................................................................................................. 3 2.2 系统开发技术 ......................................................................................................................... 3

2.2.1 Java简介 ..................................................................................................................... 3 2.2.2 SQL Server 2000 数据库 ...................................................................................... 5

第3章 系统分析与设计 .............................................................................................................. 7

3.1 系统可行性分析 ..................................................................................................................... 7

3.1.1 经济可行性 ................................................................................................................. 7 3.1.2 操作可行性 ................................................................................................................. 7 3.1.3技术可行性................................................................................................................... 7 3.2 系统需求分析 ......................................................................................................................... 7 3.3 总体功能设计 ......................................................................................................................... 8

3.3.1 系统功能模块图 ........................................................................................................ 8 3.3.2 总体功能流程图 ...................................................................................................... 10

第4章 数据库设计 ....................................................................................................................... 12

4.1 数据库设计思想 ................................................................................................................... 12 4.2 系统E-R图 ............................................................................................................................ 13 4.3 数据库表设计 ....................................................................................................................... 13

第五章 系统详细设计与实现 ................................................................................................. 20

5.1系统登录界面设计 ............................................................................................................... 20 5.2 系统主界面的设计 .............................................................................................................. 20 5.3 系统主要功能实现 .............................................................................................................. 22

5.3.1 进货管理 .................................................................................................................... 22 5.3.2 出货管理 .................................................................................................................... 23 5.3.3库存管理 ..................................................................................................................... 26