added new details on bugs/todo for bill calcs without page reload
This commit is contained in:
11
BUGS
11
BUGS
@@ -7,3 +7,14 @@
|
|||||||
- something to do with missing year of data in quarterly bills - still an issue
|
- something to do with missing year of data in quarterly bills - still an issue
|
||||||
|
|
||||||
* if change a bill (like Amazon), then its future estimates don't update
|
* if change a bill (like Amazon), then its future estimates don't update
|
||||||
|
- recalc does fix, so a simple delete future bills for this bill type and
|
||||||
|
re-estiate will do it, BUT, its a simple POST now...
|
||||||
|
I think a re-write of functions in bills may be needed, so that we can
|
||||||
|
pull out future estimates based on growth (that may need to change due to
|
||||||
|
this changed amount), etc.
|
||||||
|
- also occurs if we delete a bill
|
||||||
|
-- but on the +ve side, changing growth toggle, resets future bills -
|
||||||
|
so can call UseGrowth( bt_id )
|
||||||
|
SO only missing bit would be to recalculate growth based on existing
|
||||||
|
bills for this bill type.... SO, may not need to redo code everywhere,
|
||||||
|
but should consider it anyway
|
||||||
|
|||||||
6
TODO
6
TODO
@@ -1,7 +1,9 @@
|
|||||||
bills:
|
bills:
|
||||||
bill for the year (when removed from LE, should be dynamic)
|
* bill for the year (when removed from LE, should be dynamic)
|
||||||
|
- REQUIRES REWRITE OF BILLS TO BE HEADLESS and then called from UI/maybe more ajax
|
||||||
|
- noting BUT also requires above
|
||||||
|
|
||||||
bills html, and growth types are poor code repitition / lame... could I do something more like:
|
* bills html, and growth types are poor code repetition / lame... could I do something more like:
|
||||||
{% for gt in growth %}
|
{% for gt in growth %}
|
||||||
{% if gt.name == 'Min' %}
|
{% if gt.name == 'Min' %}
|
||||||
<option value='min'
|
<option value='min'
|
||||||
|
|||||||
Reference in New Issue
Block a user