CHANGELOG.txt |
CHANGELOG.txt |
|
Views Calc Module 7.x
=====================
Version 7.x-1.x-dev
===================
- Issue #1548552, Make sure a row_index always exists.
- Issue #1627660, Make sure that a groupby is added when the aggregation views are created.
- Make sure that… |
theme.inc |
theme.inc |
|
theme.inc |
views-calc-table.tpl.php |
views-calc-table.tpl.php |
|
|
views_calc.css |
views_calc.css |
|
td.view-footer,
td.view-footer-number,
td.view-total,
td.view-total-number {
font-weight:bold;
background-color:#eaeaea;
}
td.view-footer,
td.view-footer-number {
border-bottom:3px #000 double;
border-top:1px #000 solid;
… |
views_calc.info |
views_calc.info |
|
name = Views Calc
description = This module will allow you to add calculated fields to views tables and compute columns of numeric data in a views table.
core = 7.x
package = Views
dependencies[] = views
files[] = views_calc_table.inc
files[] =… |
views_calc.install |
views_calc.install |
|
Install, update and uninstall functions for the views_calc module. |
views_calc.module |
views_calc.module |
|
This module will allow you to add calculated fields to views tables
and compute (SUM, COUNT, AVG, etc) columns of numeric data in a views table. |
views_calc.views.inc |
views_calc.views.inc |
|
|
views_calc_field_handler.inc |
views_calc_field_handler.inc |
|
Copied from the basic 'node' field handler. |
views_calc_handler_sort.inc |
views_calc_handler_sort.inc |
|
Sort handler for views_calc module. |
views_calc_table.inc |
views_calc_table.inc |
|
Copied from the table style plugin. |