JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made unpaid totals section into a nice table, and added row for sum accross all clients
[contractor-progress.git] / index.html
index 192fccf..48aede9 100644 (file)
 
   <!--~unpaid_totals start~-->
     <h3>Unpaid totals</h3>
-    <p>"queued" includes work-in-progress.
+    <table cellpadding="3" cellspacing="0" border="1" summary="">
+    <tr><th>Client</th><th>Queued<br />&amp; WIP</th><th>Done</th><th>Done &amp;<br />Tested</th><th>Done But<br />Not Tested</th></tr>
     <!--~unpaid_totals_row start~-->
-    <div class="task_link">~client.html~ queued: ~queued_total.money~, tested: ~tested_total.money~, done: ~done_total.money~</div>
+    <tr><td>~client.html~</td><td class="num">~queued_total.money~</td><td class="num">~done_total.money~</td><td class="num">~tested_total.money~</td><td class="num">~not_tested_total.money~</td></tr>
     <!--~end~-->
+    </table>
   <!--~end~-->
 
   <!--~finished_paid start~-->