{$cfg_webname}
主页 > 计算机 > VB >

商品配送中心库存系统设计与实现

来源:wenku163.com  资料编号:WK1631129 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631129
资料介绍

摘      要
本文详尽阐述了一个完整的商品配送中心库存系统,采用系统生命周期的结构化方法,完成软件开发的过程。
通过对商品配送中心库存的实际调查,明确其完整的业务流程,以进行系统分析、系统设计、系统实施。在分析商品配送中心库存的具体情况后,采用Microsoft Access型数据库系统作为材料(即商品,下同)商品配送中心库存系统的后台数据库。由于Microsoft的Visual Basic 6.0工具面向对象可视化编程的特点,有利于系统的开发,所以决定用其作为主要开发工具。
系统具有数据录入、数据修改、记录查询、报表打印等功能。较全面满足了材料商品配送中心库存的各项工作。该系统采用模块化原理编程,做到了模块规模适中,本身相对独立。模块化使程序结构清晰,易于设计、易于理解,提高了系统的可靠性。
本文详细说明了一个商品配送中心库存的业务流程,分析了其数据流程,明确了数据表之间的联系,详细说明了主要的程序逻辑。并以图表的方式直观的说明,使程序易于理解。(所有权: 毕业设计网 QQ:306826066)
关键词:商品配送中心库存,业务流程,软件工程,模块化原理
Abstract

This text explains an intact the management information sysytem of stock exhaustivly , adopt the  systematic structurization method of cycle of lite , finish the course of software development.
Through to the real investigation of stock control , define its intact business procedure , in order to carry on metwork analysis , designs systematically , implements systematically . After analyzing the concrete conditions of stock control , Mode1 Microsoft access it adopt there is as material dtatbase system (namely goods , the same below) stock backstage supporter database of administrative system , because Microsoft Visual Basic 6.0 tool of Company face target visual characteristic of programming , favorable to systematic development , so determine to use it as the main developing instrument .
The  system has data inputting , data revising , such functions as data inpuiry , report form are typed . Have satisfied every work of material stock control in an all-round way . This system adopts module principle programming , has made sure that the module is moderate in scale,relatively independent , Module make procedure to be structure clear , easy to design , intelligible , improve systematic feasibility .
The elaboration of this text is a business procedure of stock control , has analysed its data procedure , have defined the connection between the data lists , the procedure logic with main elaboration . And the ocular explanation , make the procedure easy to understand by way of chart .
Keywords :  Stock control , business procedure , soft project , module principle

系统功能模块设计
商品配送中心库存功能模块设计目标
⑴ 实用性强:符合实际操作流程的习惯,易学易用的友好的用户界面,适合各层次工作人员的使用需求,实现计算机与多年积累起来的经验相结合科学化管理;
⑵ 先进的程序结构:使用当代前卫的软件编程,能延长其生命周期,易于维护与管理;
⑶ 安全可靠性高:登录密码口令,实现系统的可靠性;
⑷ 使用模块化设计的方法:使系统具有良好的可扩充性,以适应其不同阶段的发展需要;
⑸ 操作简单,维护方便:每个系统都具有系统维护功能,对可变化的项目可自行维护;
⑹ 查询功能强大:可以对文件按日期、部门、文件名和文件的编号等方式查询,使管理人员能及时准确地掌握仓库的基本情况。(所有权: 毕业设计网 QQ:306826066)
商品配送中心库存系统功能模块划分
根据需求分析与系统功能设计目标,结合实际情况本系统功能模块设计分为如下几个模块:
①系统管理模块
②项目设置管理模块
③入库操作管理模块
④出库操作管理模块
⑤报表输出管理模块
商品配送中心库存系功能模块明细
该商品配送中心库存系统分为五个功能模块,每个功能模块由若干子项组成。

系统管理模块
这一模块的主要功能是,对使用商品配送中心库存系统的用户进行管理,包括:密码登录和退出系统等。
本系统的系统用户可对该软件实行全方位、一体化的管理,可对五大模块所有功能进行管理。用户可对系统的系统管理模块、项目设置管理模块、入库操作管理模块、出库操作管理模块、报表输出管理模块进行操作。(所有权: 毕业设计网 QQ:306826066)
设置了密码可以保证系统的安全:避免其他无关人员随意修改信息造成系统内容丢失密秘泄露等问题发生。







推荐资料