资源描述:
《建筑企业采购管理系统设计稿.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、摘要采购活动是人类经济活动的基本环节,也是现代企业从事生产经营活动的物质基础。无论是生产企业还是流通企业,离开了采购,起经营活动都是无常进行的,因此采购在企业的管理中,占有非常重要的地位。建筑企业的采购系统自然也就是非常重要的了。建筑企业采购管理系统是建筑企业必备的重要系统,而库存管理系统是采购管理系统的重要部分,库存管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析如此情况,我们使用微软公
2、司的VisualBasic开发工具,利用其提供的各种面向对象的开发工具,尤其是ADO,是能方便而简洁操纵数据库的智能化对象,短期就可以开发出用户满意的可行系统。关键词:库存管理ADO面相对象库存ABC分析AbstractProcurementactivitiesisabasicpartofhumaneconomicactivity,butalsoamodernenterpriseengagedinthematerialbasisofproductionandbusinessactivities.Whethermanufacturersordistributio
3、ncompanies,leftthepurchase,fromthebusinessactivitiesarenotnormal,sothemanagementofprocurementintheenterprise,occupiesaveryimportantposition.Constructionenterpriseprocurementsystemisnaturallyveryimportantstepforward.Buildingenterprisepurchasemanagementsystemistheimportantsystemforcon
4、structionenterprise,andinventorymanagementsystemisanimportantpartofpurchasingmanagementsystemStockpilemanagesystemisatypicalMIS.It’sdevelopmentmostlyincludethefoundationandmaintenanceofthedatabaseandthedevelopmentoftheclientapplicationprogramme.Fortheformerwemusteatablishabetterdata
5、base,whichhaswelldataconsistencyanddatasecurity.Forthelatterwemustmaketheprogrammehasself-containedfunctionandeasytobeuse.Byanalysingthesituation,weusetheVBoftheMicrosoftcompanyasclienttool,andusesomeofthetoolsofopp,especiallyADOobject,whichcaneasilyconvenientlymanipulatethedatabase
6、.Weuseitcandevelopasatisfactorysysteminshorttime.Keywords:StockpilemanageADOOPPTheanalysisofABC目录第一章绪论11.1研究背景11.2课题的意义11.3课题容及结构11.3.1课题容11.3.2课题结构2第二章理论、系统分析32.1文献综述32.1.1建筑企业库存管理研究现状32.1.2库存管理的重要性42.2库存管理的分类42.2.1控制的程度42.2.2订货过程52.3库存管理的目标52.4系统分析52.4.1资料收集62.4.2业务流程图72.4.3客户需求分析
7、72.4.4系统结构确定82.4.5系统开发环境82.4.6数据分析82.4.7系统的功能模块9第三章系统设计103.1总体设计103.1.1系统目标设计103.1.2开发设计思想103.1.3系统功能分析103.2详细设计113.2.1系统功能模块设计113.2.2数据库需求分析123.2.3数据库概念结构设计133.2.4数据库逻辑结构设计153.3编码设计173.4输入输出设计183.5系统安全性设计18第四章系统实施194.1开发工具简介194.1.1VB简介194.1.2VB功能特点194.1.3VB中的基本概念214.1.4Access2003数据
8、库简介224.1.5SQL语句234.