您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 管理学资料 > 基于Java-Swing-和MySQL的企业进销存管理系统
江西理工大学2012届本科生毕业设计(论文)摘要随着信息化时代的到来,生活中各种信息趋向数字化、清晰化,应用于各行业的信息管理系统应运而生。进销存管理系统是促进企业发展的重要组成部分,是商业企业经营管理中的核心环节,也是一个企业能否取得效益的关键,如果能够做到合理采购、及时销售、库存量最小、减少积压,那么企业就能够取得最佳效益。在现代社会中,大多数企事业单位,特别是中小型企业,实现信息化管理是首要任务。只有实现信息化管理,才能够提高工作效率和企业的管理水平。市场经济快速多变,竞争激烈,企业采用进销存管理系统管理进货、库存、销售等诸多环节已成为趋势及必然。本系统是一个基本的进销存管理系统,利用信息化手段把先进的企业管理方法引入企业的实践,为企业的管理改革提供切实易行的途径。系统对企业中常见的采购、库存销售等商业活动以及相关的供应商和客户等基本信息进行管理。本文以企业进销存管理系统的分析和设计为出发点,详细介绍了开发本系统的各个步骤:系统分析、系统设计、系统编码实现和系统测试。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据和功能模块。在系统设计和系统实现部分,详细的展现了系统的数据库设计与实现,以及系统的各个功能模块的所需的数据库表、表字段以及菜单的设计。系统实现了强大的经销存管理,包括基本信息、采购、进货、销售和库存管理。系统采用JavaSwing技术,以MySQL作为后台数据库管理系,使用Eclipse集成环境工具进行开发,界面简洁美观、性能满足要求、功能完善,经测试,本系统的设计是正确的。关键词:信息化管理;进销存管理系统;JavaSwing;Mysql;江西理工大学2012届本科生毕业设计(论文)ABSTRACTWiththeadventoftheinformationage,livinginavarietyofinformationtendstodigital,clear,informationmanagementsystemsusedinvariousindustriescameintobeing.Inventorymanagementsystemisanimportantpartofthepromotionofenterprisedevelopmentisacorepartofthemanagementofcommercialenterprises,isanenterprisetheabilitytoobtainthekeytoeffective,timelysalesifyoucandoareasonablepurchase,minimuminventorylevels,reducethebacklog.,thenthebusinesswillbeabletoachievethebestefficiency.Inmodernsociety,themajorityofenterprises,especiallySMEs,toachieveinformationmanagementisapriority.Onlyinformationmanagement,toimprovetheefficiencyandmanagementlevelofenterprises.Marketeconomyisrapidlychanging,highlycompetitive,enterprisemanagementofinventorymanagementsystemtopurchase,inventory,sales,andmanyotherareashasbecomeatrendandinevitable.Thissystemisabasicinventorymanagementsystems,anduseofinformationtechnologymeanstheintroductionofadvancedmanagementmethodstothepracticeoftheenterprise,toprovideeffectiveandeasywayforenterprisemanagementreform.Managementsystemforenterprisepurchasing,inventory,salesandothercommercialactivities,aswellassuppliersandcustomersandotherbasicinformation.Inthispaper,theinventorymanagementsystemanalysisanddesignasastartingpoint,detailsthevariousstepsofthedevelopmentofthesystem:systemanalysis,systemdesign,systemcodingandsystemtesting.Systemanalysishasuseddataflowdiagrams,thefunctionalblockdiagramofthesystemrequiredbythesystemdataandfunctionalmodules.Insystemdesignandsystemimplementationpartoftheshowindetailthesystem'sdatabasedesignandimplementation,aswellasthevariousfunctionalmodulesofthesystemrequireddatabasetables,tablefields,andmenudesign.Systemtoachieveastrongdistributioninventorymanagement,includingbasicinformation,procurement,purchasing,sellingandinventorymanagement.ThesystemusestheJavaSwingtechnology,MySQLasabackenddatabasemanagersystem,usingtheEclipseintegrateddevelopmentofenvironmentaltools,theinterfaceissimpleandbeautifulperformancetomeettherequirements,fullyfunctionalhasbeentestedthedesignofthissystemiscorrect.Keywords:informationmanagement;inventorymanagementsystem;JavaSwing;MySQL;江西理工大学2012届本科生毕业设计(论文)目录第一章前言.............................................11.1系统开发背景................................................11.2系统开发目的与意义..........................................11.3企业进销存系统的发展现状....................................2第二章系统分析.........................................42.1系统开发的目标..............................................42.2可行性分析..................................................42.2.1可行性研究的前提.......................................52.2.2经济可行性.............................................52.2.3技术可行性.............................................52.2.4社会可行性.............................................62.2.5操作可行性.............................................62.3需求分析....................................................62.3.1系统的功能需求.........................................62.3.2数据字典设计...........................................72.3.3系统的性能需求........................................102.3.4出错处理需求..........................................102.3.5约束需求..............................................102.3.6开发环境..............................................11第三章总体设计........................................123.1系统功能结构设计...........................................123.2数据库设计.................................................133.2.1概念结构设计..........................................133.2.2逻辑结构设计..........................................203.2.3数据表设计............................................21第四章详细设计........................................304.1界面设计....................................................304.1.1界面概述..............................................304.1.2主界面设计............................................304.2功能模块设计...............................................314.2.1系统登录模块设计......................................31江西理工大学2012届本科生毕业设计(论文)4.2.2供应商基本信息管理模块设计............................324.2.3入库信息查询模块设计..................................334.2.4用户管理模块设计......................................344.2.5经手人管理模块设计....................................354.2.6订购商品信息管理模块设计..............................364.2.7采购入库管理模块设计..................................374.2.8库存调拨模块设计......................................384.2.9销售退货管理模块设计............................
本文标题:基于Java-Swing-和MySQL的企业进销存管理系统
链接地址:https://www.777doc.com/doc-4379248 .html