(2020)(库存管理)汽车用品库存管理系统的设计与实现

上传人:精****库 文档编号:135527788 上传时间:2020-06-16 格式:DOC 页数:73 大小:2.64MB
返回 下载 相关 举报
(2020)(库存管理)汽车用品库存管理系统的设计与实现_第1页
第1页 / 共73页
(2020)(库存管理)汽车用品库存管理系统的设计与实现_第2页
第2页 / 共73页
(2020)(库存管理)汽车用品库存管理系统的设计与实现_第3页
第3页 / 共73页
(2020)(库存管理)汽车用品库存管理系统的设计与实现_第4页
第4页 / 共73页
(2020)(库存管理)汽车用品库存管理系统的设计与实现_第5页
第5页 / 共73页
点击查看更多>>
资源描述

《(2020)(库存管理)汽车用品库存管理系统的设计与实现》由会员分享,可在线阅读,更多相关《(2020)(库存管理)汽车用品库存管理系统的设计与实现(73页珍藏版)》请在金锄头文库上搜索。

1、 摘要汽车用品库存管理系统的设计与实现摘 要随着科技的发展,我国经济水平逐渐提高,汽车已经进入了人们的日常生活,4S店、汽车服务店也越来越多。面对日益激烈的市场竞争,汽车服务商家不得不进行调整,引进更优异的服务及管理方式,提高竞争能力,而库存管理对于商家来说又是极为重要的一个环节,所以各商家都开始研究汽车用品库存管理系统,坚持实行库存管理,从而提高销售。本文设计并实现了汽车用品库存管理系统,在功能上主要分为进货管理、销售管理、库存管理、信息查询、基本资料、系统维护、系统登录,使商家借助信息化技术,实现对库存量的精确控制和管理,准确了解商家资金占用情况,并保证商家合理的库存量。同时,系统为商家提

2、供的有商品档案维护等功能,方便商家对商品的管理及分析,查看销售状况等,在此基础上制定采购计划,保证商家正常的销售。该系统的实现,使商家的库存信息可以规范管理、快速查询、科学统计,减少了管理方面的工作量,同时对于调动店内员工的积极性,提高商家的经济效益,都有着十分重要的意义。本文使用了软件工程的标准流程,主要完成了汽车用品库存管理系统的需求分析,总体设计,详细设计,实现和测试等工作。本系统目前已在实体汽车用品店运行中,目前该系统的使用情况良好,各项数据都令人满意。但仍需继续优化,增加与上游供应商之间的合作,使系统功能更加的完善,在操作方面更加的人性化。关键词:信息化;库存管理;汽车用品店II A

3、bstractDesign and Implementation of Inventory Management System for Automotive ProductsAbstractWith the development of science and technology, the level of our economy has gradually increased, the car has entered peoples daily life, 4S shop, car service shop is also more and more. In the face of inc

4、reasingly fierce market competition, car service businesses have to adjust, the introduction of more excellent service and management methods, improve the competitiveness, and inventory management for business is a very important part, so the business began to study the auto supplies library storage

5、 management system, adhere to the implementation of inventory management, so as to improve sales.This paper designs and implements the inventory management system, which is mainly divided into purchase management, sales management, inventory management, information inquiry, basic data, system mainte

6、nance, system log, so as to realize the accurate control and management of inventory quantity. At the same time, the system provides the business with the commodity file maintenance and other functions, to facilitate the business of the commodity management and analysis, to see the sales situation,

7、on the basis of the development of procurement plans, to ensure the normal sales. The realization of the system, so that the inventory information can be standardized management, fast query, scientific statistics, reduce the workload of management, and to mobilize the enthusiasm of employees in the

8、store, improve the economic benefits of the business, has a very important significance. In this paper, we use the standard process of the software engineering, and complete the requirement analysis, design, detailed design, implementation and testing of the inventory management system.The system is

9、 currently in the physical auto supplies store operation, the use of the system is good, the data are satisfactory. But still need to continue to optimize, increase cooperation between the upstream suppliers, so that the system function more perfect, more humane in the operation.Key words: Informati

10、on technology;Inventory management;Auto supplies stores 目录目 录摘 要IAbstractII第1章 绪 论11.1 课题研究的背景11.2 课题研究的意义11.3 国内外现状21.4 研究内容31.5 本章小结4第2章 关键技术介绍52.1 JavaSE52.2 C/S架构概述52.3 SQL Server 数据库62.4 UML语言概述82.5 本章小结8第3章 需求分析93.1 系统概述93.2 系统功能分析93.2.1进货管理模块需求分析103.2.2销售管理模块需求分析113.2.3库存管理模块需求分析123.2.4信息查询模块

11、需求分析143.2.5基本资料模块需求分析153.2.6系统维护模块需求分析163.2.7系统登录模块需求分析163.3 非功能需求分析173.4 本章小结17第4章 系统设计194.1 整体设计194.2系统功能模块设计204.2.1进货管理模块设计204.2.2销售管理模块设计224.2.3 库存管理模块设计244.2.4信息查询模块设计264.2.5 基本资料模块264.2.6 系统维护模块284.2.7 系统登录模块284.3 数据库设计294.3.1 数据库概念设计294.3.2 数据库逻辑设计304.3.3 数据库物理设计314.4 本章小结36第5章 系统实现375.1 系统开发

12、环境375.1.1 硬件环境375.1.2 软件环境375.2系统配置及实现方法385.3系统功能实现385.3.1 进货管理模块的实现385.3.2 销售管理模块的实现445.3.3 库存管理模块的实现495.3.4信息查询管理模块的实现525.3.5 基本资料管理模块的实现535.3.6 系统维护模块的实现565.3.7 登录模块的实现565.4 本章小结56第6章 系统测试576.1 测试目的576.2 测试环境576.3 测试方法576.3.1 单元测试586.3.2 系统测试586.3.3 黑盒测试596.3.4 白盒测试596.4 测试用例设计596.5 测试结论626.6 本章小

13、结62第7章 结论与展望637.1 结论637.2 展望63参考文献64致 谢66数据页67 第1章 绪论第1章 绪 论1.1 课题研究的背景本研究生课题来源于实际工作需求,现面向各4S店、汽车维修保养店提供汽车用品库存管理系统。本系统面向4S店、汽车维修保养店,经过一年持续的更新和开发,逐步形成了完全自主产权的,具有一定实用性、可靠性、先进性,并能适应各汽车维修保养店的使用及发展。现在计算机已经普及,信息发展十分迅速,各行各业都离不开信息处理,汽车用品店也是如此。对于汽车用品店来说,使用计算机来协助库存管理,工作效率不仅得到了很大的提升,安全性能上也有了很大的提供。计算机在处理复杂的信息管理

14、时能够充分发挥出自己的优势。仓库作为货物的配送中心,商品的资源、种类繁多,其中包括大量的信息和数据管理。根据调查,我们得知汽车用品店原来的库存管理主要是手工处理,记录在文本、表格等纸介质上,货物的出入库情况及统计都经常需要进行人工检测调查,管理者管理权限不受约束,任何人都可以查看到账本等记录信息,所以很容易造成数据泄露的问题,同时安全性无法保证1。此外,数据处理的工作量太大,容易出错,并且数据量过多,也比较容易丢失,查找起来比较不方便。总体而言,店铺缺乏一套系统、规范的信息管理工具。许多汽车用品店,一般的库存情况记录在账本上,店内的工作人员和管理人员在一段时间内记得还算比较清楚,但随着时间的推

15、移,如果再进行查找,就需要查找大量的数据,不仅费时、费力,想要找到也比较困难,如果你想更改更久之前的记录就更是难上加难。因此,建立一个库存管理系统是很有必要的,可以使货品管理系统化、规范化、程序化,提高信息处理的速度和精度2。1.2 课题研究的意义随着我国经济的飞速发展,各家各户都有了小轿车,汽车用品店也越来越多,而各种汽车用品店都有很多需要进行销售的商品,很多店铺都有自己的仓库,用来存放一些商品。随着店铺的扩张,店铺内的产品数量也在不断增加,对产品的种类和品牌也有着更高的需求,关于商品的信息将成倍增长。面对如此巨大的信息量,如何有效地管理库存,对汽车用品店来说十分重要。库存管理系统的主要目的是查看信息

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 商业/管理/HR > 企业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号