Ignore:
Timestamp:
Mar 27, 2010, 10:54:50 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
1c178d5
Parents:
d1692e8
git-author:
Alex Dehnert <adehnert@…> (03/27/10 22:54:50)
git-committer:
Alex Dehnert <adehnert@…> (03/27/10 22:54:50)
Message:

Add row and column totals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/views.py

    rd1692e8 ra838ee3  
    9595        raise Http404("Unknown compute_method selected")
    9696    table = build_table(line_items, primary_field, secondary_field, primary_axis, secondary_axis, )
     97    finance_core.reporting.append_totals(table)
     98    primary_labels.append("Total")
     99    secondary_labels.append("Total")
    97100
    98101    debug = True
Note: See TracChangeset for help on using the changeset viewer.