INSTALL.txt |
INSTALL.txt |
|
Requirements
------------
Drupal 7.x
Installation
------------
1. Copy the entire webform_report directory to the Drupal modules directory.
2. Login as an administrator. Enable the module in "administer" ->… |
README.txt |
README.txt |
|
Description:
------------
This module allows users to create simple, dynamic reports based on data
collected by the webform module. It adds a new node type that contains the
report criteria, and the data displayed is updated automatically as… |
webform_report.css |
webform_report.css |
|
table.webform_report,
table.webform_report tr {
width: auto;
empty-cells: show;
}
table.webform_report th {
text-align: left;
vertical-align: bottom;
width: auto;
height: auto;
padding: 0px;
padding-right:… |
webform_report.inc |
webform_report.inc |
|
This file contains common functions and functions required
to ouput a report for the webform report module |
webform_report.info |
webform_report.info |
|
name = Webform Report
description = Allows users to create reports from webform data.
dependencies[] = webform
files[] = webform_report.inc
core = 7.x
package = Webform |
webform_report.install |
webform_report.install |
|
This file contains the functions required to install
the Webform Report module |
webform_report.module |
webform_report.module |
|
This module allows users to create simple, dynamic reports based on data collected
by the webform module. It adds a new node type that contains the report criteria,
and the data displayed is updated automatically as webforms are date. The data
can be… |
webform_report_criteria.inc |
webform_report_criteria.inc |
|
This file contains the functions required to implement the
Report Criteria form for the webform report module |