fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
5 </head>
6 <body class="yui-skin-sam">
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Accueil</a> &rsaquo;<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; </div>
11
12 <div id="doc3" class="yui-t2">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b">
17
18 <!-- TMPL_INCLUDE NAME="acquisitions-toolbar.inc" -->
19
20 <h1>Acquisitions</h1>
21 <div id="acqui_acqui_home_order">
22     <fieldset>
23         <legend>Créer, réceptionner, modifier une commande</legend>
24     <!-- TMPL_IF name="nobudget" -->
25         <span class="problem">Vous devez définir <a href="/cgi-bin/koha/admin/aqbookfund.pl">un budget</a> dans les paramètres</span>
26         <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
27             <p><label for="supplier">Fournisseur </label><input type="text" size="25" name="supplier" id="supplier" class="focus" />
28             <input type="submit" value="Rechercher">
29             </p>
30         </form>
31     <!-- TMPL_ELSE -->
32         <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
33             <p><label for="supplier">Fournisseur :  </label><input type="text" size="25" name="supplier" id="supplier" class="focus" />
34             <input type="submit" value="Rechercher">
35             </p>
36         </form>
37     <!-- /TMPL_IF -->
38     </fieldset>
39 </div>
40 <div id="acqui_acqui_home_suggestions">
41     <fieldset>
42     <legend>Suggestions en attente</legend>
43         <!-- TMPL_IF name="suggestion" -->
44             <!--TMPL_VAR NAME="suggestion" --> suggestions en attente <a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Traiter les suggestions</a>
45         <!-- TMPL_ELSE -->
46             <p>Pas de suggestions en attente</p>
47         <!-- /TMPL_IF -->
48     </fieldset>
49 </div>
50
51
52 <div id="acqui_acqui_home_currency">
53 <!-- TMPL_IF NAME="loop_currency" -->
54     <h2>Taux de change</h2>
55     <form action="/cgi-bin/koha/acqui/currency.pl">
56     <table>
57         <tr>
58             <th>Devise</th>
59             <th>Taux</th>
60         </tr>
61         <!-- TMPL_LOOP name="loop_currency" -->
62             <tr>
63                 <td>
64                     <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
65                 </td>
66                 <td>
67                         <input type="hidden" name="type" value="change" />
68                         <input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" />
69                 </td>
70             </tr>
71         <!-- /TMPL_LOOP -->
72     </table>
73     <input type="submit" value="Valider le taux de change">
74     </form>
75 <!-- TMPL_ELSE -->
76     <a href="/cgi-bin/koha/admin/currency.pl?op=add_form" class="button">
77     Ajouter une devise
78     </a>
79 <!-- /TMPL_IF -->
80 </div>
81
82     <!-- TMPL_IF name="nobudget" -->
83     <!-- TMPL_ELSE -->
84     <h2>Budgets et postes budgétaires</h2>
85     <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[Gérer les postes budgétaires]">[ Géré par ]</a>
86     <div id="BudgetsAndFunds">
87     <table id="accounts">
88         <thead>
89         <tr>
90             <th>Budgets</th>
91             <th>Total</th>
92             <th>Dépensé</th>
93             <th>Engagé</th>
94             <th>Dispo.</th>
95         </tr>
96         </thead>
97         <tbody>
98         <!-- TMPL_LOOP name="loop_budget" -->
99             <tr>
100                 <td><!-- TMPL_VAR name="bookfundname" --></td>
101                 <td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&amp;aqbudgetid=<!--TMPL_VAR NAME="aqbudgetid"-->"><!-- TMPL_VAR name="budgetamount" --></a></td>
102                 <td><a href="/cgi-bin/koha/acqui/spent.pl?bookfund=<!--TMPL_VAR NAME="bookfundid"-->&amp;start=<!--TMPL_VAR NAME="sdate"-->&amp;end=<!-- TMPL_VAR NAME="edate"-->"><!-- TMPL_VAR name="spent" --></a></td>
103                 <td><a href="/cgi-bin/koha/acqui/bookfund.pl?bookfund=<!--TMPL_VAR NAME="bookfundid"-->&amp;start=<!--TMPL_VAR NAME="sdate"-->&amp;end=<!-- TMPL_VAR NAME="edate"-->"><!-- TMPL_VAR name="comtd" --></a></td>
104                 <td><!-- TMPL_VAR name="avail" --></td>
105             </tr>
106         <!-- /TMPL_LOOP -->
107         </tbody>
108         <tfoot>
109         <tr>
110             <th>Total</th>
111             <th><!-- TMPL_VAR name="total" --></th>
112             <th><!-- TMPL_VAR name="totspent" --></th>
113             <th><!-- TMPL_VAR name="totcomtd" --></th>
114             <th><!-- TMPL_VAR name="totavail" --></th>
115         </tr>
116         </tfoot>
117     </table>
118     </div>
119     <!-- /TMPL_IF -->
120 <div id="acqui_acqui_home_hints">
121     <p>Utilisez le bouton rafraîchir pour avoir les chiffres les plus récents.Les chiffres communiqués le sont à titre indicatif, dans la mesure où des taux de change affecteront le montant réellement payé.</p>
122     
123     <h2>Aide</h2>
124     <p>Pour démarrer une acquisition, que ce soit une commande, un achat local ou un don commencez par chercher le fournisseur, dont on vous demandera de vérifier les informations puis entrez votre nom, ce qui sélectionnera un panier d'achat pour vous.(pourquoi cela devez-vous vous demander...parce que nous voulons être sûrs que c'est réellement vous qui commandez - Pas seulement votre ordinateur).</p>
125     <p>Pour commander un document, vous avez besoin de déterminer soit  qu'une notice existe déjà puis d'y ajouter l'exemplaire, soit de créer une nouvelle notice et d'y ajouter l'exemplaire.  </p>
126     <p>Pour débuter un nouveau panier d'achat chez un autre fournisseur retournez à cette page et commencez simplement une nouvelle recherche de fournisseur.</p>
127     <p>Pour fermer un panier de commande cliquez sur "voir les paniers de commande "ou cherchez au dessus, et cliquez alors sur "valider le panier".</p>
128 </div>
129
130 </div>
131 </div>
132 <div class="yui-b">
133 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
134 </div>
135 </div>
136 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->