Commit Graph

23 Commits

Author SHA1 Message Date
c469f6d281 force new bill to restrict the amount to $/c (2 decimal points) 2025-08-21 16:51:57 +10:00
5ebd623d88 replaced ann_growth with ann_growth_min, ann_growth_avg, ann_growth_max in DB 2025-08-20 18:07:09 +10:00
232f16deba made bill_freq have simple / hard-coded number of bills for a year, e.g. annual == 1, monthly == 12, etc) 2025-08-18 17:45:20 +10:00
adac3eceeb added bill_freq table and referenced it, tweak growth field to ann_growth and added a set_bill_type_growth, for when we can derive a value 2025-08-18 11:13:31 +10:00
b02e03339e Changing a bill (bill_data) now works, as does cancelling cleanly - this is now functional. I have renamed/improved the left-hand-side fields, right-hand-side next - to improve consistency between html and db and bill_data and bill_type 2025-08-14 15:32:09 +10:00
67c855b731 redo the way we do padding to be much more accurate 2025-05-24 16:19:29 +10:00
7b1112eb76 use new /data/ location for finance.db in prod 2025-04-30 13:55:49 +10:00
2809c01d8e updated starting values 2025-04-30 13:00:07 +10:00
3828f849a4 allow the db to persist in /srv/docker/container, if we are in PROD 2025-04-29 15:15:37 +10:00
1f993397b7 updated comment to keep rough ME bank total, so I dont have to look it up 2025-04-29 12:05:51 +10:00
9baa3b4987 only sell shares in the first year if its not in the same financial year, also show original buffer in comparing note 2025-03-20 17:23:48 +11:00
762746a0c1 update comments, including updated version using for inflation 2025-03-04 20:58:47 +11:00
3f7ff98978 updated to support new fields Car_buyout, Car_buyout_date, Ioniq6_future 2025-02-20 15:50:31 +11:00
d0124213fc saving now works, remove exports completely 2025-02-14 16:08:28 +11:00
1272d3a786 comparison now works as required 2025-02-13 21:51:39 +11:00
14de3f1790 change to col-auto everywhere, with some more forcing of width maximums to make the page more consistent, redid defaults to incorporate updated per fortnight lease cost, and updated inflation figure/notes/references. Updated default Living expenses to 84000 to match latest view of data, fixed up compare_to to now work, shows a graph of data to compare with, allows drop-down to be compare_to nothing or a saved set, only 1 hand saved for now. Annotations on graph for large changes in savings now work and are legible - had to allow overlap and do some overly complex left/right up/down offsetting to make them all sensible 2025-02-13 17:12:02 +11:00
65ed02812a converted over to using a class in disp.py that defines data about each variable in the form, and use an array of these objects to format the form in templates/index.html -- provides consistency of bootstrap classes and makes it far easier to move items around columns/rows in the future, e.g. when I resign. Also, now retrieve actual values form comparison set data (still have hardcoded cset_id for now), but also stopped using separate vars for items like CBA/TLS, and buried them into the finance_data 2025-02-12 17:25:23 +11:00
b9b6da1f7a re-vamp of front-end to use less space. Also, first pass at using comparison data from DB, and created a function to find the last comparison value and use that in the table 2025-02-10 16:53:37 +11:00
63467828d3 remember to also update D_leave_owed_in_days 2025-02-06 14:09:23 +11:00
e0c82e8359 updated starting figures based on todays data - for yesterday really 2025-02-06 10:10:31 +11:00
c2886faa30 now allows downloading, defaults include health care and better leave calc. This is probably good enough now, so I have also saved a snapshot/csv of the data 2025-01-31 20:07:40 +11:00
b9f54505cc removed M_* variables that are no longer relevant, cleaned up interface to have columns more ordered, updated default values in DB to be more as accurate as I can make them for now 2025-01-30 16:53:31 +11:00
01d373e731 initial commit of finplan - works, with basic csv dump, need to remove unneeded variables, reformat and improve csv next 2025-01-30 16:23:05 +11:00