本设计即为一个基本的进销存管理系统,就是利用信息化手段把先进的企业管理方法引入企业的实践,为企业的管理改革提供切实易行的途径。系统对企业中常见的采购、库存、销售等商业活动以及相关的供应商和客户等基本信息进行管理。 本设计详细讲述了信息管理系统的开发过程,对目标设计、系统开发背景、系统功能分析、系统功能模块设计、数据库需求分析与设计、各功能模块编码实现、系统的发布等各个过程进行了详细的描述。本设计为一个基本的进销存管理系统,程序功能贴近实际,内容精炼,系统对商业活动中常见的采购、库存、销售等商业活动以及相关的供应商和客户等基本信息进行管理。系统中的数据格式和字段设置不具体针对某一个行业或企业,因而具有普遍的适用性,能够满足一般单位的进销存管理的需要。本系统采用目前流行的JAVA进行开发,后台数据库使用功能更强大操作便捷的SQL Server。
关键词 进销存;JAVA ;SQL Server;进销存管理系统 Abstract
Saling is an important part of enterprise management in market economy.In order to promote sale,many of them set up sub-company or agent system.They promote produce to customers through those sub-companies or agents.Most of them lie in different places.The frequent communication of information beyond space and time is the major feature.In this case,the traditional management conveying information and data by management personnels can’t satisfy the need of increasing business. The system is basic in saling and accounting management.It introduces advanced management by utilizing information method.It offers practical access to the reform of enterprise’s management.This system manage business activities,such as buying,storing and saling,and the basic information of suppliers and customers. This system detailedly relating information managing system,design to the target,system development background,system function analysis,system function mold piece design,database need analysis and design,each function mold piece code realize,the system announces each of etc.over with proceed the detailed describing.This case example is a basic saving to manage the system into the PurchaseandSale,the procedure function comes close actual,contents refinement, system to business enterprise familiar purchase,stock,sell etc.business activity and related suppliers to proceed the management with basic information in etc.in customer.The data in the system format establishes with the word segment not aim at a certain profession or business enterprises in a specific way,as a result have the widespread applicability,can satisfy the general unit of save the demand of the management into the PurchaseandSale.It use java which is very popular currently to develop.Backgroud database makes use of SQL Server,having strong function and converient operation.
Key words Saling and accounting JAVA SQL Server PurchaseandSale 目 录 摘 要 I Abstract II
第1章 绪论 1 1.1 课题背景 1 1.2 目的和意义 1 1.3 系统设计思想 1 1.4 系统开发环境 2 1.4.1 B/S结构的数据库访问模式 2 1.4.2 JSP技术简介 3 1.4.3 相关数据库简介 4 1.5 本章小结 5 第2章 可行性分析 6 2.1 技术可行性 6 2.2 经济可行性 6 2.3 法律可行性 8 2.4 运行可行性 8 2.5 业务流程图 8 2.6 本章小结 11 第3章 需求分析 12 3.1 商业进销存管理系统的系统概述 12 3.2 商业进销存管理系统的需求分析 12 3.2.1 数据流图 13 3.3 数据字典 15 3.3.1 数据元素 16 3.3.2 数据存储 17 3.3.3 数据流 18 3.3.4 数据处理 19 3.4 本章小结 20 第4章 总体设计 21 4.1 系统模块总体设计 21 4.2 数据库设计 23 4.2.1 数据库设计概述 23 4.2.2 数据分析 24 4.3 数据库的详细设计 24 4.3.1 E-R图的设计 24 4.3.2 数据表的设计 25 4.4 本章小结 28 第5章 详细设计 29 5.1 系统运行平台设置 29 5.2 系统主界面设计 29 5.3 基本信息设置功能设计 30 5.3.1 基本信息管理模块 30 5.3.2 进货管理模块 31 5.3.3 库存管理模块 32 5.3.4 销售管理模块 32 5.4 输入设计 33 5.5 输出设计 36 5.6 程序流程图 37 5.7 本章小结 39 第6章 系统测试与性能分析 40 6.1 测试的任务和目标 40 6.1.1 测试的任务 40 6.1.2 测试的目标 40 6.2测试方案 40 6.3 设计本系统测试方案 41 6.4 本章小结 42 第7章 用户使用手册 43 7.1 系统运行环境 43 7.2 系统使用说明 43 7.3 展望 44 7.4 总结 44 结论 45 致谢 46 参考文献 47 附录1 48 附录2 55 |