仓库管理系统—优秀论文.doc
约31页DOC格式手机打开展开
仓库管理系统—优秀论文,本文共计31页,11138字;摘要:随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现管理企业势在必行。本系统采用面向对象的程序设计思想进行编制,整个系统数据存在表格文件中,由数据库文件进行管理。在设计数据库时使表格文件发生关联,组成关系型数据库,以便于对数据进行处理。这样就可...
内容介绍
此文档由会员 霜天盈月 发布
仓库管理系统—优秀论文
本文共计31页,11138字;
摘要:随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现管理企业势在必行。
本系统采用面向对象的程序设计思想进行编制,整个系统数据存在表格文件中,由数据库文件进行管理。在设计数据库时使表格文件发生关联,组成关系型数据库,以便于对数据进行处理。这样就可以在数据的操作上分别针对属于不同表的数据,不必为了某条记录的一个字段来对全部记录进行修改,加快了数据的处理速度,增加了数据的可管理性。
关键字:仓库管理系统,数据库,powerbuiler
Abstract
Constantly progressive along with the science and technology, the competence become more and more intensive between the enterprises.
The information system uses methods of software engineering and object orientation technology to design. Whole data of system is stored in grid files, controlled by files of databases. At the procedure of designing database, let files of grid become related, made up of related database, in order to deal with data. Not necessary to edit whole records in a fields at the different tables, accelerate the speed of dealing with data, increase the ability of management to data. vided.
Key words: imformation, database, powerbuiler
目录
第一章 前言 2
1 开发工具 2
2 运行环境 2
3 pb简介 3
4 SQL7.0 简介 3
第二章 仓库管理系统分析与设计 3
1 系统目标设计 3
2 仓库管理系统的用户需求 3
3 开发设计思想 4
4 功能分析 4
5 功能模块设计 5
第三章:数据库设计 5
3.1 数据库环境的建立 5
3.2数据库需求分析 7
3.3 数据库概念结构设计 8
3.4 数据库逻辑结构设计 9
3.5 数据库结构的实现 11
第四章 功能模块设计 14
4.1 登陆程序设计 14
4.2修改密码程序的设计 15
4.3 设备入库窗口的创建 16
4.3 出库模块设计 20
4.4 设备采购窗口的创建 23
4.5 设备采购报表窗口的创建 24
4.6 库存报警窗口设计 26
4.7 操作日志模块的设计 28
第五章 系统的实现 29
5.1菜单设计 29
5.2调试及运行 29
第六章 后记 30
6.1教训与经验总结 30
6.2总结 30
致谢 31
参考文献 31
参考文献
1、 蔡翠平 陈虎 《数据库技术》北方交通大学出版社 清华大学出版社
2、 卫海 《PowerBuilder课程设计案例精编》中国水利水电出版社
3、 [美]William B. Heys著《PowerBuilder 6开发指南》电子工业出版社
本文共计31页,11138字;
摘要:随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现管理企业势在必行。
本系统采用面向对象的程序设计思想进行编制,整个系统数据存在表格文件中,由数据库文件进行管理。在设计数据库时使表格文件发生关联,组成关系型数据库,以便于对数据进行处理。这样就可以在数据的操作上分别针对属于不同表的数据,不必为了某条记录的一个字段来对全部记录进行修改,加快了数据的处理速度,增加了数据的可管理性。
关键字:仓库管理系统,数据库,powerbuiler
Abstract
Constantly progressive along with the science and technology, the competence become more and more intensive between the enterprises.
The information system uses methods of software engineering and object orientation technology to design. Whole data of system is stored in grid files, controlled by files of databases. At the procedure of designing database, let files of grid become related, made up of related database, in order to deal with data. Not necessary to edit whole records in a fields at the different tables, accelerate the speed of dealing with data, increase the ability of management to data. vided.
Key words: imformation, database, powerbuiler
目录
第一章 前言 2
1 开发工具 2
2 运行环境 2
3 pb简介 3
4 SQL7.0 简介 3
第二章 仓库管理系统分析与设计 3
1 系统目标设计 3
2 仓库管理系统的用户需求 3
3 开发设计思想 4
4 功能分析 4
5 功能模块设计 5
第三章:数据库设计 5
3.1 数据库环境的建立 5
3.2数据库需求分析 7
3.3 数据库概念结构设计 8
3.4 数据库逻辑结构设计 9
3.5 数据库结构的实现 11
第四章 功能模块设计 14
4.1 登陆程序设计 14
4.2修改密码程序的设计 15
4.3 设备入库窗口的创建 16
4.3 出库模块设计 20
4.4 设备采购窗口的创建 23
4.5 设备采购报表窗口的创建 24
4.6 库存报警窗口设计 26
4.7 操作日志模块的设计 28
第五章 系统的实现 29
5.1菜单设计 29
5.2调试及运行 29
第六章 后记 30
6.1教训与经验总结 30
6.2总结 30
致谢 31
参考文献 31
参考文献
1、 蔡翠平 陈虎 《数据库技术》北方交通大学出版社 清华大学出版社
2、 卫海 《PowerBuilder课程设计案例精编》中国水利水电出版社
3、 [美]William B. Heys著《PowerBuilder 6开发指南》电子工业出版社