摘 要
本毕业设计的内容是设计并且实现一个基于Python技术的仓库库存管理系统。它是在Windows下,以MYSQL为数据库开发平台,对Python技术进行开发设计。仓库库存管理系统的功能已基本实现,主要实现首页、个人中心、货品类别管理、货品信息管理、仓库员管理、货品入库管理、货品出库管理等功能的操作系统。
论文主要从系统的分析与设计、数据库设计和系统的详细设计等几个方面来进行论述,系统分析与设计部分主要论述了系统的功能分析、系统的设计思路,数据库设计主要论述了数据库的设计,系统的详细设计部分主要论述了几个主要模块的详细设计过程。
关键字:仓库库存管理;Python技术;MYSQL;
Abstract
The content of this graduation project is to design and implement a warehouse inventory management system based on Python technology. It is under Windows, MYSQL as the database development platform, the development of Python technology design. The function of warehouse inventory management system has been basically realized, the main realization of home page, personal center, goods category management, goods information management, warehouse management, goods warehousing management, goods out of storage management and other functions of the operating system.
Thesis mainly from the system analysis and design, database design and system detailed design and so on several aspects to this paper, system analysis and design part mainly discussed the system function analysis, system design, database design, this paper mainly discusses the database design, system detailed design part mainly discusses the several main modules of the detailed design process.
Key words: Warehouse inventory management; Python technology; MYSQL;
目录
第一章绪论
1.1课题背景
1.2课题研究的目的和意义
1.3 研究现状
1.4论文所做的主要工作
第二章技术介绍
2.1B/S结构
2.2MySQL数据库技术
2.3MySQL环境配置
2.4Python语言简介
2.5Django框架
第三章系统分析与设计
3.1系统说明
3.2系统可行性分析
3.2.1 技术可行性
3.2.2 经济可行性
3.2.3操作可行性
3.2.4运行可行性
3.3 性能需求分析
3.4系统的设计思想
3.5系统功能结构
3.6系统流程分析
3.6.1操作流程
3.6.2添加信息流程
3.6.3删除信息流程
第四章数据库设计
4.1数据库概念设计
4.2数据表设计
第五章系统的详细设计
5. 1管理员功能模块
5. 2仓库员功能模块
第六章系统测试
6.1系统测试方法
6.2系统功能测试
总结
参考文献
致谢