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