Tally
Developer
Derek Hogue - Amphibian Design
3rd Party (Free)
393 downloads (last 90 days)

EE Version Support
- ExpressionEngine 1.x
- ExpressionEngine 2
- ExpressionEngine 3
- ExpressionEngine 4
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
Tags
Tally is a simple plugin which allows you to calculate totals or averages for numeric values in an entries loop. A common use for this would be calculating order totals for the month from your e-commerce orders channel, or adding other financial data spreadsheet-style.
Tally lets you keep an ongoing total of values to sum or average in multiple collections of values while you’re iterating through an EE entries loop (be it channel:entries or a third-party module loop). Display the result of each collection of values anywhere in your template by embedding a small template containing the tally:total tag.
Please read the plugin docs for details.
Here’s an example of using Tally to display a total of orders placed on your e-commerce EE site:
{exp:channel:entries channel="orders" year="2010" month="12"}
{exp:tally:add collection="orders" value="{order_subtotal}" count="{count}"}
{exp:tally:add collection="shipping" value="{order_shipping}" count="{count}"}
{/exp:channel:entries}
{embed="reports/_total"}
The contents of the reports/_total template would be:
Subtotal for month: ${exp:tally:total collection="orders" decimals="2"}
Shipping for month: ${exp:tally:total collection="shipping" decimals="2"}
Download Tally
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.1 | Oct 28, 2015 |
This entry was created May 4, 2011, 1:25 pm.
This entry was last updated November 20, 2017, 4:10 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
3 Reviews:
Ldes 01.17.13
Just save my brain! Thank you :)
EpicVoyage 05.24.12
This is exactly what I was looking for. Works great. Thanks, Derek!
mel 04.04.12
so simple to setup and use. Love it. thanks so much.