搜索资源列表
demo-sys
- 本系统由数据库服务器、服务器管理程序、客户应用程序三部份组成。数据库服务器采用MS SQLSERVER 2000,数据存储容量大,运行稳定,对硬件设备要求较低,维护相对简便。服务器管理程序主要用于设置餐饮企业的基本信息、客户机信息、操作员信息等。企业在正常运营过程中如无增、减客户端、人事变动等情况发生,则一次设置后再无需改动。客户应用程序是本系统运行的主要部份,所有营业资料录入、库房管理、厨房管理、收银管理、经理查询(含财务报表)、前台收银、客户管理等均在此进行设置。-the system by
cysf
- 一套完成的餐饮收费系统,采用C#开发,数据库采用SQL Server2000,功能比较全! -completion of a Food toll system, using C# development, SQL Server 2000 database, the whole function more!
餐饮管理系统VC++源代码
- 餐饮管理系统VC++源代码
cyglxt.rar
- 采用c#编写的餐饮管理系统,winform架构,Using c#, prepared food and beverage management system, winform Architecture
FoodSystem
- 餐饮收银系统源码(C#),由C#2005开发,包含基本的前台收银功能-foodsys
managementcsharpcode
- C#开发的酒店餐饮管理系统,有开发文档和程序,e-r图,全套的东西-C# development of hotel and catering management system, there is development of documentation and procedures, er diagram, a full set of things
MrCy
- 本系统属于小型的餐饮管理系统,可以有效地对中小型餐厅消费进行管理。 (1)本系统管理员用户名为:Tsoft,密码为:111。 (2)实例执行文件位置:TM\06\MrCy\MrCy\bin\Debug\ MrCy.exe (3)本系统共分为三种操作权限,分别为超级管理员、经理、一般用户: 一般用户: 一般用户只可以对辅助工具菜单、系统设置菜单、窗口布局菜单及帮助菜单进行使用操作。。 经理:经理除系统设置菜单不能使用以外,其它菜单都可以使用并管理操作。 超级管理员:超
20086288386829
- 餐饮管理系统(C#源码)-Food
06
- visual c#2005 餐饮管理系统-visual c# 2005 Food
HotelManager(1.0.5)
- C#酒店管理系统。实现酒店管理。预订退房还有KTV餐饮等消费-C# hotel management system. The realization of hotel management. Reservation check-out there, such as food and beverage consumption KTV
ES
- 餐饮管理系统,有基础信息管理、系统维护、系统设置、窗口布局等-Restaurant Management System, there is basic information management, system maintenance, system settings, window layouts, etc.
14160_1242611030xU0M
- 餐饮管理系统 VS2005 C# sqlserver2-mis c#
FoodConsumptionManagementSystem
- 餐饮消费管理系统 餐饮消费管理系统-Food Consumption Management System
Cshap_CanYin
- C#编程,餐饮管理系统,含说明文档及代码-C# programming, catering management system, including documentation and code
canyinggugnlixit
- 该餐饮管理系统实现了订餐,开餐,点菜,结账,消费时间等功能-The restaurant management system implements ordering, open meals, ordering, billing, consumption and time functions
canyin
- 餐饮管理系统VC++源代码,在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中-Restaurant Management System VC++ source code, compiled, run the program before, which I attach the database file rms.mdb into the SQL server
CY
- 餐饮系统,在先人的基础上修改,希望对C#初学者有帮助-Food and beverage system, modified on the basis of their ancestors, C# beginners
aa
- 餐饮系统 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。 -Restaurant Management System
操作数据库
- 三层架构的餐饮管理系统,全注释。vs2015+sqlite(Three layer architecture of catering management system)
餐饮管理系统
- 使用winform开发的餐饮管理系统,以下是一些核心功能实现的简介: 1、显示厅包及餐桌-》开发步骤1、添加TabControl。2、查询HallInfo,遍历创建TabPage。3、创建ListView,加入TabPage上。4、查询TableInfo,遍历创建ListViewItem。-》在主窗口中,使用标签显示厅包,在每个标签中使用listview显示餐桌。餐桌分为使用、空闲状态。-》双击餐桌,如果是空闲,则开单,如果是使用,则继续点菜。//开单:1、为OrderInfo表插入数据;修改