ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

[WIP] Fix refunds without jobs #21

Closed chriskuehl closed 8 years ago

chriskuehl commented 8 years ago

Right now because of the way the join works, we don't include refunds for users who have never printed in our calculations.

Here's a (currently failing) test for that. If we can get it to pass we should be able to consider this fixed and merge this test plus the fix.

chriskuehl commented 8 years ago

I'll try to fix this now.

chriskuehl commented 8 years ago

Tests pass so this should be good to merge. I'll do this after lab closes since I need to modify the view schema (not dangerous, but could cause some errors).