| Demo Link | : | basic.t-hisab.com |
|---|---|---|
| Login ID | : | admin |
| Password | : | admin1234 |
The Travel Agency Management Software is a comprehensive, web-based platform tailored to meet the operational needs of travel agencies and visa processing centers. With a modern and intuitive interface, this system enables seamless management of clients, vendors, staff, passports, agents, and finances all in one place.
The main dashboard offers a snapshot of all key business metrics at a glance:
This visual overview allows quick monitoring and data-driven decision-making.
Buttons for:
+ Invoice Add+ Add Client+ Add Agent📄 Statement📄 Client StatementThese shortcut buttons allow rapid creation and access to key documents and records.
Central control panel with real-time data analytics.
Add, edit, and manage client information, transactions, and associated services.
Maintain vendor records for services like flights, accommodations, and tours.
Track passport submissions, delivery, and renewals efficiently.
Manage financial transactions, generate invoices, view sales, deposits, costs, and balances.
Add and monitor agents with tracking for their clients and commissions.
On the left sidebar:
These allow admin-level control over user permissions and system settings.
This software is ideal for small to mid-sized travel agencies, visa consultancies, or tour operators looking for a reliable and visually intuitive solution to manage daily operations efficiently.
This comprehensive feature set makes the system ideal for automating and managing daily operations of a travel agency, including clients, staff, sales, accounting, passport services, and agent activities — all accessible from a single interface.
pdopdo_mysqlmbstringopenssljsonctypefileinfotokenizerxmlcurlzip/storage, /uploads folder must be writable).env file configuration supportThese requirements ensure smooth installation, configuration, and performance of the Travel Agency Management Software on any standard shared, VPS, or cloud hosting environment.
.zip file to your web server (public_html or your subfolder).app/ bootstrap/ config/ database/ public/ resources/ routes/ .env.example artisan
travel_agency_db)..sql file (e.g., travel_agency.sql), and click Go..env File.env.example file and rename it to .env..env file and update the following values:APP_NAME="Travel Agency" APP_URL=http://yourdomain.com DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=travel_agency_db DB_USERNAME=your_db_username DB_PASSWORD=your_db_password
Replaceyour_db_username,your_db_password, andyourdomain.comwith your actual info.
Ensure the following directories are writable:
storage/bootstrap/cache/Command (for VPS or local development):
bash chmod -R 775 storage bootstrap/cache
Run this command from your terminal (SSH or local):
bash php artisan key:generate
/publicIf you're using a domain or subdomain, make sure the document root is set to the public/ folder inside your Laravel project.
In shared hosting, you may need to move the contents of thepublic/folder to your root and update paths inindex.php.
Visit your app in the browser:
http://yourdomain.com
Use the following credentials (if pre-seeded in database):
admin@example.comadmin123 (or check users table for real values)Your Travel Agency Management System is now up and running.
If you encounter issues:
.env values.