commit c5ccc7aa7c58ffc1c8c904c5a77e624dfc5fa62c
Author: David Sorber <david.sorber@gmail.com>
Date:   Thu Jan 20 18:17:27 2022 -0500

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

diff --git a/software/misc/generate_rows.py b/software/misc/generate_rows.py
index fd1e1a5..0710770 100755
--- a/software/misc/generate_rows.py
+++ b/software/misc/generate_rows.py
@@ -13,11 +13,11 @@ ROW_TEMPLATE = '        <tr{:s}>\n            <td class="align-center">{:d}</td>
                '<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 '',
