1
1
Commit Graph

64 Commits

Author SHA1 Message Date
flo 13814a2288 upgrade requirements 2023-04-28 14:52:09 +02:00
flo c7482b769d upgrade django 2023-04-01 11:16:11 +02:00
flo d163638637 upgrade requirements 2023-01-15 13:41:22 +01:00
flo 27fc9f5a53 upgrade requirements 2022-11-24 22:40:15 +01:00
flo ecd7b4bdc6 upgrade base image to python 3.11 2022-11-24 22:34:19 +01:00
flo 142c51ac8a upgrade local dev postgres to 15 2022-11-24 22:33:57 +01:00
flo 49a8d3e984 dynamically determine CSRF trusted origins 2022-10-16 16:42:32 +02:00
flo 318707a44d add CASRF_TRUSTED_DOMAINS for production 2021-12-19 18:32:58 +01:00
flo 01d8c50e79 explicitely set PK default to BigAutoField 2021-12-19 17:54:15 +01:00
flo fee1298d3b upgrade all requirements 2021-12-19 17:53:22 +01:00
flo 23547f5708 use postgres 14 in local dev environment 2021-12-19 17:53:08 +01:00
flo acabfd4f71 use python 3.10 base image 2021-12-19 17:52:46 +01:00
flo d425e7bfb1 add .venv to gitignore and use trailing slashes for folders 2021-12-19 17:52:12 +01:00
flo a88e6a1725 style input elements 2021-01-20 00:05:12 +01:00
flo dda25ea097 improve and fix style for safari 2021-01-19 17:56:46 +01:00
flo 0447f9f6ef seperate subjects/transaction on a user basis 2021-01-18 23:35:10 +01:00
flo 49ef36fbce add balance prediction page and make it the default 2021-01-18 21:37:41 +01:00
flo 8d94d62c85 small (code) style optimization 2021-01-10 22:15:03 +01:00
flo 491dd93f01 completely remove old financeplanner app 2021-01-10 21:29:25 +01:00
flo 4aebc3109f use new core sites instead of old financeplanner ones 2021-01-10 21:29:07 +01:00
flo 652cea79ae rewrite frontend and logic in core app 2021-01-10 21:25:43 +01:00
flo 37f698d82b add whole new app for balance prediction, replace uwsgi, update everything 2021-01-04 14:45:43 +01:00
flo 5e2881af2a upgrade django to 3.1.4 2020-12-02 13:32:38 +01:00
flo b9b80ccca3 update basically everything 2020-11-25 17:45:50 +01:00
flo a2c838bc4d upgrade django 2020-08-14 00:40:17 +02:00
flo 4f7501d772 upgrade python to 3.8.5 2020-08-14 00:39:38 +02:00
flo b3b19ec28d upgrade financeplanner dev db to postgres 12.3 2020-06-30 12:09:23 +02:00
flo 6b0325e515 upgrade financeplanner base image to python 3.8.3 2020-06-30 12:08:50 +02:00
flo d4ca20c898 upgrade financeplanner requirements 2020-06-30 12:08:11 +02:00
flo 7efb5f61e3 force graph height to be 300px 2020-04-06 19:36:07 +02:00
flo 4b5ce3bc46 add html meta tag to make the site mobile-ready 2020-04-06 19:30:16 +02:00
flo 79f99bf146 add locale settings 2020-04-05 15:28:39 +02:00
flo 1ee8b4b34d upgrade python base image and requirements 2020-04-05 15:23:59 +02:00
flo 42528f0799 rename 'floplanner' to 'financeproject' and change other occurences of 'flo' 2020-03-24 12:14:38 +01:00
flo b517ce8307 display details about hovered stats 2020-03-13 00:19:56 +01:00
flo b491326b4b highlight today's bar, calculate daily stats considering irregular expenses and show them interactively 2020-03-12 23:07:10 +01:00
flo 45861fbb13 upgrade requirements 2020-03-12 21:47:53 +01:00
flo e5d3492ad2 add checkbox to toggle display of irregular expenses, not doing anything yet 2020-03-11 19:19:42 +01:00
flo be4bb962ea completely remove coloring of graph bars 2020-03-09 16:45:50 +01:00
flo 1675f5a545 use base template for main page 2020-03-05 11:06:09 +01:00
flo a0c543babf add base template and make login and logout page extend it 2020-03-04 18:27:29 +01:00
flo 619b2b3aad improve scroll bar appearance for graph 2020-03-03 17:02:58 +01:00
flo 0f37a54469 add monthly result after irregular expenses 2020-03-01 20:33:32 +01:00
flo eda341a66a fix typo in opacity class 2020-03-01 20:22:05 +01:00
flo 4de9609f51 narrow displayed time range 2020-02-27 11:41:38 +01:00
flo 1722ef79a2 add statistics for irregular expenses, interpret negative transactions as outgoing and positive as incoming 2020-02-27 10:35:19 +01:00
flo eee65c63fc adjust index view, template and tags to work with the new Statistics class 2020-02-26 23:29:25 +01:00
flo b3d610cff6 finish copying logic to Statistics class 2020-02-26 23:28:27 +01:00
flo c1b7f0a787 started copying logic into a class 2020-02-26 19:31:17 +01:00
flo 89b95621b2 improve current average monthly values 2020-02-26 18:45:29 +01:00