only sell shares in the first year if its not in the same financial year, also show original buffer in comparing note

This commit is contained in:
2025-03-20 17:23:48 +11:00
parent 762746a0c1
commit 9baa3b4987
4 changed files with 8 additions and 5 deletions

View File

@@ -141,7 +141,7 @@
</select>
</div>
{% if COMP %}
<div style="display:none" id="comp_alert" class="alert alert-info mt-2">Note: {{ '$%0.2f' % COMP['amount']|float }} is the final value of the compared to data. Hover over blue labels above to see what compared to values differed</div>
<div style="display:none" id="comp_alert" class="alert alert-info mt-2">Note: {{ '$%0.2f' % COMP['amount']|float }} is the final value of the compared to data (with a buffer of: {{ '$%0.2f' % COMP['buffer']|float }}). Hover over blue labels above to see what compared to values differed</div>
{% endif %}
</div>
</div>