大型超市库存管理系统的设计与实现摘要时间已经步入2017年,电子信息已然高速发展,企业为了生存下去需要适应这个时代来面对竞争,这就需要改变,管理系统的改变就是其中一环。本系统是超市的库存管理系统。含有多个模块,包括但不限于商品的采购,出售,库存方面的管理以及基本的资料管理等功能。首先进行需求分析,然后根据分析取得相应的功能要求。采用MySQL搭建数据库,开发环境使用WAMP集成开发环境,语言方便选择相对于比较容易的PHP语言,用这些来开发此系统。关键词:大型超市库存管理系统;数据库;PHP`Abstract:Timehasentered2017,electronicinformationisalreadyhigh-speeddevelopment,enterprisesinordertosurviveneedtoadapttothiseratofacecompetition,whichneedstochange,managementsystemchangeisoneofthem.Thesystemisasupermarketinventorymanagementsystem.Containsanumberofmodules,includingbutnotlimitedtotheprocurementofgoods,sale,inventorymanagementandbasicdatamanagementfunctions.First,weshouldmakeademandanalysis,andthenaccordingtotheanalysistoobtainthecorrespondingfunctionalrequirements.UsingMySQLtobuildthedatabase,thedevelopmentenvironmentusingWAMPintegrateddevelopmentenvironment,Inlanguageselection,wechoosetouserelativelyeasyPHPlanguage,usethesetodevelopthesystem.Keywords:supermarketinventorymanagementsystem;database;PHP目录1前言..........................................................................................................................................41.1开发背景...........................................................................................................................41.2国内外研究现状...............................................................................................................42需求分析..................................................................................................................................52.1可行性分析.......................................................................................................................52.2开发系统的必要性...........................................................................................................63开发工具简介..........................................................................................................................73.1PHP技术介绍...................................................................................................................73.2开发环境...........................................................................................................................74系统设计..................................................................................................................................84.1系统流程分析...................................................................................................................84.2系统模块总体设计...........................................................................................................94.3数据库设计....................................................................................................................94.3.1系统E-R图..........................................................................................................104.3.2实体属性图..........................................................................................................104.3.3数据库的详细设计..............................................................................................125系统程序设计及实现...........