Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/md-imtiaz-hossain/transylvania-tours
This project creates a Glenesk Activities booking system, allowing users to select dates, lunch, and activities with efficient cost calculation for a seamless experience.
https://github.com/md-imtiaz-hossain/transylvania-tours
desktop-application dotnet visual-basic visual-basic-net
Last synced: 2 days ago
JSON representation
This project creates a Glenesk Activities booking system, allowing users to select dates, lunch, and activities with efficient cost calculation for a seamless experience.
- Host: GitHub
- URL: https://github.com/md-imtiaz-hossain/transylvania-tours
- Owner: Md-Imtiaz-Hossain
- Created: 2023-07-12T03:44:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T19:41:15.000Z (about 1 year ago)
- Last Synced: 2024-11-18T20:27:49.781Z (2 months ago)
- Topics: desktop-application, dotnet, visual-basic, visual-basic-net
- Language: Visual Basic .NET
- Homepage:
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transylvania Tours (.NET 6.0)
This project involves creating a booking system for Glenesk Activities, allowing customers to choose the date, lunch
type, and activities. The form design includes suitable colors, controls (e.g., radio buttons), and buttons for quoting
and ordering. Pseudocode is developed for calculating the total cost when the "Quote" button is pressed, focusing on
effective code structures. The Object Definition Sheet documents all controls and their modified properties. The form's
code implementation includes a variable to store the total cost and event code to calculate and display the order cost.
User inputs include selecting a date (four options), lunch type (four options), and an activity (one of three options),
with optional extra activities. The system calculates the total cost upon clicking "Quote" and displays it to the user.
Overall, the project emphasizes a user-friendly interface and efficient cost calculation for a seamless booking
experience.## Problem page- 01
![img.png](img.png)
## Problem page- 02
![img_1.png](img_1.png)
# ------------------------------
## Solution page- 01
![img_2.png](img_2.png)
## Solution page- 02
![img_3.png](img_3.png)
## Solution page- 03
![img_4.png](img_4.png)