Skip to content

Demo

The TaxControls components are available on several popular platforms. All software in the demo packages is the latest version, with the tax tables drawn from an older version.

Click the links below to download the components for your platform.

.NET

This package contains the most recent TaxControls .NET component, a demo project, and tax tables from December of last year.

  1. Download the .NET package
  2. Right-click the downloaded file and select ‘Extract All’.
  3. You’ll find the .NET dll, the tax file (“demo.tax”), and the demo project in the extracted folder.

Java

This package contains the most recent TaxControls jar, a demo project, and tax tables from December of last year.

  1. Download the Java package
  2. Right-click the downloaded file and select ‘Extract All’.
  3. You’ll find the .NET dll, the tax file (“demo.tax”), and the demo project in the extracted folder.

PHP

This package contains sample PHP tables and a simple application which demonstrates their usage. You’ll need a web server capable of serving PHP files.

  1. Download the PHP package
  2. Right-click the downloaded file and select ‘Extract All’.
  3. Copy the extracted files to your web server’s document root.

TaxServer

TaxServer is a Docker image which provides tax information and calculation services. For details on running the image, see the Docker hub page.

To try it out, you’ll need a computer with Docker installed. For more information see:

At a command prompt, enter:

Terminal window
docker run -p 8000:80 calibertechnology/taxserver

At a browser on the same machine, go to http://localhost:8000 or here for an overview of the API.