diff options
| author | mark <mark> | 2010-03-31 07:41:42 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-03-31 07:41:42 +0000 |
| commit | e5535f7d9057430e7dcfdd3b17afab1ecc3b75e5 (patch) | |
| tree | 4e418b42faa9e175bc745e5d1e1959a78e0a5609 /httemplate/search/report_receivables.html | |
| parent | eb93d5bfe70f6ec709f98da93d69d04acccba607 (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> |
