diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..a11fb71 --- /dev/null +++ b/BUGS @@ -0,0 +1,3 @@ +when I remove and re-add a different onclick handler for new-bt and canc-bt, it +just does not really seem to work. If I call NewBillType(id) where id > 0, it +actuall updates in the backend, but it always does NewBillType(0) diff --git a/templates/bills.html b/templates/bills.html new file mode 100644 index 0000000..c31090a --- /dev/null +++ b/templates/bills.html @@ -0,0 +1,169 @@ + + + + + + + + + Finance Form (Bill Details) + + + + + + + + +
+

Bill Details (go to Finance Tracker)

+ +
+
+ +
+
+
+
+ + +
+ +
+
+
+
+
+ {% for el in bill_data %} +
+
+
+
+ + +
+ {% endfor %} +
+ + +
+
+ +
+ + +
+
+
+
+
+
+ {% for el in bill_types %} +
+
+ + +
+
+ + + + +
+ {% endfor %} +
+ + + +