• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Fleet Manager - Vehicle Management & Booking System

Fleet Manager - Vehicle Management & Booking System v6.5

No permission to download
nulling fleet manager version 5.0:

open this file before installation: framework\app\Http\Controllers\LaravelWebInstaller.php

find this function:

Code:
    private function check_status($code)
    {
        $data = array("pcode" => $code, 'domain' => $_SERVER['SERVER_NAME']);
        $data_string = json_encode($data);

        $ch = curl_init('https://3xy2s8y7c9.execute-api.ap-south-1.amazonaws.com/prod');
        curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_HTTPHEADER, array(
            'Content-Type: application/json',
            'Content-Length: ' . strlen($data_string))
        );

        $result = curl_exec($ch);
        return $result;
    }

replace it with this function:

Code:
    private function check_status($code)
    {
        return 1;
    }

now you can install it. enter any purchase code during installation
 
White Devil updated Fleet Manager with a new update entry:

Fleet Manager - Vehicle Management & Booking System

Change Log 6.0​


Important Note: Do not upgrade from old version.

Bug Fixes​

  • fare values changed to decimal points from integer.
  • customer will get email for website booking as well.
  • jpeg image upload fixed.
  • missing data added in fuel report.
  • distance unit label fetched from settings.

New Features​

  • Laravel version changed: 5.8.38 > 8.61.0
  • New modules added: vehicle makers, vehicle...

Read the rest of this update entry...
 
  • Love
Reactions: Caly

Change Log 6.0.1​

Bug Fixes
  • Reports printing text overflow fixed.
  • Book now button form redirection fixed in website.
  • Deleted user/customer/driver can re-register with same email fixed.
  • Database migration and seed removed from installation process, now SQL database dump will be imported directly while installation.
  • Available vehicle dropdown listing issue fixed on date change in add,edit booking pages.
New Features
  • Export buttons added for parts mgmt.
  • Edit profile menu added for customer in website.
  • Each driver can do the inspection of their assigned vehicle and post it from their login.
  • New settings added for driver so that they can manage expense and income for trip of his assigned vehicle.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock