aboutsummaryrefslogtreecommitdiff
path: root/budget/models.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-12Fix tab indentation0livd1-5/+5
2017-03-09Add export feature0livd1-2/+32
2017-01-21Fix deprecation issues (ExtDeprecationWarning)Alexandre Avenel1-1/+1
2017-01-16Merge pull request #161 from zorun/optimise_sqlAlexis Metaireau1-1/+1
2017-01-16Merge pull request #164 from zorun/fix_zero_transfersAlexis Metaireau1-2/+2
2017-01-03Prevent transfers with a zero amount in the settle pageBaptiste Jonglez1-2/+2
2017-01-02Sort bills by (date.desc, ID.desc) instead of just date.descBaptiste Jonglez1-1/+2
2017-01-02Optimise SQL queries when computing balanceBaptiste Jonglez1-1/+1
2016-06-16Hide the member weights in members list if all weights are "1".Jocelyn Delande1-0/+4
2016-06-15Added member weights support to APIJocelyn Delande1-2/+2
2016-06-15Add members weight in models and budget backend refs #94Jocelyn Delande1-3/+6
2015-07-05Bugfix rounding settle algorithmAlexandre Avenel1-1/+1
2015-05-01specified sizes for string columns for MySQLJocelyn Delande1-5/+5
2014-07-22Format numbers in templatesAlexandre Avenel1-1/+1
2014-07-21Fix rounding error in balancesAlexandre Avenel1-1/+1
2013-10-12bugfix #104 : ZeroDivisionErrorA.Avenel1-1/+4
2013-05-09Merge pull request #96 from aavenel/masterAlexis Metaireau1-0/+47
2013-05-09OptimizationA.Avenel1-4/+6
2013-04-08Bugfix#92 : error when deleting an userA.Avenel1-1/+4
2013-04-07More code cleanup for "settle bills"A.Avenel1-4/+4
2013-04-07use "member.id" instead of "member"A.Avenel1-11/+9
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel1-1/+1
2013-02-18update for flask 0.9A.Avenel1-1/+1
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel1-1/+48
2012-05-19Switched to the new naming scheme for extensionsAlexis Metaireau1-1/+1
2012-03-28Merge branch 'master' of git://github.com/spiral-project/ihatemoneyFrédéric Sureau1-6/+12
2012-03-12Split bills function and basic template.Xavier Mehrenberger1-1/+48
2012-03-06code reread: noop, and pep8 <3Feth AREZKI1-6/+12
2012-01-28Correct bug in members model. The has_bills method did not worked as expected...Frédéric Sureau1-1/+1
2011-12-03Fix for a bug introduced in last commit : crash of dashboard view when there ...A.Avenel1-0/+4
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos1-0/+4
2011-10-18Document the API. Fix #46Alexis Metaireau1-3/+4
2011-10-18Use the relation table for "has_bills".Alexis Metaireau1-4/+3
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-1/+0
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-2/+2
2011-10-08Round the balance. Fix #1Alexis Metaireau1-1/+1
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-8/+7
2011-09-13API: Create and Update supportAlexis Metaireau1-2/+17
2011-09-13REST API is now able to list stuff \o/Alexis Metaireau1-1/+26
2011-09-13Add a serialization mechanismAlexis Metaireau1-0/+7
2011-09-09Move some logic to the models and add comments.Alexis Metaireau1-0/+27
2011-09-09Start working on archive managementAlexis Metaireau1-0/+17
2011-08-10Add some more tests about membership. (#14)Alexis Metaireau1-1/+1
2011-08-09Users are deleted when no bill is assigned to them. Fixes #5Frédéric Sureau1-0/+8
2011-07-31Makes the computation working.Alexis Metaireau1-1/+25
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-0/+3
2011-07-23Manage users creationAlexis Metaireau1-1/+1
2011-07-23Split the logic into different python modules:Alexis Metaireau1-0/+54