Changeset eae6ea8 for remit/finance_core/reporting.py
- Timestamp:
- Mar 27, 2010, 5:21:16 AM (15 years ago)
- Branches:
- master, client
- Children:
- 3d00b0a
- Parents:
- 162f527
- git-author:
- Alex Dehnert <adehnert@…> (03/27/10 05:21:16)
- git-committer:
- Alex Dehnert <adehnert@…> (03/27/10 05:21:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/reporting.py
r162f527 reae6ea8 17 17 18 18 # Do the real work 19 print secondary_axis20 19 for num, (pk, label, qobj_lineitem, qobj_primary) in enumerate(secondary_axis): 21 print num22 20 secondary_results = (primary_axis_objs.filter(main_lineitem_limit_primary, qobj_primary, ).annotate(Sum('lineitem__amount'))) 23 21 for cell in secondary_results:
Note: See TracChangeset
for help on using the changeset viewer.