Magento 2 SQL Report Builder - PowerPoint PPT Presentation

About This Presentation
Title:

Magento 2 SQL Report Builder

Description:

Magento 2 SQL Report Builder extension by Meetanshi facilitates the easy creation of reports in Magento 2. Helps generate customized reports, run and save custom SQL queries in a more detailed way! Data reporting plays a crucial role in any eCommerce business. Generating detailed reports helps businesses to know more about their customers, their purchase history and make well-informed decisions. – PowerPoint PPT presentation

Number of Views:1
Slides: 5
Provided by: meetanshiinc
Tags:

less

Transcript and Presenter's Notes

Title: Magento 2 SQL Report Builder


1
SQL Report Builder for Magento 2 User Guide
  • Table of Contents
  • Extension Installation
  • Manage SQL Report
  • Add New SQL Report
  • Execute SQL Query Generate Report
  • Save SQL Report

SQL Report Builder for Magento 2
Meetanshi
2
  • Extension Installation
  • For Magento Marketplace Customers
  • Find the Composer name and version of the
    extension in the extensions composer.json file.
  • Login to your SSH and run
  • composer require meetanshi/magento-2-sql-report-bu
    ilder
  • Enter your authentication keys. Your public key
    is your username your private key is your
    password.
  • Wait for Composer to finish updating your project
    dependencies and make sure there
  • arent any errors.
  • To verify that the extension installed properly,
    run the command
  • php bin/magento modulestatus Meetanshi_SqlReport
  • By default, the extension is probably disabled.
  • Enable the extension and clear static view files
  • php bin/magento moduleenable Meetanshi_SqlReport
    --clear-static-content
  • php bin/magento setupupgrade
  • For Magento version 2.0.x to 2.1.x - php
    bin/magento setupstatic-contentdeploy
  • For Magento version 2.2.x above - php
    bin/magento setupstatic-contentdeploy f
  • php bin/magento cacheflush
  • For Meetanshi Customers

SQL Report Builder for Magento 2
Meetanshi
3
2. Manage SQL Report Go to SQL Report Builder ?
Manage SQL Reports, where you can manage all the
saved SQL reports. The grid displays all the
saved report titles along with their SQL queries.
The drop- down menu in the action provides
options to edit or delete the existing SQL
reports. You can also add new SQL report by
clicking on the Add New SQL Report button on
the top- right corner.
  • Add New SQL Report
  • To add a new SQL report, click on the Add New
    SQL Report button from the Manage SQL Reports
    grid. Here you can configure the following
    details about the SQL Report
  • Report Title Enter the title for the SQL Report.
  • SQL Query Enter custom SQL query that you want
    to execute to generate the required report.
  • Click Execute SQL Query button to run the SQL
    query and generate the report.

SQL Report Builder for Magento 2
Meetanshi
4
4. Execute SQL Query and Generate Report On
clicking the Execute SQL Query button on the
Add SQL Report or Edit SQL Report page, the
extension runs the query, fetches the tables, and
displays them in the grid. You can also export
the generate report to CSV file by clicking on
the Export button.
5. Save SQL Report Click on the Save SQL Report
button on the top-right corner of the page to
save the report for future use. Once the report
is successfully saved, it is added to the list of
the SQL reports, which can be used later. The
admin can easily use the saved SQL queries to
generate reports by going to the edit page
from the options provided in the action column
and following the steps same as we followed for
adding new a SQL report.
SQL Report Builder for Magento 2
Meetanshi
Write a Comment
User Comments (0)
About PowerShow.com