summaryrefslogtreecommitdiff
path: root/UI/voucher.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-22 05:01:13 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-22 05:01:13 +0000
commit170174b76910a2916db1a9208597a428ebb9b40d (patch)
treeea09ceee935ec631d97786bd827cff9dcad2d2eb /UI/voucher.html
parent426e5a7263770cee8138d44a8c66a257ed7665de (diff)
Added version of Aurynn's reconciliation logic
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1302 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/voucher.html')
-rw-r--r--UI/voucher.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/UI/voucher.html b/UI/voucher.html
new file mode 100644
index 00000000..4cf6bf29
--- /dev/null
+++ b/UI/voucher.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title><?lsmb titlebar ?></title>
+ <meta http-equiv="Pragma" content="no-cache" />
+ <meta http-equiv="Expires" content="-1" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+ <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" />
+ <link rel="stylesheet" href="UI/employee.css" type="text/css" />
+
+ <meta http-equiv="content-type"
+ content="text/html; charset=<?lsmb charset ?>" />
+ <meta name="robots" content="noindex,nofollow" />
+</head>
+<body>
+<div id="title" class="pageheader"><span>GL Voucher Reports</span></div>
+<div id="filter">
+ <div id="date_from" class="header_entry">
+ <span class="label" id="date_from_label">Date From:</span>
+ <span class="field" id="date_from_field"><input name="date_from"></span>
+ </div>
+ <div id="date_to" class="header_entry">
+ <span class="label" id="date_to_label">Date To:</span>
+ <span class="field" id="date_to_field"><input name="date_to"></span>
+ </div>
+ <div id="include_date" class="header_entry">
+ <span class="label" id="include_date_label">And Date:</span>
+ <span class="field" id="include_date_field">
+ <input name="include_date">
+ </span>
+ </div>
+</body>
+</body>
+</html>