synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <h1>Acquisitions</h1><br>
4
5 <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=1 >
6 <TR VALIGN=TOP>
7         <TD  bgcolor="ffdf61" colspan=2>
8                 <b>COMMENCER, RECEVOIR, MODIFIER UNE COMMANDE</b>
9         </TD>
10 </TR>
11 <TR VALIGN=TOP>
12         <TD>Nom du fournisseur</TD>
13         <TD>
14                 <form action="/cgi-bin/koha/acqui/order.pl" method=post>
15                 <INPUT TYPE="text"  SIZE="25"   NAME="supplier">
16                 </form>
17         </TD>
18 </TR>
19 </table>
20 <TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
21 <TR VALIGN=TOP>
22         <TD  bgcolor="ffdf61" colspan=2>
23                 <b>RECEPTIONNE OU MODIFIE UNE COMMANDE PERIODIQUE</b>
24         </TD>
25 </TR>
26 <TR VALIGN=TOP>
27         <TD>Recherche Titre</TD>
28         <TD>
29                 <FORM ACTION="/cgi-bin/koha/acqui/acquire.pl" method=post>
30                 <INPUT TYPE="text"  SIZE="25"   NAME="recieve">
31                 </form>
32         </TD>
33 </TR>
34 </table>
35
36 <br />
37
38 <!-- currencies-->
39 <TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
40         <FORM ACTION="/cgi-bin/koha/currency.pl">
41         <input type=hidden name=type value=change>
42         <TR VALIGN=TOP>
43                 <TD  bgcolor="ffdf61" colspan=2><b>TAUX DE CHANGE </b></TD>
44         </TR>
45         <!-- TMPL_LOOP name="loop_currency" -->
46                 <TR VALIGN=TOP>
47                         <TD>
48                                 <!-- TMPL_VAR name="currency" -->
49                         </td>
50                         <td>
51                                 <INPUT TYPE="text"  SIZE="10"   NAME="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
52                         </td>
53                 </TR>
54         <!-- /TMPL_LOOP -->
55         <tr>
56                 <td colspan=2 align="center"><input type=submit value="Enregistrer"></TD>
57         </tr>
58         </form>
59 </table>
60
61 <!-- showbudget-->
62 <TABLE  width="40%"  cellspacing=0 cellpadding=5 border=1 >
63 <FORM ACTION="/cgi-bin/koha/search.pl">
64 <TR VALIGN=TOP>
65         <TD  bgcolor="ffdf61" colspan=2><b>BUDGETS ET COMPTES</b></TD>
66 </TR>
67 <TR VALIGN=TOP>
68         <TD colspan=2>
69                 <table cellspacing=0 cellpadding=2 border=1>
70                         <tr>
71                                 <td><b>Budgets</B></TD>
72                                 <TD><b> Total</B></TD>
73                                 <TD><b>Dépensé</B></TD>
74                                 <TD><b>Engagé</B></TD>
75                                 <TD><b>Disp.</B></TD>
76                         </TR>
77                         <!-- TMPL_LOOP name="loop_budget" -->
78                                 <tr>
79                                         <td><!-- TMPL_VAR name="bookfundname" --></TD>
80                                         <TD align=right><!-- TMPL_VAR name="budgetamount" --></TD>
81                                         <TD align=right><!-- TMPL_VAR name="spent" --></TD>
82                                         <TD align=right><!-- TMPL_VAR name="comtd" --></TD>
83                                         <TD align=right><!-- TMPL_VAR name="avail" --></TD>
84                                 </TR>
85                         <!-- /TMPL_LOOP -->
86                         <tr>
87                                 <td><b> Total</b></TD>
88                                 <TD align=right><b><!-- TMPL_VAR name="total" --></b></TD>
89                                 <TD align=right><b><!-- TMPL_VAR name="totspent" --></b></TD>
90                                 <TD align=right><b><!-- TMPL_VAR name="totcomtd" --></b></TD>
91                                 <TD align=right><b><!-- TMPL_VAR name="totavail" --></b></TD>
92                         </TR>
93                 </table>
94                 <p>
95                 Rafraichissez la page pour avoir les derniers chiffres. Les montants engagés sont approximatifs, car les taux de change peuvent modifier le montant effectivement payé.
96                 </p>
97         </TD>
98 </TR>
99 </form>
100 </table>
101
102 <br />
103 <TABLE cellspacing=0 cellpadding=5 border=1 >
104 <TR VALIGN=TOP>
105         <TD  bgcolor="ffdf61" colspan=2>
106                 <p><b>AIDE commande:</b></p>
107                 <ul>Pour faire une acquisition, soit par commande, par achat direct ou par un don, commencer par rechercher le fournisseur. Ajoutez-en un si nécessaire.</ul>
108                 <ul>Sélectionnez ensuite un panier ou créez-en un nouveau. Note: le panier sera rattaché à cet utilisateur </ul>
109                 <ul>Pour commander un ouvrage, une notice biblio doit exister pour l'ajouter ou alors il faut d'abord créer une nouvelle notice biblio avant de l'ajouter.  </ul>
110                 <p>Pour quittez un panier, cliquez sur "Voir les paniers" ou Recherche ci-dessus, puis cliquez sur "Confirmer le panier".</p>
111         </td>
112 </TR>
113 </table>
114
115 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->