]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model/expenditure.py
We have pie charts.
[bluechips.git] / bluechips / model / expenditure.py
2011-02-23 Ray SpethNormalized the implementation of tags
2011-02-23 Ray SpethExpenditures can now be given a list of "tags"
2011-02-23 Ray SpethAllow Splits to be mathematical expressions
2010-01-06 Scott Torborgtweaks to splitting algorithm to result in more round...
2009-11-08 Evan BroderMerge remote branch 'storborg/master'
2009-11-08 Scott Torborgdon't need update_split() anymore
2009-11-06 Scott Torborgif user is spender, they are always involved in an...
2009-11-03 Scott Torborglittle performance tweaks
2009-11-03 Scott Torborgadded a 'My Share' column to lists of expenditures
2009-11-03 Scott Torborgemphasize transactions that the logged-in user is part...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2009-05-30 Evan BroderWhen splitting up an expenditure, if subtracting pennie...
2009-05-30 Evan BroderWhy don't we stick that code block in only once?
2009-05-30 Evan BroderFix a long-standing bug in handing splits.
2009-04-23 Evan BroderDon't add debits for users who have a share of 0
2008-07-25 Evan BroderAdd split function that redistributes old percentages...
2008-07-25 Evan BroderAdd and use an __init__ method for Expenditure objects
2008-07-25 Evan BroderAdd and use an __init__ method for Split objects
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-18 Evan BroderDon't multiple the pennies that need to be distributed...
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-18 Evan BroderMove model classes into their own files