[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/reports inventory.tmpl,NONE,1.1 reports-home.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 12 10:16:20 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6867/koha-tmpl/intranet-tmpl/default/fr/reports

Modified Files:
	reports-home.tmpl 
Added Files:
	inventory.tmpl 
Log Message:
new feature : stocktaking/inventory.
Look in reports menu
(no DB changes)

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<h1>Récolement</h1>
<form method="post">
	<table>
		<tr>
			<th colspan=2>
				Sélectionnez les ouvrages que vous voulez récoler
			</th>
		</tr>
		<tr>
			<td>
					Ouvrage (champ items.bulk) localisé entre
			</td>
			<td>
				 <input type="text" name="minlocation" value="<!-- TMPL_VAR name="minlocation" -->"> et <input type="text" name="maxlocation" value="<!-- TMPL_VAR name="maxlocation" -->">
			</td>
		</tr>
		<tr>
			<td>
					pas vu depuis le (AAAA-MM-JJ)
			</td>
			<td>
				<input type="text" name="datelastseen" value="<!-- TMPL_VAR name="datelastseen" -->">
			</td>
		</tr>
		<tr>
			<td>
					Voir
			</td>
			<td>
				<input type="text" name="pagesize" value="<!-- TMPL_VAR name="pagesize" -->">
				<i> ouvrage à partir du</i>
				 <input type="text" name="offset" value="<!-- TMPL_VAR name="offset" -->">
			</td>
		</tr>
		<tr colspan=2>
			<td>
				<input type="submit" value="OK" class="button">
			</td>
		</tr>
	</table>
</form>

<form method="post">
<input type="hidden" name="markseen" value="1">
<input type="hidden" name="minlocation" value="<!-- TMPL_VAR name="minlocation" -->">
<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR name="maxlocation" -->">
<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR name="datelastseen" -->">
<input type="hidden" name="pagesize" value="<!-- TMPL_VAR name="pagesize" -->">
<input type="hidden" name="offset" value="<!-- TMPL_VAR name="offset" -->">
<!-- TMPL_IF name="loop" -->
<table width="100%">
	<tr>
		<th>Vu</th>
		<th>Code barre</th>
		<th>en gros</th>
		<th>Titre</th>
		<th>Auteur</th>
	</tr>
<!-- TMPL_LOOP name="loop" -->
	<tr>
		<td>
			<input type="checkbox" name="SEEN-<!-- TMPL_VAR name="itemnumber" -->" value="1">
		</td>
		<td>
			<!-- TMPL_VAR name="barcode" -->
		</td>
		<td>
			<!-- TMPL_VAR name="bulk" -->
		</td>
		<td>
			<!-- TMPL_VAR name="title" -->
		</td>
		<td>
			<!-- TMPL_VAR name="author" -->
		</td>
	</tr>
<!-- /TMPL_LOOP -->
</table>
<input type="submit" value="Noté vu" class="button">
</form>
<!-- /TMPL_IF -->

<table>
<tr>
	<td>
		<!-- TMPL_IF name="offset" -->
		<form method="post">
			<input type="hidden" name="minlocation" value="<!-- TMPL_VAR name="minlocation" -->">
			<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR name="maxlocation" -->">
			<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR name="datelastseen" -->">
			<input type="hidden" name="pagesize" value="<!-- TMPL_VAR name="pagesize" -->">
			<input type="hidden" name="offset" value="<!-- TMPL_VAR name="prevoffset" -->">
			<input type="submit" value="&lt;&lt;&lt;" class="button">
		</form>
		<!-- /TMPL_IF -->
	</td>
	<td>
		<!-- TMPL_IF name="nextoffset" -->
		<form method="post">
			<input type="hidden" name="minlocation" value="<!-- TMPL_VAR name="minlocation" -->">
			<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR name="maxlocation" -->">
			<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR name="datelastseen" -->">
			<input type="hidden" name="pagesize" value="<!-- TMPL_VAR name="pagesize" -->">
			<input type="hidden" name="offset" value="<!-- TMPL_VAR name="nextoffset" -->">
			<input type="submit" value="&gt;&gt;&gt;" class="button">
		</form>
		<!-- /TMPL_IF -->
	</td>
</tr>
</table>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->

Index: reports-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/reports-home.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reports-home.tmpl	11 Feb 2004 08:58:55 -0000	1.3
--- reports-home.tmpl	12 Feb 2004 09:16:18 -0000	1.4
***************
*** 2,15 ****
  <!-------------------------MAIN BODY OF PAGE-------------------------->
  
! <h1>Rapports</h1><br>
! 
! 
! 
! 
! <ul><li><a href=/cgi-bin/koha/stats.pl?time=yesterday>Jusqu'à la réconciliation:</a> Rapport quotidien (hier)
! <li><a href=/cgi-bin/koha/stats.pl?time=today>Jusqu'à la réconciliation:</a> Rapport quotidien (aujourd'hui)
! <li><a href=/cgi-bin/koha/overdue.pl>Ouvrages en retard</a>
! 
! 
  </ul>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
--- 2,11 ----
  <!-------------------------MAIN BODY OF PAGE-------------------------->
  
! <h1>Rapports</h1><br/>
! <ul>
! 	<li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Jusqu'à la réconciliation:</a> Rapport quotidien (hier)</li>
! 	<li><a href="/cgi-bin/koha/stats.pl?time=today">Jusqu'à la réconciliation:</a> Rapport quotidien (aujourd'hui)</li>
! 	<li><a href="/cgi-bin/koha/overdue.pl">Ouvrages en retard</a></li>
! 	<li><a href="/cgi-bin/koha/reports/inventory.pl">Récolement</a></li>
  </ul>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->





More information about the Koha-cvs mailing list