资源描述:
《毕业论文--制造业MIS——库存管理》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北农业大学本科毕业论文(设计)题目:学院:信息科学与技术学院专业班级:计算机0901学号:学生姓名:指导教师姓名:指导教师职称:讲师摘要随着现代工业的发展,计算机信息管理系统越来越受到企业重视。库存管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,同时也论述了库存管理系统开发时的主要设计思想及系统实现的详细过程及使用方法。结构严谨、性能稳定、使用方便。本系统对于
2、库存管理方面所遇到的各种问题,如工作量大,数据更新不及时,可靠性低等都做出详细的解决方案,本系统是以适应当前计算机信息管理的需要,紧密结合了库存管理在计算机信息管理方面的应用,实现了管理人员对库存的现代化管理,从而进一步提高了库存管理的工作效率。系统基于B/S模式,采用JSP和Mysql数据库系统来实现库存信息管理,库存警示,信息查询等功能。强大的查询和报表功能,能够全面、及时地反映当前库存状况。关键词:库存管理,数据库,Java,MysqlAbstractWiththedevelopmentofmodernindustry,thei
3、nformationmanagementsystemofthecomputerisbeingpaidmoreattentiontobyenterprises.Warehousemanagementsystemisatypicalmanagementinformationsystem(MIS),whichmainlyincludesdatabasecreationandmaintenance,andfront-endapplicationdevelopmentaspects.Thispaperhasanalyzedsomebasicfu
4、nctionsoftheadministrativesystemofthestockandmakesupthesituationmainly,includingthesystematicdemandisanalyzed,systematicstructure,thefunctionmoduledividesandthedatabasemodelisanalyzedetc.,atthesametime,itfocusesonthedevelopmentofthewarehousemanagementsystematthemaindesi
5、gnconceptsandsystemstoachievethedetailedprocessanduse.Well-structuredsystem,stableperformance,anditiseasytouse.Thesystemforwarehousemanagementencounteredbyvariousproblems,suchasheavyworkload,updatedataisnottimely,reliableandsolowadetailedsolution,thesystemisadapttothecu
6、rrentcomputerinformationmanagementneeds,incloseconnectionwiththewarehousemanagementincomputerinformationmanagementapplication,andthemanagementofinventoriesofmodernmanagement,soastofurtherenhancetheefficiencyofinventorymanagement.ThissystembasesonB/SmodelandusesJSPandMys
7、qldatabasesystemtoachieveinventoryinformationmanagement,stockwarning,statisticandinquiryandotherfunctions.Withpowerfulqueryandreporting,thesystemcancomprehensivelyandtimelymannertoreflectthecurrentinventorysituation.Keywords:WarehouseManagement;Database;InformationManag
8、ement;B/SModel;JSP;Mysql目录1概述….11.1管理信息系统的概述11.2库存管理系统简介11.2.1课题开发背景21.2.2课题开发意义21.3课题开发目标22系统运行环境及系统开发技术32.1系