客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式

页数:28
字数:8,266
字符数:12,664
摘要
随着企业的经营规模不断扩大,进销存数量急剧增加,有关服装进销存的各种信息也成倍增长。面对庞大的信息量,有必要开发进销存信息管理系统来提高销售管理工作的效率。今天我们使用计算机对服装进销存信息进行管理,具有手工管理所无法比拟的优点。通过这样的系统,可以做到信息的规范管理、科学统计和快速查询,从而减少管理方面的工作量,有效地提高进销存的工作效率。
本进销存信息管理系统包括各类信息输入、信息管理、各项信息查询、数据表查看管理以及系统登录等几大模块。以及在这几大模块构建中简要介绍了表单的制作过程,程序的编写,添加,最后的编译过程。并且叙述了作者在软件开发过程中的心得体会管理员通过身份验证后可以拥有完全的权限管理系统.
本系统采用Visual Basic 6.0为开发工具,后台数据库采用ACCESS 2000,操作系统为Windows2000。利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了企业服装进销存管理的自动化和信息化.
关键词 进销存管理;查询;管理系统;VB 数据库
Abstract
Extend continuously along with the management scale of the business enterprise, enter to sell to save the nasty play of quantity increment,relevant the clothing enter sell various information for save also become doubly long.Face the huge amount of information.Today we use the calculator to enter to sell to save the information to carry on the management to the clothing, having the advantage that the handicraft management can't compare to.Pass such system, can attain norm management, science covariance and fast searches of information, thus reduce the workload of manage the aspect, the work efficiency that raise in to sell to save availably.
Enter originally to sell to save the information management system to include each kind of information importation, information management, various informations search, the data form to look into management and the system register etc. several big mold piece.And in this several big molds piece set up the synopsis introduced the form and list of manufacture process, increase, the edit and translate of end process.And described the author and can own the complete legal power management system after software develop insight in the process realize the managing person to verify through the body.
This system adoption Visual Basic 6.0 in order to develop the tool, the backstage database adoption ACCESS 2000, the operate system is a Windows2000.Make use to the object, it mainly develop the establishment and maintenances and heads the application procedure of include the backstage database develops two aspects, carrying out the business enterprise clothing to enter to sell the automation of save the management and information-based.
Keyword Enter to sell to save management;search;the management system;database of VB
目录
1 绪论 1
1.1课题来源 1
1.2 开发背景和开发目的 1
1.3可行性分析 2
1.3.1经济可行性分析 2
1.3.2操作可行性分析 2
1.3.3技术可行性分析 2
1.4本文所做的工作 3
2 需求分析 4
2.1 系统目标 4
2.2 应用现状调查 4
2.3系统总体功能流程设计 4
2.4系统功能的分析 5
3 开发工具的选择及简介 6
3.1开发工具的选择 6
3.2简介 6
3.3 ADO的三大属性 7
3.4 RECORDSET对象的事件 7
4 系统的规划与分析 8
4.1 现有系统的分析 8
4.2系统的安全性分析 8
4.3系统详细调查 8
4.4系统逻辑模型的提出 9
4.5数据词典 10
5 系统的详细设计 11
5.1数据库的设计 11
5.2系统主界面的设计 13
5.3系统登录窗体的设计 14
5.4系统各主要模块的设计 14
5.4.1登录系统模块的设计 14
5.4.2交易管理模块的设计 15
5.4.3 进货统计模块的设计 15
5.4.4销售统计模块的设计 16
5.4.5业绩查看的设计 16
5.4.6查看数据表模块的设计 17
6 主菜单的设计与系统的编译 18
6.1系统主菜单的设计 18
6.2系统的编译 18
7 设计总结 19
附录1 20
附录2 21
参考文献 24
服装进销存管理系统
1 绪论
1.1课题来源
服装的进销存管理工作是服装销售不可缺少一部分,也是企业管理的重要组成部分。它的内容对于企业的管理者来说都至关重要,所以服装进销存管理系统应该能够为用户提供完整、正确和灵活的服装进销存信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件模式,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。 所以利用计算机实现服装进销存的管理的自动化将势在必行。

