koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/vanilla/en stats.s... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/vanilla/en stats.s... [rel_3_0]
Date: Thu, 07 Sep 2006 08:04:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/09/07 08:04:30

Removed files:
        koha-tmpl/intranet-tmpl/vanilla/en: stats.screen.tmpl 

Log message:
        vanilla template deleted on rel_3_0.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/vanilla/en/stats.screen.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=0

Patches:
Index: stats.screen.tmpl
===================================================================
RCS file: stats.screen.tmpl
diff -N stats.screen.tmpl
--- stats.screen.tmpl   22 Aug 2005 00:52:35 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,75 +0,0 @@
-<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
-
-<h1>Till Reconciliation : Payments</h1>
-
-        <table border="0" cellspacing="0" cellpadding="0" class="collapse">
-                <tr>
-                        <th class="cell-header">Branch</th>
-                        <th class="cell-header">Date/time</th>
-                        <th class="cell-header">Surname</th>
-                        <th class="cell-header">Firstname</th>
-                        <th class="cell-header">Description</th>
-                        <th class="cell-header">Charge Type</th>
-                        <th class="cell-header">Invoice Amount</th>
-                        <th class="cell-header">Payment Type</th>
-                        <th class="cell-header">Payment Amount</th>
-                </tr>
-                <tr>
-                <!-- TMPL_LOOP NAME=loop1 -->
-                <tr>
-                     <td class="cell"><!-- TMPL_VAR NAME="branch" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="datetime" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="surname" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="firstname" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="description" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="accountype" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="amount" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="type" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="value" --></td>
-                </tr>
-                <!-- /TMPL_LOOP -->
-        </table>
-
-<p>
-        <b>Total amount paid: <!-- TMPL_VAR NAME="totalpaid" --></b>
-        <br>
-        <b>Total number written off: <!-- TMPL_VAR NAME="totalwritten" --></b>
-</p>
-
-
-<h1>Till Reconciliation : Credits</h1>
-
-        <table border="0" cellspacing="0" cellpadding="0" class="collapse">
-                <tr>
-                        <th class="cell-header">Branch</th>
-                        <th class="cell-header">Date/time</th>
-                        <th class="cell-header">Surname</th>
-                        <th class="cell-header">Firstname</th>
-                        <th class="cell-header">Description</th>
-                        <th class="cell-header">Charge Type</th>
-                        <th class="cell-header">Invoice Amount</th>
-                </tr>
-                <tr>
-                <!-- TMPL_LOOP NAME=loop2 -->
-                <tr>
-                     <td class="cell"><!-- TMPL_VAR NAME="creditbranch" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="creditdate" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="creditsurname" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="creditfirstname" 
--></td>
-                        <td class="cell"><!-- TMPL_VAR 
NAME="creditdescription" --></td>
-                        <td class="cell"><!-- TMPL_VAR 
NAME="creditaccounttype" --></td>
-                        <td class="cell"><!-- TMPL_VAR NAME="creditamount" 
--></td>
-                </tr>
-                <!-- /TMPL_LOOP -->
-        </table>
-<p>
-        <b>Total amount credits: <!-- TMPL_VAR NAME="totalcredits" --></b>
-</p>
-
-
-
-
-<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
-</body>
-</html>
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]