improved when I finish work vs bluring the 12 week payout and changed to using today() instead of now() as I dont need anything but dates

This commit is contained in:
2025-05-09 14:22:59 +10:00
parent 7bc62a60dc
commit cea4cb9ed4
3 changed files with 16 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ def index():
# Row 2
r=[]
r.append( FP_VAR( 'D # Fortnights pay', 'D_Num_fortnights_pay' ) )
r.append( FP_VAR( 'D # Pays to quit', 'D_Num_fortnights_pay' ) )
r.append( FP_VAR( 'Interest Rate', 'Interest_Rate' ) )
r.append( FP_VAR( 'Car Loan (monthly)', 'Car_loan', 'readonly' ) )
r.append( FP_VAR( 'Inflation', 'Inflation' ) )