french templates for 1.9.1
This commit is contained in:
parent
6b0a39e5bb
commit
ecac4a75d6
10 changed files with 887 additions and 4 deletions
114
koha-tmpl/intranet-tmpl/default/fr/acqui/acqui-home.tmpl
Normal file
114
koha-tmpl/intranet-tmpl/default/fr/acqui/acqui-home.tmpl
Normal file
|
@ -0,0 +1,114 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<FONT SIZE=6><em>Acquisitions</em></FONT><br>
|
||||
|
||||
<TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=1 >
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="ffdf61" colspan=2>
|
||||
<b>Débuter, réceptionner, modifier une commande</b>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Id ou nom du vendeur</TD>
|
||||
<TD>
|
||||
<form action="/cgi-bin/koha/acqui/order.pl" method=post>
|
||||
<INPUT TYPE="text" SIZE="25" NAME="supplier">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
||||
<TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="ffdf61" colspan=2>
|
||||
<b>Réceptionner ou modifier un une livraison périodique</b>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Recherch par titre</TD>
|
||||
<TD>
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/acquire.pl" method=post>
|
||||
<INPUT TYPE="text" SIZE="25" NAME="recieve">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
|
||||
<!-- currencies-->
|
||||
<TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
|
||||
<FORM ACTION="/cgi-bin/koha/currency.pl">
|
||||
<input type=hidden name=type value=change>
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="ffdf61" colspan=2><b>Taux de change</b></TD>
|
||||
</TR>
|
||||
<TMPL_LOOP name="loop_currency">
|
||||
<TR VALIGN=TOP>
|
||||
<TD>
|
||||
<TMPL_VAR name="currency">
|
||||
</td>
|
||||
<td>
|
||||
<INPUT TYPE="text" SIZE="10" NAME="<TMPL_VAR name="currency">" value=<TMPL_VAR name="rate">>
|
||||
</td>
|
||||
</TR>
|
||||
</TMPL_LOOP>
|
||||
<tr>
|
||||
<td colspan=2 align="center"><input type=submit value="Save"></TD>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<!-- showbudget-->
|
||||
<TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
|
||||
<FORM ACTION="/cgi-bin/koha/search.pl">
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="ffdf61" colspan=2><b>Budgets</b></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD colspan=2>
|
||||
<table cellspacing=0 cellpadding=2 border=1>
|
||||
<tr>
|
||||
<td><b>Budgets</B></TD>
|
||||
<TD><b>Total</B></TD>
|
||||
<TD><b>Dépensé</B></TD>
|
||||
<TD><b>Engagé</B></TD>
|
||||
<TD><b>Dispo</B></TD>
|
||||
</TR>
|
||||
<TMPL_LOOP name="loop_budget">
|
||||
<tr>
|
||||
<td><TMPL_VAR name="bookfundname"></TD>
|
||||
<TD><TMPL_VAR name="budgetamount"></TD>
|
||||
<TD><TMPL_VAR name="spent"></TD>
|
||||
<TD><TMPL_VAR name="comtd"></TD>
|
||||
<TD><TMPL_VAR name="avail"></TD>
|
||||
</TR>
|
||||
</TMPL_LOOP>
|
||||
<tr>
|
||||
<td><b>Total</b></TD>
|
||||
<TD><b><TMPL_VAR name="total"></b></TD>
|
||||
<TD><b><TMPL_VAR name="totspent"></b></TD>
|
||||
<TD><b><TMPL_VAR name="totcomtd"></b></TD>
|
||||
<TD><b><TMPL_VAR name="totavail"></b></TD>
|
||||
</TR>
|
||||
</table><br>
|
||||
Utiliser la fonction "mise à jour" (ctrl-r) pour mettre à jour les valeurs.
|
||||
Les montants engagés sont approximatifs, ils varient en fonction des taux de change.
|
||||
</TD>
|
||||
</TR>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<TABLE cellspacing=0 cellpadding=5 border=1 >
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="ffdf61" colspan=2>
|
||||
<b>Aide</b><br>
|
||||
<b>Commande:</b> <p>Pour débuter une acquisition, chercher tout d'abord le vendeur. Vous pourrez ensuite créer un nouveau "panier".</p>
|
||||
<p>Pour commander un exemplaire, vous devez vérifier qu'une notice existe déjà, et soit ajouter un exemplaire, soit créer une nouvelle notice et y ajouter un exemplaire</p>
|
||||
<p>Pour commencer un nouveau panier avec un nouveau fournisseur, revenez à cette page, et passez par la recherche d'un fournisseur</p>
|
||||
<p>Pour cloturer un panier, cliquer sur "voir panier", et choisir "confirmer panier"</p>
|
||||
</td>
|
||||
</TR>
|
||||
</table>
|
||||
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
162
koha-tmpl/intranet-tmpl/default/fr/acqui/acquire.tmpl
Normal file
162
koha-tmpl/intranet-tmpl/default/fr/acqui/acquire.tmpl
Normal file
|
@ -0,0 +1,162 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<div align=right>
|
||||
Facture : <TMPL_VAR name="invoice"><br>
|
||||
Réceptionnée par : <TMPL_VAR name="user"><br>
|
||||
<TMPL_VAR name="date">
|
||||
</div>
|
||||
<FONT SIZE=6><em>Réception pour : <TMPL_VAR name="name"> facture, <TMPL_VAR name="invoice"></em></FONT>
|
||||
<CENTER>
|
||||
|
||||
|
||||
<TMPL_IF name="count">
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
function messenger(X,Y,etc){
|
||||
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0");
|
||||
win.focus();
|
||||
win.document.close();
|
||||
win.document.write("<body link='#333333' bgcolor='#ffffff' text='#000000'><font size=2><p><br>");
|
||||
win.document.write(etc);
|
||||
win.document.write("<center><form><input type=button onclick='self.close()' value=Close></form></center>");
|
||||
win.document.write("</font></body></html>");
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<form action="/cgi-bin/koha/acqui/finishreceive.pl" method=post>
|
||||
<FONT SIZE=6><em><TMPL_VAR name="ordernumber"> - Receive Order</em></FONT><br>
|
||||
Panier pour : <TMPL_VAR name="name">
|
||||
<br> Commande passée le : <TMPL_VAR name="date">
|
||||
<P>
|
||||
<CENTER>
|
||||
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 align=left width="40%">
|
||||
<tr valign=top bgcolor=#99cc33>
|
||||
<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2>
|
||||
<B>Détail catalogue </B>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><b>Titre *</b></td>
|
||||
<td><input type=text size=20 name=title value="<TMPL_VAR name="title">" >
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Auteur</td>
|
||||
<td><input type=text size=20 name=author value="<TMPL_VAR name="author">" >
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Copyright</td>
|
||||
<td><input type=text size=20 name=copyright value="<TMPL_VAR name="copyrightdate">" >
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Format</td>
|
||||
<td><TMPL_VAR name="CGIitemtype"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>ISBN</td>
|
||||
<td><input type=text size=20 name=ISBN value="<TMPL_VAR name="isbn">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>titre périodique</td>
|
||||
<td><input type=text size=20 name=Series value="<TMPL_VAR name="seriestitle">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Site</td>
|
||||
<td><TMPL_VAR name="CGIbranch"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc >
|
||||
<TD><B>code barre exemplaire *</B></td>
|
||||
<td><input type=text size=20 name=barcode value="<TMPL_VAR name="barcode">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc >
|
||||
<TD><B>Info Volume (pour périodiques) *</B></td>
|
||||
<td><input type=text size=20 name=volinf></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<td colspan=2 align="center">
|
||||
<input type=hidden name=biblio value=<TMPL_VAR name="biblionumber">>
|
||||
<input type=hidden name=ordnum value=<TMPL_VAR name="ordernumber">>
|
||||
<input type=hidden name=biblioitemnum value=<TMPL_VAR name="biblioitemnumber">>
|
||||
<input type=hidden name=id value="<TMPL_VAR name="booksellerid">">
|
||||
<input type=hidden name=freight value="<TMPL_VAR name="freight">">
|
||||
<input type=hidden name=gst value="<TMPL_VAR name="gst">">
|
||||
<TMPL_IF name="catview">
|
||||
<input type=image name=submit src="/<TMPL_VAR name="theme">/images/filesave.png" border=0 title="continue" alt="save" border=0 border=0>
|
||||
<TMPL_ELSE>
|
||||
<a href=/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<TMPL_VAR name="ordernumber">&id=<TMPL_VAR name="booksellerid">><img src="/<TMPL_VAR name="theme">/images/fileopen.png" border=0 title="edit" alt="edit" border=0 border=0></a>
|
||||
</TMPL_IF>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=1 cellspacing=0 cellpadding=5 width="40%">
|
||||
<tr valign=top bgcolor=#99cc33>
|
||||
<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2><B>Détails financiers</B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><B>Fonds *</B></td>
|
||||
<td><TMPL_VAR name="CGIbookfund">
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Quantité commandée</td>
|
||||
<td><input type=text size=20 name=quantity value="<TMPL_VAR name="quantity">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD><B>Quantité Reçue *</B></td>
|
||||
<td><input type=text size=20 name=quantityrec value="<TMPL_VAR name="quantityreceived">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Cout remplacement</td>
|
||||
<td><input type=text size=20 name=rrp value="<TMPL_VAR name="rrp">">
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>cout budgété</td>
|
||||
<td><input type=text size=20 name=ecost value="<TMPL_VAR name="ecost">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD><B>Cout réel *</B></td>
|
||||
<td><input type=text size=20 name=cost value="<TMPL_VAR name="unitprice">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD>Facture N°</td>
|
||||
<td>
|
||||
<TMPL_VAR name="invoice">
|
||||
<input type=hidden name=invoice value="<TMPL_VAR name="invoice">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Notes</td>
|
||||
<td><input type=text size=20 name=notes value="<TMPL_VAR name="notes">"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<br clear=all>
|
||||
<p> </p>
|
||||
<TMPL_ELSE>
|
||||
<br />
|
||||
<center>
|
||||
<table width=80%>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td><b>Panier</b></td>
|
||||
<td><b>ISBN</b></td>
|
||||
<td><b>TITLE</b></td>
|
||||
<td><b>AUTEUR</b></td>
|
||||
<td><b>Qté</b></td>
|
||||
<td><b>Reçu</b></td>
|
||||
</tr>
|
||||
<TMPL_LOOP name="loop">
|
||||
<tr>
|
||||
<TD><TMPL_VAR name="basketno"></td>
|
||||
<TD><TMPL_VAR name="isbn"></td>
|
||||
<td><a href=acquire.pl?recieve=<TMPL_VAR name="ordernumber">&biblio=<TMPL_VAR name="biblionumber">&invoice=<TMPL_VAR name="invoice">&freight=<TMPL_VAR name="freight">&gst=<TMPL_VAR name="gst">&id=<TMPL_VAR name="id">><TMPL_VAR name="title"></a></td>
|
||||
<td><TMPL_VAR name="author"></td>
|
||||
<td><TMPL_VAR name="quantity"></td>
|
||||
<td><TMPL_VAR name="quantityrecieved"></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
</TMPL_IF>
|
80
koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl
Normal file
80
koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl
Normal file
|
@ -0,0 +1,80 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<FONT SIZE=6><em>Panier <TMPL_VAR name="basket"> for <a href=supplier.pl?id=<TMPL_VAR name="booksellerid">></a> <TMPL_VAR name="name"></em></FONT><br />
|
||||
(Référence: <TMPL_VAR name="entrydate">, #<TMPL_VAR name="basket">, passée par : <TMPL_VAR name="authorisedby">)<br />
|
||||
<CENTER>
|
||||
<!--<FORM ACTION="/cgi-bin/koha/search.pl" method=post>
|
||||
<b>Search ISBN, Title or Author:</b> <INPUT TYPE="text" SIZE="25" NAME="recieve">
|
||||
</form> -->
|
||||
<p>
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/modorders.pl" method=post name=orderform>
|
||||
<table border=0 cellspacing=0 cellpadding=5>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td width="5%"><b>N° cmde</b></td>
|
||||
<td width="10%"><b>Isbn</b></td>
|
||||
<td width="30%"><b>Titre</b></td>
|
||||
<td width="20%"><b>Auteur</b></td>
|
||||
<td width="6%"><b>? frais</b></td>
|
||||
<td width="8%"><b>? est</b></td>
|
||||
<td width="8%"><b>Qté</b></td>
|
||||
<td width="8%"><b>Total</b></td>
|
||||
</tr>
|
||||
<TMPL_LOOP name="books_loop">
|
||||
<tr valign=top bgcolor="<TMPL_VAR name="color">">
|
||||
<td><TMPL_VAR name="ordernumber"></td>
|
||||
<td><TMPL_VAR name="isbn"></td>
|
||||
<td><a href="newbiblio.pl?ordnum=<TMPL_VAR name="ordernumber">&id=<TMPL_VAR name="booksellerid">&basket=<TMPL_VAR name="basket">"><TMPL_VAR name="title"></a></td>
|
||||
<td><TMPL_VAR name="author"></td>
|
||||
<td><input type=text name=rrp<TMPL_VAR name="i"> size=6 value="<TMPL_VAR name="rrp">"></td>
|
||||
<td><input type=text name=eup<TMPL_VAR name="i"> size=6 value="<TMPL_VAR name="ecost">"></td>
|
||||
<td><input type=text name=quantity<TMPL_VAR name="i"> size=6 value="<TMPL_VAR name="quantity">" onchange='update(this.form)'></td>
|
||||
<td><input type=text name=total<TMPL_VAR name="i"> size=10 value=<TMPL_VAR name="line_total">></td>
|
||||
<input type=hidden name=ordnum<TMPL_VAR name="i"> value=<TMPL_VAR name="ordernumber">>
|
||||
<input type=hidden name=bibnum<TMPL_VAR name="i"> value=<TMPL_VAR name="biblionumber">>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
<input type=hidden name=number value=<TMPL_VAR name="count">>
|
||||
<input type=hidden name=basketno value="<TMPL_VAR name="basket">">
|
||||
<tr valign=top bgcolor=white>
|
||||
<td colspan=6 rowspan=3 bgcolor="#ffdf61">
|
||||
<b>AIDE</b><br>
|
||||
Pour annuler une commande, mettre la quantité à 0 et cliquer sur "enregistrer"<br/>
|
||||
Pour changer un élément de cataloguage ou de comptabilité attaché à une commande, cliquer sur le titre<br>
|
||||
</td>
|
||||
<td><b>Sous-Total</b></td>
|
||||
<td>?<input type=text name=subtotal size=10 value=<TMPL_VAR name="sub_total">></td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td><b>TVA</b></td>
|
||||
<td>?<input type=text name=gst size=10 value=<TMPL_VAR name="gist">></td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td><b>TOTAL</b></td>
|
||||
<td>?<input type=text name=grandtotal size=10 value=<TMPL_VAR name="grand_total">></td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td colspan=3>
|
||||
<input type=image name=submit src=<TMPL_VAR name="themelang">/images/save-changes.gif border=0 width=187 height=42 align=right>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td colspan=9>
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl" method=post>
|
||||
<input type=hidden name=id value="<TMPL_VAR name="id">">
|
||||
<input type=hidden name=basket value="<TMPL_VAR name="basket">">
|
||||
<b> Ajouter commande : entrer mot clef ou titre de notice </b><INPUT TYPE="text" SIZE="25" NAME="search">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</CENTER>
|
||||
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
36
koha-tmpl/intranet-tmpl/default/fr/acqui/newbasket.tmpl
Normal file
36
koha-tmpl/intranet-tmpl/default/fr/acqui/newbasket.tmpl
Normal file
|
@ -0,0 +1,36 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<FONT SIZE=6><em>Panier <TMPL_VAR name="basket"> for <TMPL_VAR name="name"></em></FONT><br />
|
||||
(Référence: <TMPL_VAR name="entrydate">, #<TMPL_VAR name="basket">, passée par : <TMPL_VAR name="user">)<br />
|
||||
Tel: <TMPL_VAR name="phone">, Fax: <TMPL_VAR name="fax"><br />
|
||||
<TMPL_VAR name="address1">, <TMPL_VAR name="address2"><br />
|
||||
<TMPL_VAR name="address3">, <TMPL_VAR name="address4"><br />
|
||||
<p>
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl" method=post>
|
||||
<input type=hidden name=id value="<TMPL_VAR name="id">">
|
||||
<input type=hidden name=basket value="<TMPL_VAR name="basket">">
|
||||
<b> Chercher mot-clef ou titre: </b><INPUT TYPE="text" SIZE="25" NAME="search">
|
||||
|
||||
</form>
|
||||
|
||||
<table border=0 cellspacing=0 cellpadding=5>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td width="5%"><b>N° cmde</b></td>
|
||||
<td width="10%"><b>Isbn</b></td>
|
||||
<td width="30%"><b>Titre</b></td>
|
||||
<td width="20%"><b>Auteur</b></td>
|
||||
<td width="8%"><b>Qté</b></td>
|
||||
</tr>
|
||||
<TMPL_LOOP name="books_loop">
|
||||
<tr valign=top bgcolor=<TMPL_VAR name="color">>
|
||||
<td><TMPL_VAR name="ordernumber"></td>
|
||||
<td><TMPL_VAR name="isbn"></td>
|
||||
<td><TMPL_VAR name="title"></td>
|
||||
<td><TMPL_VAR name="author"></td>
|
||||
<td><TMPL_VAR name="quantity"></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
||||
|
||||
|
|
@ -4,14 +4,14 @@
|
|||
|
||||
<TMPL_IF name ="testdonation">
|
||||
<a href="newbiblio.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
|
||||
<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Ajouter Notice"></a>
|
||||
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" align=right alt="Ajouter Notice"></a>
|
||||
<TMPL_ELSE>
|
||||
<a href="newdonation.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
|
||||
<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Ajouter Notice"></a>
|
||||
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border=0 align=right alt="Ajouter Notice"></a>
|
||||
</TMPL_IF>
|
||||
|
||||
<a href="basket.pl?basket=<TMPL_VAR name="basket">">
|
||||
<img src=/images/view-basket.gif width=187 heigth=42 border=0 align=right alt="Voir Panier"></a>
|
||||
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border=0 align=right alt="Voir Panier"></a>
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl">
|
||||
<input type=hidden name=id value=<TMPL_VAR name="id">>
|
||||
<input type=hidden name=basket value=<TMPL_VAR name="basket">>
|
||||
|
@ -31,7 +31,7 @@ Votre recherche:
|
|||
|
||||
<br> Affichage des résultats <TMPL_VAR name="dispnum"> à <TMPL_VAR name="offset2">.
|
||||
|
||||
<TABLE CELLSPACING=0 CELLPADDING=6 border=0 background="/images/background-mem.gif" Color="<TMPL_VAR name="main">">
|
||||
<TABLE CELLSPACING=0 CELLPADDING=6 border=0 background="<TMPL_VAR name="themelang">/images/background-mem.gif" Color="<TMPL_VAR name="main">">
|
||||
<TR VALIGN=TOP>
|
||||
<TD><b>TITRE</b></TD>
|
||||
<TD><b>AUTEUR</b></TD>
|
||||
|
|
178
koha-tmpl/intranet-tmpl/default/fr/acqui/newbiblio.tmpl
Normal file
178
koha-tmpl/intranet-tmpl/default/fr/acqui/newbiblio.tmpl
Normal file
|
@ -0,0 +1,178 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
<script language="javascript" type="text/javascript">
|
||||
|
||||
<!--
|
||||
function update(f){
|
||||
//collect values
|
||||
quantity=f.quantity.value
|
||||
discount=f.discount.value
|
||||
listinc=parseInt(f.listinc.value)
|
||||
currency=f.currency.value
|
||||
applygst=parseInt(f.applygst.value)
|
||||
listprice=f.list_price.value
|
||||
// rrp=f.rrp.value
|
||||
// ecost=f.ecost.value //budgetted cost
|
||||
// GST=f.GST.value
|
||||
// total=f.total.value
|
||||
//make useful constants out of the above
|
||||
exchangerate=f.elements[currency].value //get exchange rate
|
||||
gst_on=(!listinc && applygst);
|
||||
//do real stuff
|
||||
rrp=listprice*exchangerate;
|
||||
ecost=rrp*(100-discount)/100
|
||||
GST=0;
|
||||
if (gst_on){
|
||||
rrp=rrp*1.125;
|
||||
GST=ecost*0.125
|
||||
}
|
||||
|
||||
total=(ecost+GST)*quantity
|
||||
|
||||
|
||||
f.rrp.value=display(rrp)
|
||||
f.ecost.value=display(ecost)
|
||||
f.GST.value=display(GST)
|
||||
f.total.value=display(total)
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function messenger(X,Y,etc){
|
||||
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0");
|
||||
win.focus();
|
||||
win.document.close();
|
||||
win.document.write("<body link='#333333' bgcolor='#ffffff' text='#000000'><font size=2><p><br>");
|
||||
win.document.write(etc);
|
||||
win.document.write("<center><form><input type=button onclick='self.close()' value=Close></form></center>");
|
||||
win.document.write("</font></body></html>");
|
||||
}
|
||||
//-->
|
||||
|
||||
</script>
|
||||
<form action=/cgi-bin/koha/acqui/addorder.pl method=post name=frusin>
|
||||
<TMPL_UNLESS name="existing"><input type=hidden name=existing value=no></TMPL_UNLESS>
|
||||
<!-- <TMPL_VAR name="title"> -->
|
||||
<input type=hidden name=ordnum value="<TMPL_VAR name="ordnum">">
|
||||
<input type=hidden name=basket value="<TMPL_VAR name="basket">">
|
||||
<input type=hidden name=supplier value="<TMPL_VAR name="id">">
|
||||
<input type=hidden name=biblio value="<TMPL_VAR name="biblio">">
|
||||
<input type=hidden name=bibitemnum value="<TMPL_VAR name="biblioitemnumber">">
|
||||
<input type=hidden name=oldtype value="<TMPL_VAR name="itemtype">">
|
||||
<input type=hidden name=discount value="<TMPL_VAR name="discount">">
|
||||
<input type=hidden name=listinc value="<TMPL_VAR name="listincgst">">
|
||||
<input type=hidden name=currency value="<TMPL_VAR name="listprice">">
|
||||
<input type=hidden name=applygst value="<TMPL_VAR name"gstreg">">
|
||||
<TMPL_LOOP name="loop_currencies">
|
||||
<input type=hidden name="<TMPL_VAR name="currency">" value="<TMPL_VAR name="rate">">
|
||||
</TMPL_LOOP>
|
||||
<TMPL_IF name="orderexists"><input type=hidden name=orderexists value=yes></TMPL_IF>
|
||||
<table width="80%">
|
||||
<tr><td>
|
||||
<FONT SIZE=6><em><TMPL_VAR name="ordnum"> - Détail commande</em></FONT><br>
|
||||
Panier pour : <TMPL_VAR name="name">
|
||||
</td><td>
|
||||
<a href=basket.pl?basket=<TMPL_VAR name="basket">>
|
||||
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1uparrow.png" border=0 alt="View Basket">
|
||||
</a>
|
||||
</td></tr></table>
|
||||
<P>
|
||||
<CENTER>
|
||||
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 align=left width="40%">
|
||||
<tr valign=top bgcolor=#99cc33>
|
||||
<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2><B>DETAIL CATALOGUE </B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><b>Titre *</b></td>
|
||||
<td><input type=text size=20 name=title value="<TMPL_VAR name="title">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Auteur</td>
|
||||
<td><input type=text size=20 name=author value="<TMPL_VAR name="author">" ></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Date copyright</td>
|
||||
<td><input type=text size=20 name=copyright value="<TMPL_VAR name="copyrightdate">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Format</td>
|
||||
<td><TMPL_VAR name="CGIitemtype"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>ISBN</td>
|
||||
<td><input type=text size=20 name=ISBN value="<TMPL_VAR name="isbn">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Périodiques</td>
|
||||
<td><input type=text size=20 name=Series value="<TMPL_VAR name="seriestitle">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Site</td>
|
||||
<td><TMPL_VAR name="CGIbranch"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD >Code barre exemplaire</td>
|
||||
<td><input type=text size=20 name=barcode value="<TMPL_VAR name="barcode">"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=32 height=250 align=left>
|
||||
<table border=1 cellspacing=0 cellpadding=5 width="40%">
|
||||
<tr valign=top bgcolor=#99cc33><td background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2><B>DETAILS FINANCIERS</B></td></tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Quantité</td>
|
||||
<td><input type=text size=20 name=quantity value="<TMPL_VAR name="quantity">" onchange='update(this.form)' ></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Fonds</td>
|
||||
<td><TMPL_VAR name="CGIbookfund"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Prix fournisseur</td>
|
||||
<td><input type=text size=20 name=list_price value="<TMPL_VAR name="listprice">" onchange='update(this.form)'></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Coût remplacement <br><FONT SIZE=2></td>
|
||||
<td><input type=text size=20 name=rrp value="<TMPL_VAR name="rrp">" onchange='update(this.form)'>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Cout budgété<BR><FONT SIZE=2></FONT> </td>
|
||||
<td><input type=text size=20 name=ecost value="<TMPL_VAR name="ecost">" onchange='update(this.form)'></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Port budgété</td>
|
||||
<td><input type=text size=20 name=GST value="" onchange='update(this.form)'></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><B>TOTAL BUDGETE</B></td>
|
||||
<td><input type=text size=20 name=total value="" onchange='update(this.form)'></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD>Coût effectif</td>
|
||||
<td><input type=text size=20 name=cost></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor=#ffffcc>
|
||||
<TD>N° facture *</td>
|
||||
<td><input type=text size=20 name=invoice ></td>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Notes</td>
|
||||
<td><input type=text size=20 name=notes value="<TMPL_VAR name="notes">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD colspan=2><input type=image name=submit src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/2rightarrow.png" border=0 align=right> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<table>
|
||||
<tr><td bgcolor=#cccc99 background="<TMPL_VAR name="themelang">/images/background-mem.gif"><B>HELP</B><br>
|
||||
<UL>
|
||||
<LI>Si vous commandez plus d'un exemplaire, vous pourrez choisir des fonds supplémentaires, et ajouter des codes barres dans l'écrans suivant</li>
|
||||
<LI>les champs en <B>GRAS</B> doivent être remplis pour créer une nouvelle notice et un exemplaire</li>
|
||||
<LI>Les champs en italique peuvent être utilisés pour faire une "réception rapide" lorsque les exemplaires seront réceptionnés</li>
|
||||
</UL>
|
||||
</td></tr></table>
|
||||
<p> </p>
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
||||
|
||||
|
47
koha-tmpl/intranet-tmpl/default/fr/acqui/order.tmpl
Normal file
47
koha-tmpl/intranet-tmpl/default/fr/acqui/order.tmpl
Normal file
|
@ -0,0 +1,47 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
<FONT SIZE=6><em>Recherche fournisseur</em></FONT><br />
|
||||
<a href=supplier.pl?id=0><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add supplier" ALT="Add" BORDER=0 ></a>
|
||||
<CENTER>
|
||||
vous avez cherché le <b>fournisseur <TMPL_VAR name="supplier">,</b> <TMPL_VAR name="count"> réponses trouvées<p>
|
||||
<table border=0 cellspacing=0 cellpadding=5 width="80%">
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td width="10%"><b>N° cmde</b></td>
|
||||
<td width="10%"><b>Livraison<b></td>
|
||||
<td width="30%"><b>fournisseur</b></td>
|
||||
<td width="50%">
|
||||
<table width="100%" border=0 cellspacing=0 cellpadding=5>
|
||||
<tr>
|
||||
<td width="15%"><b>Panier</b></td>
|
||||
<td width="15%"><b>Exemplaire</b></td>
|
||||
<td width="40%"><b>Staff</b></td>
|
||||
<td width="30%"><b>Date</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<TMPL_LOOP name="loop_suppliers">
|
||||
<tr valign=top bgcolor=<TMPL_VAR name="color">>
|
||||
<td>
|
||||
<a href="basket.pl?id=<TMPL_VAR name="id">"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="recieveorder.pl?id=<TMPL_VAR name="id">"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_get.png" title="recieve" ALT="Add" BORDER=0 ></a>
|
||||
</td>
|
||||
<td><a href="supplier.pl?id=<TMPL_VAR name="id">"><TMPL_VAR name="name"></a></td>
|
||||
<td>
|
||||
<table width="100%" cellspacing=0 cellpadding=5 border=0>
|
||||
<TMPL_LOOP name="loop_basket">
|
||||
<tr>
|
||||
<td width="15%"><a href="/cgi-bin/koha/acqui/basket.pl?basket=<TMPL_VAR name="basketno">"><TMPL_VAR name="basketno"></a></td>
|
||||
<td width="15%"><TMPl_VAR name="total"></td>
|
||||
<td width="40%"><TMPL_VAR name="authorisedby"></td>
|
||||
<td width="30%"><TMPL_VAR name="entrydate"></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
</CENTER>
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
74
koha-tmpl/intranet-tmpl/default/fr/acqui/recieve.tmpl
Normal file
74
koha-tmpl/intranet-tmpl/default/fr/acqui/recieve.tmpl
Normal file
|
@ -0,0 +1,74 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<div align=right>
|
||||
Facture : <TMPL_VAR name="invoice"><br>
|
||||
Réceptionnée par : <TMPL_VAR name="user"><br>
|
||||
<TMPL_VAR name="date">
|
||||
</div>
|
||||
<FONT SIZE=6><em>Réception pour : <TMPL_VAR name="name">, Facture <TMPL_VAR name="invoice"></em></FONT>
|
||||
<CENTER>
|
||||
|
||||
<FORM ACTION="/cgi-bin/koha/acqui/acquire.pl">
|
||||
<input type=hidden name=id value="<TMPL_VAR name="id">">
|
||||
<input type=hidden name=gst value="<TMPL_VAR name="gst">">
|
||||
<input type=hidden name=freight value="<TMPL_VAR name="freight">">
|
||||
<input type=hidden name=invoice value="<TMPL_VAR name="invoice">">
|
||||
|
||||
<b>Rechercher ISBN or Titre:</b> <INPUT TYPE="text" SIZE="25" NAME="recieve">
|
||||
</form>
|
||||
<p>
|
||||
<FORM ACTION="" method=get name=orderform>
|
||||
|
||||
<table border=0 cellspacing=0 cellpadding=5>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td><b>PANIER</b></td>
|
||||
<td><b>ISBN</b></td>
|
||||
<td><b>TITRE</b></td>
|
||||
<td><b>AUTEUR</b></td>
|
||||
<td><b>ACTUEL</b></td>
|
||||
<td><b>Port</b></td>
|
||||
<td><b>QTE</b></td>
|
||||
<td><b>TOTAL</b></td>
|
||||
</tr>
|
||||
<TMPL_VAR name="count">
|
||||
<TMPL_LOOP name="loop_orders">
|
||||
<tr valign=top bgcolor="<TMPL_VAR name="color">">
|
||||
<td><TMPL_VAR name="basketno"></td>
|
||||
<td><TMPL_VAR name="isbn"></td>
|
||||
<td><a href="acquire.pl?recieve=<TMPL_VAR name="ordernumber">&biblio=<TMPL_VAR name="biblionumber">&invoice=<TMPL_VAR name="invoice">&gst=<TMPL_VAR name="gst">&freight=<TMPL_VAR name="freight">&id=<TMPL_VAR name="id">"><TMPL_VAR name="title"></a></td>
|
||||
<td><TMPL_VAR name="author"></td>
|
||||
<td>$<TMPL_VAR name="unitprice"></td>
|
||||
<td></td>
|
||||
<td><TMPL_VAR name="quantityrecieved"></td>
|
||||
<td>$<TMPL_VAR name="total"></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td colspan=8><hr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><b>SUBTOTALS</b></td>
|
||||
<td>$<TMPL_VAR name="totalprice"></td>
|
||||
<td><TMPL_VAR name="totalfreight"></td>
|
||||
<td><TMPL_VAR name="totalquantity"></td>
|
||||
<td>$<TMPL_VAR name="tototal"></td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td colspan=5 rowspan=2 bgcolor="#ffdf61">
|
||||
<b>AIDE</b>
|
||||
<br>Le total en bas de la page doit être le même que sur la facture à quelques cents près.</p>
|
||||
Quand vous avez terminé, enregistrez les modifications
|
||||
</td>
|
||||
<td colspan=2 align=right><b>GST</b></td>
|
||||
<td>?<TMPL_VAR name="gst"></td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor=white>
|
||||
<td colspan=2 align=right ><b>TOTAL</b></td>
|
||||
<td>?<TMPL_VAR name="grandtot"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</CENTER>
|
33
koha-tmpl/intranet-tmpl/default/fr/acqui/recieveorder.tmpl
Normal file
33
koha-tmpl/intranet-tmpl/default/fr/acqui/recieveorder.tmpl
Normal file
|
@ -0,0 +1,33 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<FONT SIZE=6><em>Réceptionner commande du fournisseur <TMPL_VAR name="name"></em></FONT>
|
||||
<p>
|
||||
<CENTER>
|
||||
<form method=get action="receive.pl">
|
||||
<input type=hidden name=id value=<TMPL_VAR name="id">>
|
||||
<p>
|
||||
<table border=1 cellspacing=0 cellpadding=5>
|
||||
<tr valign=top bgcolor="#ffdf61"><td colspan=2><B>INFORMATIONS DE FACTURE FOURNISSEUR</B></td></tr>
|
||||
<TR VALIGN=TOP >
|
||||
<TD>N° commande fournisseur</td>
|
||||
<td><input type=text size=20 name=invoice>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP bgcolor="#ffffcc">
|
||||
<TD>gst</td>
|
||||
<td><input type=text size=20 name=gst>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Port</td>
|
||||
<td><input type=text size=20 name=freight>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<td colspan=2 align="center"><input type=image name=submit src="/<TMPL_VAR name="theme">/images/2rightarrow.png" border=0 title="continue" alt="save" border=0>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</CENTER>
|
||||
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
159
koha-tmpl/intranet-tmpl/default/fr/acqui/supplier.tmpl
Normal file
159
koha-tmpl/intranet-tmpl/default/fr/acqui/supplier.tmpl
Normal file
|
@ -0,0 +1,159 @@
|
|||
<TMPL_INCLUDE name="acquisitions-top.inc">
|
||||
|
||||
<form action=updatesupplier.pl method=post>
|
||||
|
||||
<input type=hidden name=id value=<TMPL_VAR name="id">>
|
||||
<FONT SIZE=6><em>Modification : <TMPL_VAR name="name"></em></FONT>
|
||||
<P>
|
||||
<CENTER>
|
||||
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 align=left width="40%">
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td colspan=2><B>DETAIL FOURNISSEUR </B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><b>Nom fournisseur</b></td>
|
||||
<td><input type=text size=20 name=company value="<TMPL_VAR name="name">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Addresse</td>
|
||||
<td>
|
||||
<textarea name=company_postal cols=20 rows=3><TMPL_VAR name="postal">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Addresse siège</td>
|
||||
<td><textarea name=physical cols=20 rows=4><TMPL_VAR name="address1">
|
||||
<TMPL_VAR name="address2">
|
||||
<TMPL_VAR name="address3">
|
||||
<TMPL_VAR name="address4">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Tel</td>
|
||||
<td><input type=text size=20 name=company_phone value="<TMPL_VAR name="phone">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Fax</td>
|
||||
<td><input type=text size=20 name=company_fax value="<TMPL_VAR name="fax">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>site web</td>
|
||||
<td><input type=text size=20 name=website value="<TMPL_VAR name="url">">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td colspan=2><B>CONTACT</B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Nom</td>
|
||||
<td><input type=text size=20 name=company_contact_name value="<TMPL_VAR name="contact">"></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>fonction</td>
|
||||
<td><input type=text size=20 name=company_contact_position value="<TMPL_VAR name="contpos">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Tel</td>
|
||||
<td><input type=text size=20 name=contact_phone value="<TMPL_VAR name="contphone">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Autre tel</td>
|
||||
<td><input type=text size=20 name=contact_phone_2 value="<TMPL_VAR name="contaltphone">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Fax</td>
|
||||
<td><input type=text size=20 name=contact_fax value="<TMPL_VAR name="contfax">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>E-mail</td>
|
||||
<td><input type=text size=20 name=company_email value="<TMPL_VAR name="contemail">">
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Notes</td>
|
||||
<td><textarea name=notes cols=20 rows=4><TMPL_VAR name="contnotes"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 align="center"><input type=image name=submit src="/<TMPL_VAR name="theme">/images/filesave.png" border=0 title="save" alt="save"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border=1 cellspacing=0 cellpadding=5 width="40%">
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td colspan=2><B>STATUT</B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Le fournisseur est</td>
|
||||
<td><input type="radio" name="status" value="1" <TMPL_IF name="active">checked</TMPL_IF>>Actif
|
||||
<input type="radio" name="status" value="0" <TMPL_UNLESS name="active">checked</TMPL_UNLESS>>Inactif</td>
|
||||
</tr>
|
||||
<tr valign=top bgcolor="#ffdf61">
|
||||
<td colspan=2><B>INFORMATIONS COMMANDE</B></td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Publishers and Imprints</td>
|
||||
<td><textarea name="publishers_imprints" cols=20 rows=4><TMPL_VAR name="specialty"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Les prix sont en </td>
|
||||
<td>
|
||||
<select name=list_currency size=1>
|
||||
<TMPL_LOOP name="loop_pricescurrency">
|
||||
<TMPL_VAR name="currency">
|
||||
</TMPL_LOOP>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Les factures sont en </td>
|
||||
<td>
|
||||
<select name=invoice_currency size=1>
|
||||
<TMPL_LOOP name="loop_invoicecurrency">
|
||||
<TMPL_VAR name="currency">
|
||||
</TMPL_LOOP>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>GST</td>
|
||||
<td>
|
||||
<input type=radio name=gst value=1 <TMPL_IF name="gstreg">checked</TMPL_IF>>Yes
|
||||
<input type=radio name=gst value=0 <TMPL_UNLESS name="gstreg">checked</TMPL_UNLESS>>No
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>List Item Price Includes GST</td>
|
||||
<td>
|
||||
<input type=radio name=list_gst <TMPL_IF name="listincgst">checked</TMPL_IF>>Yes
|
||||
<input type=radio name=list_gst value=0 <TMPL_UNLESS name="listincgst">checked</TMPL_UNLESS>>No
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>Invoice Item Price Includes GST</td>
|
||||
<td>
|
||||
<input type=radio name=invoice_gst value=1 <TMPL_IF name= "invoiceincgst">checked</TMPL_IF>>Yes
|
||||
<input type=radio name=invoice_gst value=0 <TMPL_UNLESS name="invoiceincgst">checked</TMPL_UNLESS>>No
|
||||
</td>
|
||||
</tr>
|
||||
<TR VALIGN=TOP>
|
||||
<TD>remise</td>
|
||||
<td><input type=text size=3 name=discount value=<TMPL_VAR name="discount">> %
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</center>
|
||||
|
||||
|
||||
<TMPL_INCLUDE name="acquisitions-bottom.inc">
|
Loading…
Reference in a new issue