tahiryasin / bagisto-reports

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

Home Page:https://scriptbaker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bagisto Reports Module

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

Automatic Installation

  1. Use command prompt to run this package composer require tahiryasin/bagisto-reports
  2. Now open config/app.php and register reports provider.
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
  1. Now run php artisan config:cache

Manual Installation

  1. Download the zip folder from the github repository.
  2. Unzip the folder and go to your bagisto application path package and create a folder name Tahiryasin/Reports/ upload src folder inside this path.
  3. Now open config/app.php and register Reports provider.
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
  1. Now open composer.json and go to autoload psr-4.
"autoload": {
        "psr-4": {
        "Tahiryasin\\Reports\\": "packages/Tahiryasin/Reports/src"
        }
    }
  1. Now open the command prompt and run composer dump-autoload.
  2. Now run php artisan config:cache
  3. Now go to your bagisto super admin, you will find the Reports/States link under Settings menu.

Troubleshooting

  1. if anybody facing after placing a order you are not redirecting to payment gateway and getting a route error then simply go to bootstrap/cache and delete all the cache files.

For any help or customisation https://scriptbaker.com or email us scriptbaker@gmail.com

About

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

https://scriptbaker.com


Languages

Language:Blade 59.6%Language:PHP 39.5%Language:SCSS 0.8%