HTL mod for till reconciliation.
authorszrj1m <szrj1m>
Mon, 22 Aug 2005 00:52:35 +0000 (00:52 +0000)
committerszrj1m <szrj1m>
Mon, 22 Aug 2005 00:52:35 +0000 (00:52 +0000)
koha-tmpl/intranet-tmpl/vanilla/en/stats.screen.tmpl [new file with mode: 0755]

diff --git a/koha-tmpl/intranet-tmpl/vanilla/en/stats.screen.tmpl b/koha-tmpl/intranet-tmpl/vanilla/en/stats.screen.tmpl
new file mode 100755 (executable)
index 0000000..9d3bb99
--- /dev/null
@@ -0,0 +1,75 @@
+<!-- TMPL_INCLUDE NAME="reports-top.inc" -->\r
+\r
+<h1>Till Reconciliation : Payments</h1>\r
+\r
+        <table border="0" cellspacing="0" cellpadding="0" class="collapse">\r
+                <tr>\r
+                        <th class="cell-header">Branch</th>\r
+                        <th class="cell-header">Date/time</th>\r
+                        <th class="cell-header">Surname</th>\r
+                        <th class="cell-header">Firstname</th>\r
+                        <th class="cell-header">Description</th>\r
+                        <th class="cell-header">Charge Type</th>\r
+                        <th class="cell-header">Invoice Amount</th>\r
+                        <th class="cell-header">Payment Type</th>\r
+                        <th class="cell-header">Payment Amount</th>\r
+                </tr>\r
+                <tr>\r
+                <!-- TMPL_LOOP NAME=loop1 -->\r
+                <tr>\r
+                     <td class="cell"><!-- TMPL_VAR NAME="branch" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="datetime" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="surname" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="firstname" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="description" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="accountype" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="amount" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="type" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="value" --></td>\r
+                </tr>\r
+                <!-- /TMPL_LOOP -->\r
+        </table>\r
+\r
+<p>\r
+        <b>Total amount paid: <!-- TMPL_VAR NAME="totalpaid" --></b>\r
+        <br>\r
+        <b>Total number written off: <!-- TMPL_VAR NAME="totalwritten" --></b>\r
+</p>\r
+\r
+\r
+<h1>Till Reconciliation : Credits</h1>\r
+\r
+        <table border="0" cellspacing="0" cellpadding="0" class="collapse">\r
+                <tr>\r
+                        <th class="cell-header">Branch</th>\r
+                        <th class="cell-header">Date/time</th>\r
+                        <th class="cell-header">Surname</th>\r
+                        <th class="cell-header">Firstname</th>\r
+                        <th class="cell-header">Description</th>\r
+                        <th class="cell-header">Charge Type</th>\r
+                        <th class="cell-header">Invoice Amount</th>\r
+                </tr>\r
+                <tr>\r
+                <!-- TMPL_LOOP NAME=loop2 -->\r
+                <tr>\r
+                     <td class="cell"><!-- TMPL_VAR NAME="creditbranch" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditdate" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditsurname" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditfirstname" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditdescription" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditaccounttype" --></td>\r
+                        <td class="cell"><!-- TMPL_VAR NAME="creditamount" --></td>\r
+                </tr>\r
+                <!-- /TMPL_LOOP -->\r
+        </table>\r
+<p>\r
+        <b>Total amount credits: <!-- TMPL_VAR NAME="totalcredits" --></b>\r
+</p>\r
+\r
+\r
+\r
+\r
+<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->\r
+</body>\r
+</html>\r
+\r