]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model
We have pie charts.
[bluechips.git] / bluechips / model /
2011-02-23 Ray SpethAdded UI for working with tags
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-03-26 Alejandro R. SedeñoFix division of currency
2010-01-06 Scott Torborgtweaks to splitting algorithm to result in more round...
2009-11-09 Scott Torborgadded basic auth middleware into the stack, so if no...
2009-11-08 Evan BroderMerge remote branch 'storborg/master'
2009-11-08 Scott Torborgdon't need the str_no_dollar method anymore
2009-11-08 Scott Torborgmore test coverage
2009-11-08 Scott Torborgdon't need update_split() anymore
2009-11-06 Scott Torborgdon't enter a non-zero currency amount
2009-11-06 Scott Torborgif user is spender, they are always involved in an...
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-04 Scott Torborgadded special Currency validator
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
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 Torborguse python's locale stuff for currency formatting
2009-11-02 Scott Torborgfixed some issues resulting from upgrading sqlalchemy...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2009-06-08 Evan BroderMerge branch 'master' into fix-authz
2009-06-08 Evan BroderWhen ordering expenditures and transfers, by default...
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 BroderStop lazily loading anything to fix double-counting...
2008-07-25 Evan BroderAdd an __init__ method for Transfer objects
2008-07-25 Evan BroderAdd an __init__ method for Subitem objects
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-25 Evan BroderAdd and use an __init__ method for User objects
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-19 Evan BroderChanging location of minus sign in Currency broke __str...
2008-07-19 Evan BroderMove negative sign for Currency
2008-07-19 Evan BroderSuperSubclass isn't smart enough to do the __new__...
2008-07-19 Evan BroderRestructure to accurately reflect parent-child relations
2008-07-18 Evan BroderDon't multiple the pennies that need to be distributed...
2008-07-18 Evan BroderKeep the entered_time fields as UTC stamps instead of local
2008-07-18 Evan BroderAdd some documentation to the Currency type
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
2008-07-17 Evan BroderReconfigure some models for convenience
2008-07-16 Evan BroderUse the correct object for datetime.now
2008-07-16 Evan BroderChange from using sa.func.now to datetime.now
2008-07-16 Evan BroderActually set a meaningful value for model/__init__...
2008-07-15 Evan BroderSmall indentation fix to model/__init__
2008-07-14 Evan BroderFix model/types.py to import Decimal
2008-07-14 Evan BroderChange the repr of Splits to match the new db structure.
2008-07-14 Evan BroderStore splits as straight currency instead of percentages
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderFix some typos in the model
2008-07-13 Evan BroderExplicitly specify the primary join for transfer.{debto...
2008-07-13 Evan BroderDefine the model
2008-07-12 Evan BroderCreate Pylons app