Travel Experts Windows Desktop Application


Travel Experts Windows Desktop Application

Travel Experts Windows Desktop Application
Object Oriented Software Development SAIT Project

I developed this Windows Forms C# application as a class project in the Object Oriented Software Development program at SAIT. I was in charge of designing the Packages page as well as putting the project parts together into the application and managing the group.

The goal of the Packages page is to show the products in the database and make each one easily editable. When you click on any package in the list, the data shown includes the title, start date, end date, base price, agency commission, description, and products associated with the package.

When a selecting a package, the edit button brings up a form with all of its details. You can edit the information and save the changes or cancel. You can also delete the selected product or edit the associated products.

The associated products are shown in a ListBox for each selected product. When you edit the products associated with the package, a form shows current products associated with the package as well as other available products that are not associated. You can click the remove button to move products or add to include new products.

View source code on GitHub