高等教育自学考试计算机信息管理专业(本科)毕业论文论文题目:企业库存管理系统分析设计与开发姓名:专业:计算机信息管理指导老师:完成时间:摘要随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了VisualBasic编程环境和Access数据库管理系统的功能特点。本文系统功能划分和描述:1)入库管理:管理员可以对产品进行新增入库、入库修改、入库审核、入库单查询、删除入库单、入库明细查询、入库汇总查询等操作。2)出库管理:管理员可以对产品进行新增出库、出库修改、出库审核、出库单查询、删除出库单、出库明细查询、出库汇总查询等操作。3)库存报表:管理员可以直接查询和分析库存内的产品。4)资料管理:管理员可以设置和查询产品的计量单位、货品信息、往来单位、仓库信息、入库类型、出库类型等操作。5)系统管理:管理员可以进行操作员信息、用户分组信息、权限设置、备份并压缩数据库、修改登录密码、退出系统等操作。关键词:库存管理;数据库;信息管理;VBAbstractWiththedevelopmentofmodernindustry,theinformationmanagementsystemofthecomputerisbeingpaidattentiontobyenterprises.Thistexthasanalysedsomebasicfunctionsoftheadministrativesystemofthestockandmakesupthesituationmainly,includingthesystematicdemandisanalysed,systematicstructure,thefunctionmoduledividesandthedatabasemodeisanalysedetc.,haverealizeddoingtheintroductiontotheactualdevelopmentoftheapplicationprogramespecially.Havingreachedtheconsistencyandsecurityofthedata,andtheapplicationprogramfunctioniscomplete,haveaccordedwiththeadministrativesystemofthestockastherequestforthetypicalinformationmanagementsystem(MIS).IntroducedthefunctioncharacteristicsofVisualBasicprogrammingenvironmentandAccessdatabasemanagementsystembrieflyatthesametime.Inthispaper,systemfunctiondivisionanddescription:1)Storagemanagement:theadministratorcanmodifythenewstorage,storageproducts,storage,query,deleteauditinstockroomsinglereceipt,storage,storageofinformationquerydetailinquiry.2)Warehousemanagement:administratorcanadd,modifyproductlibrarylibrarylibrarylibrary,query,deleteaudit,storehouse,storehousedetailinquiry,outboundaggregatequery.3)Inventoryreport:theadministratorcanqueryandanalysisofinventoryofproducts.4)Datamanagement:administratorcansetandqueryproductunitofmeasure,productinformation,businessunits,storageinformation,storagetype,andoutofthetype.5)Systemmanagement:administratorscanoperatorinformation,theusergroupinformation,setpermissions,backupandcompresseddatabase,modifypassword,fromsystemtosystem.Keywords:stockmanagement;database;informationmanagement;VB目录第一章前言........................................................1第二章设计方案.....................................................2第三章企业库存管理系统的设计与分析.................................33.1企业库存管理系统简介........................................33.2系统设计要求................................................33.3系统设计目标................................................33.4系统设计思路................................................33.5系统需求分析................................................43.6系统概要设计................................................53.6.1系统结构设计..................................