小型仓库管理系统的设计方案.doc
文本预览下载声明
小型仓库管理系统的设计与实现论文
长沙民政职业技术学院毕业论文(设计)
题 目 小型仓库管理系统的设计与实现
院 系软件学院
专 业 软件开发与项目管理 姓 名 严丕友、刘宇翔、龚坚
学 号
指导教师 贺宗梅 职称副教授
72013年 10 月 25 日
小型仓库管理系统的设计与实现
学生姓名:严丕友 指导老师:贺宗梅
摘 要:仓库管理系统是典型的信息管理系统MIS Management Information System,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功
能完备,易使用等特点。
经过分析,本人决定采用 SQLite 建立数据库后台,使用Eclipse开发工具,利用其提供的各种面向对象的开发工具进行开发。本系统通过基本信息管理对供应商、顾客和商品进行基本信息的管理。通过库存管理进行商品的入库出库操作来完成商品信息的管理。
经过本人近两个月的刻苦学习与实践,如期完成了系统的开发工作,实现了仓库管理系统一些基本功能。
关键词:信息管理系统,数据库,出库,入库
The Small Ware House Management System Design And Implementation
Author’s Name: Yan Piyou Tutor:He Zongmei
ABSTRACT:The Ware House?Management System is a typical application of managing information system (called MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used By looking up lots of datum, I selected SQLite as database system and selected Eclipse as programming tool to develop the system. The system managed suppliers、customers and commodities through Basic Information Management. It managed commodity’s warehouse entry and delivery of cargo from storage through Inventory Control to accomplish the management of the commodity’s information For about two month’s hard work, I completed the system on time. I carried out the basic function of the Ware House Management System.
KEYWORDS: Management Information System, database, warehouse entry, delivery of cargo from storage
目 录
引言 1
1 系统设计方案的研究 2
1.1 系统的目标 2
1.2 可行性分析 2
1.3 系统性能特点及控制要求 4
1.4 运行环境要求 4
2 数据库设计 5
2.1 需求分析 5
2.2功能模块设计 6
2.3 数据字典 7
2.4 数据库概念结构设计 8
2.5 数据库逻辑结构设计 11
3 详细设计 15
3.1 数据库连接 15
3.2 主界面、菜单界面设计 16
3.3 各模块的功能及设计介绍 33
4 参考文献 48
引言
仓库管理WMSWare House?Management System是
显示全部