System development environment:
Operating system: Windows 10(x64)
Development tools: Microsoft Visual Studio 2015 (first version)/Microsoft Visual Studio 2019 (latest version)
Database: Microsoft SQL Server 2008 R2/MySQL v8.0.22
Database management tool: Microsoft SQL Server 2008 R2 Mangerment Studio/Navicat 15
Development language: C# language, T-SQL language
Development platform: .Net
Development framework: .Net Framework 4.5.2/.Net Framework 4.6.1
Development technology: .NET WinForm
Run the deployment:
Just open the .sln file with VS2017 or above.
Database running deployment (local):
The author and development team strongly recommend using the MySQL database, installing the MySQL database and starting the service, and establishing the database through visual management tools. You can quickly create data tables and import data by opening the .sql suffix format file in the execution database script folder. Execution steps (taking MySQL database as an example):
1. Open the Table.sql file through the visual management tool to create the data table.
2. Then open the Data.sql file to import data.
Topsky hotel management system update log:
v1.5.0.7.RC3
The ready-to-use version can be run after downloading. The default login account is WK010. The program connects to a remote database, so there is no need to create a local database! If you need to log in to other accounts, you can click the logo three times in succession to enter the backend and check the employee account. Except for WK010, the other passwords are unified to 123456. Since the running program is encrypted, the loading of the login interface will be slow to a certain extent. We apologize for this!
The upgrade content is as follows:
1. Upgrade the self-developed encryption plug-in to the latest version 2.0.0.1 (the new version is incompatible with the data of the old version, which may cause errors, please note).
2. Fixed multiple logic errors.
3. Remove all entry animations
4. The employee information page supports uploading photos.