<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CustomerTaxSetup</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>Recent changes to CustomerTaxSetup</description><atom:link href="https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Apr 2012 16:54:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -31,3 +31,5 @@
 
 
 ***Follow us on twitter*** to receive new feature notifications: http://www.twitter.com/opencdrrate/
+
+***Join our LinkedIn group*** to open discussions on features you would like to see in the system. http://www.linkedin.com/groups/OpenCDRRate-4381972
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 05 Apr 2012 16:54:56 -0000</pubDate><guid>https://sourceforge.net91252d1f441c35d264bf0a5063642a9150922c34</guid></item><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -28,3 +28,6 @@
 If you have any questions, please contact [Support].
 
 -The OpenCDRRate team.
+
+
+***Follow us on twitter*** to receive new feature notifications: http://www.twitter.com/opencdrrate/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 29 Mar 2012 16:42:38 -0000</pubDate><guid>https://sourceforge.netc01fd0e85f2e14d17ca78cfeb8270442a6d156be</guid></item><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -17,7 +17,7 @@
 ***RowID*** | integer | serial | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.
 
 
-Example: If you wanted to bill customer 100000 for 2 different taxes for interstate calls and 1 tax for intrastate calls, you would use the following entries in the table.
+Example: If you wanted to bill customer 100000 for 2 different taxes for interstate calls and 1 tax for intrastate calls, you would use the following entries in the table.  A future version will allow this to be done via the PHP portal.
 
 CustomerID, CallType, TaxType, TaxRate
 100000, 5, Intrastate Tax 1, .05
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Tue, 29 Nov 2011 21:10:45 -0000</pubDate><guid>https://sourceforge.net5e594301c4c3c8c1e56f2be5e6ef3e4364f94574</guid></item><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -10,16 +10,21 @@
 
 ***CallType*** | tinyint| No Nulls | Required. Refer to [Call Types].
 
-***TaxType*** | varchar(50) | No Nulls | Required. Use a description name for the tax.
-
+***TaxType*** | varchar(50) | No Nulls | Required. Use a descriptive name for the tax.
+
 ***TaxRate*** | numeric(9, 7) | No Nulls | Required. A value of 0.05 would indicate a 5% tax.
 
 ***RowID*** | integer | serial | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.
 
 
 Example: If you wanted to bill customer 100000 for 2 different taxes for interstate calls and 1 tax for intrastate calls, you would use the following entries in the table.
 
 CustomerID, CallType, TaxType, TaxRate
 100000, 5, Intrastate Tax 1, .05
 100000, 10, Interstate Tax 1, .06
 100000, 10, Interstate Tax 2, .06
+
+
+If you have any questions, please contact [Support].
+
+-The OpenCDRRate team.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 24 Nov 2011 14:24:34 -0000</pubDate><guid>https://sourceforge.net084db887a3a40f7c7099367807068074de277ae3</guid></item><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -15,3 +15,11 @@
 ***TaxRate*** | numeric(9, 7) | No Nulls | Required. A value of 0.05 would indicate a 5% tax.
 
 ***RowID*** | integer | serial | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.
+
+
+Example: If you wanted to bill customer 100000 for 2 different taxes for interstate calls and 1 tax for intrastate calls, you would use the following entries in the table.
+
+CustomerID, CallType, TaxType, TaxRate
+100000, 5, Intrastate Tax 1, .05
+100000, 10, Interstate Tax 1, .06
+100000, 10, Interstate Tax 2, .06
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Mon, 26 Sep 2011 12:48:19 -0000</pubDate><guid>https://sourceforge.net88f6ebb640cd60d0f8196600cbd66df3a684d1bc</guid></item><item><title>WikiPage CustomerTaxSetup modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CustomerTaxSetup/</link><description>***This is a first-release of the documentation. Additional detail will be added as the project matures.***

This table contains all your taxes and their rates. 1 entry per customer per tax.



***Column*** | Data type | Nulls | Description

***CustomerID*** | varchar(15) | No Nulls | Required.

***CallType*** | tinyint| No Nulls | Required. Refer to [Call Types].

***TaxType*** | varchar(50) | No Nulls | Required. Use a description name for the tax.

***TaxRate*** | numeric(9, 7) | No Nulls | Required. A value of 0.05 would indicate a 5% tax.

***RowID*** | integer | serial | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Mon, 26 Sep 2011 12:47:05 -0000</pubDate><guid>https://sourceforge.netb18c9e6806ffcdfe755b1bd14b5cc1fa3ec2e733</guid></item></channel></rss>