diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-01 20:30:05 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-01 20:30:05 +0000 |
commit | d6f5e7b43d9d0adba0f6161dbdd7f07985b25bd4 (patch) | |
tree | 771d303d20f2d2abc53de9f59d8ad191cd9f5d6d /UI/Reconciliation/search.html | |
parent | 411e61879b0efad2c5bfdcd209b46e01a33e0f35 (diff) |
Bulk updarte for the entirety of Reconciliation code to date. All code, SQL, and templates as provided.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2180 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Reconciliation/search.html')
-rw-r--r-- | UI/Reconciliation/search.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/UI/Reconciliation/search.html b/UI/Reconciliation/search.html new file mode 100644 index 00000000..58528c64 --- /dev/null +++ b/UI/Reconciliation/search.html @@ -0,0 +1,18 @@ +<form name="reconciliation__search" method="POST" action=""> + + <div> + Date:<br/> + <input type="input" size="15" name="date_begin" alt="mon/day/year"/> to <input type="input" size="15" name="date_end" alt="mon/day/year"/><br/> + </div> + + <div> + Account:<br/> + <input type="input" size="15" name="account" alt="Chart account #"/> + </div> + + <div> + Status:<br/> + + </div> + +</form>
\ No newline at end of file |