Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vojislavd/travel-agency
https://github.com/vojislavd/travel-agency
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vojislavd/travel-agency
- Owner: VojislavD
- Created: 2019-10-17T13:47:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T20:34:30.000Z (10 months ago)
- Last Synced: 2024-03-18T21:56:23.783Z (10 months ago)
- Language: C#
- Size: 3.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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