文档介绍:内容摘要
随着电子计算机的飞速发展,计算机在企业管理中应用的普及,利用计算机实现企业进销存系统管理势在必行。实现企业信息化管理是现代社会中小企业稳步发展的必要条件,它可以提高企业的管理水平和工作效率,最大限度地减少手工操作带来的失误。本文主要介绍利用Visual Basic 开发环境和SQL Server 2005 为后台数据库,开发一个C/S进销存系统的采购、销售模块的设计与实现,完成采购、销售两模块的各类单据的编制、打印、查询等功能。
关键词:进销存系统;采购、销售模块;外联接
Abstract
Along with the rapid development of puter technology and the popularity of its applications in the enterprise management, it is imperative for enterprises to implement the Purchasing-Sales-Inventory system in the management. The implementation of Enterprises informatization in the management is a necessary condition for middle and small enterprises to get stable development. It can upgrade the management level and improve the working efficiency, and minimize mistakes derived by manual operations. This paper introduces the use of Visual Basic development environment and SQL Server 2005 database for the background, the development of a C / S Invoicing System procurement, sales module design and implementation of procurement and sales of two modules, the preparation of various documents, print for inquiries and other functions.
Key words:Purchasing-Sales-Inventory system;procurement and sales;Outer join
目录
设计目标...........................................1
背景............................................1
系统目标........................................1
需求分析...........................................1
资料模块........................................1
采购模块........................................2
销售模块........................................4
库存模块........................................5
财务模块........................................6
系统管理........................................7
总体设计...........................................8
详细设计...........................................15
主界面设计......................................16
单据功能设计....................................16
单据查询设计....................................18
系统代码...........................................19
在模块中定义公共变量............................19
登