burke-software / django-report-utils

Common functions used for reporting needs. Used by django-report-builder and django-report-scaffold.
Other
10 stars 27 forks source link

Skip falsey-values for total accounting and fix off-by-one column error #13

Closed grantjenks closed 9 years ago

grantjenks commented 9 years ago

Skip falsey-values for total accounting and fix off-by-one column error.

User story: nullable integer fields should be skipped rather than accounted as 1.

grantjenks commented 9 years ago

I'm working on a django-report-builder unit-test now. I think that has to be a separate pull request since they're separate repos.

bufke commented 9 years ago

Thanks - I made a small fix for python 3 too that is unrelated.