[freeside-commits] freeside/httemplate/misc tax-fetch_and_replace.cgi, NONE, 1.1

Jeff Finucane,420,, jeff at wavetail.420.am
Sun May 31 22:43:13 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv13476/httemplate/misc

Added Files:
	tax-fetch_and_replace.cgi 
Log Message:
a 'start over' function for the taxproduct based tax data loading

--- NEW FILE: tax-fetch_and_replace.cgi ---
<% include("/elements/header.html",'Tax Rate Download and Import') %>

Replace tax data.
<BR><BR>

<% include( '/elements/progress-init.html', 'TaxRateImport',[ 'format', ],
              'process/tax-fetch_and_replace.cgi', { 'message' => 'Tax rates replaced' },
          )
%>

<FORM NAME="TaxRateImport" ACTION="javascript:void()" METHOD="POST">
<% &ntable("#cccccc", 2) %>

  <TR>
    <TH ALIGN="right">Format</TH>
    <TD>
      <SELECT NAME="format">
        <OPTION VALUE="cch">CCH import
      </SELECT>
    </TD>
  </TR>
  <TR>
    <TH ALIGN="right">Update Password</TH>
    <TD>
      <INPUT TYPE="text" NAME="password">
    </TD>
  </TR>

  <TR>
    <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
      <INPUT TYPE    = "submit"
             VALUE   = "Download and Import"
             onClick = "document.TaxRateImport.submit.disabled=true; process();"
      >
    </TD>
  </TR>

</TABLE>

</FORM>

<% include('/elements/footer.html') %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Import');

</%init>



More information about the freeside-commits mailing list