synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / recieveorder.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <h1>RĂ©ceptionner commandes d'un fournisseur <a href="/cgi-bin/koha/acqui/supplier.pl?id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR name="name" --></a></h1>
4 <p>
5 <CENTER>
6 <form method=get action="receive.pl">
7 <input type=hidden name=id value=<!-- TMPL_VAR name="id" -->>
8 <p>
9 <table border=1 cellspacing=0 cellpadding=5>
10 <tr valign=top bgcolor="#ffdf61"><td  colspan=2><B>INFORMATION FACTURE FOURNISSEUR</B></td></tr>
11 <TR VALIGN=TOP >
12 <TD>N° de facture de fournisseur</td>
13 <td><input type=text size=20 name=invoice>
14 </td>
15 </tr>
16 <TR VALIGN=TOP bgcolor="#ffffcc">
17 <TD>GST</td>
18 <td><input type=text size=20 name=gst>
19 </td>
20 </tr>
21 <TR VALIGN=TOP>
22 <TD>Fret</td>
23 <td><input type=text size=20 name=freight>
24 </td>
25 </tr>
26 <TR VALIGN=TOP>
27 <td colspan=2 align="center"><input type="submit" class="button" value="Enregistrer">
28 </td>
29 </tr>
30 </table>
31 </CENTER>
32
33 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->