Adding branch independancy management.
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / acquire.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <div id="mainbloc">
4 <h1 class="acquisition">Résumé de réception pour <i><!-- TMPL_VAR NAME="name" --></i> Facture <i><!-- TMPL_VAR NAME="invoice" --></i></h1>
5
6         <!-- TMPL_IF name="count" -->
7                 <form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post">
8                 <h1 class="acquisition"><!-- TMPL_VAR NAME="ordernumber" --> - Réceptionner une Commande</h1>
9                 Panier d'Achat Pour <!-- TMPL_VAR NAME="name" -->
10                 <br> Commande faite : <!-- TMPL_VAR NAME="date" -->
11                 <div id="bloc25">
12                                 <h2 class="acquisition">Détails du catalogue</h2>
13                         <p>
14                                 <label class="label100">Titre </label>
15                                 <!-- TMPL_VAR NAME="title" -->
16                         </p>
17                         <p>
18                                 <label class="label100">Auteur</label>
19                                 <!-- TMPL_VAR NAME="author" -->
20                         </p>
21                         <p>
22                                 <label class="label100">Date de copyright</label>
23                                 <!-- TMPL_VAR NAME="copyrightdate" -->
24                         </p>
25                         <p>
26                                 <label class="label100">Format</label>
27                                 <!-- TMPL_VAR NAME="itemtype" -->
28                         </p>
29                         <p>
30                                 <label class="label100">ISBN</label>
31                                 <!-- TMPL_VAR NAME="isbn" -->
32                         </p>
33                         <p>
34                                 <label class="label100">Collections</label>
35                                 <!-- TMPL_VAR NAME="seriestitle" -->
36                         </p>
37                         <p>Entrer un(des) codes-barre et un site, si vous souhaitez ajouter un(des) exemplaires maintenant</p>
38                         <p>
39                                 <label class="label100">Site</label>
40                                 <!-- TMPL_VAR NAME="CGIbranch" -->
41                         </p>
42                         <p>
43                                 <label class="label100">Code à Barres de l'exemplaire *</label>
44                                 <input type=text size=20 name=barcode value="<!-- TMPL_VAR name="barcode" -->">
45                         </p>
46                 </div>
47                 <div id="bloc25">
48                         <h2 class="acquisition">Détails de comptabilité</h2>
49                         <p>
50                                 <label class="label100">Ligne de crédit</label>
51                                 <!-- TMPL_VAR NAME="bookfund" -->
52                         </p>
53                         <p>
54                                 <label class="label100">Quantité Commandée</label>
55                                 <!-- TMPL_VAR NAME="quantity" -->
56                                 <input type="hidden" name="quantity" value="<!-- TMPL_VAR NAME="quantity" -->">
57                         </p>
58                         <p>
59                                 <label class="label100">Quantité Reçue *</label>
60                                 <input type="text" size="20" name="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->">
61                         </p>
62                         <p>
63                                 <label class="label100">Coût de Remplacement</label>
64                                 <input type="text" size="20" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->">
65                         </p>
66                         <p>
67                                 <label class="label100">Coût budgeté </label>
68                                 <!-- TMPL_VAR NAME="ecost" -->
69                         </p>
70                         <p>
71                                 <label class="label100">Coût réel *</label>
72                                 <input type="text" size="20" name="cost" value="<!-- TMPL_IF name="unitprice"--><!-- TMPL_VAR NAME="unitprice" --><!-- TMPL_ELSE --><!-- TMPL_VAR name="rrp" --><!-- /TMPL_IF -->">
73                         </p>
74                         <p>
75                                 <label class="label100">Numéro de Facture</label>
76                                         <!-- TMPL_VAR NAME="invoice" -->
77                                         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->">
78                         </p>
79                         <p>
80                                 <label class="label100">Notes</label>
81                                 <!-- TMPL_VAR NAME="notes" -->
82                         </p>
83                         <p>
84                                 <input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->">
85                                 <input type="hidden" name="ordnum" value="<!-- TMPL_VAR NAME="ordernumber" -->">
86                                 <input type="hidden" name="biblioitemnum" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
87                                 <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
88                                 <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->">
89                                 <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
90                                 <!-- TMPL_IF name="catview" -->
91                                         <input type="submit" class="button acquisition" value="enregistrer"> (tous les prix sont pour 1 exemplaire)
92                                 <!-- TMPL_ELSE -->
93                                         <a class="button acquisition" href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;booksellerid=<!-- TMPL_VAR NAME="supplierid" -->">
94                                                 Editer
95                                         </a>
96                                 <!-- /TMPL_IF -->
97                         </p>
98                 </div>
99                 </form>
100         <!-- TMPL_ELSE -->
101                 <table>
102                 <tr>
103                         <th class="acquisition">Panier</th>
104                         <th class="acquisition">ISBN</th>
105                         <th class="acquisition">TITRE</th>
106                         <th class="acquisition">AUTEUR</th>
107                         <th class="acquisition">QTé</th>
108                         <th class="acquisition">Reçu</th>
109                 </tr>
110                 <!-- TMPL_LOOP NAME="loop" -->
111                         <tr>
112                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
113                                 <td><!-- TMPL_VAR NAME="isbn" --></td>
114                                 <td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
115                                 <td><!-- TMPL_VAR NAME="author" --></td>
116                                 <td><!-- TMPL_VAR NAME="quantity" --></td>
117                                 <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
118                         </tr>
119                 <!-- /TMPL_LOOP -->
120                 </table>
121         <!-- /TMPL_IF -->
122 </div>
123 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->