Project

General

Profile

« Previous | Next » 

Revision c5ccc7aa

Added by David Sorber over 4 years ago

The generate_row.py script is no longer needed but this is officially
the last version of it with all last local modifications.

View differences:

software/misc/generate_rows.py
'<td>{:s}</td>\n </tr>'
def main():
num_rows = 68
row_idx = 23
month_idx = 8
year_idx = 2020
principal = 34000
num_rows = 40
row_idx = 38
month_idx = 11
year_idx = 2021
principal = 19000
for idx in range(num_rows):
row = ((row_idx % 2 == 0) and ' class="even_row"' or '',

Also available in: Unified diff