diff --git a/RIGS/templates/invoice_dashboard.html b/RIGS/templates/invoice_dashboard.html new file mode 100644 index 00000000..b107577f --- /dev/null +++ b/RIGS/templates/invoice_dashboard.html @@ -0,0 +1,101 @@ +{% extends 'base_rigs.html' %} + +{% block content %} + +
+ + + +£{{ total_outstanding|floatformat:2 }}
+£{{ total_waiting|floatformat:2 }}
+{{ total_events }}
+{{ total_invoices }}
+£{{ source.total|floatformat:2 }}
+£{{ total_income|floatformat:2 }}
+{{ mean_invoice_to_payment|floatformat:2 }} days
+