]> git.imager.perl.org - bse.git/blame - site/templates/admin/order_list_filled.tmpl
0.12_13 commit0.12_13 commit0.12_13 commit0.12_13 commit0.12_13 commit0.12_13 commit0...
[bse.git] / site / templates / admin / order_list_filled.tmpl
CommitLineData
afde8aad
TC
1<html><head><title>Order list - Shop administration</title>
2<link rel="stylesheet" href="/css/admin.css">
3</head>
4<body>
5<h1>Shop Administration</h1>
4010d92e 6<p>| <a href="/cgi-bin/admin/menu.pl">Admin menu</a> | <a href="<:script:>">Manage catalogs</a>
9fae8be7 7 | <a href="<:script:>?order_list=1&template=order_list_unfilled">Unfilled orders</a>
35c0719f
TC
8 | <a href="<:script:>?order_list=1">All orders</a> |</p>
9<h2>Order list - Filled orders</h2>
ad016581 10
35c0719f 11<table bgcolor="#000000" cellpadding="0" cellspacing="0" border="0" width="100%" class="table">
afde8aad
TC
12 <tr>
13<td>
27feb834
TC
14 <table border=0 cellpadding="6" cellspacing="1" width="100%">
15 <tr bgcolor="#FFFFFF">
0f31cbe7 16 <th>Id</th>
27feb834 17 <th width="100%">Name</th>
0f31cbe7
TC
18 <th>Date</th>
19 <th>Total</th>
20 <th>GST</th>
35c0719f 21 <th>Details</th>
0f31cbe7
TC
22 </tr>
23 <tr bgcolor="#FFFFFF">
27feb834 24 <td colspan="6">
0f31cbe7
TC
25 <form action="<:script:>" method="POST">
26 <input type="hidden" name="order_list" value="1">
27 <input type="hidden" name="template" value="order_list_filled">
27feb834 28 From date:
0f31cbe7 29 <input type="text" size="10" name="from" value="<:cgi from:>">
27feb834 30 To date:
0f31cbe7 31 <input type="text" size="10" name="to" value="<:cgi to:>">
27feb834 32 <input type=submit value="Filter orders" name="submit">
0f31cbe7
TC
33 </form>
34 </td>
35 </tr>
36 <:iterator begin orders filter= filled!=0 :>
afde8aad 37 <tr bgcolor="#FFFFFF">
27feb834 38 <td align="center" nowrap><a href="<:script:>?id=<:order id:>&order_detail=1"><:order
afde8aad 39 id:></a></td>
9fae8be7 40 <td width="100%"><:order delivFirstName:> <:order delivLastName:></td>
27feb834
TC
41 <td nowrap><:date orderDate:></td>
42 <td align=right nowrap>$<:money total:></td>
43 <td align=right nowrap>$<:money gst:></td>
35c0719f
TC
44 <td nowrap> <a href="<:script:>?id=<:order id:>&order_detail=1">Order
45 details </a> </td>
0f31cbe7
TC
46 </tr>
47 <:iterator end orders:>
48 </table>
afde8aad
TC
49</td>
50</tr>
51</table>
7063727a 52<p><font size="-1">BSE Release <:release:></font></p>
afde8aad
TC
53</body>
54</html>