Varbase Reports

Provides a list of statistical reports. Targeted about users, content, blocks. And be able to export data.

Varbase KPIs Users Reports - Registered users report

Varbase KPIs Content Reports - Created content report

Varbase Reports Module

Varbase reports features are bundled through the Varbase Reports module. GitHub: https://github.com/Vardot/varbase_reports Drupal.org: https://www.drupal.org/project/varbase_reports

After building a project using the varbase-project template.

Install with Composer: $ composer require 'drupal/varbase_reports:~9' Using Composer to manage Drupal site dependencies

The code of the Varbase Reports module will be located in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_reports

Brings in the following core and contributed modules to your site:

Module

Purpose

User

(in Drupal core)

Manages the user registration and login system.

Node

(in Drupal core)

Allows content to be submitted to the site and displayed on pages.

Views

(in Drupal core)

Create customized lists and queries from your database.

Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.

Allows to format date fields using SQL. This enables group aggregation. (Needs 'Date Views' to work with Date-module fields.)

Provides CSV as a serialization format.

Plugin to export views data into various file formats.

Last updated