Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add normale expenses to stats-page | René 'Necoro' Neumann | 2016-05-01 | 1 | -5/+12 |
| | |||||
* | Fix | René 'Necoro' Neumann | 2015-11-01 | 1 | -3/+3 |
| | |||||
* | List constant expenses ending last month | René 'Necoro' Neumann | 2015-11-01 | 1 | -1/+6 |
| | |||||
* | Search function | René 'Necoro' Neumann | 2014-12-15 | 1 | -0/+24 |
| | |||||
* | Add clickable stat points | René 'Necoro' Neumann | 2014-08-28 | 1 | -0/+10 |
| | |||||
* | Fix statistics | René 'Necoro' Neumann | 2014-08-26 | 1 | -4/+7 |
| | |||||
* | Remove API | René 'Necoro' Neumann | 2014-08-25 | 2 | -13/+0 |
| | |||||
* | First statistics :) | René 'Necoro' Neumann | 2014-01-17 | 2 | -3/+41 |
| | |||||
* | Default to category name when there is no description given (only on add()!) | René 'Necoro' Neumann | 2014-01-14 | 1 | -4/+10 |
| | |||||
* | Remember me | René 'Necoro' Neumann | 2014-01-14 | 1 | -1/+2 |
| | |||||
* | D'oh | René 'Necoro' Neumann | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Fix calculation of default time span for constant costs. | René 'Necoro' Neumann | 2014-01-13 | 1 | -2/+10 |
| | |||||
* | Fixes and cleanup and documentation | René 'Necoro' Neumann | 2013-11-01 | 4 | -52/+110 |
| | |||||
* | Remove 'flask_extend' -- we are on 0.10 already | René 'Necoro' Neumann | 2013-11-01 | 1 | -2/+1 |
| | |||||
* | Some reorganization | René 'Necoro' Neumann | 2013-11-01 | 4 | -32/+103 |
| | |||||
* | Add a link to the flash for new/edited expenses | René 'Necoro' Neumann | 2013-10-22 | 1 | -3/+10 |
| | |||||
* | 'Change password' support | René 'Necoro' Neumann | 2013-10-19 | 1 | -6/+21 |
| | |||||
* | Rename 'login' to 'user' | René 'Necoro' Neumann | 2013-10-19 | 2 | -4/+4 |
| | |||||
* | More informational flashes | René 'Necoro' Neumann | 2013-10-19 | 2 | -2/+9 |
| | |||||
* | Allow @templated to be called raw, i.e. w/o () | René 'Necoro' Neumann | 2013-10-16 | 4 | -9/+9 |
| | |||||
* | Forgot two places where to show flashes on validation errors | René 'Necoro' Neumann | 2013-10-16 | 2 | -3/+3 |
| | |||||
* | Check user's authorisation when loading entries by ID. | René 'Necoro' Neumann | 2013-10-16 | 3 | -5/+14 |
| | |||||
* | Print username or description in title | René 'Necoro' Neumann | 2013-10-16 | 1 | -0/+1 |
| | |||||
* | Quotestyle | René 'Necoro' Neumann | 2013-10-15 | 5 | -49/+49 |
| | |||||
* | Flash on error in all forms | René 'Necoro' Neumann | 2013-10-15 | 1 | -3/+1 |
| | |||||
* | Support flashing | René 'Necoro' Neumann | 2013-10-15 | 2 | -2/+5 |
| | |||||
* | Nicer organised imports | René 'Necoro' Neumann | 2013-10-15 | 6 | -24/+40 |
| | |||||
* | Finish login stuff | René 'Necoro' Neumann | 2013-10-14 | 5 | -11/+52 |
| | |||||
* | Add first API stuff -- SingleExpense and Category | René 'Necoro' Neumann | 2013-09-30 | 2 | -1/+13 |
| | |||||
* | Fix display of one month | René 'Necoro' Neumann | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Remove python SVG stuff | René 'Necoro' Neumann | 2013-09-14 | 2 | -45/+1 |
| | |||||
* | Pie stuff | René 'Necoro' Neumann | 2013-09-14 | 2 | -4/+19 |
| | |||||
* | First pygal/chart stuff | René 'Necoro' Neumann | 2013-09-10 | 2 | -3/+47 |
| | |||||
* | Fix redirect | René 'Necoro' Neumann | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Fix templated | René 'Necoro' Neumann | 2013-04-16 | 2 | -2/+2 |
| | |||||
* | 'templated' and wrapped 'redirect' | René 'Necoro' Neumann | 2013-04-15 | 3 | -33/+35 |
| | |||||
* | Categories: fix | René 'Necoro' Neumann | 2013-04-15 | 1 | -5/+17 |
| | |||||
* | Add expense should redirect to itself | René 'Necoro' Neumann | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Order constant expenses by description | René 'Necoro' Neumann | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Path fix | René 'Necoro' Neumann | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Some reorganizing | René 'Necoro' Neumann | 2013-04-15 | 3 | -12/+20 |
| | |||||
* | constexps functionality | René 'Necoro' Neumann | 2013-04-15 | 1 | -3/+94 |
| | |||||
* | Moved the 'date' filter to the top-level | René 'Necoro' Neumann | 2013-04-15 | 2 | -13/+15 |
| | |||||
* | Backport @app.template_test; make the functions in expenses filters/tests | René 'Necoro' Neumann | 2013-04-14 | 3 | -20/+18 |
| | |||||
* | Simplify some things | René 'Necoro' Neumann | 2013-04-14 | 1 | -22/+18 |
| | |||||
* | Use unicode for interface strings | René 'Necoro' Neumann | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | Edit expense | René 'Necoro' Neumann | 2013-04-14 | 1 | -7/+29 |
| | |||||
* | Add expense -- in Flask | René 'Necoro' Neumann | 2013-04-14 | 1 | -4/+19 |
| | |||||
* | In Flask/Jinja: Show / Categories | René 'Necoro' Neumann | 2013-04-12 | 4 | -0/+133 |