1
1
Commit Graph

44 Commits

Author SHA1 Message Date
652cea79ae rewrite frontend and logic in core app 2021-01-10 21:25:43 +01:00
37f698d82b add whole new app for balance prediction, replace uwsgi, update everything 2021-01-04 14:45:43 +01:00
5e2881af2a upgrade django to 3.1.4 2020-12-02 13:32:38 +01:00
b9b80ccca3 update basically everything 2020-11-25 17:45:50 +01:00
a2c838bc4d upgrade django 2020-08-14 00:40:17 +02:00
4f7501d772 upgrade python to 3.8.5 2020-08-14 00:39:38 +02:00
b3b19ec28d upgrade financeplanner dev db to postgres 12.3 2020-06-30 12:09:23 +02:00
6b0325e515 upgrade financeplanner base image to python 3.8.3 2020-06-30 12:08:50 +02:00
d4ca20c898 upgrade financeplanner requirements 2020-06-30 12:08:11 +02:00
7efb5f61e3 force graph height to be 300px 2020-04-06 19:36:07 +02:00
4b5ce3bc46 add html meta tag to make the site mobile-ready 2020-04-06 19:30:16 +02:00
79f99bf146 add locale settings 2020-04-05 15:28:39 +02:00
1ee8b4b34d upgrade python base image and requirements 2020-04-05 15:23:59 +02:00
42528f0799 rename 'floplanner' to 'financeproject' and change other occurences of 'flo' 2020-03-24 12:14:38 +01:00
b517ce8307 display details about hovered stats 2020-03-13 00:19:56 +01:00
b491326b4b highlight today's bar, calculate daily stats considering irregular expenses and show them interactively 2020-03-12 23:07:10 +01:00
45861fbb13 upgrade requirements 2020-03-12 21:47:53 +01:00
e5d3492ad2 add checkbox to toggle display of irregular expenses, not doing anything yet 2020-03-11 19:19:42 +01:00
be4bb962ea completely remove coloring of graph bars 2020-03-09 16:45:50 +01:00
1675f5a545 use base template for main page 2020-03-05 11:06:09 +01:00
a0c543babf add base template and make login and logout page extend it 2020-03-04 18:27:29 +01:00
619b2b3aad improve scroll bar appearance for graph 2020-03-03 17:02:58 +01:00
0f37a54469 add monthly result after irregular expenses 2020-03-01 20:33:32 +01:00
eda341a66a fix typo in opacity class 2020-03-01 20:22:05 +01:00
4de9609f51 narrow displayed time range 2020-02-27 11:41:38 +01:00
1722ef79a2 add statistics for irregular expenses, interpret negative transactions as outgoing and positive as incoming 2020-02-27 10:35:19 +01:00
eee65c63fc adjust index view, template and tags to work with the new Statistics class 2020-02-26 23:29:25 +01:00
b3d610cff6 finish copying logic to Statistics class 2020-02-26 23:28:27 +01:00
c1b7f0a787 started copying logic into a class 2020-02-26 19:31:17 +01:00
89b95621b2 improve current average monthly values 2020-02-26 18:45:29 +01:00
9f7778fc42 replace all usages of datetime with django.timezone and timedelta with relativedelta 2020-02-26 18:38:35 +01:00
a9df49cf6d partly calculate analysis and improve amount formatting 2020-02-26 18:31:07 +01:00
f2a226227b prepare analysis showcase 2020-02-26 00:10:49 +01:00
edb9020a7b sort actual transaction list by date 2020-02-26 00:10:28 +01:00
b22baf261d use custom template tag to append euro to prices 2020-02-26 00:10:05 +01:00
693b1198e7 use date filter instead of preparing date strings 2020-02-22 14:32:15 +01:00
78dda14778 replace tooltip with date on hover above the graph 2020-02-21 00:13:26 +01:00
df8777c724 improve graph bar style 2020-02-21 00:12:27 +01:00
9a27a0ca5c don't show graph when there a no balances 2020-02-18 20:45:47 +01:00
96ca72001b style data with tables and improve headings 2020-02-18 20:45:29 +01:00
daf9f51bf4 separate information into multiple main-containers 2020-02-18 18:03:03 +01:00
f2d73b10bf take events since the last balance into account when calculating the graph 2020-02-18 17:47:17 +01:00
cdd358903b handle calculating scale without values 2020-02-18 16:15:13 +01:00
aadff671bd copy whole project from another repo 2020-02-18 16:01:28 +01:00