资源描述:
《建筑企业采购管理系统毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要采购活动是人类经济活动的基本环节,也是现代企业从事生产经营活动的物质基础。无论是生产企业还是流通企业,离开了采购,起经营活动都是无法正常进行的,因此采购在企业的管理中,占有非常重要的地位。建筑企业的采购系统自然也就是非常重要的了。建筑企业采购管理系统是建筑企业必备的重要系统,而库存管理系统是采购管理系统的重要部分,库存管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析如此情况,我们使用微软公司的Visual
2、Basic开发工具,利用其提供的各种面向对象的开发工具,尤其是ADO,是能方便而简洁操纵数据库的智能化对象,短期内就可以开发出用户满意的可行系统。关键词:库存管理ADO面相对象库存ABC分析AbstractProcurementactivitiesisabasicpartofhumaneconomicactivity,butalsoamodernenterpriseengagedinthematerialbasisofproductionandbusinessactivities.Whethermanufacturersordistributioncompanies,leftth
3、epurchase,fromthebusinessactivitiesarenotnormal,sothemanagementofprocurementintheenterprise,occupiesaveryimportantposition.Constructionenterpriseprocurementsystemisnaturallyveryimportantstepforward.Buildingenterprisepurchasemanagementsystemistheimportantsystemforconstructionenterprise,andinve
4、ntorymanagementsystemisanimportantpartofpurchasingmanagementsystemStockpilemanagesystemisatypicalMIS.It’sdevelopmentmostlyincludethefoundationandmaintenanceofthedatabaseandthedevelopmentoftheclientapplicationprogramme.Fortheformerwemusteatablishabetterdatabase,whichhaswelldataconsistencyandda
5、tasecurity.Forthelatterwemustmaketheprogrammehasself-containedfunctionandeasytobeuse.Byanalysingthesituation,weusetheVBoftheMicrosoftcompanyasclienttool,andusesomeofthetoolsofopp,especiallyADOobject,whichcaneasilyconvenientlymanipulatethedatabase.Weuseitcandevelopasatisfactorysysteminshorttim
6、e.Keywords:StockpilemanageADOOPPTheanalysisof目录第一章绪论11.1研究背景11.2课题的意义11.3课题内容及结构21.3.1课题内容21.3.2课题结构2第二章理论、系统分析32.1文献综述32.1.1建筑企业库存管理研究现状32.1.2库存管理的重要性32.2库存管理的分类42.2.1控制的程度:42.2.2优先级52.2.3订货过程52.3库存管理的目标52.4系统分析62.4.1进行资料收集62.4.2业务流程图72.4.3客户需求分析82.4.4应用程序结构确定82.4.5系统开发环境82.4.6数据分析92.4.7系统的功
7、能模块10第三章系统设计113.1总体设计113.1.1系统目标设计113.1.2开发设计思想113.1.3系统功能分析123.2详细设计123.2.1系统功能模块设计123.2.2数据库设计143.2.3数据库需求分析143.2.4数据库概念结构设计153.2.5数据库逻辑结构设计173.3代码设计183.4输入输出设计193.5系统安全性设计19第四章系统实施204.1开发工具简介204.1.1VB简介204.1.2VB功能特点204.1.3VB中的基本概念224.1.4Ac