网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 小型超市管理信息系统
行政管理论文范文| 物流管理论文| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

小型超市管理信息系统

本文ID:LW21846 字数:9654,页数:30 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 小型超市管理信息系统 (收费:5000 积分)  如何获取积分?
小型超市管理信息系统

文档字数:9654,页数:30

小型超市管理信息系统

摘     要
 随着社会的发展,超市规模的不断扩大,商品数量越来越多,有关商品的信息量也在急剧增加,这时如何对各种商品进行统一管理就显得格外重要。本文所说的超市管理系统就是为了方便管理这些商品信息而开发的,它主要包含以下几个模块:1.系统管理模块,主要用于对用户管理权限的设置,分清不同的用户和不同的管理权限的职责;2.前台销售管理模块,主要用于管理商品的销售记录,售货员的换班管理,切换管理权限等等;3.库存数据录入模块,主要是把进货后的商品做好入库登记,并做好其它的信息录入;4.库存管理模块,其主要是对库存的数据进行管理,如销售数据、进货数据、退货数据、报废过期数据、现有库存数据等等的管理;5.数据的统计报表模块,其主要功能是对零售的数据进行统计和可以用报表的形式显示出来。
 本文采用传统的瀑布原型(由上而下设计)对系统进行架构设计,并且系统分析了软件开发的背景以及过程;首先介绍分析了该系统的可行性,软件的开发环境,其次介绍了本软件的详细设计过程:数据库的设计,各个模块的设计,以及具体界面的设计和功能实现。本系统在windows XP平台上进行开发,采用SQL Server2000作为后台数据库,并结合面向对象的编程语言Visual Basic来实现各个模块的功能。


关键词: 商品 销售 进货 库存 瀑布模型

 
Small Supermarket Management Information System

 Abstract
 With the development of society, the constant expansion of supermarkets, the increasing number of goods, the information of these goods also increased rapidly, so how to manage the various commodities is particularly important. This study focuses on small supermarket merchandising management. It has five major modules: 1. System management module, used to set permissions on the user management, to distinguish different users and different duties of management rights; 2. Front sales management module, function is to manage the records of retail goods, shifts of the retail staff management, switch management rights, etc.; 3. Inventory data input module, mainly to make storage register after the purchase of goods, and make other information input; 4. Inventory management module, which is mainly to manage inventory data, such as sales data, purchase data, return data, scrap outdated data, existing inventory data, etc.; 5. Statistical report module, which is mainly manage statistical data on retail sales and show reports.
 This study adopt the traditional waterfall model (top-down design) to process the structure design to the system, and Systematically analyzed the background and process of software development; First Analyzing the feasibility of the system, software development environment, then introduce the detailed design process of this software, include database design, each module design, the specific interface design and function to achieve. The system developed in windows XP platform, using SQL Server2000 as the background database, and combine the object-oriented programming language Visual Basic to achieve the functions of different modules.


Keyword:  goods;sales; storage; inventory; waterfall model

目  录
中文摘要 i
英文摘要 ii
目  录  III
第一章  绪论 1
1.1  研究动机与目的 1
1.2  研究背景 1
1.3  研究方法与系统描述 2
1.3.1 开发工具选择(Visual Basic) 2
1.3.2  数据库后台支持 2
1.3.3  系统高层逻辑模型 2
第二章  可行性分析 3
2.1  技术可行性研究 3
2.2  经济可行性研究 3
2.3  操作可行性研究 4
第三章   系统需求分析 5
3.1  系统功能 5
3.1.1 用户管理 5
3.1.2 前台销售 5
3.1.3 数据录入 5
3.1.4 数据编辑 5
3.1.5 报表生成 6
3.2  数据字典 6
3.3  性能要求 6
3.4  运行环境 7
3.4.1 硬件要求 7
3.4.2  软件要求 7
第四章  系统概要设计 8
4.1  设计思想与原则 8
4.1.1 设计思想 8
4.1.2 设计原则 8
4.2  总体结构 9
4.3  数据流图 12
4.4  系统E-R图 12
4.5系统关系图 15
第五章  系统详细设计 16
5.1 各模块界面设计 16
5.1.1 用户登陆界面 16
5.1.2 销售管理 17
5.1.3 会员管理. 17
5.1.4 交易清单界面 18
5.1.5 入库管理 18
5.1.6 查看库存. 19
5.1.7 供应商管理. 19
5.1.8 用户登陆管理 20
5.1.9 员工模块 20
5.1.10查询员工信息 21
5.2 数据库设计 21
第六章  系统测试 23
6.1模块测试 23
6.2整体测试 23
6.2.1在测试过程中使用到调试技术 23
6.2.2评估运行的可靠性问题 23
第七章  总 结 24
致   谢 25
参考文献 26

小型超市管理信息系统由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:数字字符分类模拟演示系统 下一篇:基于JSP的电器连锁平台实现
推荐论文 本专业最新论文
Tags:小型 超市 管理 信息系统 2011-09-25 08:50:37【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有