summaryrefslogtreecommitdiff
path: root/app/views/expenses.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-23RestructureRené 'Necoro' Neumann1-224/+0
2020-01-12Use HTML5 DatepickerRené 'Necoro' Neumann1-1/+0
2020-01-11Set date only if not todayRené 'Necoro' Neumann1-1/+1
2020-01-11/add now remembers the date on reloadingRené 'Necoro' Neumann1-1/+16
2020-01-11Fix from upgrading flask-sqlalchemyRené 'Necoro' Neumann1-1/+2
2016-07-052to3 conversionRené 'Necoro' Neumann1-11/+11
2016-07-05First batch of py3 changesRené 'Necoro' Neumann1-1/+1
2014-12-15Search functionRené 'Necoro' Neumann1-0/+24
2014-01-14Default to category name when there is no description given (only on add()!)René 'Necoro' Neumann1-4/+10
2013-11-01Fixes and cleanup and documentationRené 'Necoro' Neumann1-16/+46
2013-11-01Some reorganizationRené 'Necoro' Neumann1-11/+24
2013-10-22Add a link to the flash for new/edited expensesRené 'Necoro' Neumann1-3/+10
2013-10-19More informational flashesRené 'Necoro' Neumann1-1/+5
2013-10-16Allow @templated to be called raw, i.e. w/o ()René 'Necoro' Neumann1-3/+3
2013-10-16Forgot two places where to show flashes on validation errorsRené 'Necoro' Neumann1-2/+2
2013-10-16Check user's authorisation when loading entries by ID.René 'Necoro' Neumann1-1/+4
2013-10-15QuotestyleRené 'Necoro' Neumann1-11/+11
2013-10-15Nicer organised importsRené 'Necoro' Neumann1-7/+6
2013-10-14Finish login stuffRené 'Necoro' Neumann1-5/+10
2013-09-15Fix display of one monthRené 'Necoro' Neumann1-2/+2
2013-09-14Pie stuffRené 'Necoro' Neumann1-4/+17
2013-04-16Fix templatedRené 'Necoro' Neumann1-1/+1
2013-04-15'templated' and wrapped 'redirect'René 'Necoro' Neumann1-13/+13
2013-04-15Add expense should redirect to itselfRené 'Necoro' Neumann1-1/+1
2013-04-15Path fixRené 'Necoro' Neumann1-1/+1
2013-04-15Some reorganizingRené 'Necoro' Neumann1-3/+6
2013-04-15Moved the 'date' filter to the top-levelRené 'Necoro' Neumann1-13/+8
2013-04-14Backport @app.template_test; make the functions in expenses filters/testsRené 'Necoro' Neumann1-18/+16
2013-04-14Simplify some thingsRené 'Necoro' Neumann1-22/+18
2013-04-14Edit expenseRené 'Necoro' Neumann1-7/+29
2013-04-14Add expense -- in FlaskRené 'Necoro' Neumann1-4/+19
2013-04-12In Flask/Jinja: Show / CategoriesRené 'Necoro' Neumann1-0/+76