vb程序物资管理系统设计.doc
约39页DOC格式手机打开展开
vb程序物资管理系统设计,资源包括正文标准doc格式39页摘要: 物资管理是一般工业、商业企业生产管理环节中重要的一环,需要对物资基本信息管理、物资调配信息等就进行完整的监控。物资入库首先需要登记物资的基本信息,然后登记物资入库信息,出库物资需要登记出库信息,根据物资的入库、出库过程的综合,得到各种物资的余额信息,方便进行后续工作。因此物资管理...
内容介绍
此文档由会员 九阴真经 发布
资源包括正文标准DOC格式39页
摘要: 物资管理是一般工业、商业企业生产管理环节中重要的一环,需要对物资基本信息管理、物资调配信息等就进行完整的监控。物资入库首先需要登记物资的基本信息,然后登记物资入库信息,出库物资需要登记出库信息,根据物资的入库、出库过程的综合,得到各种物资的余额信息,方便进行后续工作。因此物资管理信息系统需要记录物资流通的全过程。
关键字:物资基本信息, 物资出库, 物资入库
Abstract:Material management is an important part in general industry and business production, we must have a complete control of the basic information management and allocation information of materials. In the step of check in we have to register the basic information of materials first, then register the check_ in information, in the step of material’s check out we have to register the check_ out information .According to the synthesis of check_ in and check_ out process, we can have the surplus information of all materials so as for the latter work. So material management information system mast register the whole process of material circulation.
Keywords: material basic information, material check in, material check out
目录
第一章 系统开发背境3
第二章 开发环境介绍4
2.1 VB6.0开发环境介绍4
2.2使用的控件及其实现6
2.3使用的数据库及其简介7
第三章 系统及其体系结构9
3.1系统设计10
3.2数据库设计10
3.3数据库结构的实现15
3.4物资管理信息系统主窗体的创建16
3.5系统用户管理模块的创建18
3.6 物资基本信息模块的创建20
3.7入库信息管理模块的创建21
3.8物资出库管理模块的创建21
3.9 物资管理模块的创建22
第四章 总结30
第五章 致谢31
第六章 参考文献31
第七章 设计代码32
......
摘要: 物资管理是一般工业、商业企业生产管理环节中重要的一环,需要对物资基本信息管理、物资调配信息等就进行完整的监控。物资入库首先需要登记物资的基本信息,然后登记物资入库信息,出库物资需要登记出库信息,根据物资的入库、出库过程的综合,得到各种物资的余额信息,方便进行后续工作。因此物资管理信息系统需要记录物资流通的全过程。
关键字:物资基本信息, 物资出库, 物资入库
Abstract:Material management is an important part in general industry and business production, we must have a complete control of the basic information management and allocation information of materials. In the step of check in we have to register the basic information of materials first, then register the check_ in information, in the step of material’s check out we have to register the check_ out information .According to the synthesis of check_ in and check_ out process, we can have the surplus information of all materials so as for the latter work. So material management information system mast register the whole process of material circulation.
Keywords: material basic information, material check in, material check out
目录
第一章 系统开发背境3
第二章 开发环境介绍4
2.1 VB6.0开发环境介绍4
2.2使用的控件及其实现6
2.3使用的数据库及其简介7
第三章 系统及其体系结构9
3.1系统设计10
3.2数据库设计10
3.3数据库结构的实现15
3.4物资管理信息系统主窗体的创建16
3.5系统用户管理模块的创建18
3.6 物资基本信息模块的创建20
3.7入库信息管理模块的创建21
3.8物资出库管理模块的创建21
3.9 物资管理模块的创建22
第四章 总结30
第五章 致谢31
第六章 参考文献31
第七章 设计代码32
......