From bc521ca75f4189ebd6d927aa263bdcce500150a5 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 1 Jun 2009 05:43:11 +0000 Subject: a 'start over' function for the taxproduct based tax data loading --- httemplate/misc/tax-fetch_and_replace.cgi | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 httemplate/misc/tax-fetch_and_replace.cgi (limited to 'httemplate/misc/tax-fetch_and_replace.cgi') diff --git a/httemplate/misc/tax-fetch_and_replace.cgi b/httemplate/misc/tax-fetch_and_replace.cgi new file mode 100644 index 000000000..3290a3c44 --- /dev/null +++ b/httemplate/misc/tax-fetch_and_replace.cgi @@ -0,0 +1,48 @@ +<% include("/elements/header.html",'Tax Rate Download and Import') %> + +Replace tax data. +

+ +<% include( '/elements/progress-init.html', 'TaxRateImport',[ 'format', ], + 'process/tax-fetch_and_replace.cgi', { 'message' => 'Tax rates replaced' }, + ) +%> + +
+<% &ntable("#cccccc", 2) %> + + + Format + + + + + + Update Password + + + + + + + + + + + + + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + + -- cgit v1.2.1