[freeside-commits] freeside/httemplate/misc rate_edit_excel.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Sun May 3 17:22:46 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv852/misc
Added Files:
rate_edit_excel.html
Log Message:
add menu item and page for d/ling and edit rates with excel. RT#5108
--- NEW FILE: rate_edit_excel.html ---
<% include('/elements/header.html', 'Edit rates with Excel' ) %>
<% include( '/elements/form-file_upload.html',
'name' => 'RateImportForm',
'action' => 'process/rate_edit_excel.html',
'num_files' => 1,
'fields' => [ 'format' ], #?
'message' => 'Rate edit successful',
'url' => $p."browse/rate_region.html",
)
%>
<% &ntable("#cccccc", 2) %>
<TR>
<TH ALIGN="left">1. Download current rates:</TH>
<TD>
<A HREF="<%$p%>/browse/rate_region.html?show_rates=1;_type=regions.xls">Download rate spreadsheet</A>
</TD>
</TR>
<TR>
<TH ALIGN="left" COLSPAN=2>2. Edit rates with Excel (or other .XLS-compatible application)</TH>
</TR>
<% include( '/elements/file-upload.html',
'field' => 'file',
'label' => '3. Upload edited rate file: '. ( ' 'x4 ), #yuck
)
%>
<TR>
<TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
<INPUT TYPE = "submit"
ID = "submit"
VALUE = "Upload"
onClick = "document.RateImportForm.submit.disabled=true;"
>
</TD>
</TR>
</TABLE>
<% include('/elements/footer.html') %>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
More information about the freeside-commits
mailing list