X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Frate_edit_excel.html;h=e73133c05fd859897f51474b43a992a75bdf09b8;hb=d0221fabd4656b3a04251ca6168cc45f54d23574;hp=7d32553010faa82deabe0b679bfa5b52e6f0a7fd;hpb=9f73c5d4c0954b3a03bfcb5e010fc288a7071209;p=freeside.git diff --git a/httemplate/misc/rate_edit_excel.html b/httemplate/misc/rate_edit_excel.html index 7d3255301..e73133c05 100644 --- a/httemplate/misc/rate_edit_excel.html +++ b/httemplate/misc/rate_edit_excel.html @@ -4,7 +4,7 @@ 'name' => 'RateImportForm', 'action' => 'process/rate_edit_excel.html', 'num_files' => 1, - 'fields' => [ 'format' ], #? + 'fields' => [ 'format' ], 'message' => 'Rate edit successful', 'url' => $p."browse/rate_region.html", ) @@ -23,12 +23,22 @@ 2. Edit rates with Excel (or other .XLS-compatible application) + + +     - To add rates, add four columns like an existing rate, with headers starting with "NEW: Rate Name" or "Rate Name".
+     - For rate addition, protection can be turned off in Excel via the Tools->Protection->Unprotect Sheet menu command. Note that only new rates can be added; modified grayed out cells will not be imported. + + + <% include( '/elements/file-upload.html', 'field' => 'file', - 'label' => '3. Upload edited rate file: '. ( ' 'x4 ), #yuck + 'label' => '3. Upload edited rate file: ', + 'label_align' => 'left', ) %> + +