aboutsummaryrefslogtreecommitdiff
path: root/budget
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07bugfix : "Settle" link was not active on navbar.A.Avenel2-5/+4
2013-04-07More code cleanup for "settle bills"A.Avenel4-9/+9
2013-04-07use "member.id" instead of "member"A.Avenel5-31/+29
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel10-29/+35
2013-02-19Update tests to work with flask 0.9A.Avenel1-3/+5
2013-02-18update for flask 0.9A.Avenel6-8/+8
2012-11-26update for "create archive" interfaceA.Avenel3-4/+5
2012-11-25Increase max-height for modalA.Avenel1-0/+4
so we can display more members without using scrollbars
2012-11-25Cosmetic changes for "add a bill" panelA.Avenel2-14/+13
2012-11-03Add unit tests for settle_billA.Avenel2-11/+79
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel5-10/+94
Conflicts: budget/templates/layout.html budget/templates/list_bills.html
2012-09-03Some love for the dashboard viewA.Avenel1-13/+14
2012-09-03Bugfix : "Submit and add a new one" not workingA.Avenel1-1/+1
2012-09-03Bugfix : calendar widget not working when you edit a bill.A.Avenel3-11/+9
2012-09-03Remove some old code no longer needed (Correct 404 errors about jquery-ui)A.Avenel1-6/+0
2012-09-02remove epio supportAlexis Metaireau2-21/+0
2012-09-02Fix project deletion. fix #87Alexis Metaireau3-3/+22
2012-09-02Enhance the test suiteAlexis Metaireau1-56/+48
2012-06-10add sentry supportAlexis Metaireau2-0/+6
2012-05-19Switched to the new naming scheme for extensionsAlexis Metaireau1-1/+1
2012-04-05Update to Boostrap v2.Frédéric Sureau47-1491/+1863
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-04-01add settings for epioAlexis Metaireau1-0/+12
2012-04-01make tests run on python 2.7 alsoAlexis Metaireau1-4/+8
2012-03-29Adds test for the has_bills() method of Person modelFrédéric Sureau1-0/+25
2012-03-28Merge branch 'master' of git://github.com/spiral-project/ihatemoneyFrédéric Sureau6-90/+131
2012-03-12Split bills function and basic template.Xavier Mehrenberger5-9/+95
2012-03-06remove unused codeFeth AREZKI1-9/+0
If that code is ever needed, I'll try to rewrite it as a class decorator, which is more hype
2012-03-06remove unused imports, and pep8Feth AREZKI1-2/+3
2012-03-06remove unused imports and from blah import *Feth AREZKI1-3/+3
2012-03-06remove from blah import *Feth AREZKI1-6/+3
2012-03-06code reread: noop, and pep8 <3Feth AREZKI1-6/+12
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-20/+34
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-28/+52
2012-02-20tolerance to smtp error when creating projectFeth AREZKI1-2/+10
2012-02-20cosmit. rem trailing spacesFeth AREZKI1-18/+18
2012-02-15Merge remote-tracking branch 'upstream/master'Frédéric Sureau13-1/+659
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC5-0/+37
2012-02-09Use embedded fonts instead of Google.Adrien CLERC1-1/+1
2012-02-09Add font generated from FontSquirrel. The CSS haveAdrien CLERC8-0/+621
been slightly modified.
2012-01-28Correct bug in members model. The has_bills method did not worked as ↵Frédéric Sureau1-1/+1
expected. Fix #73.
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau4-11/+30
2011-12-04Fix an error in dashboard.htmlAlexis Metaireau1-2/+2
2011-12-03Fix for a bug introduced in last commit : crash of dashboard view when there ↵A.Avenel2-1/+14
is no bill.
2011-12-03Small commit to add more informations in dashboard view.A.Avenel2-2/+6
2011-12-03The 'submit and add a new one' button now acts as intendedAlexis Metaireau1-2/+7
2011-12-03oops, forgot to include dashboard.html in a previous commit. See #42Alexis Metaireau1-0/+11
2011-11-28Add a 'sumbit and add a new one' button for new bills. Fix #53Alexis Metaireau4-4/+12
2011-11-28Fix a little styling mistake. Now the menu displays the right wayAlexis Metaireau2-2/+3
2011-11-28Fix #59. Edit now works properlyAlexis Metaireau2-4/+5
2011-11-28add a (dead simple) dashboard. Fixes #42Alexis Metaireau1-0/+4