Commit Graph

31 Commits

Author SHA1 Message Date
Alexis Lahouze 5d9cc0a953 Move account daily balances into Account model. 2017-05-25 23:18:46 +02:00
Alexis Lahouze e7b3f02f60 Move account category incomes into Account model class. 2017-05-25 23:08:38 +02:00
Alexis Lahouze 4620459b8e Rename query function. 2017-05-25 22:56:42 +02:00
Alexis Lahouze d9e28fb5a9 Add coelesce in income query. 2017-05-25 22:46:35 +02:00
Alexis Lahouze 5fd9c81451 Rewrote category endpoint. 2017-05-25 22:10:14 +02:00
Alexis Lahouze b336b38518 Remove unused attribute. 2017-05-25 22:09:13 +02:00
Alexis Lahouze d2c08c2fb3 Rewrote operations with cumulated balance. 2017-05-25 22:07:56 +02:00
Alexis Lahouze 69d5f57b90 Rewrote OHLC into daily balances. 2017-05-25 22:04:12 +02:00
Alexis Lahouze 7b9302cee2 Rename solds, into balances. 2017-05-25 21:32:42 +02:00
Alexis Lahouze 5b87a27667 improve balances query. 2017-05-25 21:23:56 +02:00
Alexis Lahouze d9e9e3f2a0 Cleanup old functions. 2017-05-25 21:22:00 +02:00
Alexis Lahouze b436e0aa06 Cleanup __init__ and add functions to convert SQLAchemy results into dict. 2017-05-25 21:18:30 +02:00
Alexis Lahouze 01a509d348 Pylint. 2017-05-19 16:58:20 +02:00
Alexis Lahouze a8672a8656 Cleanup user model. 2017-05-19 16:45:55 +02:00
Alexis Lahouze e64ea7b3d1 Move licence in setup.py, fix modelines, module and package doctrings. 2017-05-19 00:05:23 +02:00
Alexis Lahouze a9a12086f9 Remove unused parameters. 2017-05-07 22:41:06 +02:00
Alexis Lahouze f51f238be7 Fix quoting in docstring. 2017-05-07 22:40:06 +02:00
Alexis Lahouze 0a6f7e3c2e Fix quoting in docstring. 2017-05-07 22:39:16 +02:00
Alexis Lahouze 4dbb50301c Del unused parameter. 2017-05-07 22:37:59 +02:00
Alexis Lahouze 911a5925b7 Rename balance to flow. 2017-05-07 22:37:45 +02:00
Alexis Lahouze 545de91d46 Rename solds to balances. 2017-05-07 22:37:31 +02:00
Alexis Lahouze 16684a4938 Fix quoting in docstring, linting. 2017-05-07 22:35:00 +02:00
Alexis Lahouze b1d7e04a26 Linting. 2017-05-07 22:23:47 +02:00
Alexis Lahouze 0d61377280 Docstring, pylint. 2017-05-07 22:23:36 +02:00
Alexis Lahouze 85468abe58 Format. 2017-05-04 14:45:18 +02:00
Alexis Lahouze 36af37d611 Docstring, pylint. 2017-05-04 14:44:22 +02:00
Alexis Lahouze c5147feee8 Move db in model. 2017-05-04 14:39:17 +02:00
Alexis Lahouze 8ec99a2cec Move back user group into views. 2016-06-19 22:10:48 +02:00
Alexis Lahouze a0fa75a26d Move user management in model. 2016-06-17 10:52:14 +02:00
Alexis Lahouze 17709f8f47 Fix imports for new Flask version. 2016-06-16 23:21:57 +02:00
Alexis Lahouze 0ea35808f3 Remove blueprint. 2016-06-16 23:03:45 +02:00