diff options
author | mark <mark> | 2010-03-31 07:41:29 +0000 |
---|---|---|
committer | mark <mark> | 2010-03-31 07:41:29 +0000 |
commit | 4ca83488cafd75e2612358672e0f416918d951cf (patch) | |
tree | e3127fad019e0e7dcf15cd90d805d5d0a78601e5 /httemplate/search/report_receivables.html | |
parent | 5f71517b3de709a86c89dbacc6247cd6e52f4c42 (diff) |
RT#7266: aging reports as of a past date
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-x | httemplate/search/report_receivables.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index bfb016945..b7c84f0de 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -24,6 +24,12 @@ <INPUT TYPE="radio" NAME="all_customers" VALUE="0" CHECKED onClick="if ( ! this.checked ) { document.OneTrueForm.days.disabled=true; document.OneTrueForm.days.style.backgroundColor = '#dddddd'; } else { document.OneTrueForm.days.disabled=false; document.OneTrueForm.days.style.backgroundColor = '#ffffff'; }">Customers with a balance over <INPUT NAME="days" TYPE="text" SIZE=4 MAXLENGTH=3 VALUE="0"> days old </TD> </TR> + <% include( '/elements/tr-input-date-field.html', { + 'name' => 'as_of', + 'value' => time, + 'label' => 'As of date ', + 'format' => FS::Conf->new->config('date_format') || '%m/%d/%Y', + } ) %> </TABLE> |