基于php的服饰进销存系统实现.doc
基于php的服饰进销存系统实现,基于php的服饰进销存系统实现摘要:进销存系统是一个需求比较成熟的计算机应用程序,现实应用中也存在各种模型和基于各种技术的版本。本系统要实现的就是利用在国内外应用都非常频繁和普及的php技术作为脚本语言和mysql为后台数据库还有相结合一系列开源工具在windows环境下对一般进销存系统进行专业化,也就是基于php的服...
内容介绍
此文档由会员 csfujixie 发布基于PHP的服饰进销存系统实现
摘要:进销存系统是一个需求比较成熟的计算机应用程序,现实应用中也存在各种模型和基于各种技术的版本。本系统要实现的就是利用在国内外应用都非常频繁和普及的PHP技术作为脚本语言和MySQL为后台数据库还有相结合一系列开源工具在Windows环境下对一般进销存系统进行专业化,也就是基于PHP的服装进销存系统。系统的开发就是在现有的进、销、存的需求上对各个属性进行针对服装行业的专业化和具体化,可以让系统的实用性和简捷性更强。论文论述了系统的设计与实现。
关键词:进销存系统;数据库;系统设计
注:本论文(设计)题目来源于教师的国家级(或省部级、厅级、市级、校级、企业)科研项目,项目编号为: 。
Based on the PHP clothing invoicing system implementation
Abstract: Invoicing system is a demand of more mature, real application of computer application in various models and various technology based on the version. This system is the use of both at home and abroad is very frequent popularization and application of the PHP/MySQL scripting language and a technology for the backend database and combining a series of open source tools in Windows environment for general invoicing system based on specialization, namely the PHP clothing invoicing system. The system is developed in the existing, sales demand on each attribute in the clothing industry, specialization and the practicability of the system can be stronger and simplification. This paper discusses the design and implementation of the system.
Keywords: Invoicing system Data-base System design
目 录
1 前言 1
1.1 系统的现状以及研究意义 1
1.2 系统的基本内容综述 2
2 系统分析 3
2.1 需求分析 3
2.2 可行性分析 3
2.3 系统开发及运行环境 4
2.4 开发工具选择 4
2.4.1 WAMP框架简介 4
2.4.2 SciTE程序开发工具简介 5
2.4.3 PHP语言简介 5
2.4.4 MySQL数据库简介 6
3 系统设计 8
3.1 项目规划 8
3.2 系统逻辑模型设计 8
3.2.1 数据流图 8
3.2.2 系统主要的用例图 9
3.3 系统功能结构 11
3.4 设计目标 11
3.5 数据库设计 12
3.5.1 数据表概要说明 12
3.5.2 数据库E-R图分析 13
3.5.3 主要数据表的结构 14
3.5.4 数据库物理结构模型设计 21
4 系统的主要功能模块实现 25
4.1 系统的处理流程设计 25
4.1.1 系统业务流程分析 25
4.2 系统登录设计 26
4.2.1 页面设计 26
4.2.2 代码设计 26
4.3 系统主体页面设计 29
4.3.1 页面设计 29
4.3.2 代码设计 29
4.4 基本资料管理页面设计 30
4.4.1 页面设计 30
4.4.2 代码设计 31
4.5 进货管理页面设计 35
4.5.1 页面设计 35
4.5.2 代码设计 36
4.6 销售管理页面设计 42
4.6.1 页面设计 42
4.6.2 代码设计 43
4.7 库存管理页面设计 43
4.7.1 页面设计 43
4.7.2 代码设计 44
4.8 财务管理页面设计 44
4.8.1 页面设计 44
4.8.2 代码设计 45
4.9 统计报表页面设计 46
4.9.1 页面设计 46
4.9.2 代码设计 47
4.10 系统维护页面设计 50
4.10.1 页面设计 50
4.10.2 代码设计 50
5 系统性能分析 52
5.1 由编程语言看系统[14] 52
6 结论 53
6.1 系统的综述 53
6.2 结束语 53
参考文献 54
致 谢 55