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:
2
main.py
2
main.py
@@ -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' ) )
|
||||
|
||||
Reference in New Issue
Block a user