RODOPI On-line Documentation: Administration

Configuration

On this page you can set most of the RODOPI parameters.

ISP Information, Billing Information, Billing Policies, Internet Settings, Domain Names Registration, RADIUS Server Settings, Multi Currency, ICVerify, Other

Taxes Help

Add/Modify Tax Groups

Tax Type Description Fee Payment Type Return Payment Type Tax Level
PST Tax Debit Tax Credit 1
  Tax Percent Tax Description
  8.25% * Sales Tax for Texas, TX
    Location Location Description Location Type
  Tax Percent Tax Description
  7.00% PST
    Location Location Description Location Type
    Canada Canada Country
  Tax Percent Tax Description
  0.00% No Sales Tax
    Location Location Description Location Type  
    All other locations Default Zip Match Zip code  

 

Tax Type Description Fee Payment Type Return Payment Type Tax Level
GST Federal tax debit Federal tax credit 2
  Tax Percent Tax Description
  6.54% GST
    Location Location Description Location Type
    Canada Canada Country
  Tax Percent Tax Description
  0.00% Default GST
    Location Location Description Location Type  
    All other locations Default zip code Zip code  

Back to the admin menu

To Add a Tax Type

You need to add second Tax Type only in case two or more taxes per sale are required.

On the right of the line that starts 'Tax Type Description' click on 'Add'

Tax level 1 is calculated on the Net amount, Tax level 2 is calculated on Net + Tax level 1, Tax level 3 is calculated on Net + Tax level 2 etc.

Example 1: For Canada there are 2 taxes PST and GST, PST is calculated on the net amount, GST is also calculated on the net amount. So both Tax Types should be Tax Level 1. 

Example 2: Fictional:  Kentucky has a State Tax of 7% and a Federal Tax of 6% over the net + State tax.  So the State Tax level will be 1 and the Federal Tax Level will be 2. For a service plan that is $100, the State Tax is $7, total = $107, the Federal Tax is 6% from $107 = 6.42, total = $113.42.

Click on 'Save' to save and go back to the main Taxes screen

To Add a Tax Percent

On the right of the line that starts 'Tax Percent' click on 'Add'

Click on 'Save' to save and go back to the main Taxes screen

To Add a Location

On the right of the line that starts 'Location' click on 'Add'

Wildcards work on the Zip Code start eg: 91 (all zip codes starting with 91)

Example 1: Everyone in Texas: Location = 'TX', Location Description = 'Texas, USA', Location Type='State'

Example 2: Everyone in Seattle: Location = 'Seattle', Location Description = 'Seattle, WA', Location Type='City'

Example 3: Everyone in Southern California: Location ='92', Location Description ='Southern CA', Location Type='Zip Code'

Click on 'Save' to save and go back to the main Taxes screen

NOTES:

Usage Filters

In version 4.01 RODOPI introduces the ability to bill for various usage, e.g. web traffic, network traffic, voice over IP phone calls, roaming. In order to bill for the different usage RODOPI has to import information from different types of log files. RODOPI 4.01 comes with a utility that reads some wide spread web logs. It is called SimpleLogFilter.exe and is installed in usage-cgi subdirectory of RODOPI's directory.
This utility runs on NT and is capable of parsing log files that are on the same machine on which it runs, or are on other machine (using FTP). This filter can parse Common Log Format, Extended Log Format, IIS log format. It runs on the Web Server as a CGI. When called from RODOPI server it reads the log files and produces XML output, which RODOPI server on its hand parses and stores in the SQL database. Our clients are encouraged to write their own filters and install them to work with RODOPI. If you are willing to do it write us. In general RODOPI server looks for the filters installed and runs them passing parameters that you have defined. So before you set up a filter you may have to define the parameters that are required for the filter.
For managing the parameters you go to "Filter Parameters" page.

Usage Filters Parameters

On this page you can review usage filters and their parameters. Here you will find a list of the installed filters and their parameters.
RODOPI comes with two filters. The first is the default one for parsing various web log files, VoIP logs and logs from the Net Traffic Collecting program. The second is for those who are members of RODOPI Club and offer roaming to their clients.
You add a new parameter for a filter by pressing the Add button. You specify the name of the parameter as it is expected by the filter. Also you enter a meaningful description. If you want to edit the name or the description of a parameter you press the Edit button next to the parameter.
You can add new filter by clicking on "Add Filter" button. You will be lead to a page where you have to enter the description of the new filter. Also you can edit the filter description by pressing "Edit" button next to the filter description. A new page will appear where you can change the description and save changes or delete this filter.

Usage Filters Installations

On this page you can review usage filters and their installations. Here you will find a list of all installed filters. RODOPI comes with two predefined filters. The first is the default one for parsing various web log files, VoIP logs and logs from the Net Traffic Collecting program. The second is for those who are members of RODOPI Club and offer roaming to their clients.
Here you have the following options.

  1. Add a new filter definition by clicking on "Add Filter" button. You will be prompted to enter the description of that filter. Later you can define parameters for that filter.
  2. Edit the description of a filter definition by pressing "Edit" button next to the filter description.
  3. Add locations where the instances of that filter are running. You do this by pressing Add button. You will see a new page where you have to enter the URL of the CGI script. As it was mentioned filters are scripts that run on the web server. For a given filter definition you can have several locations. Imagine that you have a filter that reads web usage log files. You have three servers where you host the web pages of your clients. On each of these servers you have a filters installed. So you have to add three different URLs here (one for each machine).


Each instance of the filter can manage several log files. You manage the log files that are processed by pressing "Logs" button. Read below for more info.

Usage Logs

This is the page where you manage the log files that are processed by the corresponding filter. First you have to add log files for processing (if you have not done this yet). You do it by pressing the Add button. You will be displayed a new page. Here you have to provide information about the location of the log file.

In the field Directory URL you have to specify the directory where the log file(s) is located. Here you have two approaches. 1. The log can be located on the same machine where the Log Filter runs. 2. It can be on other machine.
In the first case you just enter the directory path where the file is located. Note you enter here only the directory, without the file name. Example:

D:\web_servers\logs\common\

In the second case you have to specify a FTP location of the file. Once again, entering the FTP location do not enter the file name. Example:

ftp://username:password@machine.domain.com/eb_servers/logs/common/

In the field Mask you specify the file name of the log file. Note that you can put the file name here but you can specify a mask for a number of files to be processed .
Example: If you want a specific file in the above mentioned directory to be processed you just enter its name here

logfile.txt

However if you want to read a lot of log files of the same type, and all of them are in the directory you enter a mask e.g.

ex*.log, *.txt, *.*

From Delay combo box you select the delay between two consequent processing of the log file.
In the Next Run field you enter a date or a date and time when the processing of the log file should run next time.

Follows a section called parameters. Here you enter values of the parameters as they are defined for that log filter (see Usage Filters Parameters)

RODOPI comes with two predefined filters. The first is the default one for parsing various web log files, VoIP logs and logs from the Net Traffic Collecting program. The second is for those who are members of RODOPI Club and offer roaming to their clients.
Also RODOPI comes with predefined parameters for these filters. The meaning of the parameters for the firs one is the following:

And for the roaming filter there is only one parameter called Domain here you enter your roaming ID as your ISP is registered in RODOPI Club. If you are not member of RODOPI Club do not enter nothing here.

If you want to edit the values of these parameters you just click the Edit button.
Use Reload page button when you want to see whether there are changes in the "Next Run" column of the page. It is useful because you can see whether the file was processed or not and fix some parameters of the installation.

Next to each log file there is a button Files. You use it to see a page with a lot of information about the processing of that file. On this page You can get info for the last error message and for the status of the process (whether it is completed or in progress). The Offset column shows where the filter will start from next time it reads the log.

VoIP - Price List

Please click here for details on Voice over IP

Back to the table of contents