Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vojislavd/travel-agency


https://github.com/vojislavd/travel-agency

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Desktop application for travel agency

This application was made for an employee in a travel agency for daily tasks such as records of offers, clients, contracts, hotels, tourist guides and payments.

Application is developed in a Microsoft Visual Studio IDE using the C# programming language, while for data storage is used SQL database.

Setting up the database


Local database


By default, location of local database is "c:\Users\USER_NAME\Documetns\Travel Ageny\Database". You need to download database files (download here) and place them on that location.

If you want to place local database at some other location, you need to make changes in file "DatabaseConnection.cs". On line 14 for value of variable "path" write location where you place database files.

Example: string path = @"d:\MyLocalDB\"

Database on the server


If you want to place the database on a server, in the DatabaseConnection.cs file you need to comment out part of the code for local database (lines 14,15,16) and to uncomment line 20. In line 20 where is writen "YOUR_SERVER_NAME" you have to write name of your server.

Logging in


Once the application is lunched, logging in is required to use it. For testing purposes, you can use the user with the email address "[email protected]" and password "pass", while for administration section for email address you can use "admin" and for the password also "admin".

Screenshots of application