diff options
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 |