[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/acqui order.tmpl,1.1,1.1.2.1 recieveorder.tmpl,1.1,1.1.2.1 recieve.tmpl,1.1,1.1.2.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sun Feb 29 20:40:28 CET 2004


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

Modified Files:
      Tag: rel_2_0
	order.tmpl recieveorder.tmpl recieve.tmpl 
Log Message:


Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui/order.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** order.tmpl	4 Oct 2003 19:46:28 -0000	1.1
--- order.tmpl	29 Feb 2004 19:40:23 -0000	1.1.2.1
***************
*** 1,18 ****
! <TMPL_INCLUDE name="acquisitions-top.inc">
! <h1>Wyniki wyszukiwania dostawców</h1><br />
  <CENTER>
! Szukano <b>dostawcy <TMPL_VAR name="supplier">,</b> znaleziono <TMPL_VAR name="count"> rezultat(y)(ów)<p>
  <table border=0 cellspacing=0 cellpadding=5 width="80%">
  <tr valign=top bgcolor="#ffdf61">
! 	<td width="10%"><b>Zamów</b></td>
! 	<td width="10%"><b>Odbierz<b></td>
! 	<td width="30%"><b>Podmiot</b></td>
  	<td width="50%">
  		<table width="100%" border=0 cellspacing=0 cellpadding=5>
  			<tr>
  				<td width="15%"><b>Koszyk</b></td>
! 				<td width="15%"><b>Pozycje</b></td>
! 				<td width="40%"><b>Pracownik</b></td>
! 				<td width="30%"><b>Data</b></td>
  			</tr>
  		</table>
--- 1,18 ----
! <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
! <h1>Wyniki Szukania Dostawców</h1><br />
  <CENTER>
! You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> results found<p>
  <table border=0 cellspacing=0 cellpadding=5 width="80%">
  <tr valign=top bgcolor="#ffdf61">
! 	<td width="10%"><b>Order</b></td>
! 	<td width="10%"><b>Receive<b></td>
! 	<td width="30%"><b>Company</b></td>
  	<td width="50%">
  		<table width="100%" border=0 cellspacing=0 cellpadding=5>
  			<tr>
  				<td width="15%"><b>Koszyk</b></td>
! 				<td width="15%"><b>Items</b></td>
! 				<td width="40%"><b>Staff</b></td>
! 				<td width="30%"><b>Date</b></td>
  			</tr>
  		</table>
***************
*** 20,48 ****
  </tr>
  
! <TMPL_LOOP name="loop_suppliers">
! 	<tr valign=top bgcolor=<TMPL_VAR name="color">>
  		<td>
! 			<a href="basket.pl?id=<TMPL_VAR name=id>"><img 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>"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_get.png" title="receive" 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>
  <br>
! <a class="button" href="supplier.pl?id=0">Dodaj dostawcê</a>
! <TMPL_INCLUDE name="acquisitions-bottom.inc">
--- 20,52 ----
  </tr>
  
! <!-- TMPL_LOOP name="loop_suppliers" -->
! 	<tr valign=top bgcolor=<!-- TMPL_VAR name="color" -->>
  		<td>
! 			<!-- TMPL_IF name="active" -->
! 				<a href="basket.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Dodaj zamówienie" alt="Dodaj" border=0></a>
! 			<!-- TMPL_ELSE -->
! 				Inactive
! 			<!-- /TMPL_IF -->
  		</td>
  		<td>
! 			<a href="recieveorder.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_get.png" title="receive" alt="Dodaj" 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>
  <br>
! <a class="button" href="supplier.pl?id=0">Dodaj dostawcÄ™</a>
! <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

Index: recieveorder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui/recieveorder.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** recieveorder.tmpl	4 Oct 2003 19:46:28 -0000	1.1
--- recieveorder.tmpl	29 Feb 2004 19:40:23 -0000	1.1.2.1
***************
*** 1,14 ****
! <TMPL_INCLUDE name="acquisitions-top.inc">
  
! <h1>Odbiór zamówieñ od dostawcy <a href="/cgi-bin/koha/acqui/supplier.pl?id=<TMPL_VAR NAME="id">"><TMPL_VAR name="name"></a></h1>
  <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>INFORMACJE O RACHUNKU DOSTAWCY</B></td></tr>
  <TR VALIGN=TOP >
! <TD>Numer rachunku dostawcy</td>
  <td><input type=text size=20 name=invoice>
  </td>
--- 1,14 ----
! <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
  
! <h1>Przyjmij Zamówienia od Dostawcy <a href="/cgi-bin/koha/acqui/supplier.pl?id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR name="name" --></a></h1>
  <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>SUPPLIER INVOICE INFORMATION</B></td></tr>
  <TR VALIGN=TOP >
! <TD>Supplier Invoice Number</td>
  <td><input type=text size=20 name=invoice>
  </td>
***************
*** 20,29 ****
  </tr>
  <TR VALIGN=TOP>
! <TD>Za przesy³kê</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>
--- 20,29 ----
  </tr>
  <TR VALIGN=TOP>
! <TD>Freight</td>
  <td><input type=text size=20 name=freight>
  </td>
  </tr>
  <TR VALIGN=TOP>
! <td colspan=2 align="center"><input type="submit" class="button" value="Zapisz">
  </td>
  </tr>
***************
*** 31,33 ****
  </CENTER>
  
! <TMPL_INCLUDE name="acquisitions-bottom.inc">
--- 31,33 ----
  </CENTER>
  
! <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

Index: recieve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui/recieve.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** recieve.tmpl	4 Oct 2003 19:46:28 -0000	1.1
--- recieve.tmpl	29 Feb 2004 19:40:23 -0000	1.1.2.1
***************
*** 1,19 ****
! <TMPL_INCLUDE name="acquisitions-top.inc">
  
  <div align=right>
! Rachunek: <TMPL_VAR name="invoice"><br>
! Otrzymany przez: <TMPL_VAR name="user"><br>
! <TMPL_VAR name="date">
  </div>
! <h1>Receipt Summary for : <TMPL_VAR name="name">, Rachunek <TMPL_VAR name="invoice"></h1>
  <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>Szukaj ISBN lub tytu³:</b> <INPUT TYPE="text"  SIZE="25"   NAME="recieve">
  </form>
  <p>
--- 1,19 ----
! <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
  
  <div align=right>
! Invoice: <!-- TMPL_VAR name="invoice" --><br>
! Received By: <!-- TMPL_VAR name="user" --><br>
! <!-- TMPL_VAR name="date" -->
  </div>
! <h1>Receipt Summary for : <i><!-- TMPL_VAR name="name" --></i> Faktura <i><!-- TMPL_VAR name="invoice" --></i></h1>
  <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>Szukaj wg. ISBN lub Tytułu:</b> <INPUT TYPE="text"  SIZE="25"   NAME="recieve">
  </form>
  <p>
***************
*** 24,47 ****
  		<td><b>KOSZYK</b></td>
  		<td><b>ISBN</b></td>
! 		<td><b>TYTU£</b></td>
  		<td><b>AUTOR</b></td>
! 		<td><b>FAKTYCZNY</b></td>
  		<td><b>P&P</b></td>
! 		<td><b>IL</b></td>
! 		<td><b>SUMA</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>
--- 24,47 ----
  		<td><b>KOSZYK</b></td>
  		<td><b>ISBN</b></td>
! 		<td><b>TYTUŁ</b></td>
  		<td><b>AUTOR</b></td>
! 		<td><b>ACTUAL</b></td>
  		<td><b>P&P</b></td>
! 		<td><b>QTY</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>
***************
*** 53,60 ****
  		<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>
--- 53,60 ----
  		<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>
***************
*** 63,74 ****
  		<br>
  		The total at the bottom of the page should be within a few cents of the total for the invoice.<p>
! 		When you have finished this invoice save the changes.
  		</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>
--- 63,74 ----
  		<br>
  		The total at the bottom of the page should be within a few cents of the total for the invoice.<p>
! 		Po skończeniu faktury zapisz zmiany.
  		</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>





More information about the Koha-cvs mailing list