{$cfg_webname}
主页 > 计算机 > Delphi >

化妆品销售系统的设计与实现(access)

来源:56doc.com  资料编号:5D1022 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D1022
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

摘  要
随着改革开放给中国经济带来高速发展的同时,大批的中小企业遇到了前所未有的挑战跟机遇。为了利润最大化,为提高工作效率,为减少劳动冗余,人们将业务与计算机结合,有了信息管理系统的诞生。随着计算机信息处理的加快,人们越来越认同这种管理系统所带来的便捷与高效。小型化妆品销售公司及店铺都在积极尝试信息化带来的丰硕成果,不断更新观念,摈弃传统观念的束缚,尝试着采用更方便快捷的信息管理系统。化妆品销售管理系统与传统手工记录的方式相比,消除了重复劳动带来的冗余工作量,效率更加高效,灵活的工作方式给从业着提供了更多的选择空间,规范考核绩效,评估方法等实施规范。同时,避免了手工操作带来的烦琐,效率低下的缺点。我们小组就是针对化装品市场开发了这套单机版欣雨化妆品销售系统。前台采用Delphi集成开发环境,结合其对sql语言的支持,开发应用程序。后台数据库采用access关系型数据库管理系统,对所需数据进行保存与处理。本系统要实现的功能有基础数据设置,入库管理,出库管理,库存管理,营业统计,数据管理等功能模块。其中基础数据设置负责对化妆品基本信息的录入;入库管理负责对采购化妆品的登记与查询,采购退货登记与查询;出库管理负责销售化妆品的登记与查询,销售退货登记与查询;库存管理负责库存查询,库存预警,库存损益;营业统计负责营业统计,销售化妆品排行榜,每日结帐,历史帐单查询;数据管理负责数据库的备份与恢复,用户管理与口令修改,界面设置。通过对上述功能的实现,满足化妆品市场的需求。(毕业设计网 )

关键词:Delphi ; access ; 化妆品;销售管理系统

ABSTRACT
  With the reform and opening up to the high-speed development of China's economy brought about the same time, a large number of SMEs are facing unprecedented challenges with the opportunity. In order to maximize profits, to enhance work efficiency and reduce redundant labor, business and computer people will be combined with the birth of the Information Management System. With the acceleration of the computer information processing, more and more people agree with this management system brought about by the convenient and efficient. Sales of cosmetics companies and small shops are actively trying to bring information of the great achievements, and constantly update their concepts, get rid of the shackles of traditional values, and try to adopt a more convenient and efficient management information system. Cosmetics sales management system with the traditional manual method compared to the record, eliminating the duplication of redundant workload, efficiency more efficient and flexible ways to work with business to provide more choice, standardized performance evaluation, assessment methods, and other implementation specifications. Delphi future use integrated development environment, with its right sql language support, development and application procedures. Background database using access relational database management system, the data required for the preservation and processing. Basic data set which is responsible for cosmetics basic information input; storage management responsible for procurement and for the registration of cosmetics, procurement return registration and enquiries from the management responsible for the registration and sale of cosmetics for sales returns registration and enquiries; inventory responsible for inventory management, inventory, early warning, inventory gains and losses; responsible for the business statistics of business statistics, sales of cosmetics list daily checkout, billing history enquiries; data management for database backup and recovery, user management and password changes to the interface settings.

Key Words:Delphi;  access;   Cosmetics;  Sales Management System

问题的提出
根据分析家预测,虽然化妆品行业近几年来销售业绩节节上升,但就整个行业来讲缺乏革新的观念,因此无论是生产者还是销售者都为了在同样的时间内最大化业务量,提高利润。我们小组成员在生活过程中,发现小型化妆品公司、店铺仍采用手工记录的方式,对业务进行市场和客户跟踪调查,财务记帐也采用手工方式。为此我们小组成员决定开发一套小型化妆品销售管理系统,以满足小型化妆品公司、店铺的需求。化妆品销售管理系统能在不久的将来会得到越来越多人的认同,普及力度会加大(毕业设计网 )

本系统主要完成以下功能:
基础数据模块:该模块主要完成化妆品基本信息的录入、修改、删除 等功能。
入库管理模块:主要完成化妆品信息的录入、查询等功能。
出库管理模块:该模块主要完成所有销售、退货、查询等功能。
库存管理模块:该模块主要完成存储化妆品信息的库存查询、库存预警、商品调价、报损查询等功能。
营业统计模块:该模块主要完成结算等功能。
数据管理模块:该模块主要完成操作员基本信息的录入、删除 、更新及数据备份等功能。













目   录
摘  要 2
ABSTRACT 3
第一章 绪 论 4
1.1问题的提出 4
1.2可行性分析 4
1.3开发工具 5
1.3.1 Delphi7.0集成开发环境 5
1.3.2 Access数据库 6
第二章 系统开发技术 6
2.1 ADO综述 6
2.2 SQL语言综述 7
第三章  系统分析与设计 7
3.1系统目标设计 7
3.2开发设计思想 7
3.3系统功能分析 8
3.4功能模块设计 8
3.5数据库设计 9
3.5.1数据流程图 9
3.5.2数据字典 10
第四章 系统实现 15
4.1入库登记 15
4.2登记查询 19
4.3采购退货查询 21
4.4采购退货登记 23
第五章  结  论 27
参考文献 28
致谢 29

推荐资料