[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,NONE,1.1 acquire.tmpl,NONE,1.1 basket.tmpl,NONE,1.1 histsearch.tmpl,NONE,1.1 newbasket2.tmpl,NONE,1.1 newbiblio.tmpl,NONE,1.1 order.tmpl,NONE,1.1 recieve.tmpl,NONE,1.1 recieveorder.tmpl,NONE,1.1 suggestion-select.tmpl,NONE,1.1 supplier.tmpl,NONE,1.1

Dorian Meid dnmeid at users.sourceforge.net
Thu May 12 21:26:16 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16198/intranet-tmpl/default/de/acqui

Added Files:
	acqui-home.tmpl acquire.tmpl basket.tmpl histsearch.tmpl 
	newbasket2.tmpl newbiblio.tmpl order.tmpl recieve.tmpl 
	recieveorder.tmpl suggestion-select.tmpl supplier.tmpl 
Log Message:
First german contribution to 2.2.2
Thanks to Friedrich

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<div id="mainbloc">

<h1 class="acquisition">Erwerbung</h1>
<div id="bloc25">
	<h2 class="acquisition">Beginnen, Eingangsbearbeitung, &auml;ndern von Bestellungen</h2>
		<form action="/cgi-bin/koha/acqui/order.pl" method="post">
			Lieferantenname: <input type="text"  size="25"   name="supplier">
			<input type="submit" class="button acquisition" value="OK">
		</form>
	<p>oder <a href="histsearch.pl" class="button acquisition"> Suche Bestellhistorie</a></p>
</div>

<!-- currencies-->
<div id="bloc25">
	<form action="/cgi-bin/koha/currency.pl">
	<input type="hidden" name="type" value="change">
	<h2 class="acquisition">Wechselkurse</h2>
	<!-- TMPL_LOOP NAME="loop_currency" -->
		<p>
			<label><!-- TMPL_VAR NAME="currency" --></label>
			<input type="text"  size="10"  name="<!-- TMPL_VAR NAME="currency" -->" value=<!-- TMPL_VAR NAME="rate" -->>
		</p>
	<!-- /TMPL_LOOP -->
	<input type="submit" value="Speichern" class="button acquisition">
</div>

<!-- suggestions -->
<div id="bloc25">
	<h2 class="acquisition">zu pr&uuml;fende Vorschl&auml;ge</h2>
		<!-- TMPL_IF name="suggestion" -->
			<!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl" class="button acquisition">Manage</a>
		<!-- TMPL_ELSE -->
			Keine Anschaffungsvorschl&auml;ge offen
		<!-- /TMPL_IF -->
</div>

<!-- showbudget-->
<div id="bloc25">
	<form action="/cgi-bin/koha/search.pl">
		<h2 class="acquisition">Etats und Budgets</h2>
		<table class="noborder">
			<tr>
				<th class="acquisition">Etats</th>
				<th class="acquisition">Total</th>
				<th class="acquisition">geschenkt</th>
				<th class="acquisition">Comtd</th>
				<th class="acquisition">Avail</th>
			</tr>
			<!-- TMPL_LOOP NAME="loop_budget" -->
				<tr>
					<td><!-- TMPL_VAR NAME="bookfundname" --></td>
					<td align="right"><!-- TMPL_VAR NAME="budgetamount" --></td>
					<td align="right"><!-- TMPL_VAR NAME="spent" --></td>
					<td align="right"><!-- TMPL_VAR NAME="comtd" --></td>
					<td align="right"><!-- TMPL_VAR NAME="avail" --></td>
				</tr>
			<!-- /TMPL_LOOP -->
			<tr>
				<th class="acquisition" align="right">Total</th>
				<th class="acquisition" align="right"><!-- TMPL_VAR NAME="total" --></th>
				<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totspent" --></th>
				<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totcomtd" --></th>
				<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totavail" --></th>
			</tr>
		</table>
		<p>
		Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.
		</p>
	</form>
</div>

<div id="bloc25">
	<h2 class="acquisition">HILFE Bestellungen</h2>
	<ul>
		<p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, Add a new one if needed.</p>
		<p>Then select a previous shopping basket or create a new one. Note the basket will be attached to the user you've logged to </p>
		<p>To order an item you need to establish whether a biblio already exists for it, and either add an item, or set up a new biblio then add the item.</p>
		<p>To close off a shopping basket click on "view shopping baskets" or search above, and then click on "confirm basket".</p>
	</ul>
</div>

</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->

<div id="mainbloc">
<h1 class="acquisition">Summe Bestelleing&auml;nge f&uuml;r: <i><!-- TMPL_VAR NAME="name" --></i> Rechnung <i><!-- TMPL_VAR NAME="invoice" --></i></h1>

	<!-- TMPL_IF name="count" -->
		<form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post">
		<h1 class="acquisition"><!-- TMPL_VAR NAME="ordernumber" --> - Bestelleingang</h1>
		Shopping Basket For: <!-- TMPL_VAR NAME="name" -->
		<br> Order placed: <!-- TMPL_VAR NAME="date" -->
		<div id="bloc25">
				<h2 class="acquisition">Katalog-Details</h2>
			<p>
				<label class="label100">Titel </label>
				<!-- TMPL_VAR NAME="title" -->
			</p>
			<p>
				<label class="label100">Verfasser</label>
				<!-- TMPL_VAR NAME="author" -->
			</p>
			<p>
				<label class="label100">Copyright Datum</label>
				<!-- TMPL_VAR NAME="copyrightdate" -->
			</p>
			<p>
				<label class="label100">Format</label>
				<!-- TMPL_VAR NAME="itemtype" -->
			</p>
			<p>
				<label class="label100">ISBN</label>
				<!-- TMPL_VAR NAME="isbn" -->
			</p>
			<p>
				<label class="label100">Serien</label>
				<!-- TMPL_VAR NAME="seriestitle" -->
			</p>
			<p>Barcode und Zweigstelle iengeben, wenn Exemplare sofort hinzugef&uuml;gt werden sollen</p>
			<p>
				<label class="label100">Zweigstelle</label>
				<!-- TMPL_VAR NAME="CGIbranch" -->
			</p>
			<p>
				<label class="label100">Exemplar-Barcode *</label>
				<input type=text size=20 name=barcode value="<!-- TMPL_VAR name="barcode" -->">
			</p>
		</div>
		<div id="bloc25">
			<h2 class="acquisition">Bestelldetails</h2>
			<p>
				<label class="label100">Erwerbungsetat</label>
				<!-- TMPL_VAR NAME="bookfund" -->
			</p>
			<p>
				<label class="label100">Bestellte Anzahl</label>
				<!-- TMPL_VAR NAME="quantity" -->
				<input type="hidden" name="quantity" value="<!-- TMPL_VAR NAME="quantity" -->">
			</p>
			<p>
				<label class="label100">Gelieferte Menge *</label>
				<input type="text" size="20" name="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->">
			</p>
			<p>
				<label class="label100">Wiederbeschaffungskosten</label>
				<input type="text" size="20" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->">
			</p>
			<p>
				<label class="label100">Buchungsbetrag </label>
				<!-- TMPL_VAR NAME="ecost" -->
			</p>
			<p>
				<label class="label100">Effektive Kosten *</label>
				<input type="text" size="20" name="cost" value="<!-- TMPL_IF name="unitprice"--><!-- TMPL_VAR NAME="unitprice" --><!-- TMPL_ELSE --><!-- TMPL_VAR name="rrp" --><!-- /TMPL_IF -->">
			</p>
			<p>
				<label class="label100">Rechnungsnummer</label>
					<!-- TMPL_VAR NAME="invoice" -->
					<input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->">
			</p>
			<p>
				<label class="label100">Bemerkung</label>
				<!-- TMPL_VAR NAME="notes" -->
			</p>
			<p>
				<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="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
				<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="submit" class="button acquisition" value="Speichern"> (alle Kosten f&uuml;r 1 Exemplar)
				<!-- TMPL_ELSE -->
					<a class="button acquisition" href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;booksellerid=<!-- TMPL_VAR NAME="supplierid" -->">
						Bearbeiten
					</a>
				<!-- /TMPL_IF -->
			</p>
		</div>
		</form>
	<!-- TMPL_ELSE -->
		<table>
		<tr>
			<th class="acquisition">Korb</th>
			<th class="acquisition">ISBN</th>
			<th class="acquisition">TITEL</th>
			<th class="acquisition">VERFASSER</th>
			<th class="acquisition">Qty</th>
			<th class="acquisition">Eingegangen</th>
		</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" -->&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>
				<td><!-- TMPL_VAR NAME="author" --></td>
				<td><!-- TMPL_VAR NAME="quantity" --></td>
				<td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
			</tr>
		<!-- /TMPL_LOOP -->
		</table>
	<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->

<div id="mainbloc">
	<h1 class="acquisition"><!-- TMPL_UNLESS name="basketno" -->Neu <!-- /TMPL_UNLESS -->Einkauskorb <b><!-- TMPL_VAR NAME="basketno" --> </b>f&uuml;r <a href="supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="name" --></a></h1><br />
	<!-- TMPL_UNLESS name="closedate" -->
		<div id="bloc25">
			<h2 class="acquisition">Korb-Info</h2>
			<p><label class="label100">Korb-Nummer<label> <!-- TMPL_VAR NAME="basketno" --></p>
			<p><label class="label100">Managed by<label><!-- TMPL_VAR NAME="authorisedbyname" --></p>
			<p><label class="label100">open on<label> <!-- TMPL_VAR NAME="creationdate" --></p>
			<p><label class="label100">f&uuml;r<label> <!-- TMPL_VAR NAME="booksellerid" --></p>
			<p><label class="label100">Rechnungsnummer </label><!-- TMPL_VAR NAME="booksellerinvoicenumber" --></p>
			<!-- TMPL_IF name="closedate" -->
				Geschlossen am <!-- TMPL_VAR name="closedate" -->
			<!-- TMPL_ELSE -->
				<a href="/cgi-bin/koha/acqui/order.pl?op=close&amp;basket=<!-- TMPL_VAR NAME="basketno" -->&supplier=<!-- TMPL_VAR name="booksellerid" -->" class="button acquisition">Schlie&szlig;en</a>
			<!-- /TMPL_IF -->
		</div>
	<!-- /TMPL_UNLESS -->
	<div id="bloc100">
	<h2 class="acquisition">Bestellung</h2>
	<!-- TMPL_IF name="books_loop" -->
		<table>
			<tr valign="top" bgcolor="#ffdf61">
				<th class="acquisition doNotPrint">Bestellung</th>
				<th class="acquisition">Verlag<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode" class="acquisition doNotPrint">[Bestellung]</a></th>
				<th class="acquisition">ISBN</th>
				<th class="acquisition">Titel</th>
				<th class="acquisition">Verfasser</th>
				<th class="acquisition">rrp</th>
				<th class="acquisition doNotPrint">est</th>
				<th class="acquisition">Qty</th>
				<th class="acquisition">Total</th>
				<th class="acquisition doNotPrint">Etat <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]</a></th>
				<!-- TMPL_IF name="active" -->
					<!-- TMPL_UNLESS name="closedate" -->
						<th class="acquisition doNotPrint">L&ouml;schen</th>
					<!-- /TMPL_UNLESS -->
				<!-- /TMPL_IF -->
			</tr>
			<!-- TMPL_LOOP NAME="books_loop" -->
				<tr valign="top" bgcolor="<!-- TMPL_VAR NAME="color" -->">
					<td class="doNotPrint"><!-- TMPL_VAR NAME="ordernumber" --></td>
					<td><!-- TMPL_VAR NAME="publishercode" --></td>
					<td><!-- TMPL_VAR NAME="isbn" --></td>
					<!-- TMPL_IF name="closedate" -->
						<td><!-- TMPL_VAR NAME="title" --></td>
					<!-- TMPL_ELSE -->
						<td><a href="newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
					<!-- /TMPL_IF -->
					<td><!-- TMPL_VAR NAME="author" --></td>
					<td><!-- TMPL_VAR NAME="rrp" --></td>
					<td class="doNotPrint"><!-- TMPL_VAR NAME="ecost" --></td>
					<td><!-- TMPL_VAR NAME="quantity" --></td>
					<td><!-- TMPL_VAR NAME="line_total" --></td>
					<td class="doNotPrint"><!-- TMPL_VAR NAME="bookfundid" --></td>
					<!-- TMPL_IF name="active" -->
						<!-- TMPL_UNLESS name="closedate" -->
							<td class="doNotPrint">
								<a href="addorder.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->&quantity=0&biblio=<!-- TMPL_VAR NAME="biblionumber" -->">
									<img src="/intranet-tmpl/default/images/edittrash.png" alt="Remove from basket" title="Remove from basket" width="32" hspace="0" vspace="0" border="0">
								</a>
							</td>
						<!-- /TMPL_UNLESS -->
					<!-- /TMPL_IF -->
				</tr>
			<!-- /TMPL_LOOP -->
			<input type="hidden" name="number" value=<!-- TMPL_VAR NAME="count" -->>
			<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
			<tr>
				<td colspan="4" rowspan=3>
					&nbsp;
				</td>
				<th colspan="2" class="acquisition">Zwischensumme</th>
				<th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="sub_total" --></th>
			</tr>
			<tr>
				<th colspan="2" class="acquisition">MWST</th>
				<th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="gist" --></th>
			</tr>
			<tr>
				<th colspan="2" class="acquisition">SUMME</th>
				<th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="grand_total" --></th>
			</tr>
		</table>
	<!-- TMPL_ELSE -->
		<p>Der Korb ist leer</p>
	<!-- /TMPL_IF -->
	</div>
	<!-- TMPL_IF name="active" -->
		<!-- TMPL_UNLESS name="closedate" -->
		<div id="bloc25">
			<h2 class="acquisition">Add order line</h2>
			<form action="/cgi-bin/koha/acqui/newbasket2.pl" method="post">
				<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->">
				<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
				<p>von einem vorhandenen Biblio </b><input type="text"  size="25"   name="search"><input type="submit" class="button acquisition" value="Suche"></p>
				<p>oder <a href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition"> f&uuml;r einen Anschaffungsvorschlag </a> <a href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition"> Neuer Biblio </a>
				</p>
			</form>
		</div>
		<!-- /TMPL_UNLESS -->
	<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
	<h1 class="acquisition">Bestellung suchen</h1>
	<table>
		<tr>
			<th class="acquisition">&nbsp;</th>
			<th class="acquisition">Titel</th>
			<th class="acquisition">Verfasser</th>
			<th class="acquisition">Lieferant</th>
			<th class="acquisition">Eingestellt in</th>
			<th class="acquisition">Recieved on</th>
			<th class="acquisition">Bestellte Anzahl</th>
			<th class="acquisition">Unit cost</th>
			<th class="acquisition">&nbsp;</th>
		</tr>
		<tr>
			<form>
				<th class="acquisition">
					Filter on
				</th>
				<th class="acquisition">
					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
				</th>
				<th class="acquisition">
					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
				</th>
				<th class="acquisition">
					<input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					<input type="submit" class="button acquisition" value="Filter setzen">
				</th>
			</form>
		</tr>
		<!-- TMPL_LOOP NAME="suggestions_loop" -->
			<tr>
				<td>
					&nbsp;
				</td>
				<td>
					<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a>
				</td>
				<td>
					<!-- TMPL_VAR NAME="author" -->
				</td>
				<td>
					<!-- TMPL_VAR NAME="name" -->
				</td>
				<td>
					<!-- TMPL_VAR name="creationdate" -->
				</td>
				<td>
					<!-- TMPL_VAR name="datereceived" -->
				</td>
				<td>
					<!-- TMPL_VAR name="quantity" -->
				</td>
				<td>
					<!-- TMPL_VAR name="ecost" -->
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
	<h1 class="acquisition">Shopping basket <!-- TMPL_VAR name="basketno" --> for: <!-- TMPL_VAR NAME="bookselname" --></h1>
		<a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;sub=<!-- TMPL_VAR NAME="parsub" -->">
		<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filenew.png" border="0" alt="Neuen Biblio hinzuf&uuml;gen"></a>
	<a href="basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">
		<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1uparrow.png" border="0" alt="Einkaufskorb anzeigen">
	</a>
	<form action="/cgi-bin/koha/acqui/newbasket2.pl">
	<input type="hidden" name="booksellerid" value=<!-- TMPL_VAR NAME="booksellerid" -->>
	<input type="hidden" name="basketno" value=<!-- TMPL_VAR NAME="basketno" -->>
	<b>Neue Suche </b><input="text"  size="25"   name="search">
	<input type="submit" value="Suche" class="button acquisition">
	</form>

	Sie suchten nach
	<b>
	<!-- TMPL_LOOP NAME="loopsearch" -->
		<!-- TMPL_VAR NAME="key" --> <!-- TMPL_VAR NAME="value" -->
	<!-- /TMPL_LOOP -->
	</b>
	<br>
	<!-- TMPL_VAR NAME="count" --> Ergebnisse gefunden
	
	<br> Treffer <i><!-- TMPL_VAR NAME="dispnum" --></i> von <i><!-- TMPL_VAR NAME="offset2" --></i> angezeigt
	
	<table>
		<tr>
			<th class="acquisition">TITEL</th>
			<th class="acquisition">VERFASSER</th>
			<th class="acquisition">&copy;</th>
			<th class="acquisition">COUNT</th>
			<th class="acquisition">STANDORT</th>
		</tr>
	
	<!-- TMPL_LOOP NAME="loopresult" -->
		<tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
			<td>
					<a href="/cgi-bin/koha/acqui/newbiblio.pl?sub=<!-- TMPL_VAR NAME="sub" -->&amp;booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->">
					<!-- TMPL_VAR NAME="title" -->
					</a>
			</td>
			<td>
				<!-- TMPL_VAR NAME="author" -->
			</td>
			<td>
				<!-- TMPL_VAR NAME="copyright" -->
			</td>
			<td>
				<!-- TMPL_VAR NAME="itemcount" -->
			</td>
			<td>
				<!-- TMPL_IF name="use-location-flags-p" -->
				<!-- TMPL_IF name="location-only" --><!-- TMPL_VAR NAME="location-only" --><br><!-- /TMPL_IF -->
				<!-- TMPL_IF name="on-loan-p" -->Ausgeliehen<br><!-- /TMPL_IF -->
				<!-- TMPL_IF name="lost-p" -->Verloren<br><!-- /TMPL_IF -->
				<!-- TMPL_IF name="mending-p" -->Mending<br><!-- /TMPL_IF -->
				<!-- TMPL_IF name="in-transit-p" -->Auf dem Transport<br><!-- /TMPL_IF -->
				<!-- TMPL_ELSE -->
				<!-- TMPL_VAR NAME="location" -->
				<!-- /TMPL_IF -->
			</td>
		</tr>
	
	<!-- /TMPL_LOOP -->
	
		<tr bgcolor="#ffdf61">
			<td>
				&nbsp;
			</td>
			<td>
				&nbsp;
			</td>
			<td>
				&nbsp;
			</td>
			<td>
				&nbsp;
			</td>
			<td>
				&nbsp;
			</td>
		</tr>
	</table>
	
	<!-- TMPL_IF name="offsetover" -->
	<a href="/cgi-bin/koha/acqui/newbasket2.pl?num=<!-- TMPL_VAR NAME="num" -->&amp;offset=<!-- TMPL_VAR NAME="offset" -->&amp;type=<!-- TMPL_VAR NAME="type" -->&amp;booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;search=<!-- TMPL_VAR NAME="title" -->&amp;author=<!-- TMPL_VAR NAME="author" -->">
	N&auml;chster
	</a>
	<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<script language="javascript" type="text/javascript">

<!--
function update(f){
  //collect values
  quantity=f.quantity.value
  if (quantity ==0) {
  	alert("Quantity must be >0");
  }
  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+<!-- TMPL_VAR NAME="gstrate" -->);
    GST=ecost*(<!-- TMPL_VAR NAME="gstrate" -->);
  }

  total=(ecost+GST)*quantity

  f.rrp.value=rrp;
  f.ecost.value=ecost;
  f.GST.value=GST;
  f.total.value=total;
  return true;
}



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>");
}

function check(f) {
  quantity=f.quantity.value
  title=f.title.value
  if (title == "") {
  	alert("Title can't be empty");
	return false;
  }
  if (quantity ==0) {
  	alert("Quantity must be >0");
	return false;
  }
	document.frusin.submit();
}

//-->

</script>
<div id="mainbloc">
	<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="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
	<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->">
	<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="currency" -->">
	<input type="hidden" name="applygst" value="<!-- TMPL_VAR NAME="gstreg" -->">
	<input type="hidden" name="suggestionid" value="<!-- TMPL_VAR NAME="suggestionid" -->">
	<!-- TMPL_LOOP NAME="loop_currencies" -->
		<input type="hidden" name="<!-- TMPL_VAR NAME="currency" -->" value="<!-- TMPL_VAR NAME="rate" -->">
	<!-- /TMPL_LOOP -->
	<a href="basket.pl?basket=<!-- TMPL_VAR NAME="basket" -->" class="button acquisition">Korb ansehen</a> <h1 class="acquisition">
		<!-- TMPL_IF name="ordnum" -->
			Bestellung bearbeiten (Zeile #<!-- TMPL_VAR NAME="ordnum" -->)
		<!-- TMPL_ELSE -->
			Neue Bestellung
		<!-- /TMPL_IF -->
		 <!-- TMPL_IF name="suggestionid" -->(bestimmt durch Vorschlag)<!-- /TMPL_IF -->
	</h1>
	Shopping Basket For <!-- TMPL_VAR NAME="name" -->
	<div id="bloc25">
		<h2 class="acquisition">Katalog-Details</h2>
		<p>
			<label class="label100"><b>Titel *</b></label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="title" value="<!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="title" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="title" value="<!-- TMPL_VAR NAME="title" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100">Verfasser</label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="author" value="<!-- TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="author" value="<!-- TMPL_VAR NAME="author" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100"> Verlag</label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->"><!-- TMPL_VAR NAME="publishercode" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100">Copyright Datum</label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="copyrightdate" value="<!-- TMPL_VAR NAME="copyrightdate" -->"><!-- TMPL_VAR NAME="copyrightdate" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="copyrightdate" value="<!-- TMPL_VAR NAME="copyrightdate" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100">Format</label>
			<!-- TMPL_VAR NAME="CGIitemtype" -->
		</p>
		<p>
			<label class="label100">ISBN</label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->"><!-- TMPL_VAR NAME="isbn" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100">Serien</label>
			<!-- TMPL_IF name="biblio" -->
				<input type="hidden" size="20" name="series" value="<!-- TMPL_VAR NAME="seriestitle" -->"><!-- TMPL_VAR NAME="seriestitle" -->
			<!-- TMPL_ELSE -->
				<input type="text" size="20" name="series" value="<!-- TMPL_VAR NAME="seriestitle" -->">
			<!-- /TMPL_IF -->
		</p>
		<p>
			<label class="label100">Zweigstelle</label>
			<!-- TMPL_VAR NAME="CGIbranch" -->
		</p>
	</div>
	<div id="bloc25">
		<h2 class="acquisition">Bestelldetails</h2>
		<p>
			<label class="label100">Menge</label>
			<input type="text" size="20" name="quantity" value="<!-- TMPL_VAR NAME="quantity" -->" onchange="update(this.form);">
		</p>
		<p>
			<label class="label100">Erwerbungsetat</label>
			<!-- TMPL_VAR NAME="CGIbookfund" -->
		</p>
		<p>
			<label class="label100">EK-Preis Lieferant</label>
			<input type="text" size="20" name="list_price" value="<!-- TMPL_VAR NAME="listprice" -->" onchange="update(this.form)">
		</p>
		<p>
			<label class="label100">Wiederbeschaffungskosten </label>
			<input type="text" size="20" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" onchange="update(this.form)">
		</p>
		<p>
			<label class="label100">Buchungsbetrag</label>
			<input type="text" size="20" name="ecost" value="<!-- TMPL_VAR NAME="ecost" -->" onchange="update(this.form)">
		</p>
		<p>
			<label class="label100">MWST</label>
			<input type="text" size="20" name="GST" value="" onchange="update(this.form)">
		</p>
		<p>
			<label class="label100"><b>BUDGETED TOTAL</b></label>
			<input type="text" size="20" name="total" value="" onchange="update(this.form)">
		</p>
		<p>
			<label class="label100">Effektive Kosten</label>
			<input type="text" size="20" name="cost" value="<!-- TMPL_VAR name="ecost"-->">
		</p>
		<p>
			<label class="label100">Rechnungsnummer *</label>
			<input type="text" size="20" name="invoice"  value="<!-- TMPL_VAR name="invoice" -->">
		<p>
			<label class="label100">Bemerkung</label>
			<input type="text" size="20" name="notes" value="<!-- TMPL_VAR NAME="notes" -->">
		</p>
		<p>Die folgenden zwei Felder sind zur freien Verf&uuml;gung. Sie k&ouml;nnen f&uuml;r Statistikzwecke hilfreich sein.</p>
		<p>
			<label class="label100">Sortierfeld 1</label>
			<input type="text" size="20" name=sort1 value="<!-- TMPL_VAR NAME="sort1" -->">
		</p>
		<p>
			<label class="label100">Sortierfeld 2</label>
			<input type="text" size="20" name=sort2 value="<!-- TMPL_VAR NAME="sort2" -->">
		</p>
		<p>
			<input type="button" value="OK" class="button acquisition" onClick="check(this.form)">
		</p>
	</form>
	</div>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<div id="mainbloc">
<h1 class="acquisition">Sie suchten nach dem <b>Lieferanten <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> Treffer gefunden</h1>
<div id="bloc100">
<table>
<tr>
	<th class="acquisition">Bestellung</th>
	<th class="acquisition">Eingang</th>
	<th class="acquisition">Firma</th>
	<th class="acquisition">&nbsp;</th>
</tr>

<!-- TMPL_LOOP name="loop_suppliers" -->
	<tr valign="top">
		<td>
			<!-- TMPL_IF name="active" -->
				<a href="basket.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Bestellung hinzuf&uuml;gen" alt="Hinzuf&uuml;gen" border=0></a>
			<!-- TMPL_ELSE -->
				Inaktiv
			<!-- /TMPL_IF -->
		</td>
		<td>
			<a href="recieveorder.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_get.png" title="Eingang" alt="Hinzuf&uuml;gen" border=0></a>
		</td>
		<td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
		<td>
			<table>
					<tr>
						<th class="acquisition">Korb</th>
						<th class="acquisition">Exemplare</th>
						<th class="acquisition">Angelegt von </th>
						<th class="acquisition">Datum</th>
						<th class="acquisition">&nbsp;</th>
					</tr>
					<!-- TMPL_LOOP NAME="loop_basket" -->
						<tr>
							<td><!-- TMPL_VAR NAME="basketno" --></a></td>
							<td><TMPL_VAR NAME="total"></td>
							<td>
								<!-- TMPL_VAR name="firstname" -->
									<!-- TMPL_VAR name="surname" -->
							</td>
							<td><!-- TMPL_VAR NAME="creationdate" --></td>
							<td>
								<!-- TMPL_IF name="closedate" -->
									geschlossen am <!-- TMPL_VAR NAME="closedate" --> <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">Zeigen</a>
								<!-- TMPL_ELSE -->
									<!-- TMPL_IF name="active" -->
										<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">&auml;ndern</a>
									<!-- TMPL_ELSE -->
										<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">Zeige</a>
									<!-- /TMPL_IF -->
								<!-- /TMPL_IF -->
							</td>
						</tr>
					<!-- /TMPL_LOOP -->
				</table>
		</tr>
	<!-- /TMPL_LOOP -->
	</table>
	</div>
	<a class="button acquisition" href="supplier.pl?supplierid=0">Lieferant hinzuf&uuml;gen</a>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->

<div id="mainbloc">
	<h1 class="acquisition">
		<!-- TMPL_IF name="invoice" -->
			Receipt Summary for <i><!-- TMPL_VAR NAME="name" --></i> Invoice <i><!-- TMPL_VAR NAME="invoice" --></i>
		<!-- TMPL_ELSE -->
			Bestellunf f&uuml;r <!-- TMPL_VAR NAME="name" --> noch nicht eingegangen
		<!-- /TMPL_IF -->
	</h1>
	
	<div id="bloc25">
		Rechnung: <!-- TMPL_VAR NAME="invoice" --><br>
		Received By: <!-- TMPL_VAR NAME="user" --><br>
		<!-- TMPL_VAR NAME="date" -->
	</div>
	
	<div id="bloc25">
		<form action="/cgi-bin/koha/acqui/acquire.pl">
			<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
			<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>Suche nach ISBN oder Titel:</b> <input type="text" size="25" name="recieve">
		</form>
	<p>
	<form action="" method="get" name="orderform">
	
	<table>
		<tr>
			<th class="acquisition">KORB</th>
			<th class="acquisition">ISBN</th>
			<th class="acquisition">TITEL</th>
			<th class="acquisition">VERFASSER</th>
			<th class="acquisition">ACTUAL</th>
			<th class="acquisition">P&amp;P</th>
			<th class="acquisition">QTY</th>
			<th class="acquisition">SUMME</th>
		</tr>
		<!-- TMPL_VAR NAME="count" -->
		<!-- TMPL_LOOP NAME="loop_orders" -->
			<tr 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" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- 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 bgcolor="white">
			<th class="acquisition"></th>
			<th class="acquisition"></th>
			<th class="acquisition"></th>
			<th class="acquisition">ZWISCHENSUMME</th>
			<th class="acquisition"><!-- TMPL_VAR NAME="totalprice" --></th>
			<th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
			<th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
			<th class="acquisition"><!-- TMPL_VAR NAME="tototal" --></th>
		</tr>
		<tr>
			<td colspan="5" rowspan=2  bgcolor="#ffdf61">
			<b>HILFE</b>
				<p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
			</td>
			<td colspan="2" align="right"><b>MWST</b></td>
			<td><!-- TMPL_VAR NAME="gst" --></td>
		</tr>
		<tr bgcolor="white">
			<td colspan="2" align="right" ><b>SUMME</b></td>
			<td><!-- TMPL_VAR NAME="grandtot" --></td>
		</tr>
	</table>
	</div>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<div id="mainbloc">
	<h1 class="acquisition">Bestelleingang von Lieferant <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
	<div id="bloc25">
		<form method="get" action="receive.pl">
		<p>
			<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
			<h2 class="acquisition">Rechnungsinfo Lieferanten</h2>
		<p>
			<label>RechnungsNr. Lieferant</label>
			<input type="text" size="20" name="invoice">
		</p>
		<p>
			<label>MWST</label>
			<input type="text" size="20" name="gst">
		</p>
		<p>
			<label>Fracht</label>
			<input type="text" size="20" name="freight">
		</p>
		<p>
			<input type="submit" class="button acquisition" value="Speichern">
		</p>
		</form>
	</div>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
	<h1 class="acquisition">Vorschl&auml;ge</h1>
	<table>
		<tr>
			<th class="acquisition">Vorschlag</th>
			<th class="acquisition">Vorgeschlagen von</th>
			<th class="acquisition">Genehmigt von</th>
			<th class="acquisition">&nbsp;</th>
		</tr>
		<tr>
			<form>
				<th class="acquisition">
					<p>Filter auf: Titel: <input type="text" name="title" value="<!-- TMPL_VAR NAME="title"-->"> Verfasser: <input type="text" name="author" value="<!-- TMPL_VAR NAME="author" -->"> Verlag: <input type="text" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->">
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					<input type="submit" class="button acquisition" value="Filter setzen">
				</th>
			</form>
		</tr>
		<!-- TMPL_LOOP NAME="suggestions_loop" -->
			<tr>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
					<p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
					<p>
						<!-- TMPL_IF name="copyrightdate" -->Exemplar. Jahr:<!-- TMPL_VAR NAME="copyrightdate" --> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR NAME="volumedesc" --></i> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR NAME="isbn" --></i> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="publishercode" --><br/>verlegt von <!-- TMPL_VAR NAME="publishercode" --> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR NAME="publicationyear" --></i> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR NAME="place" --></i> <!-- /TMPL_IF -->
						<!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR NAME="note" -->)</i></p> <!-- /TMPL_IF -->
				</td>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
					<!-- TMPL_VAR NAME="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamesuggestedby" -->
				</td>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
					<!-- TMPL_VAR NAME="surnamemanagedby" --><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamemanagedby" -->
				</td>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
					<!-- TMPL_IF name="biblionumber" -->
						<a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->" class="button acquisition">Bestellung</a>
					<!-- TMPL_ELSE -->
						<a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->" class="button acquisition">Bestellung</a>
					<!-- /TMPL_IF -->
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
	<form>
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- NEW FILE ---
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->

<div id="mainbloc">
	<form action=updatesupplier.pl method="post">
	
	<input type="hidden" name="id" value=<!-- TMPL_VAR NAME="id" -->>
	
	<!-- TMPL_IF name="id" -->
		<h1 class="acquisition">&Auml;ndern: <!-- TMPL_VAR NAME="name" --></h1>
	<!-- TMPL_ELSE -->
		<h1 class="acquisition">Lieferant hinzuf&uuml;gen</h1>
	<!-- /TMPL_IF -->
	<div id="bloc25">
		<h2 class="acquisition">FIRMENDETAILS</h2>
		<p>
			<label>Firmenname</label>
			<input type="text" size="40" name="company" value="<!-- TMPL_VAR NAME="name" -->">
		</p>
		<p>
			<label>Postal Address</label>
				<textarea name="company_postal" cols="40" rows="3"><!-- TMPL_VAR NAME="postal" --></textarea>
		</p>
		<p>
			<label>Physical Address</label>
			<textarea name="physical" cols="40" rows="4"><!-- TMPL_VAR NAME="address1" --><!-- TMPL_VAR NAME="address2" --><!-- TMPL_VAR NAME="address3" --><!-- TMPL_VAR NAME="address4" --></textarea>
		</p>
		<p>
			<label>Tel.:</label>
			<input type="text" size="20" name="company_phone" value="<!-- TMPL_VAR NAME="phone" -->">
		</p>
		<p>
			<label>Fax</label>
			<input type="text" size="20" name="company_fax" value="<!-- TMPL_VAR NAME="fax" -->">
		</p>
		<p>
			<label>Website</label>
			<input type="text" size="40" name="website" value="<!-- TMPL_VAR NAME="url" -->">
		</p>
		<h2 class="acquisition">KONTAKT-DETAILS</h2>
		<p>
			<label>Kontaktname</label>
			<input type="text" size="40" name="company_contact_name" value="<!-- TMPL_VAR NAME="contact" -->">
		</p>
		<p>
			<label>Position</label>
			<input type="text" size="40" name="company_contact_position" value="<!-- TMPL_VAR NAME="contpos" -->">
		</p>
		<p>
			<label>Tel.:</label>
			<input type="text" size="20" name="contact_phone" value="<!-- TMPL_VAR NAME="contphone" -->">
		</p>
		<p>
			<label>Weiter Rufnummer</label>
			<input type="text" size="20" name="contact_phone_2" value="<!-- TMPL_VAR NAME="contaltphone" -->">
		</p>
		<p>
			<label>Fax</label>
			<input type="text" size="20" name="contact_fax" value="<!-- TMPL_VAR NAME="contfax" -->">
		</p>
		<p>
			<label>E-Mail</label>
			<input type="text" size="40" name="company_email" value="<!-- TMPL_VAR NAME="contemail" -->">
		</p>
		<p>
			<label>Bemerkung</label>
			<textarea name="notes" cols="40" rows="4"><!-- TMPL_VAR NAME="contnotes" --></textarea>
		</p>
	</div>
	<div id="bloc25">
		<h2 class="acquisition">DERZEITIGER STATUS</h2>
		<p>
			<label>Lieferant ist</label>
				<!-- TMPL_IF name="active" -->
					<input type="radio" name="status" value="1" checked>Aktiv <input type="radio" name="status" value="0">Inaktiv</td>
				<!-- TMPL_ELSE -->
					<input type="radio" name="status" value="1">Aktiv <input type="radio" name="status" value="0" checked>Inaktiv</td>
				<!-- /TMPL_IF -->
		</p>
		<h2 class="acquisition">BESTELLINFORMATIONEN</h2>
		</p>
		<p>
			<label>Verlage und Impressum</label>
			<textarea name="publishers_imprints" cols="20" rows="4"><!-- TMPL_VAR NAME="specialty" --></textarea>
		</p>
		<p>
			<label class="label100">List Prices are</label>
				<select name="list_currency" size="1">
				<!-- TMPL_LOOP NAME="loop_pricescurrency" -->
					<!-- TMPL_VAR NAME="currency" -->
				<!-- /TMPL_LOOP -->
				</select>
		</p>
		<p>
			<label class="label100">Rechnungspreise sind</label>
				<select name="invoice_currency" size="1">
				<!-- TMPL_LOOP NAME="loop_invoicecurrency" -->
					<!-- TMPL_VAR NAME="currency" -->
				<!-- /TMPL_LOOP -->
				</select>
		</p>
		<p>
			<label class="label100">GST Registered</label>
				<input type="radio" name="gst" value="1" <!-- TMPL_IF name="gstreg" -->checked<!-- /TMPL_IF -->>Ja <input type="radio" name="gst" value="0" <!-- TMPL_UNLESS name="gstreg" -->checked<!-- /TMPL_UNLESS -->>Nein
		</p>
		<p>
			<label class="label100">List Item Price Includes GST</label>
				<input type="radio" name="list_gst" value="1" <!-- TMPL_IF name="listincgst" -->checked<!-- /TMPL_IF -->>Ja <input type="radio" name="list_gst" value="0" <!-- TMPL_UNLESS name="listincgst" -->checked<!-- /TMPL_UNLESS -->>Nein
		</p>
		<p>
			<label class="label100">Exemplarpreis auf der Rechnung einschl. MWST</label>
				<input type="radio" name="invoice_gst" value="1" <!-- TMPL_IF name= "invoiceincgst" -->checked<!-- /TMPL_IF -->>Ja <input type="radio" name="invoice_gst" value="0" <!-- TMPL_UNLESS name="invoiceincgst" -->checked<!-- /TMPL_UNLESS -->>Nein
		</p>
		<p>
			<label class="label100">Rabatt</label>
			<input type="text" size="3" name="discount" value="<!-- TMPL_VAR NAME="discount" -->"> %
		</p>
	<br/>
	<br/><input type="image" name="submit" src="/<!-- TMPL_VAR NAME="theme" -->/images/filesave.png" border="0" title="Speichern" alt="Speichern" class="button acquisition">
	</form>
	</div>
</div>

<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->





More information about the Koha-cvs mailing list