一、开发工具:VB+SQL2000
二、开发期限:2011年
三、相关介绍:
1、计算机毕业论文介绍
摘要
随着经济的高速发展,商店的信息化工作也在如火如荼地进行,越来越多的信息已无法通过手工记录、人工管理来实现,信息在社会经济中发挥着越来越重要的作用,由于商店规模的不断扩大以及商务往来的日益增多,商店对客户信息的掌握和使用就越来越多,这就要求通过一个好的管理软件,对商店进行管理。
本系统——商店客户管理系统使用Visual Basic 6.0开发,采用客户端/服务器的模型构架,数据库采用SQLServer 2000来实现。在设计过程中最大限度满足用户的要求,因此,该系统具有较强的实用性和针对性。本系统具有界面友好,操作简单,可维护性强等特点。
实现了部门、人员、客户类别、客户信息、商品类别、商品信息的维护,采购商品入库、销售商品出库的管理,采购、销售和库存信息的查询、显示以及人员权限的管理等功能。
关键字:Visual Basic 6.0 SQLServer 2000 商店客户管理系统
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
Abstract
Along with the economical high speed development, the store informationization work like a raging fire is also carrying on, more and more information have been unable through the manual record, the labor management to realize, the information is playing more and more vital role in the social economy, because the store scale expands as well as commercial intercourse day-by-day increase unceasingly, the store are getting more and more to customer information's grasping with the use, this requests through a good management software, carries on the management to the store.
This system - - store client management system uses Visual the Basic 6.0 developments, uses the client side/server's model skeleton, the database uses SQLServer 2000 to realize. Maximum limit satisfies the user in the design process the request, therefore, this system has the strong usability and pointed. This system has the contact surface to be friendly, simplicity of operator, maintainability strong and so on characteristics.
Realized the department, the personnel, the customer category, the customer information, the commodity category, the commodity information maintenance, the purchase commodity warehousing, the sales commodity left the storehouse the management, the purchase, sales and stock information inquiry, demonstration as well as personnel jurisdiction functions and so on management.
key words: Visual Basic 6.0 SQLServer 2000 store client management system
目 录
1 概述 4
1.1 开发背景及意义 4
1.2 设计定义 4
1.3 开发工具VB 6.0简介 4
1.4 数据库简介 5
2 需求分析 5
2.1可行性分析 5
2.1.1技术可行性 5
2.1.2经济可行性 6
2.1.3管理可行性 6
2.2系统目标 6
2.3 系统开发环境 6
2.4 系统应该具备的功能 7
2.4.1 基础数据管理 7
2.4.2 业务信息管理 7
2.4.3 查询信息管理 7
2.4.4 人员权限管理 7
3 系统总体设计 7
3.1 系统结构图 7
3.2 主要模块的流程图 8
3.2.1 商品类别设置 8
3.2.2 商品信息设置 9
3.2.3 采购商品入库 9
3.2.4 采购信息查询 10
3.3 根据表与表之间的关系,可以画出E-R图 10
3.4 数据字典 11
4 系统程序实现 14
4.1 系统登陆界面 14
4.2 系统主界面 14
4.3 主要功能模块 15
4.3.1 基础数据管理 15
4.3.2 业务信息管理 16
4.3.3 查询信息管理 20
4.3.4 人员权限管理 22
5 结论 23
致 谢 24
附 录 25
参考资料 37
2、计算机毕业设计功能介绍
2.4.1 基础数据管理
(1)部门人员设置:对部门、人员进行添加、修改和删除操作。
(2)客户类别信息设置:对客户类别、信息进行添加、修改和删除操作。
(3)商品类别信息设置:对商品类别、信息进行添加、修改和删除操作。
2.4.2 业务信息管理
(1)采购商品入库:对采购入库的商品进行登记、查看操作。
(2)销售商品出库:对销售出库的商品进行登记、查看操作。
2.4.3 查询信息管理
(1)采购信息查询:可以对采购的信息通过起始时间、客户名称或操作员进行查询操作,查看详细信息,并统计出业务笔数、总数量和总金额。
(2)销售信息查询:可以对销售的信息通过起始时间、客户名称或操作员进行查询操作,查看详细信息,并统计出业务笔数、总数量和总金额。
(3)库存信息显示:此页面显示所有的库存商品信息,并可以根据名称、类别、数量排序。
2.4.4 人员权限管理
(1)权限管理:可以对本单位的人员进行权限设置。

<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>