[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui lateorders
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui lateorders.tmpl,1.1,1.2 |
Date: |
Wed, 10 Aug 2005 03:22:59 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31863/koha-tmpl/intranet-tmpl/default/en/acqui
Modified Files:
lateorders.tmpl
Log Message:
Bug fixing on query getlateorders.
Adding subtotal.
Changing information display orders.
next work is pretty printing.
Index: lateorders.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/lateorders.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lateorders.tmpl 9 Aug 2005 14:13:27 -0000 1.1
--- lateorders.tmpl 10 Aug 2005 10:22:57 -0000 1.2
***************
*** 6,19 ****
<tr>
<th class="acquisition">Supplier</th>
! <th class="acquisition">Budget</th>
<th class="acquisition">Title</th>
<th class="acquisition">Author</th>
<th class="acquisition">Publisher</th>
<th class="acquisition">Branch</th>
! <th class="acquisition">Order Date</th>
! <th class="acquisition">Including Basket</th>
<th class="acquisition">Quantity</th>
! <th class="acquisition">Unit Price</th>
! <th class="acquisition">Late since</th>
<th class="acquisition"> </th>
</tr>
--- 6,21 ----
<tr>
<th class="acquisition">Supplier</th>
! <th class="acquisition">Order Date</th>
! <th class="acquisition">Late since</th>
! <th class="acquisition">Including Basket</th>
<th class="acquisition">Title</th>
<th class="acquisition">Author</th>
<th class="acquisition">Publisher</th>
<th class="acquisition">Branch</th>
! <th class="acquisition">Estimated Unit Price</th>
! <th class="acquisition">Retailer Catalogue Unit
Price</th>
<th class="acquisition">Quantity</th>
! <th class="acquisition">Total cost</th>
! <th class="acquisition">Budget</th>
<th class="acquisition"> </th>
</tr>
***************
*** 23,26 ****
--- 25,32 ----
<!-- TMPL_VAR name="CGIsupplier" -->
</td>
+ <td> </td>
+ <td>
+ <input type="text" name="delay"
value="<!--TMPL_VAR Name="delay" -->"> days
+ </td>
<td colspan="4">
***************
*** 29,38 ****
<!-- TMPL_VAR name="CGIbranch" -->
</td>
! <td colspan="4">
</td>
- <td>
- <input type="text" name="delay"
value="<!--TMPL_VAR Name="delay" -->"> days
- </td>
<td>
--- 35,41 ----
<!-- TMPL_VAR name="CGIbranch" -->
</td>
! <td colspan="5">
</td>
<td>
***************
*** 47,51 ****
</td>
<td>
! <!-- TMPL_VAR name="budget" -->
</td>
<td>
--- 50,60 ----
</td>
<td>
! <!-- TMPL_VAR name="orderdate" -->
! </td>
! <td class="number">
! <!-- TMPL_VAR name="latesince" -->
! </td>
! <td align="center">
! <!-- TMPL_VAR name="basketno" -->
</td>
<td>
***************
*** 62,69 ****
</td>
<td>
! <!-- TMPL_VAR name="orderdate" -->
</td>
! <td align="center">
! <!-- TMPL_VAR name="basketno" -->
</td>
<td>
--- 71,78 ----
</td>
<td>
! <!-- TMPL_VAR name="unitpricelib" -->
</td>
! <td>
! <!-- TMPL_VAR name="unitpricesupplier"
-->
</td>
<td>
***************
*** 71,78 ****
</td>
<td>
! <!-- TMPL_VAR name="unitprice" -->
</td>
<td>
! <!-- TMPL_VAR name="latesince" -->
</td>
<td>
--- 80,87 ----
</td>
<td>
! <!-- TMPL_VAR name="subtotal" -->
</td>
<td>
! <!-- TMPL_VAR name="budget" -->
</td>
<td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui lateorders.tmpl,1.1,1.2,
Henri-Damien LAURENT <=