really should consider quarterly bill additions as seasonal <- more likely for elec, gas, etc

This commit is contained in:
2025-08-18 17:50:50 +10:00
parent 7ac7acf44c
commit 676e9ab95f

2
TODO
View File

@@ -4,7 +4,7 @@ For bills:
* need to work out 'first bill' and 'last bill' to auto-fill missing bills based on * need to work out 'first bill' and 'last bill' to auto-fill missing bills based on
-- all missing bills follow varying growth models & its by choice -- therefore I need this in DB -- all missing bills follow varying growth models & its by choice -- therefore I need this in DB
- ANN: flat, min, avg, max, manual - ANN: flat, min, avg, max, manual
- QTR: flat, qtrly: min/avg/max/manual, annual: min/avg/max/manual - QTR: flat, qtrly seasonal: min/avg/max/manual, qtrly simple: min/avg/max/manual, annual: min/avg/max/manual
- MON: flat, monthly: min/avg/max/manual, annual: min/avg/max/manual - MON: flat, monthly: min/avg/max/manual, annual: min/avg/max/manual
-- use this logic to add missing bills (date): -- use this logic to add missing bills (date):
-- ANN: missing annual bill, find date based on MM-DD and add new year - given we start with first_bill anyway, will only be used for future bill predictions -- ANN: missing annual bill, find date based on MM-DD and add new year - given we start with first_bill anyway, will only be used for future bill predictions