magicfile icon وبسایت فایل سحرآمیز - magicfile.ir

دانلود اسکریپت سیستم مدیریت تاکسی آنلاین در کد منبع PHP/OOP

دانلود-اسکریپت سیستم-مدیریت-تاکسی-آنلاین-در-کد-منبع-PHP/OOP
توضیحات کوتاه و لینک دانلود
Today, in this post, for our dear users of the website, we have prepared the magic file of an online taxi management system script in PHP/OOP source code ready for download.

دانلود - Download

لیست فایل های مشابه

لینک کوتاه : https://en.magicfile.ir/?p=2798
توضیحات کامل در مورد فایل

دانلود اسکریپت سیستم مدیریت تاکسی آنلاین در کد منبع PHP/OOP

This is a project called online taxi management system. The project is written in PHP/OOP and the data is stored in a MySQL database. This project is a web-based application that provides an online taxi booking platform for passengers. This app can also help taxi operator drivers to have an efficient and effective way to find a potential passenger for them. This app is easy to use and has user-friendly features and functions. It also has a simple and pleasant user interface to provide end users with a better experience while using the web application.

درباره سیستم مدیریت تاکسی من این پروژه را با استفاده از موارد زیر توسعه دادم:

  • XAMPP v3.3.0 به عنوان وب سرور محلی من که دارای PHP نسخه 8.0.7 است
  • زبان پی اچ پی
  • پایگاه داده MySQL
  • HTML
  • CSS
  • جاوا اسکریپت
  • جی کوئری
  • آژاکس
  • بوت استرپ
  • AdminLTE

The taxi management system project has 3 user interface sides. It has a side for management, customers/commuters, and drivers. Each user group has different restrictions for each other.

سمت مدیریت , is a side of the system where management can manage and access all system data. This position is mainly for taxi management, customers and driver list. There are two types of user roles that can access this page, which are managers and employees. Administrators are those who have the privilege to manage and access all the features and capabilities that the mentioned party has in the system. While Staff users only have limited access.

Client -Side سمت سیستم برای عموم / مسافران / مسافرانIt is possible. This page has a registration form where customers can access more features from the mentioned page by creating a user account. A registered customer can book a taxi, list his taxi reservation and cancel the booked taxi. Customers can simply choose a taxi from the available taxis. To book a taxi, the customer simply selects or clicks the taxi details container and the taxi booking form is displayed. He enters his pick-up and drop-off location. Passengers are only allowed to cancel a reservation if it is still in pending status.

Driver -Side سمت سیستم برای رانندگان تاکسیIs. This side allows drivers to be notified when passengers are booked. They can update the status of customers booking to Confirmed, Received and Abandoned.

نمونه تصاویر در زمان اجرا

اسکریپت سیستم مدیریت تاکسی آنلاین 11

اسکریپت سیستم مدیریت تاکسی آنلاین 22

اسکریپت سیستم مدیریت تاکسی آنلاین 334

مدیریت - سمت

  • ورود و خروج امن
  • داشبورد
    • نمایش خلاصه لیست ها
  • مدیریت دسته تاکسی
    • اضافه کردن دسته جدید
    • لیست همه دسته ها
    • مشاهده دسته
    • به روز رسانی دسته
    • حذف دسته
  • مدیریت تاکسی
    • تاکسی جدید با حساب و جزئیات راننده اضافه کنید
    • لیست تمام تاکسی ها
    • جزئیات تاکسی و راننده را مشاهده کنید
    • به روز رسانی جزئیات تاکسی و اطلاعات راننده / اعتبار
    • تاکسی را حذف کنید
  • مدیریت مشتریان
    • لیست همه مشتریان
    • مشاهده مشتری
    • به روز رسانی جزئیات مشتری / اعتبار
    • کلاینت را حذف کنید
  • رزروها
    • لیست همه رزروها
    • مشاهده جزئیات رزرو
  • مدیریت فهرست کاربران (CRUD)
  • مدیریت جزئیات حساب / اعتبار
  • مدیریت اطلاعات سیستم

سمت راننده

  • ورود/خروج امن
  • لیست همه رزروها
  • مشاهده جزئیات رزرو
  • به روز رسانی وضعیت رزرو
  • مدیریت جزئیات حساب / اعتبار
  • خروج

سمت مشتری

  • ورود و ثبت نام امن
  • مطالب "خوش آمدید" را بخوانید
  • مطالب «درباره ما» را بخوانید
  • لیست تمام تاکسی های موجود
  • رزرو تاکسی
  • لغو رزرو
  • مدیریت جزئیات حساب / اعتبار
  • خروج

الزامات

  • هر وب سرور محلی مانند XAMPP/WAMP را دانلود و نصب کنید .
  • فایل زیپ کد منبع ارائه شده را دانلود کنید . ( دکمه دانلود در زیر قرار دارد )

نصب/راه اندازی

  1. کتابخانه GD را در فایل php.ini خود فعال یا لغو نظر کنید .
  2. کنترل پنل XAMPP/WAMP خود را باز کنید و Apache و MySQL را راه اندازی کنید .
  3. فایل فشرده کد منبع دانلود شده را استخراج کنید .
  4. If you are using XAMPP, copy the extracted source code folder and place it in XAMPP's "htdocs" directory. And if you are using WAMP, put it in the "www" directory.
  5. PHPMyAdmin را در یک مرورگر مرور کنید . یعنی http://localhost/phpmyadmin
  6. یک پایگاه داده جدید با نام cms_db ایجاد کنید .
  7. Enter the provided SQL file. This file is known as cms_db.sql, which is located inside the database folder.
  8. سیستم مدیریت تاکسی را در یک مرورگر مرور کنید . یعنی http://localhost/cms/ .

دسترسی پیش فرض مدیریت

  • نام کاربری: admin
  • رمز عبور: admin123

برای شما کاربر عزیز پیشنهاد دانلود داده می شود.

Click on the link below to download the script of the online taxi management system in PHP/OOP source code

برای دریافت اینجا کلیک کن

فایل های که ممکن است نیاز داشته باشید

نظرات کاربران

کد امنیتی

ارسال کننده نظر عباس - 2023/11/3 6:31:32 am
سلام ممنون دانلود کردم
 
پاسخ پشتیبانی فایل سحر آمیز
با سلام ممنون از ارسال دیدگاه خود
 

لیست فایل های ویژه وبسایت

دانلود-نرم-افزار-تغییر-زبان-سورس-و-کد-ویژوال-استودیو-(عناصر-دیزاین-طراحی-فرم-ها)
دانلود نرم افزار تغییر زبان سورس و کد ویژوال استودیو (عناصر دیزاین طراحی فرم ها)

بهترین-سرویس-پوش-نوتیفیکیشن-اسکریپت-مدیریت-اعلان-و-ساخت-پوش-نوتیفیکیشن-سایت-و-ارسال-پوش-از-طریق-php
The best push notification script service for managing notifications and making site notification push and sending push through php

دانلود-نرم-افزار-ترجمه-خودکار-فایل-های-po-,-pot-بصورت-کامل-برای-تمامی-زبان-ها-از-جمله-فارسی
دانلود نرم افزار ترجمه خودکار فایل های po , pot بصورت کامل برای تمامی زبان ها از جمله فارسی

دانلود-نرم-افزار-تبدیل-فایل-متنی-تکست-txt-به-وی‌سی‌اف-vcf-(مخاطب-موبایل)
دانلود نرم افزار تبدیل فایل متنی تکست txt به وی‌سی‌اف vcf (مخاطب موبایل)