Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed base 'Expense' class; introduce CategoryModel instead | René 'Necoro' Neumann | 2016-05-01 | 1 | -6/+7 |
| | |||||
* | Add normale expenses to stats-page | René 'Necoro' Neumann | 2016-05-01 | 1 | -5/+12 |
| | |||||
* | Better whitespace handling | René 'Necoro' Neumann | 2016-05-01 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | Port for WTForms2 (partially) | René 'Necoro' Neumann | 2014-08-25 | 1 | -6/+5 |
| | |||||
* | 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 | 2 | -5/+11 |
| | |||||
* | 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 | 8 | -64/+175 |
| | |||||
* | Remove 'flask_extend' -- we are on 0.10 already | René 'Necoro' Neumann | 2013-11-01 | 3 | -35/+2 |
| | |||||
* | Some reorganization | René 'Necoro' Neumann | 2013-11-01 | 6 | -112/+108 |
| | |||||
* | 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 | 3 | -7/+39 |
| | |||||
* | 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 |
| | |||||
* | Fix locale support for forms | René 'Necoro' Neumann | 2013-10-16 | 1 | -2/+11 |
| | |||||
* | Use german locale for forms | René 'Necoro' Neumann | 2013-10-16 | 1 | -0/+1 |
| | |||||
* | Allow @templated to be called raw, i.e. w/o () | René 'Necoro' Neumann | 2013-10-16 | 5 | -10/+20 |
| | |||||
* | Category names do not need to be unique | René 'Necoro' Neumann | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -6/+43 |
| | |||||
* | Print username or description in title | René 'Necoro' Neumann | 2013-10-16 | 2 | -1/+2 |
| | |||||
* | Quotestyle | René 'Necoro' Neumann | 2013-10-15 | 9 | -79/+81 |
| | |||||
* | Flash on error in all forms | René 'Necoro' Neumann | 2013-10-15 | 2 | -5/+21 |
| | |||||
* | Support flashing | René 'Necoro' Neumann | 2013-10-15 | 3 | -2/+6 |
| | |||||
* | Moved user implementation from model to login | René 'Necoro' Neumann | 2013-10-15 | 3 | -28/+13 |
| | |||||
* | Nicer organised imports | René 'Necoro' Neumann | 2013-10-15 | 6 | -24/+40 |
| | |||||
* | Finish login stuff | René 'Necoro' Neumann | 2013-10-14 | 9 | -28/+128 |
| | |||||
* | More model tuning | René 'Necoro' Neumann | 2013-10-14 | 1 | -3/+3 |
| | |||||
* | Add User to model | René 'Necoro' Neumann | 2013-10-14 | 1 | -8/+25 |
| | |||||
* | 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: Make defaults in fields of forms a function. | René 'Necoro' Neumann | 2013-04-18 | 1 | -3/+3 |
| | | | | | Reason: Else default will be set on class creation -- which is bad if you use 'today()' ... | ||||
* | Fix templated | René 'Necoro' Neumann | 2013-04-16 | 3 | -6/+12 |
| | |||||
* | 'templated' and wrapped 'redirect' | René 'Necoro' Neumann | 2013-04-15 | 4 | -33/+64 |
| | |||||
* | 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 |
| |