templating mancredit and maninvoice
authorhdl <hdl>
Fri, 15 Nov 2002 15:29:50 +0000 (15:29 +0000)
committerhdl <hdl>
Fri, 15 Nov 2002 15:29:50 +0000 (15:29 +0000)
templates

koha-tmpl/intranet-tmpl/default/en/mancredit.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/maninvoice.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/default/en/mancredit.tmpl b/koha-tmpl/intranet-tmpl/default/en/mancredit.tmpl
new file mode 100644 (file)
index 0000000..2b067ca
--- /dev/null
@@ -0,0 +1,22 @@
+<TMPL_INCLUDE Name="members-top.inc">
+
+<Center><h3>Manual Credit</h3></center>
+<form action=/cgi-bin/koha/mancredit.pl method=post>
+<table cellpadding=2 cellspacing=0 border=0>
+<input type=hidden name="bornum" value="<TMPL_VAR Name="bornum">">
+<tr><td><b>Borrowernumber<b></td><td><TMPL_VAR Name="bornum"></td></tr>
+<tr><td><b>Type</b></td><Td>
+<select name=type>
+<option value=C>Credit</option>
+<option value=BAY>Baycorp Adjustment</option>
+<option value=WORK>Worked off</option>
+</select>
+</td></tr>
+<tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
+<tr><td><b>Description</b></td><td><input type=text name=desc size=50></td></tr>
+<tr><td><b>Amount</b></td><td><input type=text name=amount></td></tr>
+<tr><td><input type=submit name=add value=Add></td></tr>
+</table>
+</form>
+
+<TMPL_INCLUDE Name="members-bottom.inc">
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/default/en/maninvoice.tmpl b/koha-tmpl/intranet-tmpl/default/en/maninvoice.tmpl
new file mode 100644 (file)
index 0000000..981c363
--- /dev/null
@@ -0,0 +1,25 @@
+<TMPL_INCLUDE Name="members-top.inc">
+
+<Center><h3>Manual Invoice</h3></center>
+<form action=/cgi-bin/koha/maninvoice.pl method=post>
+<table cellpadding=2 cellspacing=0 border=0>
+<input type=hidden name=bornum value="<TMPL_VAR Name="bornum">">
+<tr><td><b>Borrowernumber<b></td><td><TMPL_VAR Name="bornum"></td></tr>
+<tr><td><b>Type</b></td><Td>
+<select name=type>
+<option value=L>Lost Item</option>
+<option value=F>Fine</option>
+<option value=A>Account Management Fee</option>
+<option value=N>New Card</option>
+<option value=M>Sundry</option>
+<option value=REF>Cash Refund</option>
+</select>
+</td></tr>
+<tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
+<tr><td><b>Description</b></td><td><input type=text name=desc size=50></td></tr>
+<tr><td><b>Amount</b></td><td><input type=text name=amount></td></tr>
+<tr><td><input type=submit name=add value=Add></td></tr>
+</table>
+</form>
+
+<TMPL_INCLUDE Name="members-bottom.inc">