- 1、本文档共43页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
诺万信息管理系统—仓库管理子系统的设计与实现
摘要:本论文研究了如何使用PHP+MySQL环境来开发一个面向公司员工使用的仓库管理子系统,并将会介绍其中每一步的制作过程以及碰到的问题,然后加以说明与总结。论文主要分为绪论、系统分析、系统设计、系统实现和结论这四大板块,首先对PHP和仓库管理子系统进行了初步地介绍;然后对程序所应具有的功能模块和界面进行了分析;再根据一般仓库管理子系统所应有的特性,设计了入仓、出仓、报损、盘点这四个功能,并且对这四个功能分别进行了测试,将其中尚未完善的功能加以说明;最后对仓库管理子系统的开发进行总结。
关键词: PHP;仓库管理子系统;Smarty模板引擎
The design and the realization of Shanghai Levan Stone Co.,Ltd. warehouse management system
Abstract: This paper studies how to use PHP + MySQL + Apache environment to bulit a warehouse management system for a company, and it will introduce each step of the production process and problem, then to illustrate and summarized. Thesis mainly divided into the introduction, system analysis, system design, the conclusion that the four major sections, first of PHP and warehouse management system, a preliminary introduction; And then the program should have function module and interface are analyzed; Again according to the general warehouse management system, which should have characteristics, design the contributions, the warehouse, move storehouse, loss, take inventory of the five functions, and the function of the five separately carried on the test, in which has not been perfect function to illustrate; The warehouse management system development were summarized in this paper.
KeyWords: PHP; warehouse management system; Smarty Template Engine
目录
1 绪论 1
1.1 系统背景分析 1
1.2 任务的提出 1
1.2.1 国内外的研究情况 2
1.2.2 发展趋势 2
1.3 课题目的和所要达到的要求 3
1.3.1 课题目的 3
1.3.2 课题所要达到的要求 3
1.4 系统开发计划 3
2 系统分析 4
2.1 总体分析 4
2.1.1 可行性分析 4
2.1.2 需求分析 5
2.1.3 开发工具选择 5
2.2 系统功能分析 6
2.2.1 库存管理 6
2.2.2 入仓管理 7
2.2.3 出仓管理 7
2.2.4 报损管理 7
2.2.5 库存盘点 7
2.3 系统环境 7
2.3.1 硬件配置 7
2.3.2 平台支持 7
3 系统设计 8
3.1 概要设计 8
3.1.1 系统功能划分 8
3.1.2 数据库概念设计 8
3.1.3 系统功能结构图 10
3.1.4 程序流程图 10
3.2 详细设计 11
3.2.1 系统数据库逻辑设计及实现 11
3.2.2 网站底层搭建与Smarty模板引擎 15
3.2.3 界面设计 18
3.2.4 代码设计 23
4 系统实现 26
4.1 系统登录模块的实现 26
4.1.1 验证码的实现 26
4.1.2 输入框检测的实现 27
4.2 cookie检测模块的实现 27
4.2.1 系统登录页的cookie检测模块 27
4.2.2 系统主页的cookie检测模块 27
4.3 表名过滤模块 27
4.4 分页模块 28
4.4.1 数据库查询传值
文档评论(0)