057 _ Delphi accommodation and catering management system development instance navigation

Source: Internet
Author: User
Document directory
  • Delphi accommodation and catering management system development example navigation
Delphi accommodation and catering management system development example navigation

DelphiTutorial Series of books(057)DelphiAccommodation and catering management system development instance navigation Organize netizens (state)Email:Shuaihj@163.com

:

PDF

  • Author: qiushi Technology Liu jingyan Dongming Ma Gang
  • Series name: Industry Project Development Instance Series
  • Press: People's post and telecommunications Press
  • ISBN: 7115113114
  • Mounting time: 2003-7-17
  • Published on: February 1, June 2003
  • Start: 16
  • Page number: 440
  • Version: 1-1

Introduction

This book selects the member consumption management system, Room Management System, meal Ordering Management System, hotel front-end cash register system, material management system, sales analysis system, telephone service and Billing System in the accommodation and catering industry as a Case Study, in-depth analysis of the development ideas, methods and skills of the hotel catering industry management and management system. This book focuses on practicality and engineering practicality, and closely integrates the application requirements of the industry. This book is suitable for developers who have certain Delphi and database programming basics and are engaged in or want to be engaged in related industries.

Preface

With the development of the national economy, the hotel and catering industry is growing nationwide (especially in economically developed areas), and competition among enterprises engaged in the hotel and catering industry is becoming increasingly fierce. In order to enhance its competitiveness, hotel and catering units are trying to customize or purchase application software for various businesses, and use high-tech means for operation and management. The case in this book is designed to address this need. When selecting a case, consider the typical case that best reflects the needs of the Hotel Catering Industry. These cases are practical in the design of functions and data structures, and take into account the general requirements and special requirements. The program design requires professional standards-user-friendly, easy to operate, and code specifications. In addition to the source code of all cases, the CD attached to the book also packages each project program and makes it an installer. you can install it on your computer, it can be run at any time for reference during reading to further help readers learn. In addition, the CD also provides detailed instructions on how to run and install the program on the CD, how to copy the code to the hard disk for learning, and provide readers with as much convenience as possible. This book is jointly planned by the People's post and telecommunications Publishing House and qiushi technology, and compiled by Liu Jing, Yan Dongming, and Ma Gang. Due to the rush of time and limited level, the shortcomings and shortcomings in the book are inevitable. Please criticize and correct the readers. Welcome to visit is the technology site http://www.cs-book.com, your valuable comments and suggestions. We will answer your questions as soon as possible.

Directory

Chapter 1 member consumption management system 1

1.1 application background 1

1.2 System Analysis 1

1.2.1 Function Analysis 1

1.2.2 Module Design 2

1.2.3 Database Analysis and Design 2

1.3 program preview 5

1.4 technical difficulties and solutions 12

1.4.1 Reading System Configuration File Information 12

1.4.2 file operations in the system 13

1.4.3 processing of database access date 13

1.5 system module implementation 14

1.5.1 start and initialize 14

1.5.2 main application interface 16

1.5.3 password modification Form 22

1.5.4 use unit settings Form 24

1.5.5 permission settings form 25

1.5.6 Add User Form 31

1.6 operation module implementation 33

1.6.1 Member Data Entry Form 34

1.6.2 employee data entry form 43

1.6.3 Product Data Entry Form 49

1.6.4 Form 54 of items purchased by Members

1.6.5 member fund recharge form 60

1.6.6 goods Purchase Form 63

1.6.7 member Information Query Form 65

1.6.8 member consumption Query Form 72

1.6.9 member consumption amount Query Form 73

1.6.10 member balance Query Form 75

1.6.11 member arrearage Query Form 76

1.6.12 employee Data Query Form 76

1.6.13 employee performance Query Form 77

1.6.14 Product Information Query Form 78

1.6.15 product sales Query Form 79

1.7 package and release 80

Chapter 1 room management system 81

2.1 application background 81

2.2 System Analysis 81

2.2.1 function analysis 81

2.2.2 module design 81

2.2.3 Database Analysis and Design 83

2.3 program preview 84

2.4 technical difficulties and solutions 89

2.4.1 practical data record operation skills 89

2.4.2 sorting method 89

2.4.3 dataset filtering technique 90

2.5 system module implementation 91

2.5.1 start and initialize module 91

2.5.2 main application interface 91

2.6 database connection and configuration 94

2.6.1 accommodation registration form 95 for casual customers and teams

2.6.2 Form 98 of passenger registration information

2.6.3 change room Form 101

2.6.4 modify Passenger Information Form 101

2.6.5 add reception object Form 102

2.6.6 room and team checkout Form 102

2.6.7 passenger checkout Query Form 104

2.6.8 historical passenger Query Form 105

2.6.9 team meeting checkout Query Form 107

2.6.10 passengers fee Information Query Form 109

2.6.11 room status Query Form 109

2.6.12 other forms 110

2.7 package and release 110

Chapter 4 Ordering Management System 3rd

3.1 application background 111

3.2 System Analysis 111

3.2.1 function analysis 111

3.2.2 module design 111

3.2.3 Database Analysis and Design 113

3.3 program preview 114

3.3.1 Data Management 114

3.3.2 Data Query 115

3.4 technical difficulties and solutions 116

3.5 system module implementation 117

3.5.1 start and initialize the module 117

3.5.2 main application interface 119

3.5.3 permission setting form 123

3.5.4 password change form 128

3.5.5 Add User forms 130

3.6 Implementation of the Operation Module 132

3.6.1 user information management form 133

3.6.2 delete a user form 142

3.6.3 modify user form 145

3.6.4 menu information management form 147

3.6.5 ordering management form 155

3.6.6 User Information Query Form 162

3.6.7 menu Information Query Form 168

3.6.8 Order Information Query Form 175

3.7 package and release 181

Chapter 4 hotel front-end cash register system 4th

4.1 application background 182

4.2 system analysis 182

4.2.1 function analysis 182

4.2.2 module design 182

4.3 program preview 182

4.4 technical difficulties and solutions 185

4.4.1 Common Logon Methods 185

4.4.2 character representation 185

4.4.3 mutual conversion between Delphi string and Windows pchar string 186

4.4.4 notes for programming 186

4.4.5 database related 186

4.4.6 tstringgrid control related technologies 189

4.4.7 hide mouse 190

4.4.8 remove the title bar of the main form 190

4.5 System Database Design 190

4.6 create a login form 194

4.7 create 196 in the discount Setting Dialog Box

4.8 creation of the main form of the program 198

4.8.1 main form Interface Design 198

4.8.2 main form programming 204

4.9 package and release 225

Chapter 2 material management system 5th

5.1 application background 226

5.2 System Analysis 226

5.2.1 function analysis 226

5.2.2 module design 227

5.3 program preview 228

5.4 technical difficulties and solutions 233

5.4.1 dynamic link library (DLLs) Creation 233

5.4.2 string encryption technology 235

5.4.3 pre-generated configuration file 236

5.4.4 prevent repeated program execution 237

5.4.5 control dbdatetime 237

5.5 System Database Design 238

5.6 create a login form 240

5.7 creation of the main form of the program 245

5.7.1 UI design 245

5.7.2 add form code 246

5.8 General Unit establishment 246

5.9 create a user management form 248

5.9.1 UI design 248

5.9.2 add form code 249

5.10 create a password form 253

5.10.1 UI design 253

5.10.2 add form code 254

5.11 use unit form creation 255

5.12 Establishment of the material demand plan form 256

5.12.1 UI design 256

5.12.2 add form code 257

5.13 create an inventory plan form 261

5.13.1 UI design 261

5.13.2 add form code 262

5.14 creation of the procurement plan form 265

5.14.1 UI design 265

5.14.2 add form code 266

5.15 material warehouse receiving form establishment 269

5.15.1 UI design 269

5.15.2 add form code 270

5.16 Establishment of material warehouse receiving form 272

5.16.1 UI design 272

5.16.2 add form code 273

5.17 create a material Query Form 276

5.17.1 UI design 276

5.17.2 add form code 277

5.18 create a fund allocation form 279

5.18.1 UI design 279

5.18.2 add form code 280

5.19 create a fund Entry Form 283

5.19.1 UI design 283

5.19.2 add form code 284

5.20 Establishment of the Fund inventory form 285

5.20.1 UI design 285

5.20.2 add form code 286

5.21 Establishment of material information maintenance forms 287

5.21.1 UI design 287

5.21.2 add form code 288

5.22 create a department information maintenance form 289

5.22.1 UI design 289

5.22.2 add form code 290

5.23 Establishment of the Fund Summary Report 291

5.23.1 UI design 291

5.23.2 add form code 292

5.24 Establishment of Material Analysis Report 292

5.24.1 UI Design 292

5.24.2 add form code 293

5.25 Establishment of the Department material details report 294

5.25.1 UI design 294

5.25.2 add form code 295

5.26 package and release 295

Chapter 2 Sales Analysis System 6th

6.1 application background 296

6.2 System Analysis 296

6.2.1 function analysis 296

6.2.2 Database Analysis and Design 297

6.2.3 module division 301

6.3 program preview 302

6.4 user login form 307

6.4.1 UI design 307

6.4.2 programming 307

6.5 main application interface 309

6.5.1 Interface Design 309

6.5.2 programming 311

6.6 user and permission setting window 313

6.6.1 UI design 313

6.6.2 programming 314

6.7 Change Password form 315

6.7.1 UI design 315

6.7.2 programming 316

6.8 Business Information Input Form 317

6.8.1 UI design 317

6.8.2 programming 318

6.9 Business Information Query Form 322

6.9.1 UI design 322

6.9.2 programming 325

6.10 Business Analysis Report Form 330

6.10.1 UI design 330

6.10.2 programming 332

6.11 room information input form 333

6.11.1 UI design 333

6.11.2 programming 335

6.12 room Information Query Form 342

6.12.1 UI design 342

6.12.2 programming 345

6.13 room Analysis Report Form 347

6.13.1 UI design 347

6.13.2 programming 349

6.14 restaurant Information Input Form 349

6.14.1 UI design 349

6.14.2 programming 350

6.15 restaurant Information Query Form 352

6.15.1 UI design 352

6.15.2 programming 354

6.16 restaurant Analysis Report Form 356

6.16.1 UI design 356

6.16.2 programming 357

6.17 tax rate, discount, and service fee setting window 357

6.17.1 UI design 357

6.17.2 programming 359

6.18 package and release 360

Chapter 4 telephone service and Billing System 7th

7.1 application background 361

7.2 system design 361

7.2.1 function analysis 361

7.2.2 module design 362

7.2.3 telephone service system layout 363

7.3 program preview 363

7.4 Technical difficulties and solutions 365

7.4.1 principles of serial communication 365

7.4.2 RS-232 communications 366

7.4.3 serial communication controls 367

7.4.4 principle of telephone exchange 371

7.5 System Database Design 372

7.6 create a login form 376

7.6.1 UI design 376

7.6.2 add form code 376

7.7 creation of the main form of the program 378

7.7.1 UI design 378

7.7.2 add form code 379

7.8 create a user and permission settings form 382

7.8.1 UI design 382

7.8.2 add form code 383

7.9 create a password form 387

7.9.1 UI design 387

7.9.2 add form code 388

7.10 set the unit of the form to 389

7.10.1 UI design 389

7.10.2 add form code 390

7.11 create extension form 391

7.11.1 UI design 391

7.11.2 Add code 392

7.12 close extension form creation 394

7.12.1 UI design 394

7.12.2 Add code 395

7.13 create a call Details Form 396

7.13.1 UI design 397

7.13.2 Add code 398

7.14 create a telephone type maintenance form 399

7.14.1 UI design 400

7.14.2 add Code 401

7.15 area code maintains the establishment of the form 403

7.15.1 UI design 403

7.15.2 Code 404

7.16 create extension settings form 406

7.16.1 UI design 406

7.16.2 Add code 407

7.17 create a ticket Query Form 409

7.17.1 UI design 409

7.17.2 Add code 410

7.18 package and release 412

Chapter 4 program release 8th

8.1 install InstallShield express for Delphi 413

8.2 use InstallShield express to publish a program 415

8.2.1 start InstallShield express 415

8.2.2 create a Delphi Database application installation package 415

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.