资源描述:
《毕业设计-配件库存管理系统论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)专用纸配件库存管理系统摘要本文详尽阐述了一个完整的库存管理信息系统,采用系统生命周期的结构化方法,完成软件开发的过程。通过对库存管理的实际调查,明确其完整的业务流程,以进行系统分析、系统设计、系统实施。在分析库存管理的具体情况后,采用MicrosoftAccess型数据库系统作为材料(即商品,下同)库存管理系统的后台数据库。由于Microsoft公司的VisualBasic6.0工具面向对象可视化编程的特点,有利于系统的开发,所以决定用其作为主要开发工具。系统具有数据录入、数据修改、记录查询、报表打印等功能。较全面
2、满足了材料库存管理的各项工作。该系统采用模块化原理编程,做到了模块规模适中,本身相对独立。模块化使程序结构清晰,易于设计、易于理解,提高了系统的可靠性。本文详细说明了一个库存管理的业务流程,分析了其数据流程,明确了数据表之间的联系,详细说明了主要的程序逻辑。并以图表的方式直观的说明,使程序易于理解。关键词:库存管理,业务流程,软件工程,模块化原理39毕业设计(论文)专用纸AbstractThistextexplainsanintactthemanagementinformationsysytemofstockexhaustivly
3、,adoptthesystematicstructurizationmethodofcycleoflite,finishthecourseofsoftwaredevelopment.Throughtotherealinvestigationofstockcontrol,defineitsintactbusinessprocedure,inordertocarryonmetworkanalysis,designssystematically,implementssystematically.Afteranalyzingtheconc
4、reteconditionsofstockcontrol,Mode1Microsoftaccessitadoptthereisasmaterialdtatbasesystem(namelygoods,thesamebelow)stockbackstagesupporterdatabaseofadministrativesystem,becauseMicrosoftVisualBasic6.0toolofCompanyfacetargetvisualcharacteristicofprogramming,favorabletosys
5、tematicdevelopment,sodeterminetouseitasthemaindevelopinginstrument.Thesystemhasdatainputting,datarevising,suchfunctionsasdatainpuiry,reportformaretyped.Havesatisfiedeveryworkofmaterialstockcontrolinanall-roundway.Thissystemadoptsmoduleprincipleprogramming,hasmadesuret
6、hatthemoduleismoderateinscale,relativelyindependent,Modulemakeproceduretobestructureclear,easytodesign,intelligible,improvesystematicfeasibility.Theelaborationofthistextisabusinessprocedureofstockcontrol,hasanalyseditsdataprocedure,havedefinedtheconnectionbetweentheda
7、talists,theprocedurelogicwithmainelaboration.Andtheocularexplanation,maketheprocedureeasytounderstandbywayofchart.Keywords:Stockcontrol,businessprocedure,softproject,moduleprinciple39毕业设计(论文)专用纸目录摘要IABSTRACTII第1章绪论11.1课题介绍11.2设计前的思考1第2章主要技术分析22.1VB6.0功能简介22.2VB6.0版本简介
8、32.3VB6.0的运行要求42.4VisualBasic数据库的基本理论5第3章系统分析与概要设计93.1系统分析93.1.1系统初步调查93.1.2可行性分析103.2系统设计123.2.1系统设计原则123.2.2系统设计方法123.2.3总