Summary
This article describes the SureTax integration with EngageIP. SureTax is an integration that allows for the automation of transaction and usage taxing in EngageIP by making use of the SureTax webbased back end to calculate the correct rate.
SureTax is an integration that allows for the automation of transaction and usage taxing in EngageIP by making use of the SureTax webbased back end to calculate the correct rate.
SureTax Web-Based Interface
URL: https://testmy.taxrating.net/portal
Key Features
Taxing using Service Tax Categories on a Service
Taxing based on Service Type and Termination Type
User tax exemption levels - add exemptions on overview of the account by clicking 'Add' in the components section
SureTax is setup as a SERVER for configuration
Writes to TAXLOG
Handles credits and reversals from taxlog
Works the same as billsoft, e.g. will look up to the parent user for settings (exempt, service address, billing address)
Works with real time rating
Zip Code and NPA-NXX
All service levels taxes are calculated using ZIPCODE or ZIPCODE+4. UDR will be taxed using NPANXX or ZIPCODE based on termination code which will be implemented in the script.
Tax Exemption Components
A user level tax exemption component will be made available on the overview screen.
To add an exemption from the below list, do the following:
Go to the users Overview tab that you want to exempt from a tax
On the right side under components, click Add
Select 'Tax exempt Level'
Select the exemption level from the first drop down menu
Leave the second drop down blank
Click Save
Repeat as needed to assign other exemption codes to the account. When billing runs, it will look at those exemptions and no taxes will be calculated if they exist.
Exemption Codes
00-No Exemptions 01-Federal Excise Tax Exempt 02-State Taxes Exempt 03-Federal Excise Tax and State Taxes Exempt 04-Local Taxes Exempt 05-Federal Excise Tax and Local Taxes Exempt 06-State and Local Taxes Exempt 07-Federal Excise Tax and State and Local Taxes Exempt 09-All Federal Level Taxes Exempt 10-All Unit Based Taxes Exempt 11-Unit based E911 Exempt 12-Only apply Unit Based Fees 13-Local Right of Way Fees (ROW) Exempt 14-All State and Local E911s Exempt 19-Only Apply Federal Universal Service Fund (USF) 20-All PUC Fees Exempt 21-All State and Local Gross Receipts Tax (GRT) Exempt 22-All State Universal Service Fund (USF) Fees Exempt 23-State Gross Receipts Tax and Universal Service Fund Exempt 24-Federal Universal Service Fund (USF) Exempt 25-Federal Excise, Federal Universal Service Fund (USF) and State Sales Tax Exempt 26-State Excise Tax Exempt (includes FL CST) 27-Federal Excise, Federal USF and Local Sales Tax Exempt 28-Federal USF and State Local Sales Tax Exempt 29-Federal USF and Local Sales Tax Exempt 30-State Excise and Local Telecommunications Tax Exempt 31-State Level Sales Tax Exempt 32-State and Local Sales Tax Exempt 33-Federal Excise, Federal USF, State and Local Sales Tax Exempt 35-Federal TRS (Federal Regulatory Assessment Fee) Exempt 36-Value Added Tax (VAT) 37-Canadian Provincial Service Taxes (PST) Exempt 38-Canadian Harmonized Service Taxes (HST) Exempt 39-Canadian Goods and Services Taxes (GST) Exempt 41-Local Utility Users Tax Exempt 42-State Excise Tax Exempt and Local Surcharge Exempt 43-Universal Lifeline Telephone Service Surcharge (ULTS) exempt 44-City Level Taxes Exempt 45-State Franchise Fee 46-Local Franchise Fee 47-County Level Taxes Exempt 61-Los Angeles Communications Users Tax Exempt 99-All Taxes Exempt – Apply no tax or fees
Transaction Codes on Services
A service will have a transaction code.
Sample:
050102 VOIP Monthly Charge - Amount Attributable To Local Service
050103 VOIP Monthly Charge - Amount Attributable To Intrastate Toll Service
050104 VOIP Monthly Charge - Amount Attributable To Interstate Toll Service
050105 Usage-Based Charges
050110 Activation/Deactivation Charges
050112 VOIP-Enabled Vertical Features
050113 IP Centrex Line
050114 Fax over IP - Fixed
Installation
Installation overview:
Import XML
Configure tax codes
Add tax categories on services
Configure your SureTax account and URL in the server configuration
Test that taxes are applied
Detailed Installation Process:
Import the SureTax Server Information using the 'Import' link on the setup tab. Paste each section of code one at a time into the textarea on the import page and click 'import'. This will install the key components of the SureTax integration on the Top Owner where the top ownername is 'Logisense Corporation'.
Note: To use this for other branded owners, replace 'Logisense Corporation' with 'Branded Owner Name'<?xml version="1.0"?> <Import> <GenericXML Enabled="True" /> <ServerType Name="SureTax" Owner="Logisense Corporation" AddedScript="" RemovedScript="" EnabledScript="" DisabledScript="" ProfileChangedScript="" ReferenceName="SERVERTYPE1"/> <ProfileQuestion Name="ClientNumber" Question="ClientNumber" DataType="Text" ReferenceName="P1"/> <ProfileQuestion Name="ValidationKey" Question="ValidationKey" DataType="Text" ReferenceName="P2"/> <ProfileQuestion Name="URL" Question="URL" DataType="Text" ReferenceName="P3"/> <ProfileQuestionFilter ProfileQuestion="@P1" Role="/Owner=Logisense Corporation/Role=admin" ModifyAnswer="true" DeleteAnswer="true" ViewAnswer="true" /> <ProfileQuestionFilter ProfileQuestion="@P2" Role="/Owner=Logisense Corporation/Role=admin" ModifyAnswer="true" DeleteAnswer="true" ViewAnswer="true" /> <ProfileQuestionFilter ProfileQuestion="@P3" Role="/Owner=Logisense Corporation/Role=admin" ModifyAnswer="true" DeleteAnswer="true" ViewAnswer="true" /> <ServerTypeAttributeProfileQuestion ServerType="@SERVERTYPE1" ProfileQuestion="@P1" ReferenceName="STAPQ1" /> <ServerTypeAttributeProfileQuestion ServerType="@SERVERTYPE1" ProfileQuestion="@P2" ReferenceName="STAPQ2"/> <ServerTypeAttributeProfileQuestion ServerType="@SERVERTYPE1" ProfileQuestion="@P3" ReferenceName="STAPQ3"/> <Server Name="SureTax" Address="127.0.0.1" Owner="Logisense Corporation" ServerType="@SERVERTYPE1" ReferenceName="S1"/> <ProfileAnswer ProfileQuestion="@P1" Value="000000999" ReferenceName="PA1"/> <ProfileAnswer ProfileQuestion="@P2" Value="9999-99999" ReferenceName="PA2"/> <ProfileAnswer ProfileQuestion="@P3" Value="https://testapi.taxrating.net/Services/V01/SureTax.asmx" ReferenceName="PA3" /> <ServerAttributeProfileAnswer ServerTypeAttributeProfileQuestion="@STAPQ1" Server="@S1" ProfileAnswer="@PA1" /> <ServerAttributeProfileAnswer ServerTypeAttributeProfileQuestion="@STAPQ2" Server="@S1" ProfileAnswer="@PA2" /> <ServerAttributeProfileAnswer ServerTypeAttributeProfileQuestion="@STAPQ3" Server="@S1" ProfileAnswer="@PA3" /> </Import>
Import the TaxVendor Script
Note: To use this for other branded owners, replace 'Logisense Corporation' with 'Branded Owner Name'1. For EngageIP 8.6 and lower:
<?xml version="1.0"?> <Import> <GenericXML Enabled="True" /> <TaxVendor Owner="Logisense Corporation" Name="SureTax" ChargeScript="TaxCode taxCode = (TaxCode)context["taxCode"]; double taxableAmount = (double)context["taxableamount"];StatementDetails sd = (StatementDetails)context["statementdetails"];return SureTaxWrapper.GetTaxes(taxCode, taxableAmount, sd);"/> </Import>
2. For EngageIP 9.x, add a new tax vendor on setup, select Suretax, then enter name of Suretax and paste this code: TaxCode taxCode = (TaxCode)context["taxCode"]; double taxableAmount = (double)context["taxableamount"];StatementDetails sd = (StatementDetails)context["statementdetails"];return SureTaxWrapper.GetTaxes(taxCode, taxableAmount, sd);
3. Delete unneeded elements
Note: These steps are only needed on first install, if you are adding branded owners, this does not need to be completed
a. Delete the records in TaxExemptLevel and TaxExemptType using MSSQL if any data exists, for example
if you are moving from BillSoft to SureTax
b. Delete BillSoft/previous tax vendors from Setup > Tax Vendor
c. Run the SQL below on the BOSS database after a backup has been completed
DELETE FROM TaxExemptLevel DELETE FROM TaxExemptType
d. Restart IIS
e. Restart all EngageIP Windows services
Import the TaxExemptLevel
Note: This import step is only needed on first install, if you are adding branded owners, this does not need to be completed
Note: These tables must be empty before you import the TaxExemptLevel
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Import> <TaxExemptLevel Name="00-No Exemptions"/> <TaxExemptLevel Name="01-Federal Excise Tax Exempt"/> <TaxExemptLevel Name="02-State Taxes Exempt"/> <TaxExemptLevel Name="03-Federal Excise Tax and State Taxes Exempt"/> <TaxExemptLevel Name="04-Local Taxes Exempt"/> <TaxExemptLevel Name="05-Federal Excise Tax and Local Taxes Exempt"/> <TaxExemptLevel Name="06-State and Local Taxes Exempt"/> <TaxExemptLevel Name="07-Federal Excise Tax and State and Local Taxes Exempt"/> <TaxExemptLevel Name="09-All Federal Level Taxes Exempt"/> <TaxExemptLevel Name="10-All Unit Based Taxes Exempt"/> <TaxExemptLevel Name="11-Unit based E911 Exempt"/> <TaxExemptLevel Name="12-Only apply Unit Based Fees"/> <TaxExemptLevel Name="13-Local Right of Way Fees (ROW) Exempt"/> <TaxExemptLevel Name="14-All State and Local E911s Exempt"/> <TaxExemptLevel Name="19-Only Apply Federal Universal Service Fund (USF)"/> <TaxExemptLevel Name="20-All PUC Fees Exempt"/> <TaxExemptLevel Name="21-All State and Local Gross Receipts Tax (GRT) Exempt"/> <TaxExemptLevel Name="22-All State Universal Service Fund (USF) Fees Exempt"/> <TaxExemptLevel Name="23-State Gross Receipts Tax and Universal Service Fund Exempt"/> <TaxExemptLevel Name="24-Federal Universal Service Fund (USF) Exempt"/> <TaxExemptLevel Name="25-Federal Excise, Federal Universal Service Fund (USF) and State Sales Tax Exempt"/> <TaxExemptLevel Name="26-State Excise Tax Exempt (includes FL CST)"/> <TaxExemptLevel Name="27-Federal Excise, Federal USF and Local Sales Tax Exempt"/> <TaxExemptLevel Name="28-Federal USF and State Local Sales Tax Exempt"/> <TaxExemptLevel Name="29-Federal USF and Local Sales Tax Exempt"/> <TaxExemptLevel Name="30-State Excise and Local Telecommunications Tax Exempt"/> <TaxExemptLevel Name="31-State Level Sales Tax Exempt"/> <TaxExemptLevel Name="32-State and Local Sales Tax Exempt"/> <TaxExemptLevel Name="33-Federal Excise, Federal USF, State and Local Sales Tax Exempt"/> <TaxExemptLevel Name="35-Federal TRS (Federal Regulatory Assessment Fee) Exempt"/> <TaxExemptLevel Name="36-Value Added Tax (VAT)"/> <TaxExemptLevel Name="37-Canadian Provincial Service Taxes (PST) Exempt"/> <TaxExemptLevel Name="38-Canadian Harmonized Service Taxes (HST) Exempt"/> <TaxExemptLevel Name="39-Canadian Goods and Services Taxes (GST) Exempt"/> <TaxExemptLevel Name="41-Local Utility Users Tax Exempt"/> <TaxExemptLevel Name="42-State Excise Tax Exempt and Local Surcharge Exempt"/> <TaxExemptLevel Name="43-Universal Lifeline Telephone Service Surcharge (ULTS) exempt"/> <TaxExemptLevel Name="44-City Level Taxes Exempt"/> <TaxExemptLevel Name="45-State Franchise Fee"/> <TaxExemptLevel Name="46-Local Franchise Fee"/> <TaxExemptLevel Name="47-County Level Taxes Exempt"/> <TaxExemptLevel Name="61-Los Angeles Communications Users Tax Exempt"/> <TaxExemptLevel Name="99-All Taxes Exempt - Apply no tax or fees"/> </Import>
5. Import the Service Tax Categories
Note: This import step is only for first install, if you are installing on branded owners, this does not need to be completed
Note: You need to check 'Use Generic XML' for this to import, the standard TaxType import xml doesn't import the tax vendor transaction codes
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Import> <TaxType Owner="Logisense Corporation" Name="010101 Long Distance Toll" TaxVendorTransactionCode1="010101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010107 Long Distance Toll - Federal Taxes only" TaxVendorTransactionCode1="010107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010156 Long Distance Toll - International O/B" TaxVendorTransactionCode1="010156" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010201 800 Number Service" TaxVendorTransactionCode1="010201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010202 800 Service - Connection/Disconnection Charge" TaxVendorTransactionCode1="010202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010203 800 Service - Basic Service Charges - Recurring" TaxVendorTransactionCode1="010203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010204 800 Service - Basic Service Charges - Amount Attributable To Intrastate - Recurring" TaxVendorTransactionCode1="010204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010205 800 Service - Basic Service Charges - Amount Attributable To Interstate - Recurring" TaxVendorTransactionCode1="010205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010257 800 Number Service - Intrastate" TaxVendorTransactionCode1="010257" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010258 800 Number Service - Interstate" TaxVendorTransactionCode1="010258" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010301 900 Service - Local Pay Per Call Service - Transmission & Information Service" TaxVendorTransactionCode1="010301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010302 900 Service - Local Pay Per Call Service - Amount Attributable To Transmission" TaxVendorTransactionCode1="010302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010303 900 Service - Local Pay Per Call Service - Amount Attributable To Information Service" TaxVendorTransactionCode1="010303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010304 900 Service - Intrastate - Transmission & Information Service" TaxVendorTransactionCode1="010304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010305 900 Service - Intrastate - Amount Attributable To Transmission" TaxVendorTransactionCode1="010305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010306 900 Service - Intrastate - Amount Attributable To Information Service" TaxVendorTransactionCode1="010306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010307 900 Service - Interstate - Transmission & Information Service" TaxVendorTransactionCode1="010307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010308 900 Service - Interstate - Amount Attributable To Transmission" TaxVendorTransactionCode1="010308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010309 900 Service - Interstate - Amount Attributable To Information Service" TaxVendorTransactionCode1="010309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010401 Long Distance Service Plan - Fee" TaxVendorTransactionCode1="010401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010402 Long Distance Service Plan - Connection/Disconnection Charges - Non-Recurring" TaxVendorTransactionCode1="010402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010403 Long Distance Service Plan - Service Charges- Intra/Interstate Plan - Recurring" TaxVendorTransactionCode1="010403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010404 Long Distance Service Plan - Service Charges - Intrastate Plan - Recurring" TaxVendorTransactionCode1="010404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010405 Long Distance Service Plan - Service Charges - Interstate Plan -Recurring" TaxVendorTransactionCode1="010405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010406 Long Distance Service Plan - Service Charges - Intra/Interstate Plan - Amount Attributable To Intrastate - Recurring" TaxVendorTransactionCode1="010406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010407 Long Distance Service Plan - Service Charges - Intra/Interstate Plan - Amount Attributable To Interstate - Recurring" TaxVendorTransactionCode1="010407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010408 Long Distance Service Plan - Service Charges - International Plan - Recurring" TaxVendorTransactionCode1="010408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010409 Long Distance Service Plan - Service Charges - Unlimited Long Distance Calling Plan - Amount Attributable To International" TaxVendorTransactionCode1="010409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010207 800 Number Service - Connection/Disconnection Charges - Intrastate" TaxVendorTransactionCode1="010207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010208 800 Number Service - Connection/Disconnection Charges - Interstate" TaxVendorTransactionCode1="010208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010153 Long Distance Toll - INTERSTATE (Originates in the state and billed to a service address in the state)" TaxVendorTransactionCode1="010153" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010151 Long Distance Toll - Intrastate" TaxVendorTransactionCode1="010151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010110 WATS - International - Terminates and is Billed to Service Address in Same State" TaxVendorTransactionCode1="010110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010111 WATS - International - Originates and is Billed to Service Address in Same State" TaxVendorTransactionCode1="010111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010152 Long Distance Toll - INTERSTATE (Terminate in the state and billed to a service address in the state)" TaxVendorTransactionCode1="010152" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020101 Local Toll Calls" TaxVendorTransactionCode1="020101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020102 Local Unit-Based Calls" TaxVendorTransactionCode1="020102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020201 Standard Line - Recurring Charge" TaxVendorTransactionCode1="020201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020202 Activation/Deactivation Charge for a Vertical Feature (Call Waiting/Call Forwarding)" TaxVendorTransactionCode1="020202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020203 Recurring Service Charge for a Vertical Feature (Call Waiting/Call Forwarding)" TaxVendorTransactionCode1="020203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020204 Usage Charge for a Vertical Feature (Call Waiting/Call Forwarding)" TaxVendorTransactionCode1="020204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020205 Connection/Disconnection Charge - Non-Recurring" TaxVendorTransactionCode1="020205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020206 Local Calling Area Charge - Recurring" TaxVendorTransactionCode1="020206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020207 Standard Line - Pro-Rated Charge When Converting from Another Carrier" TaxVendorTransactionCode1="020207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020208 Trunk Line DID" TaxVendorTransactionCode1="020208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020209 Trunk Line DOD & DID/DOD" TaxVendorTransactionCode1="020209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020210 Co-Located Trunk Line DID in Central Office" TaxVendorTransactionCode1="020210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020211 Co-Located Trunk DOD & DID/DODin Central Office" TaxVendorTransactionCode1="020211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020212 Centrex Line - Recurring" TaxVendorTransactionCode1="020212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020213 High-Capacity Trunk Line - Recurring Charge - 1.5MB T-1" TaxVendorTransactionCode1="020213" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020214 High-Capacity Trunk Line - Recurring Charge - ISDN-PRI" TaxVendorTransactionCode1="020214" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020215 High-Capacity Trunk Line - Recurring Charge - DID Only" TaxVendorTransactionCode1="020215" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020216 High-Capacity Trunk Line -ISDN - PRI - DID Only" TaxVendorTransactionCode1="020216" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020217 Centrex Service - Accessory Features" TaxVendorTransactionCode1="020217" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020301 Bundled Service Plan - Local/Long Distance Service Plan - Recurring" TaxVendorTransactionCode1="020301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020302 Bundled Service Plan - Amount Attributable to Local Basic Service" TaxVendorTransactionCode1="020302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020303 Bundled Service Plan - Vertical Features Charge" TaxVendorTransactionCode1="020303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="020304 Bundled Service Plan - Amount Attributable to Local Non-Basic Service" TaxVendorTransactionCode1="020304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030101 Cellular Service - Monthly Chg - Basic Service Charges (Recurring)" TaxVendorTransactionCode1="030101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030102 Cellular Service - Monthly Chg - Other Service Charges (Recurring)" TaxVendorTransactionCode1="030102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030103 Cellular Service - Monthly Chg - Other Service Charges (Non-Recurring)" TaxVendorTransactionCode1="030103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030104 Cellular Service - Monthly Chg - Vertical Features (Call Waiting/Call Forwarding Etc.) - Activation/Deactivation (Non - Recurring)" TaxVendorTransactionCode1="030104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030105 Cellular Service - Monthly Chg - Vertical Features (Call Waiting/Call Forwarding Etc.) - Service Charges (Recurring)" TaxVendorTransactionCode1="030105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030106 Cellular Service - Monthly Chg - Vertical Features (Call Waiting/Call Forwarding Etc.) - Usage" TaxVendorTransactionCode1="030106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030107 Cellular Service - Monthly Chg - Activation/Deactivation Charges (Non-Recurring)" TaxVendorTransactionCode1="030107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030108 Cellular Service - Monthly Chg - Cellular Local-Only Calling Plan - Basic Service Charges" TaxVendorTransactionCode1="030108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030109 Cellular Service - Airtime Undetermined" TaxVendorTransactionCode1="030109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030111 Cellular Service - Airtime Intrastate - Call Org or Term in City of Primary Use" TaxVendorTransactionCode1="030111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030112 Cellular Service - Airtime Intrastate - Call Org or Term in State of Primary Use" TaxVendorTransactionCode1="030112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030113 Cellular Service - Airtime Intrastate - Call Org or Term in State Other than State of Primary Use" TaxVendorTransactionCode1="030113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030114 Cellular Service - Airtime Interstate - Call Org or Term in City of Primary Use" TaxVendorTransactionCode1="030114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030115 Cellular Service - Airtime Interstate - Call Org or Term in State of Primary Use" TaxVendorTransactionCode1="030115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030116 Cellular Service - Airtime Interstate - Call Org or Term in State Other than State of Primary Use" TaxVendorTransactionCode1="030116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030117 Cellular Service - International Mobile Plan" TaxVendorTransactionCode1="030117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030201 Cellular Service - Toll Charges - Airtime Undetermined" TaxVendorTransactionCode1="030201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030252 Cellular Service - Airtime - Intrastate - Call Orig or Term in City of PPU" TaxVendorTransactionCode1="030252" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030253 Cellular Service - Airtime - Intrastate - Call Orig or Term in State of PPU" TaxVendorTransactionCode1="030253" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030254 Cellular Service - Airtime - Intrastate - Call Orig or Term in State other than PPU State" TaxVendorTransactionCode1="030254" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030255 Cellular Service - Airtime - Interstate - Call Orig or Term in City of PPU" TaxVendorTransactionCode1="030255" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030256 Cellular Service - Airtime - Interstate - Call Orig or Term in State of PPU" TaxVendorTransactionCode1="030256" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030257 Cellular Service - Airtime - Interstate - Call Orig or Term in State other than PPU State" TaxVendorTransactionCode1="030257" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030258 Cellular Service - Airtime - Foreign Customer - Intrastate - Call Orig or Term in State" TaxVendorTransactionCode1="030258" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030259 Cellular Service - Airtime - Foreign Customer - Interstate/International" TaxVendorTransactionCode1="030259" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030260 Cellular Service - Long-Distance Charge - Undetermined" TaxVendorTransactionCode1="030260" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030261 Cellular Service - Long-Distance Charge - Intrastate - Call Orig or Term in City of PPU" TaxVendorTransactionCode1="030261" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030262 Cellular Service - Long-Distance Charge - Intrastate - Call Orig or Term in State of PPU" TaxVendorTransactionCode1="030262" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030263 Cellular Service - Long-Distance Charge - Intrastate - Call Orig or Term in State other than PPU State" TaxVendorTransactionCode1="030263" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030264 Cellular Service - Long-Distance Charge - Interstate - Call Orig or Term in City of PPU" TaxVendorTransactionCode1="030264" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030265 Cellular Service - Long-Distance Charge - Interstate - Call Orig or Term in State of PPU" TaxVendorTransactionCode1="030265" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030266 Cellular Service - Long-Distance Charge - Interstate - Call Orig or Term in State other than PPU State" TaxVendorTransactionCode1="030266" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030267 Cellular Service - Long-Distance Charge - Foreign Customer - Intrastate - Call Orig or Term in State" TaxVendorTransactionCode1="030267" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="030268 Cellular Service - Long-Distance Charge - Foreign Customer - Interstate" TaxVendorTransactionCode1="030268" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040101 Monthly Service Charge - Recurring" TaxVendorTransactionCode1="040101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040102 Authorization Code - Denominated in Dollars" TaxVendorTransactionCode1="040102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040103 Re-Charge - Denominated in Dollars" TaxVendorTransactionCode1="040103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040104 Usage / Airtime Charges" TaxVendorTransactionCode1="040104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040105 Phone Card - Denominated in Dollars" TaxVendorTransactionCode1="040105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040106 Initial Set-up Charge" TaxVendorTransactionCode1="040106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040107 Phone Card - Denominated in Minutes" TaxVendorTransactionCode1="040107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040108 Authorization Code - Denominated in Minutes" TaxVendorTransactionCode1="040108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040109 Recharge - Denominated in Minutes" TaxVendorTransactionCode1="040109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040201 Wholesale - Sale of Phone Card - Intrastate/Interstate" TaxVendorTransactionCode1="040201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040202 Wholesale - Sale of Phone Card - Amount Attributable to Intrastate" TaxVendorTransactionCode1="040202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040203 Wholesale - Sale of Phone Card - Amount Attributable to Interstate" TaxVendorTransactionCode1="040203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040204 Wholesale - Unit Based Monthly Access Charges" TaxVendorTransactionCode1="040204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040301 Retail - Sale of Phone Card - Intrastate/Interstate" TaxVendorTransactionCode1="040301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040302 Retail - Sale of Phone Card - Amount Attributable to Intrastate" TaxVendorTransactionCode1="040302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040303 Retail - Sale of Phone Card - Amount Attributable to Interstate" TaxVendorTransactionCode1="040303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040304 Retail - Unit Based Monthly Access Charges" TaxVendorTransactionCode1="040304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040401 Prepaid Wireless Retailer - Phone Card - Denominated in Dollars" TaxVendorTransactionCode1="040401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="040402 Prepaid Wireless Retailer - Phone Card - Denominated in Minutes" TaxVendorTransactionCode1="040402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050101 Basic Service Charges - Fixed VOIP Service" TaxVendorTransactionCode1="050101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050102 VOIP Monthly Charge - Amount Attributable To Local Service" TaxVendorTransactionCode1="050102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050103 VOIP Monthly Charge - Amount Attributable To Intrastate Toll Service" TaxVendorTransactionCode1="050103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050104 VOIP Monthly Charge - Amount Attributable To Interstate Toll Service" TaxVendorTransactionCode1="050104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050105 Usage-Based Charges - Fixed VOIP Service" TaxVendorTransactionCode1="050105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050155 Usage-Based Charges - Fixed VOIP Service" TaxVendorTransactionCode1="050155" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050158 Usage-Based Charges - Fixed VOIP Service - Interstate / International" TaxVendorTransactionCode1="050158" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050110 Activation/Deactivation Charges" TaxVendorTransactionCode1="050110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050112 VOIP-Enabled Vertical Features" TaxVendorTransactionCode1="050112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050113 IP Centrex Line" TaxVendorTransactionCode1="050113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050114 Fax Over IP - Fixed VoIP Service" TaxVendorTransactionCode1="050114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050115 SIP Trunk - Standard" TaxVendorTransactionCode1="050115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050117 Non-Interconnected VoIP - Usage Based Charges (Undetermined) - Fixed VoIP Service" TaxVendorTransactionCode1="050117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050201 Basic Service Charges - Nomadic VOIP Service" TaxVendorTransactionCode1="050201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050202 VOIP Monthly Charge - Amount Attributable To Local Service" TaxVendorTransactionCode1="050202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050203 VOIP Monthly Charge - Amount Attributable To Intrastate Toll Service" TaxVendorTransactionCode1="050203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050204 VOIP Monthly Charge - Amount Attributable To Interstate Toll Service" TaxVendorTransactionCode1="050204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050205 Usage-Based Charges - Nomadic VOIP Service" TaxVendorTransactionCode1="050205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050255 Usage-Based Charges - Nomadic VOIP Service - Undetermined" TaxVendorTransactionCode1="050255" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050258 Usage-Based Charges - Nomadic VOIP Service - Interstate / International" TaxVendorTransactionCode1="050258" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050210 Activation/Deactivation Charges" TaxVendorTransactionCode1="050210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050212 VOIP-Enabled Vertical Features" TaxVendorTransactionCode1="050212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050213 IP Centrex Line" TaxVendorTransactionCode1="050213" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050215 SIP Trunk - Standard" TaxVendorTransactionCode1="050215" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050218 Nomadic VoIP Vertical Features Amount Attributable to Intrastate Revenues" TaxVendorTransactionCode1="050218" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050256 Usage-Based Charges - Nomadic VOIP Service - Local" TaxVendorTransactionCode1="050256" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050257 Usage-Based Charges - Nomadic VOIP Service - Intrastate" TaxVendorTransactionCode1="050257" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050259 Usage-Based Charges - Nomadic VOIP Service - Interstate / International (call terminates in state)" TaxVendorTransactionCode1="050259" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050401 Wireless VOIP Monthly Service Charge" TaxVendorTransactionCode1="050401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050402 Wireless VOIP - Monthly Service Charge - Amount Attributable To Local Service" TaxVendorTransactionCode1="050402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050403 Wireless VOIP - Monthly Service Charge - Amount Attributable To Intrastate Toll Service" TaxVendorTransactionCode1="050403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050404 Wireless VOIP - Monthly Service Charge - Amount Attributable To Interstate Toll Service" TaxVendorTransactionCode1="050404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050405 Wireless VOIP - Activation / Deactivation Charges" TaxVendorTransactionCode1="050405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050406 Wireless VOIP - Vertical Features Charges" TaxVendorTransactionCode1="050406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050301 Non-interconnected VoIP - Monthly Plan - Undetermined" TaxVendorTransactionCode1="050301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050302 Non-interconnected VoIP - Monthly Plan - Intrastate" TaxVendorTransactionCode1="050302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050303 Non-interconnected VoIP - Monthly Plan - Interstate" TaxVendorTransactionCode1="050303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050118 Fixed VoIP Vertical Features Amount Attributable to Intrastate Revenues" TaxVendorTransactionCode1="050118" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050156 Usage-Based Charges - Fixed VOIP Service - Local" TaxVendorTransactionCode1="050156" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050214 Fax Over IP - Nomadic VoIP Service" TaxVendorTransactionCode1="050214" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="060101 Recurring Internet Access Charges" TaxVendorTransactionCode1="060101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="060102 Broadband Transmission Charges" TaxVendorTransactionCode1="060102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="060103 Broadband Transmission - Common Carrier Basis" TaxVendorTransactionCode1="060103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070101 Voice - Line Charge - Intrastate Intracity" TaxVendorTransactionCode1="070101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070149 Voice - Line Charge - Intrastate Intracity" TaxVendorTransactionCode1="070149" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070102 Voice - Line Charge - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070149 Voice - Line Charge - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070149" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070103 Voice - Line Charge - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070149 Voice - Line Charge - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070149" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070104 Voice - Line Charge - Interstate" TaxVendorTransactionCode1="070104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070149 Voice - Line Charge - Interstate" TaxVendorTransactionCode1="070149" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070109 Voice - Channel Termination Point (Local Loop) - Intrastate Intracity" TaxVendorTransactionCode1="070109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070150 Data - Local Loop Connecting To Intrastate Intracity Line" TaxVendorTransactionCode1="070150" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070110 Voice - Channel Termination Point (Local Loop) - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070150 Data - Local Loop Connecting To Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070150" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070111 Voice - Channel Termination Point (Local Loop) - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070150 Data - Local Loop Connecting To Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070150" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070112 Voice - Channel Termination Point (Local Loop) - Interstate" TaxVendorTransactionCode1="070112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070150 Data - Local Loop Connecting To Interstate Line" TaxVendorTransactionCode1="070150" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070116 Voice - Connection/Disconnection - Intrastate Intracity" TaxVendorTransactionCode1="070116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070151 Data - Connection/Disconnection - Intrastate Intracity" TaxVendorTransactionCode1="070151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070117 Voice - Connection/Disconnection - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070151 Data - Connection/Disconnection - Intrastate Intracity IntraLata" TaxVendorTransactionCode1="070151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070118 Voice - Connection/Disconnection - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070118" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070151 Data - Connection/Disconnection - Intrastate Intracity InterLata" TaxVendorTransactionCode1="070151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070119 Voice - Connection/Disconnection - Interstate" TaxVendorTransactionCode1="070119" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070201 Data - Line Charge - Intrastate Intracity" TaxVendorTransactionCode1="070201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070249 Data - Line Charge - Intrastate Intracity" TaxVendorTransactionCode1="070249" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070202 Data - Line Charge - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070249 Data - Line Charge - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070249" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070203 Data - Line Charge - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070249 Data - Line Charge - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070249" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070204 Data - Line Charge - Interstate" TaxVendorTransactionCode1="070204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070249 Data - Line Charge - Interstate" TaxVendorTransactionCode1="070249" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070209 Data - Channel Termination Point (Local Loop) - Intrastate Intracity" TaxVendorTransactionCode1="070209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070250 Data - Local Loop Connecting To Intrastate Intracity Line" TaxVendorTransactionCode1="070250" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070210 Data - Channel Termination Point (Local Loop) - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070250 Data - Local Loop Connecting To Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070250" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070211 Data - Channel Termination Point (Local Loop) - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070250 Data - Local Loop Connecting To Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070250" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070212 Data - Channel Termination Point (Local Loop) - Interstate" TaxVendorTransactionCode1="070212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070250 Data - Local Loop Connecting To Interstate Line" TaxVendorTransactionCode1="070250" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070216 Data - Connection/Disconnection - Intrastate Intracity" TaxVendorTransactionCode1="070216" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070251 Data - Connection/Disconnection - Intrastate Intracity" TaxVendorTransactionCode1="070251" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070217 Data - Connection/Disconnection - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070217" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070251 Data - Connection/Disconnection - Intrastate Intracity IntraLata" TaxVendorTransactionCode1="070251" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070218 Data - Connection/Disconnection - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070218" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070251 Data - Connection/Disconnection - Intrastate Intracity InterLata" TaxVendorTransactionCode1="070251" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070219 Data - Connection/Disconnection - Interstate" TaxVendorTransactionCode1="070219" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070251 Data - Connection/Disconnection - Interstate" TaxVendorTransactionCode1="070251" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070223 Data - Service Charge - Non-Recurring - Intrastate Intracity" TaxVendorTransactionCode1="070223" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070224 Data - Service Charge - Non-Recurring - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070224" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070225 Data - Service Charge - Non-Recurring - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070225" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070226 Data - Service Charge - Non-Recurring - Interstate" TaxVendorTransactionCode1="070226" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070261 Data - Line Charge - Interstate (100% allocation)" TaxVendorTransactionCode1="070261" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070271 Data - Line Charge - Interstate (100% allocation, no FUSF)" TaxVendorTransactionCode1="070271" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070262 Data - Channel Termination Point (Local Loop) - Interstate (100% allocation)" TaxVendorTransactionCode1="070262" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070272 Data - Channel Termination Point (Local Loop) - Interstate (100% allocation, no FUSF)" TaxVendorTransactionCode1="070272" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070151 Data - Connection/Disconnection - Interstate" TaxVendorTransactionCode1="070151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070123 Voice - Service Charge - Non-Recurring - Intrastate Intracity" TaxVendorTransactionCode1="070123" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070124 Voice - Service Charge - Non-Recurring - Intrastate Intercity IntraLATA" TaxVendorTransactionCode1="070124" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070125 Voice - Service Charge - Non-Recurring - Intrastate Intercity InterLATA" TaxVendorTransactionCode1="070125" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070126 Voice - Service Charge - Non-Recurring - Interstate" TaxVendorTransactionCode1="070126" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070263 Data - Connection/Disconnection - Interstate (100% allocation)" TaxVendorTransactionCode1="070263" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070273 Data - Connection/Disconnection - Interstate (100% allocation, no FUSF)" TaxVendorTransactionCode1="070273" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070264 Data - Service Charge - Non-Recurring - Interstate (100% allocation)" TaxVendorTransactionCode1="070264" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="070274 Data - Service Charge - Non-Recurring - Interstate (100% allocation, no FUSF)" TaxVendorTransactionCode1="070274" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080101 Non-PSTN Data Line Non-Private - Intrastate Access Charge - Recurring" TaxVendorTransactionCode1="080101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080102 Non-PSTN Data Line Non-Private - Interstate Access Charge - Recurring" TaxVendorTransactionCode1="080102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080103 Non-PSTN Data Line Non-Private - Usage Charge - Intrastate" TaxVendorTransactionCode1="080103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080104 Non-PSTN Data Line Non-Private - Port Charges - Recurring" TaxVendorTransactionCode1="080104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080105 Non-PSTN Data Line Non-Private - Local Loop Charge - Recurring" TaxVendorTransactionCode1="080105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080106 Non-PSTN Data Line Non-Private - Local Loop Usage Charge" TaxVendorTransactionCode1="080106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080107 Non-PSTN Data Line Non-Private - Connection/Disconnection Charge - Intrastate" TaxVendorTransactionCode1="080107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080108 Non-PSTN Data Line Non-Private - Connection/Disconnection Charge - Interstate" TaxVendorTransactionCode1="080108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080109 Non-PSTN Data Line Non-Private - Service Charge - Intrastate" TaxVendorTransactionCode1="080109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080110 Non-PSTN Data Line Non-Private - Service Charge - Interstate" TaxVendorTransactionCode1="080110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080111 Non-PSTN Data Line Non-Private - Access Charge - Intrastate/Intersrate (Recurring)" TaxVendorTransactionCode1="080111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080112 Non-PSTN Data Line Non-Private - Connection/Disconnection Charge - Intrastate/Interstate" TaxVendorTransactionCode1="080112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080113 Non-PSTN Data Line Non-Private - Service Charge - Intrastate/Interstate" TaxVendorTransactionCode1="080113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080201 PSTN Data Line Non-Private - Intrastate Access Charges - Recurring" TaxVendorTransactionCode1="080201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080202 PSTN Data Line Non-Private - Interstate Access Charges - Recurring" TaxVendorTransactionCode1="080202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080203 PSTN Data Line Non-Private - Usage Charges" TaxVendorTransactionCode1="080203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080204 PSTN Data Line Non-Private - Connection/Disconnection Charge - Non-Recurring" TaxVendorTransactionCode1="080204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080205 PSTN Data Line Non-Private - Service Charges - Non-Recurring" TaxVendorTransactionCode1="080205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080206 PSTN Data Line Non-Private - Access Charges - Primary Rate Interface ISDN Line - Intrastate - Recurring" TaxVendorTransactionCode1="080206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080207 PSTN Data Line Non-Private - Intra/Interstate Access Charges - Recurring" TaxVendorTransactionCode1="080207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080203 PSTN Data Line Non-Private - Usage Charges - Interstate" TaxVendorTransactionCode1="080203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080203 PSTN Data Line Non-Private - Usage Charges - Intrastate" TaxVendorTransactionCode1="080203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080253 PSTN Data Line Non-Private - Usage Charges - Intrastate" TaxVendorTransactionCode1="080253" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080254 PSTN Data Line Non-Private - Usage Charges - Interstate" TaxVendorTransactionCode1="080254" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080103 Non-PSTN Data Line Non-Private - Usage Charge - Interstate" TaxVendorTransactionCode1="080103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="080154 Non-PSTN Data Line Non-Private - Usage Charge - Interstate" TaxVendorTransactionCode1="080154" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090101 Non-PSTN Wireless Data Service - Basic Service Charge - Recurring" TaxVendorTransactionCode1="090101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090102 Non-PSTN Wireless Data Service - Activation/Deactivation Charge - Non-Recurring" TaxVendorTransactionCode1="090102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090103 Non-PSTN Wireless Data Service -Data Transmission - Usage-Based Charges" TaxVendorTransactionCode1="090103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090104 Non-PSTN Wireless Data Service - Wireless E-Mail Services" TaxVendorTransactionCode1="090104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090201 PSTN Wireless Data Service - Basic Service Charge - Recurring" TaxVendorTransactionCode1="090201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090202 PSTN Wireless Data Service - Activation/Deactivation Charge - Non-Recurring" TaxVendorTransactionCode1="090202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090203 PSTN Wireless Data Service -Data Transmission - Usage-Based Charges" TaxVendorTransactionCode1="090203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="090204 PSTN Wireless Data Service - Wireless E-Mail Services" TaxVendorTransactionCode1="090204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100101 One-Way Paging - Activation/Deactivation Fee - Non-Recurring" TaxVendorTransactionCode1="100101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100102 One-Way Paging - Basic Service Charges - Recurring" TaxVendorTransactionCode1="100102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100103 One-Way Paging - Airtime/Usage Charges" TaxVendorTransactionCode1="100103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100104 One-Way Paging - Vertical Features - Activation/Deactivation Fee - Non-Recurring" TaxVendorTransactionCode1="100104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100105 One-Way Paging - Vertical Features - Service Charges - Recurring" TaxVendorTransactionCode1="100105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100106 One-Way Paging - Vertical Features - Usage" TaxVendorTransactionCode1="100106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100107 One-Way Paging - Basic Service Charges Attributable to Intrastate - Recurring" TaxVendorTransactionCode1="100107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100108 One-Way Paging - Basic Service Charges Attributable to Interstate - Recurring" TaxVendorTransactionCode1="100108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100109 One-Way Paging - Airtime/Usage - Place of Primary Use is a Service Address in the State" TaxVendorTransactionCode1="100109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100201 Two-Way Paging - Activation/Deactivation Charge - Non-recurring" TaxVendorTransactionCode1="100201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100202 Two -Way Paging - Basic Service Charges - Recurring" TaxVendorTransactionCode1="100202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100203 Two -Way Paging - Airtime/Usage Charges" TaxVendorTransactionCode1="100203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100204 Two -Way Paging - Vertical Features - Activation/Deactivation Fee - Non-Recurring" TaxVendorTransactionCode1="100204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100205 Two -Way Paging - Vertical Features - Service Charges - Recurring" TaxVendorTransactionCode1="100205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100206 Two -Way Paging - Vertical Features - Usage" TaxVendorTransactionCode1="100206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100207 Two -Way Paging - Basic Service Charges Attributable to Intrastate - Recurring" TaxVendorTransactionCode1="100207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100208 Two -Way Paging - Basic Service Charges Attributable to Interstate - Recurring" TaxVendorTransactionCode1="100208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="100209 Two -Way Paging - Airtime/Usage - Place of Primary Use is a Service Address in the State" TaxVendorTransactionCode1="100209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110101 Voice Mail Service - Activation/Deactivation Charge" TaxVendorTransactionCode1="110101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110102 Voice Mail Service - Basic Service Charge - Recurring" TaxVendorTransactionCode1="110102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110103 Voice Mail Service - Usage" TaxVendorTransactionCode1="110103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110201 Installation - Telecom - Labor Separately Stated On Invoice" TaxVendorTransactionCode1="110201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110202 Installation - Telecom - Labor - Lump Sum Bill with Equipment" TaxVendorTransactionCode1="110202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110301 Directory Assistance - Local Usage" TaxVendorTransactionCode1="110301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110302 Directory Assistance - Long Distance Usage" TaxVendorTransactionCode1="110302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110352 Directory Assistance - Long Distance Usage - Interstate / International" TaxVendorTransactionCode1="110352" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110401 Telecom Equipment Leasing - Used with a Local Service - Lease Term in Excess of 30 Days" TaxVendorTransactionCode1="110401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110402 Telecom Equipment Leasing - Not Used with a Local Service - Lease Term in Excess of 30 Days" TaxVendorTransactionCode1="110402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110403 Telecom Equipment Leasing - Used with Local Service and Private System - Lease Term in Excess of 30 Days" TaxVendorTransactionCode1="110403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110404 Non-Telecom Equipment - Lease Term in Excess of 30 Days" TaxVendorTransactionCode1="110404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110501 Conference Bridging - with Transmission - Intrastate" TaxVendorTransactionCode1="110501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110502 Conference Bridging - with Transmission - Interstate" TaxVendorTransactionCode1="110502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110503 Conference Bridging - Stand-Alone - Intrastate" TaxVendorTransactionCode1="110503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110504 Conference Bridging - Stand-Alone - Interstate" TaxVendorTransactionCode1="110504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110507 Conference Bridging - Stand-Alone - International" TaxVendorTransactionCode1="110507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110601 Unpublished/Unlisted Number Charge" TaxVendorTransactionCode1="110601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110602 Additional Directory Listing Charge" TaxVendorTransactionCode1="110602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110603 Detailed Billing / Invoice Fee" TaxVendorTransactionCode1="110603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110604 Customer Account Set-up Fee" TaxVendorTransactionCode1="110604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110605 Expedite / Rush Processing Fee" TaxVendorTransactionCode1="110605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110606 Termination Fee" TaxVendorTransactionCode1="110606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110607 Returned Check Fee" TaxVendorTransactionCode1="110607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110801 Payphone Access Line" TaxVendorTransactionCode1="110801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110508 Conference Bridging - Stand-Alone - Undetermined - Bridge Inside State" TaxVendorTransactionCode1="110508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="110509 Conference Bridging - Stand-Alone - Undetermined - Bridge Outside State" TaxVendorTransactionCode1="110509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="120101 FCC Fee - Subscriber Line Charge" TaxVendorTransactionCode1="120101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="120102 FCC Fee - PICC Fee - Long Distance Carrier Charge" TaxVendorTransactionCode1="120102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="120103 FCC Fee - Local Number Portability Charge" TaxVendorTransactionCode1="120103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140101 Cellular Ringtones Charge" TaxVendorTransactionCode1="140101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140102 Information Alerts Charge" TaxVendorTransactionCode1="140102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140103 Digitized Media Fee - Access Only" TaxVendorTransactionCode1="140103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140104 Digitized Media Fee - Downloads" TaxVendorTransactionCode1="140104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140105 Electronic Games Fee - Access Only" TaxVendorTransactionCode1="140105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140106 Electronic Games Fee - Downloads" TaxVendorTransactionCode1="140106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="140107 Text Messaging Charges" TaxVendorTransactionCode1="140107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150101 Wireline Prepaid Service - Phone Card - Denominated In Dollars" TaxVendorTransactionCode1="150101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150102 Wireline Prepaid Service - Authorization Code - Denominated In Dollars" TaxVendorTransactionCode1="150102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150103 Wireline Prepaid Service - Re-Charge - Denominated In Dollars" TaxVendorTransactionCode1="150103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150104 Wireline Prepaid Service - Usage" TaxVendorTransactionCode1="150104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150105 Wireline Prepaid Service - Monthly Service Charge (Recurring)" TaxVendorTransactionCode1="150105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150106 Wireline Prepaid Service - Initial Set Up Charge" TaxVendorTransactionCode1="150106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150107 Wireline Prepaid Service - Phone Card - Denominated In Minutes" TaxVendorTransactionCode1="150107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150108 Wireline Prepaid Service - Authorization Code - Denominated In Minutes" TaxVendorTransactionCode1="150108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150109 Wireline Prepaid Service - Recharge - Denominated In Minutes" TaxVendorTransactionCode1="150109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150201 Wireline Prepaid (Wholesale) - Sale Of Phone Card - Intrastate/Interstate" TaxVendorTransactionCode1="150201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150202 Wireline Prepaid (Wholesale) - Sale Of Phone Card - Amount Attributable To Intrastate - Intralata Usage" TaxVendorTransactionCode1="150202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150203 Wireline Prepaid (Wholesale) - Sale Of Phone Card - Amount Attributable To Intrastate - Interlata Usage" TaxVendorTransactionCode1="150203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150204 Wireline Prepaid (Wholesale) - Sale Of Phone Card - Amount Attributable To Interstate Usage" TaxVendorTransactionCode1="150204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150205 Wireline Prepaid (Wholesale) - Sale Of Phone Card - Amount Attributable To International Usage" TaxVendorTransactionCode1="150205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150301 Wireline Prepaid (Retail) - Sale Of Phone Card - Intrastate/Interstate" TaxVendorTransactionCode1="150301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150302 Wireline Prepaid (Retail) - Sale Of Phone Card - Amount Attributable To Intrastate - Intralata Usage" TaxVendorTransactionCode1="150302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150303 Wireline Prepaid (Retail) - Sale Of Phone Card - Amount Attributable To Intrastate - Interlata Usage" TaxVendorTransactionCode1="150303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150304 Wireline Prepaid (Retail) - Sale Of Phone Card - Amount Attributable To Interstate Usage" TaxVendorTransactionCode1="150304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="150305 Wireline Prepaid (Retail) - Sale Of Phone Card - Amount Attributable To International Usage" TaxVendorTransactionCode1="150305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="160101 Information Service - On-Line Information Services - Separately Stated" TaxVendorTransactionCode1="160101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="160102 Information Service - On-Line Information Services -Bundled with Equipment" TaxVendorTransactionCode1="160102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="160103 Information Service - Audio-Text Information Services" TaxVendorTransactionCode1="160103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180101 Monthly Basic Service Charges - Recurring" TaxVendorTransactionCode1="180101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180102 Monthly Premium Service Charges - Recurring" TaxVendorTransactionCode1="180102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180103 Pay-Per-View Programming - Non-Recurring" TaxVendorTransactionCode1="180103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180104 Rental Charges - Converter Boxes" TaxVendorTransactionCode1="180104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180105 Rental Charges - Remote Controls" TaxVendorTransactionCode1="180105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180106 Rental Charges - Descrambling Devices" TaxVendorTransactionCode1="180106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180107 Additional Premium Cable Outlets" TaxVendorTransactionCode1="180107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180108 Installation Charges" TaxVendorTransactionCode1="180108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="180109 Broadcast Advertising Revenue" TaxVendorTransactionCode1="180109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210311 On Site or Phone Support - Optional - Provided by Seller" TaxVendorTransactionCode1="210311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210101 Web Hosting" TaxVendorTransactionCode1="210101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210151 Software and Services - CAD" TaxVendorTransactionCode1="210151" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210102 Web Page Design" TaxVendorTransactionCode1="210102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210103 Web Page Design Done By Third Party - Placed on the Web by the Customer" TaxVendorTransactionCode1="210103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210112 Licensing of Canned Software" TaxVendorTransactionCode1="210112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210113 Licensing of Custom Software" TaxVendorTransactionCode1="210113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210114 Sale of Canned Software Via Download" TaxVendorTransactionCode1="210114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210116 Licensing of Canned Software Via Internet Download" TaxVendorTransactionCode1="210116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210117 Licensing of Custom Software Via Internet Download" TaxVendorTransactionCode1="210117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210119 Load and Leave Prewritten Software" TaxVendorTransactionCode1="210119" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210121 Canned Software License Delivered Electronically - Original Sale TPP" TaxVendorTransactionCode1="210121" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210201 Consulting Services Mandatory or in connection with Sale of TPP" TaxVendorTransactionCode1="210201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210202 Consulting Services not Sold In Connection with the Sale of TPP" TaxVendorTransactionCode1="210202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210301 On Site or Phone Support - Mandatory with Sale" TaxVendorTransactionCode1="210301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210302 On Site or Phone Support - By Third Party Not Connected with Sale" TaxVendorTransactionCode1="210302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210401 Canned Software - Mandatory Software Maintenance Contract-Upgrades via TPP" TaxVendorTransactionCode1="210401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210402 Canned Software - Mandatory Software Maintenance Contract-Upgrades via Load and Leave" TaxVendorTransactionCode1="210402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210403 Canned Software - Mandatory Software Maintenance Contract-Upgrades Provided Electronically" TaxVendorTransactionCode1="210403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210404 Canned Software - Optional Software Maintenance Contract-Upgrades via TPP" TaxVendorTransactionCode1="210404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210405 Canned Software - Optional Software Maintenance Contract-Upgrades via Load and Leave" TaxVendorTransactionCode1="210405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210406 Canned Software - Optional Software Maintenance Contract-Upgrades provided Electronically" TaxVendorTransactionCode1="210406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210407 Custom Software - Mandatory Software Maintenance Contract-Upgrades via TPP" TaxVendorTransactionCode1="210407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210408 Custom Software - Mandatory Software Maintenance Contract-Upgrades via Load and Leave" TaxVendorTransactionCode1="210408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210409 Custom Software - Mandatory Software Maintenance Contract-Upgrades Electronic" TaxVendorTransactionCode1="210409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210410 Custom Software - Optional Software Maintenance Contract-Upgrades via TPP" TaxVendorTransactionCode1="210410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210411 Custom Software - Optional Software Maintenance Contract-Upgrades via Load and Leave" TaxVendorTransactionCode1="210411" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210412 Custom Software - Optional Software Maintenance Contract-Upgrades Electronic" TaxVendorTransactionCode1="210412" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210501 Customize Canned Apps" TaxVendorTransactionCode1="210501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210502 Customize Canned Apps - Above Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Tangible Storage Media" TaxVendorTransactionCode1="210502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210503 Customize Canned Apps - Above Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Electronic Delivery" TaxVendorTransactionCode1="210503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210504 Customize Canned Apps - Above Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Load & Leave" TaxVendorTransactionCode1="210504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210505 Customize Canned Apps - Below Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Tangible Storage Media" TaxVendorTransactionCode1="210505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210506 Customize Canned Apps - Below Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Electronic Delivery" TaxVendorTransactionCode1="210506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210507 Customize Canned Apps - Below Threshold, In Connection with Sale and Analysis Of Cust. Requirements, Via Load & Leave" TaxVendorTransactionCode1="210507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210508 Customize Canned Apps - Performed By Third Party with Analysis Of Customer Requirements, Via Tangible Storage Media" TaxVendorTransactionCode1="210508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210509 Customize Canned Apps - Performed By Third Party with Analysis Of Customer Requirements, Via Electronic Delivery" TaxVendorTransactionCode1="210509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210510 Customize Canned Apps - Performed By Third Party with Analysis Of Customer Requirements, Via Load & Leave" TaxVendorTransactionCode1="210510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210601 Custom Applications - Via Tangible Storage Media" TaxVendorTransactionCode1="210601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210602 Custom Applications - Via Electronic Delivery" TaxVendorTransactionCode1="210602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210603 Custom Applications - Via Load and Leave" TaxVendorTransactionCode1="210603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210604 Custom Applications - Delivered or Hosted Remotely via SaaS" TaxVendorTransactionCode1="210604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210701 Installation of Canned Software, Mandatory In Connection With Sale Via Tangible Storage Media" TaxVendorTransactionCode1="210701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210702 Installation of Canned Software, Optional In Connection With Sale Via Tangible Storage Media" TaxVendorTransactionCode1="210702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210703 Installation of Canned Software In Connection With Sale Delivered Electronically" TaxVendorTransactionCode1="210703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210704 Installation of Canned Software, Mandatory In Connection With Sale Delivered Via Load And Leave" TaxVendorTransactionCode1="210704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210705 Installation of Canned Software, Optional In Connection With Sale Delivered Via Load And Leave" TaxVendorTransactionCode1="210705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210706 Installation of Canned Software Performed By Third Party Via Tangible Storage Media" TaxVendorTransactionCode1="210706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210707 Installation of Canned Software Performed By Third Party Delivered Electronically" TaxVendorTransactionCode1="210707" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210708 Installation of Canned Software Performed By Third Party Delivered Via Load And Leave" TaxVendorTransactionCode1="210708" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210801 Installation of Custom Application Software In Connection With Sale" TaxVendorTransactionCode1="210801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210802 Installation of Custom Application Software Performed By Third Party" TaxVendorTransactionCode1="210802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210803 Installation of Custom O/S Software In Connection With Sale" TaxVendorTransactionCode1="210803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210804 Installation of Custom O/S Software Performed By Third Party" TaxVendorTransactionCode1="210804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210122 Colocation" TaxVendorTransactionCode1="210122" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210161 Colocation - Power" TaxVendorTransactionCode1="210161" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210162 Colocation - Power Installation" TaxVendorTransactionCode1="210162" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210163 Colocation - Maintenance" TaxVendorTransactionCode1="210163" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210164 Colocation - Other" TaxVendorTransactionCode1="210164" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210165 Colocation - Space (Cages, Racks, Cabinets, Ladders)" TaxVendorTransactionCode1="210165" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210166 Colocation - Space Custom (Cages, Racks, Cabinets, Ladders)" TaxVendorTransactionCode1="210166" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210167 Colocation - Space (Roof Space and Conduits)" TaxVendorTransactionCode1="210167" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210262 Consulting Services - Application Management - not sold with TPP" TaxVendorTransactionCode1="210262" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210123 Canned Software for Enterprise Service or Business Use - Tangible Medium" TaxVendorTransactionCode1="210123" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210124 Canned Software for Enterprise Service or Business Use - Electronic Medium" TaxVendorTransactionCode1="210124" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210125 Canned Software for Enterprise Service or Business Use - Load and Leave" TaxVendorTransactionCode1="210125" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210304 Repair or Maintenance - Canned Software Provided via TPP" TaxVendorTransactionCode1="210304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210305 Repair or Maintenance - Canned Software Provided via Electronic Delivery" TaxVendorTransactionCode1="210305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210306 Repair or Maintenance - Canned Software Provided via Load and Leave" TaxVendorTransactionCode1="210306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210307 Repair or Maintenance - Custom Applications Software Provided via TPP" TaxVendorTransactionCode1="210307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210308 Repair or Maintenance - Custom Applications Software Provided Electronically or via Load and Leave" TaxVendorTransactionCode1="210308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210309 Repair or Maintenance - Custom Operating System Software Provided via TPP" TaxVendorTransactionCode1="210309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210310 Repair or Maintenance - Custom Operating System Software Provided Electronically or via Load and Leave" TaxVendorTransactionCode1="210310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210416 Canned Software/ Mandatory Maintenance For Business/ Enterprise Upgrades Via TPP" TaxVendorTransactionCode1="210416" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210417 Canned Software/ Mandatory Maintenance For Business/ Enterprise Upgrades Via Load-And-Leave" TaxVendorTransactionCode1="210417" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210418 Canned Software/ Mandatory Maintenance For Business/ Enterprise Upgrades Provided Electronically" TaxVendorTransactionCode1="210418" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210419 Canned Software/ Optional Maintenance For Business/ Enterprise Upgrades Via TPP" TaxVendorTransactionCode1="210419" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210420 Canned Software/ Optional Maintenance For Business/ Enterprise Upgrades Via Load-And-Leave" TaxVendorTransactionCode1="210420" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210421 Canned Software/ Optional Maintenance For Business/ Enterprise Upgrades Provided Electronically" TaxVendorTransactionCode1="210421" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="250101 Satellite Radio Service - Service Charges" TaxVendorTransactionCode1="250101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260101 Monthly Basic Service Charges (Recurring)" TaxVendorTransactionCode1="260101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260102 Monthly Premium Service Charges (Recurring)" TaxVendorTransactionCode1="260102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260103 Pay-Per-View Programming (Non-Recurring)" TaxVendorTransactionCode1="260103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260104 Rental Charges - Receivers" TaxVendorTransactionCode1="260104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260105 Rental Charges - Non-Essential Equipment" TaxVendorTransactionCode1="260105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260106 Broadcast Advertising Revenue" TaxVendorTransactionCode1="260106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260107 Additional Outlets Programming Fee" TaxVendorTransactionCode1="260107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="260108 Installation Charges" TaxVendorTransactionCode1="260108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310101 Data Processing" TaxVendorTransactionCode1="310101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310102 Online Information Services" TaxVendorTransactionCode1="310102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310103 ASP - Server in Customer State" TaxVendorTransactionCode1="310103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310105 Personalized Information Service" TaxVendorTransactionCode1="310105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310106 Emailed Information Service" TaxVendorTransactionCode1="310106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310201 Digital Audio Works and Books - Access Only" TaxVendorTransactionCode1="310201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310202 Digital Audio-Visual Works - Access Only" TaxVendorTransactionCode1="310202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310203 Digital Audio Works and Books - Download" TaxVendorTransactionCode1="310203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310204 Digital Audio-Visual Works - Download" TaxVendorTransactionCode1="310204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310205 Digital Books - Access Only" TaxVendorTransactionCode1="310205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310206 Digital Books - Download" TaxVendorTransactionCode1="310206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310104 ASP - Server Not in Customer State" TaxVendorTransactionCode1="310104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310107 ASP - Server Not in Customer State (remapped from 6030/007)" TaxVendorTransactionCode1="310107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310207 Digitial Audio Works - Less Than Permanent Right of Use" TaxVendorTransactionCode1="310207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310208 Digitial Audio-Visual Works - Less Than Permanent Right of Use" TaxVendorTransactionCode1="310208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310209 Digital Books - Less Than Permanent Right of Use" TaxVendorTransactionCode1="310209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="330101 Commercial Alarm Monitoring Service" TaxVendorTransactionCode1="330101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="350101 EDI - Data Transmission - Separately Stated" TaxVendorTransactionCode1="350101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="360101 Lease of Dark Fiber to a Reseller" TaxVendorTransactionCode1="360101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="360102 Lease of Dark Fiber to an End-User" TaxVendorTransactionCode1="360102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400101 Utilities/Electric - Default Equipment Charge" TaxVendorTransactionCode1="400101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400102 Utilities/Electric - Actual Energy" TaxVendorTransactionCode1="400102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400103 Utilities/Electric - Transportation/Distribution Charges" TaxVendorTransactionCode1="400103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400104 Utilities/Electric - Basic Service Charge" TaxVendorTransactionCode1="400104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400105 Utilities/Electric - Basic Service Charge - Usage Included" TaxVendorTransactionCode1="400105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400106 Utilities/Electric - Scheduling Fee" TaxVendorTransactionCode1="400106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400107 Utilities/Electric - Highpeak Demand Charge" TaxVendorTransactionCode1="400107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400201 Utilities/Natural Gas - Default Equipment Charge" TaxVendorTransactionCode1="400201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400202 Utilities/Natural Gas - Actual Energy" TaxVendorTransactionCode1="400202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400203 Utilities/Natural Gas - Transportation/Distribution Charges" TaxVendorTransactionCode1="400203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400204 Utilities/Natural Gas - Tariffed Rates for Baseline Rate Usage" TaxVendorTransactionCode1="400204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400205 Utilities/Natural Gas - Basic Service Charge" TaxVendorTransactionCode1="400205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400206 Utilities/Natural Gas - Basic Service Charge - Usage Included" TaxVendorTransactionCode1="400206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400301 Solar Energy - Solar Panel Lease" TaxVendorTransactionCode1="400301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400302 Solar Energy - Monthly Charge - Actual Energy" TaxVendorTransactionCode1="400302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400303 Solar Energy - Facility Purchase" TaxVendorTransactionCode1="400303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400401 Competitive Transition Charges" TaxVendorTransactionCode1="400401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400402 Other Transition Charges" TaxVendorTransactionCode1="400402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400403 Public Purpose Programs" TaxVendorTransactionCode1="400403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400404 Nuclear Decommissioning Fee" TaxVendorTransactionCode1="400404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400501 Utilities/Electric - Misc - Connection Fee" TaxVendorTransactionCode1="400501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400502 Utilities/Electric - Misc - Reconnection Fee" TaxVendorTransactionCode1="400502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400503 Utilities/Electric - Misc - Disconnection Fee" TaxVendorTransactionCode1="400503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400504 Utilities/Electric - Misc - Late Payment Fee" TaxVendorTransactionCode1="400504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400505 Utilities/Electric - Misc - Returned Check Charge" TaxVendorTransactionCode1="400505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400601 Utilities/Natural Gas - Misc - Connection Fee" TaxVendorTransactionCode1="400601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400602 Utilities/Natural Gas - Misc - Reconnection Fee" TaxVendorTransactionCode1="400602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400603 Utilities/Natural Gas - Misc - Disconnection Fee" TaxVendorTransactionCode1="400603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400604 Utilities/Natural Gas - Misc - Late Payment Fee" TaxVendorTransactionCode1="400604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="400605 Utilities/Natural Gas - Misc - Returned Check Charge" TaxVendorTransactionCode1="400605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910101 Late Payment Fee - Standard Invoice - Separately Stated Fee" TaxVendorTransactionCode1="910101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910102 Late Payment Fee - Standard Invoice - Fee Combined With The Base Charges" TaxVendorTransactionCode1="910102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910103 Late Payment Fee - Lease Agreement - Separately Stated Fee" TaxVendorTransactionCode1="910103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910104 Late Payment Fee - Lease Agreement - Fee Combined With The Base Charges" TaxVendorTransactionCode1="910104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910105 Late Payment Fee - Utility Service - Separately Stated Fee" TaxVendorTransactionCode1="910105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910106 Late Payment Fee - Utility Service - Fee Combined With The Base Charges" TaxVendorTransactionCode1="910106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920101 Maintenance Contracts - Optional Contract" TaxVendorTransactionCode1="920101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920102 Maintenance Contracts - Mandatory Contract Sold with Tangible Personal Property" TaxVendorTransactionCode1="920102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920103 Maintenance Contracts - Optional Labor Only Contract" TaxVendorTransactionCode1="920103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920104 Maintenance Contracts - Mandatory Labor-Only Contract Sold with Tangible Personal Property" TaxVendorTransactionCode1="920104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920106 Extended Warranty" TaxVendorTransactionCode1="920106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920107 Extended Warranty - Does not Include Parts" TaxVendorTransactionCode1="920107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920108 Optional Maintenance Contract Sold After the Purchase of TPP" TaxVendorTransactionCode1="920108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920109 Optional Labor - Only Maintenance Contract Sold After Purchase of TPP" TaxVendorTransactionCode1="920109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930101 Telecom - Labor Charges (Labor Only)" TaxVendorTransactionCode1="930101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930102 Telecom - Labor with Materials - Materials - Value Incidental - Lump Sum Bill" TaxVendorTransactionCode1="930102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930103 Telecom - Materials - Labor with Materials - Materials- Value non-Incidental - Lump sum Bill" TaxVendorTransactionCode1="930103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930104 Telecom - Materials - Labor With Materials - Materials- Value Non-Incidental - Materials Separately Stated" TaxVendorTransactionCode1="930104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930105 Telecom - Labor - Labor With Materials - Materials- Value Non-Incidental - Labor Separately Stated" TaxVendorTransactionCode1="930105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930106 Telecom - Materials - Labor With Materials - Materials- Value Incidental - Materials Separately Stated" TaxVendorTransactionCode1="930106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930107 Telecom - Labor - Labor With Materials - Materials- Value Incidental - Labor Separately Stated" TaxVendorTransactionCode1="930107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930201 TPP - Labor Only" TaxVendorTransactionCode1="930201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930202 TPP - Lump-sum Bill for Labor and Materials, Value of Materials is Significant" TaxVendorTransactionCode1="930202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930203 TPP - Lump-sum Bill for Labor and Materials, Value of Materials is Not Significant" TaxVendorTransactionCode1="930203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940101 Installation Services - Installation Service performed by Vendor-Charge Separately Stated on Invoice" TaxVendorTransactionCode1="940101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940102 Installation Services - Installation Service performed by Vendor-Charge Contracted Separately from Sale of TPP" TaxVendorTransactionCode1="940102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940103 Installation Services - Installation Service performed by 3rd Party as a Separate Service" TaxVendorTransactionCode1="940103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940104 Installation Services - Installation Vendor Sales and Install of New TPP to Real Property" TaxVendorTransactionCode1="940104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940105 Installation Services - Installation Customer Contracted Install of New TPP to Real Property" TaxVendorTransactionCode1="940105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940203 Computer Hardware Installation Service - Mandatory with Lease of TPP" TaxVendorTransactionCode1="940203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="940204 Computer Hardware Installation Service - Optional with Lease of TPP" TaxVendorTransactionCode1="940204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950101 Instruction - Mandatory with Sale" TaxVendorTransactionCode1="950101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950102 Instruction - By Third Party Not Connected with Sale" TaxVendorTransactionCode1="950102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950103 Instruction Material - Documents Delivered by TPP" TaxVendorTransactionCode1="950103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950104 Instruction Material - Documents Delivered by Electronically" TaxVendorTransactionCode1="950104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950105 Job Related Instruction - Mandatory or In Connection with Sale of TPP" TaxVendorTransactionCode1="950105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950106 Job Related Instruction - Optional or Separate from Sale of TPP" TaxVendorTransactionCode1="950106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950107 Programmatic Grading Charge - Separately Stated" TaxVendorTransactionCode1="950107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950108 Grading Charge - Not Computer Based - Separately Stated" TaxVendorTransactionCode1="950108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="950109 Instruction - Optional - Provided by Seller" TaxVendorTransactionCode1="950109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970101 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970102 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping & Handling - Charge Is Optional" TaxVendorTransactionCode1="970102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970103 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970104 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Optional" TaxVendorTransactionCode1="970104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970105 Intrastate - F.O.B. Origin-Charge Sep. Stated-Shipping Actual Cost-Charge Is Opt.& Vendor Acts As Agent Is Proven" TaxVendorTransactionCode1="970105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970106 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970107 Intrastate - F.O.B. Origin - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Optional" TaxVendorTransactionCode1="970107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970108 Intrastate - F.O.B. Destination - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970109 Intrastate - F.O.B. Destination - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970110 Intrastate - F.O.B. Destination - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970111 Intrastate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping & Handling - Charge Is Optional" TaxVendorTransactionCode1="970111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970112 Intrastate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping Actual Cost Only-Charge Is Optional" TaxVendorTransactionCode1="970112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970113 Intrastate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping Vendor Markup Added-Charge Is Optional" TaxVendorTransactionCode1="970113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970114 Intrastate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970115 Intrastate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970116 Intrastate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970201 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970202 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping & Handling - Charge Is Optional" TaxVendorTransactionCode1="970202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970203 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970204 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Optional" TaxVendorTransactionCode1="970204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970205 Interstate - F.O.B. Origin-Charge Sep. Stated-Shipping Actual Cost-Charge Is Opt.& Vendor Acts As Agent Is Proven" TaxVendorTransactionCode1="970205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970206 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970207 Interstate - F.O.B. Origin - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Optional" TaxVendorTransactionCode1="970207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970208 Interstate - F.O.B. Destination - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970209 Interstate - F.O.B. Destination - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970210 Interstate - F.O.B. Destination - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970211 Interstate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping & Handling - Charge Is Optional" TaxVendorTransactionCode1="970211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970212 Interstate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping Actual Cost Only-Charge Is Optional" TaxVendorTransactionCode1="970212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970213 Interstate - F.O.B. Dest./Purchasers Option-Charge Sep. Stated-Shipping Vendor Markup Added-Charge Is Optional" TaxVendorTransactionCode1="970213" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970214 Interstate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping & Handling - Charge Is Mandatory" TaxVendorTransactionCode1="970214" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970215 Interstate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping Actual Cost Only- Charge Is Mandatory" TaxVendorTransactionCode1="970215" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970216 Interstate - F.O.B. Purchasers Option - Charge Sep. Stated - Shipping Vendor Markup Added - Charge Is Mandatory" TaxVendorTransactionCode1="970216" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980401 Lease Contract - Business Use - Less than 30 Days - Inception" TaxVendorTransactionCode1="980401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980402 Lease Contract - Business Use - Less than 30 Days - Stream" TaxVendorTransactionCode1="980402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980403 Lease Contract - Business Use - 30 Days - Inception" TaxVendorTransactionCode1="980403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980404 Lease Contract - Business Use - 30 Days - Stream" TaxVendorTransactionCode1="980404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980405 Lease Contract - Business Use - 31 to 60 Days - Inception" TaxVendorTransactionCode1="980405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980406 Lease Contract - Business Use - 31 to 60 Days - Stream" TaxVendorTransactionCode1="980406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980407 Lease Contract - Business Use - 61 to 92 Days - Inception" TaxVendorTransactionCode1="980407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980408 Lease Contract - Business Use - 61 to 92 Days - Stream" TaxVendorTransactionCode1="980408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980409 Lease Contract - Business Use - 93 Days to 6 Months - Inception" TaxVendorTransactionCode1="980409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980410 Lease Contract - Business Use - 93 Days to 6 Months - Stream" TaxVendorTransactionCode1="980410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980411 Lease Contract - Business Use - Greater Than 6 Months - Inception" TaxVendorTransactionCode1="980411" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980412 Lease Contract - Business Use - Greater Than 6 Months - Stream" TaxVendorTransactionCode1="980412" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980413 Lease Contract - Business Use - Short Term Lease Less than 30 Days" TaxVendorTransactionCode1="980413" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980501 Deferred Payment Contract - Less than 30 Days - Inception" TaxVendorTransactionCode1="980501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980502 Deferred Payment Contract - Less than 30 Days - Stream" TaxVendorTransactionCode1="980502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980503 Deferred Payment Contract - 30 Days - Inception" TaxVendorTransactionCode1="980503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980504 Deferred Payment Contract - 30 Days - Stream" TaxVendorTransactionCode1="980504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980505 Deferred Payment Contract - 31 to 60 Days - Inception" TaxVendorTransactionCode1="980505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980506 Deferred Payment Contract - 31 to 60 Days - Stream" TaxVendorTransactionCode1="980506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980507 Deferred Payment Contract - 61 to 92 Days - Inception" TaxVendorTransactionCode1="980507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980508 Deferred Payment Contract - 61 to 92 Days - Stream" TaxVendorTransactionCode1="980508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980509 Deferred Payment Contract - 93 Days to 6 Months - Inception" TaxVendorTransactionCode1="980509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980510 Deferred Payment Contract - 93 Days to 6 Months - Stream" TaxVendorTransactionCode1="980510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980511 Deferred Payment Contract - Greater Than 6 Months - Inception" TaxVendorTransactionCode1="980511" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980512 Deferred Payment Contract - Greater Than 6 Months - Stream" TaxVendorTransactionCode1="980512" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="990101 General Sales" TaxVendorTransactionCode1="990101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="999999 Tax Exempt Products and Services" TaxVendorTransactionCode1="999999" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="990102 Consumers Use Tax" TaxVendorTransactionCode1="990102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600101 Food For Home Consumption" TaxVendorTransactionCode1="600101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600201 Marketed As Candy" TaxVendorTransactionCode1="600201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600202 Food Mixed or Covered With Candy Where Candy Is The Primary Product" TaxVendorTransactionCode1="600202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600203 Intended For Use In Cooking or Decorating" TaxVendorTransactionCode1="600203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600204 Gum - Chewing or Bubble" TaxVendorTransactionCode1="600204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600205 Cereal Bars" TaxVendorTransactionCode1="600205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600208 Candy-Coated Pretzels/Cookies/Wafers/Cereal Bars" TaxVendorTransactionCode1="600208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600209 Marshmallows" TaxVendorTransactionCode1="600209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600210 Nuts - Honey Roasted" TaxVendorTransactionCode1="600210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600212 Licorice/Candy Contains Flour" TaxVendorTransactionCode1="600212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600213 Fruit Snacks Fruit 1st Ingredient" TaxVendorTransactionCode1="600213" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600301 Coffee/Tea/Cocoa" TaxVendorTransactionCode1="600301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600302 Milk - Contains Primary Dairy Product or Ingredient Bases" TaxVendorTransactionCode1="600302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600305 Fruit Juice Contains 15% To Less Than 25% Juice By Volume" TaxVendorTransactionCode1="600305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600306 Fruit Juice Contains 25% To 50% Juice By Volume" TaxVendorTransactionCode1="600306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600307 Fruit Juice Contains Over 50% To Less Than 70% Juice By Volume" TaxVendorTransactionCode1="600307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600308 Fruit Juice Contains 70% To Less Than 100% Juice By Volume" TaxVendorTransactionCode1="600308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600309 Fruit Juice Contains 100% Juice By Volume" TaxVendorTransactionCode1="600309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600310 Drink Mix - Tang" TaxVendorTransactionCode1="600310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600311 Soft Drink" TaxVendorTransactionCode1="600311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600312 Soft Drink Mixes" TaxVendorTransactionCode1="600312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600313 Bottled Water" TaxVendorTransactionCode1="600313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600314 Mineral Water" TaxVendorTransactionCode1="600314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600315 Distilled Water" TaxVendorTransactionCode1="600315" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600316 Iced Tea (Liquid Sweetened)" TaxVendorTransactionCode1="600316" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600317 Iced Tea (Liquid Unsweetened)" TaxVendorTransactionCode1="600317" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600318 Iced Coffee" TaxVendorTransactionCode1="600318" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600319 Drink Mix Intended To Be Mixed With Milk" TaxVendorTransactionCode1="600319" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600322 Vegetable Juice Contains 15% To Less Than 25% Juice By Volume" TaxVendorTransactionCode1="600322" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600323 Vegetable Juice Contains 25% To 50% Juice By Volume" TaxVendorTransactionCode1="600323" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600324 Vegetable Juice Contains Over 50% To Less Than 70% Juice By Volume" TaxVendorTransactionCode1="600324" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600325 Vegetable Juice Contains 70% To Less Than 100% Juice By Volume" TaxVendorTransactionCode1="600325" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600326 Vegetable Juice Contains 100% Juice By Volume" TaxVendorTransactionCode1="600326" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600401 Sandwiches - Prepared By Outside Vendor" TaxVendorTransactionCode1="600401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600402 Sandwiches - Retailer/Self Service Preparation" TaxVendorTransactionCode1="600402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600403 Salad or Snack Bar - Prepared By Outside Vendor" TaxVendorTransactionCode1="600403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600404 Salad or Snack Bar - Retailer/Self Service Preparation" TaxVendorTransactionCode1="600404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600405 Other Foods - Prepared By Outside Vendor - Intended For Immediate Consumption" TaxVendorTransactionCode1="600405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600406 Other Foods - Prepared By Outside Vendor - Not For Immediate Consumption" TaxVendorTransactionCode1="600406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600407 Other Foods - Retailer/Self Service Preparation - Intended For Immediate Consumption" TaxVendorTransactionCode1="600407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600408 Other Foods - Retailer/Self Service Preparation - Not For Immediate Consumption" TaxVendorTransactionCode1="600408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600409 Food To Be Heated In Self Service Heating Facility" TaxVendorTransactionCode1="600409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600501 Vitamins & Minerals" TaxVendorTransactionCode1="600501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600503 Food Substitutes - Powder/Liquid" TaxVendorTransactionCode1="600503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600504 Food Substitutes - Bar" TaxVendorTransactionCode1="600504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600506 Edible Oil With Supplement Facts" TaxVendorTransactionCode1="600506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600507 Energy Drink With Supplement Facts" TaxVendorTransactionCode1="600507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600602 Ice Bag <= 10 Lbs" TaxVendorTransactionCode1="600602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600603 Food Coloring" TaxVendorTransactionCode1="600603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600604 Ice Bag >10 lbs" TaxVendorTransactionCode1="600604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600605 Ice Block" TaxVendorTransactionCode1="600605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600702 Flavor Ice" TaxVendorTransactionCode1="600702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600703 Other Snack Foods" TaxVendorTransactionCode1="600703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600801 Sweet Individual-Sized Portion Sold Individually - Prepared By Outside Vendor" TaxVendorTransactionCode1="600801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600802 Sweet Individual-Sized Portion Sold Individually - Prepared By Retailer" TaxVendorTransactionCode1="600802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600803 Sweet Individual-Sized Portions Sold In Quantities Of 2 - Prepared By Outside Vendor" TaxVendorTransactionCode1="600803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600804 Sweet Individual-Sized Portions Sold In Quantities Of 2 - Prepared By Retailer" TaxVendorTransactionCode1="600804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600805 Sweet Individual-Sized Portions Sold In Qty Of 3 or More But Less Than 6-Prepared By Outside Vendor" TaxVendorTransactionCode1="600805" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600806 Sweet Individual-Sized Portions Sold In Qty Of 3 or More But Less Than 6 - Prepared By Retailer" TaxVendorTransactionCode1="600806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600807 Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Outside Vendor" TaxVendorTransactionCode1="600807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600808 Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Retailer" TaxVendorTransactionCode1="600808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600809 Sweet Other Bakery Items - Prepared By Outside Vendor" TaxVendorTransactionCode1="600809" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600810 Sweet Other Bakery Items - Prepared By Retailer" TaxVendorTransactionCode1="600810" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600811 Non-Sweet Individual-Sized Portion Sold Individually - Prepared By Outside Vendor" TaxVendorTransactionCode1="600811" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600812 Non-Sweet Individual-Sized Portion Sold Individually - Prepared By Retailer" TaxVendorTransactionCode1="600812" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600813 Non-Sweet Individual-Sized Portions Sold In Quantities Of 2 - Prepared By Outside Vendor" TaxVendorTransactionCode1="600813" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600814 Non-Sweet Individual-Sized Portions Sold In Quantities Of 2 - Prepared By Retailer" TaxVendorTransactionCode1="600814" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600815 Non-Sweet Individual-Sized Portions Sold In Qty Of 3 or More But Less Than 6-Prep By Outside Vendor" TaxVendorTransactionCode1="600815" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600816 Non-Sweet Individual-Sized Portions Sold In Qty Of 3 or More But Less Than 6 - Prepared By Retailer" TaxVendorTransactionCode1="600816" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600817 Non-Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Outside Vendor" TaxVendorTransactionCode1="600817" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600818 Non-Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Retailer" TaxVendorTransactionCode1="600818" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600819 Non-Sweet Other Bakery Items - Prepared By Outside Vendor" TaxVendorTransactionCode1="600819" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600820 Non-Sweet Other Bakery Items - Prepared By Retailer" TaxVendorTransactionCode1="600820" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600901 Non-Food Producing Plants" TaxVendorTransactionCode1="600901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600902 Food-Producing Seeds" TaxVendorTransactionCode1="600902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600903 Food-Producing Annual Plants" TaxVendorTransactionCode1="600903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600904 Food-Producing Perennial Plants" TaxVendorTransactionCode1="600904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="600905 Non-Food Producing Seeds" TaxVendorTransactionCode1="600905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601001 Individual Cigarette (Weighing Not More Than 3 lbs Per 1000)" TaxVendorTransactionCode1="601001" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601002 Individual Cigarette (Weighing More Than 3 lbs Per 1000)" TaxVendorTransactionCode1="601002" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601003 Cigarettes- Pack Of 20" TaxVendorTransactionCode1="601003" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601004 Cigarettes- Carton" TaxVendorTransactionCode1="601004" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601005 Cigars- (Weighing Not More Than 3 lbs Per Thousand)" TaxVendorTransactionCode1="601005" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601006 Cigars- Other" TaxVendorTransactionCode1="601006" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601007 Smoking Tobacco" TaxVendorTransactionCode1="601007" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601008 Chewing Tobacco" TaxVendorTransactionCode1="601008" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601009 Snuff" TaxVendorTransactionCode1="601009" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601010 Cavendish/Plug/Twist" TaxVendorTransactionCode1="601010" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601011 Smokeless Tobacco" TaxVendorTransactionCode1="601011" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601012 Gummed Cigarette Papers" TaxVendorTransactionCode1="601012" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601101 Beer" TaxVendorTransactionCode1="601101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601102 Liquor" TaxVendorTransactionCode1="601102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601103 Wine" TaxVendorTransactionCode1="601103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601104 Cocktail Mixes" TaxVendorTransactionCode1="601104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601105 Beer or Malt Containing 3.2% Alcohol or Less" TaxVendorTransactionCode1="601105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601201 Products With A Medicinal Value" TaxVendorTransactionCode1="601201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601206 Eye Care Products" TaxVendorTransactionCode1="601206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601207 Contact Lens Solutions - Lubricating" TaxVendorTransactionCode1="601207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601208 Lozenges" TaxVendorTransactionCode1="601208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601209 Contact Lens Solutions - Cleansing" TaxVendorTransactionCode1="601209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601210 Bandages And Gauze-Non-Medicated" TaxVendorTransactionCode1="601210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601211 Bandages And Gauze-Medicated" TaxVendorTransactionCode1="601211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601301 Prepackaged In Containers Larger Than 1 Pint" TaxVendorTransactionCode1="601301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601302 Individual Ice Cream/Ices Sundries Sold In Packages Of 2 or More" TaxVendorTransactionCode1="601302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601303 Prepackaged In Pint Sized Container" TaxVendorTransactionCode1="601303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601304 Individual Ice Cream/Ices Sundries Sold Individually" TaxVendorTransactionCode1="601304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601401 Adult Diapers" TaxVendorTransactionCode1="601401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601402 Incontinence Products" TaxVendorTransactionCode1="601402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601403 Wipes" TaxVendorTransactionCode1="601403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601405 Toilet Tissue" TaxVendorTransactionCode1="601405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601406 Paper Towels/Paper Napkins/Facial Tissues" TaxVendorTransactionCode1="601406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601407 Paper Plates And Cups" TaxVendorTransactionCode1="601407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601408 Plastic Plates And Cups" TaxVendorTransactionCode1="601408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601409 Other Disposable Household Paper Products" TaxVendorTransactionCode1="601409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601410 Other Disposable Household Plastic Products" TaxVendorTransactionCode1="601410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601501 TPP + Candy => 50%; TPP => 50%" TaxVendorTransactionCode1="601501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601502 TPP + Candy => 50%; TPP < 50%" TaxVendorTransactionCode1="601502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601503 TPP + Candy > 25% But < 50%" TaxVendorTransactionCode1="601503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601504 TPP + Candy => 10% But <= 25%" TaxVendorTransactionCode1="601504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601601 Sunblock/Sunscreen" TaxVendorTransactionCode1="601601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601602 Charcoal" TaxVendorTransactionCode1="601602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601603 Shampoo- Medicated/Dandruff" TaxVendorTransactionCode1="601603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601604 Shampoo- Non-Medicated" TaxVendorTransactionCode1="601604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601605 Pet Food" TaxVendorTransactionCode1="601605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601606 Cotton Swabs" TaxVendorTransactionCode1="601606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601607 Nicotine Supplements/Nicotine Replacement Therapy-Patch/Inhaler" TaxVendorTransactionCode1="601607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601608 Nicotine Supplements/Nicotine Replacement Therapy-Gum/Lozenge" TaxVendorTransactionCode1="601608" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601609 Charcoal Lighter/Lighter Fluid" TaxVendorTransactionCode1="601609" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601610 Shoe Polish" TaxVendorTransactionCode1="601610" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601701 Baby Oil" TaxVendorTransactionCode1="601701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601702 Baby Lotion/Shampoo/Similar Items" TaxVendorTransactionCode1="601702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601703 Bottles/Nipples/Pacifiers/Teething Rings/Similar Items" TaxVendorTransactionCode1="601703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601704 Disposable Diapers" TaxVendorTransactionCode1="601704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601705 Baby Powder - Medicated" TaxVendorTransactionCode1="601705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601706 Baby Powder - Non-Medicated" TaxVendorTransactionCode1="601706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601801 Sanitary Napkins" TaxVendorTransactionCode1="601801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601802 Tampons" TaxVendorTransactionCode1="601802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601803 Sprays/Douches/Similar Items- Non-Medicated" TaxVendorTransactionCode1="601803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601804 Sprays/Douches/Similar Items- Medicated" TaxVendorTransactionCode1="601804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601903 Fruit or Vegetable Juice 15% or More But Less Than 25% By Volume" TaxVendorTransactionCode1="601903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601904 Fruit or Vegetable Juice 25% or More But Less Than 50% By Volume" TaxVendorTransactionCode1="601904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601905 Fruit or Vegetable Juice 50% or More But Less Than 70% By Volume" TaxVendorTransactionCode1="601905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601906 Fruit or Vegetable Juice 70% or More But Less Than 100% By Volume" TaxVendorTransactionCode1="601906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601907 Fruit or Vegetable Juice 100% By Volume With No Preservatives or Other Additives" TaxVendorTransactionCode1="601907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601908 Soft Drink" TaxVendorTransactionCode1="601908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601909 Nonalcoholic Beer And Wine" TaxVendorTransactionCode1="601909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601910 Water" TaxVendorTransactionCode1="601910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601911 Mineral Water" TaxVendorTransactionCode1="601911" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602001 Sandwiches - Prepared By Outside Vendor" TaxVendorTransactionCode1="602001" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602002 Sandwiches - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602002" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602003 Salad or Snack Bar - Prepared By Outside Vendor" TaxVendorTransactionCode1="602003" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602004 Salad or Snack Bar - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602004" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602005 Other Foods - Prepared By Outside Vendor" TaxVendorTransactionCode1="602005" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602006 Other Foods - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602006" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602007 Deli/Party Trays or Platters" TaxVendorTransactionCode1="602007" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602101 Sandwiches - Prepared By Outside Vendor" TaxVendorTransactionCode1="602101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602102 Sandwiches - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602103 Salad or Snack Bar - Prepared By Outside Vendor" TaxVendorTransactionCode1="602103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602104 Salad or Snack Bar - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602105 Other Foods - Prepared By Outside Vendor" TaxVendorTransactionCode1="602105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602106 Other Foods - Retailer/Self Service Preparation" TaxVendorTransactionCode1="602106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602201 Prescription Medication" TaxVendorTransactionCode1="602201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602301 Denture Adhesives" TaxVendorTransactionCode1="602301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602302 Denture Cleansers" TaxVendorTransactionCode1="602302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602303 Mouthwash-Medicated/Antiseptic" TaxVendorTransactionCode1="602303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602304 Mouthwash-Non-Medicated" TaxVendorTransactionCode1="602304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602305 Toothpaste-Medicated/Germicidal/Contains Fluoride" TaxVendorTransactionCode1="602305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602306 Toothpaste-Non Medicated" TaxVendorTransactionCode1="602306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602307 Fluoride Rinse" TaxVendorTransactionCode1="602307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602308 Dental Floss" TaxVendorTransactionCode1="602308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602309 Toothbrushes" TaxVendorTransactionCode1="602309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602310 Lip Balm-Medicinal" TaxVendorTransactionCode1="602310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602401 Nutrition/Energy Bar With No Candy" TaxVendorTransactionCode1="602401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602402 Nutrition/Energy Bar Contains Candy & Flour" TaxVendorTransactionCode1="602402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602403 Nutrition/Energy Bar Contains Candy But No Flour" TaxVendorTransactionCode1="602403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602404 Nutrition/Energy Bar With Candy Coating - Contains Flour" TaxVendorTransactionCode1="602404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="602405 Nutrition/Energy Bar With Candy Coating - Does Not Contain Flour" TaxVendorTransactionCode1="602405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610101 Prepared Food & Nonalcoholic Beverages" TaxVendorTransactionCode1="610101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610102 Food/Bev To Go Except Sweetened Nondairy Bev" TaxVendorTransactionCode1="610102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610201 Beer or Malt Containing 3.2% Alcohol or Less" TaxVendorTransactionCode1="610201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610202 Beer Containing More Than 3.2% Alcohol" TaxVendorTransactionCode1="610202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610203 Wine Other Than Table Wine" TaxVendorTransactionCode1="610203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610204 Table Wine" TaxVendorTransactionCode1="610204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610205 Liquor And Mixed Drinks" TaxVendorTransactionCode1="610205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610206 Setups" TaxVendorTransactionCode1="610206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610301 Gratuity-Voluntary" TaxVendorTransactionCode1="610301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610302 Gratuity-Mandatory: <=15% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610303 Gratuity-Mandatory: <=15% - Party Of More Than 10" TaxVendorTransactionCode1="610303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610304 Gratuity-Mandatory: >15-18% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610305 Gratuity-Mandatory: >15-18% - Party Of More Than 10" TaxVendorTransactionCode1="610305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610306 Gratuity-Mandatory: Portion > 18% <= 20% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610307 Gratuity-Mandatory: Portion > 18% <= 20% - Party Of More Than 10" TaxVendorTransactionCode1="610307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610308 Gratuity-Mandatory: >18-20% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610309 Gratuity-Mandatory: >18-20% - Party Of More Than 10" TaxVendorTransactionCode1="610309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610310 Gratuity-Mandatory: >20% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610311 Gratuity-Mandatory: >20% - Party Of More Than 10" TaxVendorTransactionCode1="610311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610312 Gratuity-Mandatory: Portion > 20% - Party Of 10 or Fewer" TaxVendorTransactionCode1="610312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610313 Gratuity-Mandatory: Portion > 20% - Party Of More Than 10" TaxVendorTransactionCode1="610313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610314 Mandatory Service Charge" TaxVendorTransactionCode1="610314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610401 Minimum Charge" TaxVendorTransactionCode1="610401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610402 Cover Charge - Watch/Listen/No Dance Floor" TaxVendorTransactionCode1="610402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610403 Cover Charge - Participate/Dance" TaxVendorTransactionCode1="610403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610404 Cover Charge When Reduced Drink Price In Effect" TaxVendorTransactionCode1="610404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610405 Banquet Room" TaxVendorTransactionCode1="610405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610406 Corkage" TaxVendorTransactionCode1="610406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610407 Coat Check" TaxVendorTransactionCode1="610407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610408 Valet Parking" TaxVendorTransactionCode1="610408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610409 Delivery" TaxVendorTransactionCode1="610409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610501 Prepared By Retailer - Sold By Wt/Vol - Intended To Be Eaten Unheated" TaxVendorTransactionCode1="610501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610502 Prepared By Retailer - Sold By Wt/Vol - Usually Reheated" TaxVendorTransactionCode1="610502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610503 Prepared By Retailer - Sold By Wt/Vol - Requires Cooking" TaxVendorTransactionCode1="610503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610504 Prepared By Retailer - Not Sold By Wt/Vol - Intended To Be Eaten Unheated" TaxVendorTransactionCode1="610504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610505 Prepared By Retailer - Not Sold By Wt/Vol - Usually Reheated" TaxVendorTransactionCode1="610505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610506 Prepared By Retailer - Not Sold By Wt/Vol - Requires Cooking" TaxVendorTransactionCode1="610506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610507 Prepared By Third Party - Packaged By Retailer" TaxVendorTransactionCode1="610507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610508 Prepared By Third Party - Packaged By Third Party" TaxVendorTransactionCode1="610508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610509 Salad Bar" TaxVendorTransactionCode1="610509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610510 Sliced By Retailer" TaxVendorTransactionCode1="610510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610511 Frozen - Other Than Sandwich - Prepared By Retailer - No Heating Device Available" TaxVendorTransactionCode1="610511" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610512 Frozen - Other Than Sandwich - Prepared By Third Party - No Heating Device Available" TaxVendorTransactionCode1="610512" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610513 Frozen - Other Than Sandwich - Prepared By Retailer - Heating Device Available" TaxVendorTransactionCode1="610513" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610514 Frozen - Other Than Sandwich - Prepared By Third Party - Heating Device Available" TaxVendorTransactionCode1="610514" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610515 Deli Platter - Prepared By Retailer" TaxVendorTransactionCode1="610515" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610516 Deli Platter - 3rd Party Food Prepared By Retailer" TaxVendorTransactionCode1="610516" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610517 Sushi Platter" TaxVendorTransactionCode1="610517" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610518 Frozen Sandwich - Prepared By Retailer - No Heating Device Available" TaxVendorTransactionCode1="610518" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610519 Frozen Sandwich - Prepared By Third Party - No Heating Device Available" TaxVendorTransactionCode1="610519" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610520 Frozen Sandwich - Prepared By Retailer - Heating Device Available" TaxVendorTransactionCode1="610520" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610521 Frozen Sandwich - Prepared By Third Party - Heating Device Available" TaxVendorTransactionCode1="610521" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610601 Soft Drink - 8 Oz or Less" TaxVendorTransactionCode1="610601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610602 Soft Drink - >8 - 16 Oz" TaxVendorTransactionCode1="610602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610603 Soft Drink - >16 - <26 Oz" TaxVendorTransactionCode1="610603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610604 Soft Drink - 26 - <32 Oz" TaxVendorTransactionCode1="610604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610605 Soft Drink - 32 Oz or More" TaxVendorTransactionCode1="610605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610606 Fruit Juice Under 25% - 8 Oz or Less" TaxVendorTransactionCode1="610606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610607 Fruit Juice Under 25% - >8 - 16 Oz" TaxVendorTransactionCode1="610607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610608 Fruit Juice Under 25% - >16 - <26 Oz" TaxVendorTransactionCode1="610608" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610609 Fruit Juice Under 25% - 26 - <32 Oz" TaxVendorTransactionCode1="610609" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610610 Fruit Juice Under 25% - 32 Oz or More" TaxVendorTransactionCode1="610610" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610611 Fruit Juice 25-50% - 8 Oz or Less" TaxVendorTransactionCode1="610611" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610612 Fruit Juice 25-50% - >8 - 16 Oz" TaxVendorTransactionCode1="610612" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610613 Fruit Juice 25-50% - >16 - <26 Oz" TaxVendorTransactionCode1="610613" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610614 Fruit Juice 25-50% - 26 - <32 Oz" TaxVendorTransactionCode1="610614" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610615 Fruit Juice 25-50% - 32 Oz or More" TaxVendorTransactionCode1="610615" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610616 Fruit Juice 50-70% - 8 Oz or Less" TaxVendorTransactionCode1="610616" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610617 Fruit Juice 50-70% - >8 - 16 Oz" TaxVendorTransactionCode1="610617" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610618 Fruit Juice 50-70% - >16 - <26 Oz" TaxVendorTransactionCode1="610618" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610619 Fruit Juice 50-70% - 26 - <32 Oz" TaxVendorTransactionCode1="610619" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610620 Fruit Juice 50-70% - 32 Oz or More" TaxVendorTransactionCode1="610620" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610621 Fruit Juice 70 To Less Than 100% - 8 Oz or Less" TaxVendorTransactionCode1="610621" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610622 Fruit Juice 70 To Less Than 100% - >8 - 16 Oz" TaxVendorTransactionCode1="610622" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610623 Fruit Juice 70 To Less Than 100% - >16 - <26 Oz" TaxVendorTransactionCode1="610623" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610624 Fruit Juice 70 To Less Than 100% - 26 - <32 Oz" TaxVendorTransactionCode1="610624" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610625 Fruit Juice 70 To Less Than 100% - 32 Oz or More" TaxVendorTransactionCode1="610625" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610626 100% Juice or Contains Milk Other Than Coffee - 8 Oz or Less" TaxVendorTransactionCode1="610626" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610627 100% Juice or Contains Milk Other Than Coffee - >8 - 16 Oz" TaxVendorTransactionCode1="610627" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610628 100% Juice or Contains Milk Other Than Coffee - >16 - <26 Oz" TaxVendorTransactionCode1="610628" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610629 100% Juice or Contains Milk Other Than Coffee - 26 - <32 Oz" TaxVendorTransactionCode1="610629" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610630 100% Juice or Contains Milk Other Than Coffee - 32 Oz or More" TaxVendorTransactionCode1="610630" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610631 Vegetable Juice Under 25% - 8 Oz or Less" TaxVendorTransactionCode1="610631" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610632 Vegetable Juice Under 25% - >8 - 16 Oz" TaxVendorTransactionCode1="610632" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610633 Vegetable Juice Under 25% - >16 - <26 Oz" TaxVendorTransactionCode1="610633" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610634 Vegetable Juice Under 25% - 26 - <32 Oz" TaxVendorTransactionCode1="610634" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610635 Vegetable Juice Under 25% - 32 Oz or More" TaxVendorTransactionCode1="610635" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610636 Vegetable Juice 25-50% - 8 Oz or Less" TaxVendorTransactionCode1="610636" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610637 Vegetable Juice 25-50% - >8 - 16 Oz" TaxVendorTransactionCode1="610637" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610638 Vegetable Juice 25-50% - >16 - <26 Oz" TaxVendorTransactionCode1="610638" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610639 Vegetable Juice 25-50% - 26 - <32 Oz" TaxVendorTransactionCode1="610639" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610640 Vegetable Juice 25-50% - 32 Oz or More" TaxVendorTransactionCode1="610640" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610641 Vegetable Juice 50 To Less Than 100% - 8 Oz or Less" TaxVendorTransactionCode1="610641" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610642 Vegetable Juice 50 To Less Than 100% - >8 - 16 Oz" TaxVendorTransactionCode1="610642" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610643 Vegetable Juice 50 To Less Than 100% - >16 - <26 Oz" TaxVendorTransactionCode1="610643" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610644 Vegetable Juice 50 To Less Than 100% - 26 - <32 Oz" TaxVendorTransactionCode1="610644" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610645 Vegetable Juice 50 To Less Than 100% - 32 Oz or More" TaxVendorTransactionCode1="610645" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610646 Sweetened Tea - 8 Oz or Less" TaxVendorTransactionCode1="610646" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610647 Sweetened Tea - >8 - 16 Oz" TaxVendorTransactionCode1="610647" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610648 Sweetened Tea - >16 - <26 Oz" TaxVendorTransactionCode1="610648" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610649 Sweetened Tea - 26 - <32 Oz" TaxVendorTransactionCode1="610649" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610650 Sweetened Tea - 32 Oz or More" TaxVendorTransactionCode1="610650" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610651 Unsweetened Tea - 8 Oz or Less" TaxVendorTransactionCode1="610651" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610652 Unsweetened Tea - >8 - 16 Oz" TaxVendorTransactionCode1="610652" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610653 Unsweetened Tea - >16 - <26 Oz" TaxVendorTransactionCode1="610653" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610654 Unsweetened Tea - 26 - <32 Oz" TaxVendorTransactionCode1="610654" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610655 Unsweetened Tea - 32 Oz or More" TaxVendorTransactionCode1="610655" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610656 Coffee - 8 Oz or Less" TaxVendorTransactionCode1="610656" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610657 Coffee - >8 - 16 Oz" TaxVendorTransactionCode1="610657" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610658 Coffee - >16 - <26 Oz" TaxVendorTransactionCode1="610658" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610659 Coffee - 26 - <32 Oz" TaxVendorTransactionCode1="610659" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610660 Coffee - 32 Oz or More" TaxVendorTransactionCode1="610660" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610661 Unsweetened Water - 8 Oz or Less" TaxVendorTransactionCode1="610661" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610662 Unsweetened Water - >8 - 16 Oz" TaxVendorTransactionCode1="610662" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610663 Unsweetened Water - >16 - <26 Oz" TaxVendorTransactionCode1="610663" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610664 Unsweetened Water - 26 - <32 Oz" TaxVendorTransactionCode1="610664" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610665 Unsweetened Water - 32 Oz or More" TaxVendorTransactionCode1="610665" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610666 Flavored Unsweetened Water - 8 Oz or Less" TaxVendorTransactionCode1="610666" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610667 Flavored Unsweetened Water - >8 - 16 Oz" TaxVendorTransactionCode1="610667" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610668 Flavored Unsweetened Water - >16 - <26 Oz" TaxVendorTransactionCode1="610668" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610669 Flavored Unsweetened Water - 26 - <32 Oz" TaxVendorTransactionCode1="610669" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610670 Flavored Unsweetened Water - 32 Oz or More" TaxVendorTransactionCode1="610670" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610701 Less Than 25% Juice or Sweetened Other Than Tea And W/O Milk - 8 Oz or Less" TaxVendorTransactionCode1="610701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610702 Less Than 25% Juice or Sweetened Other Than Tea And W/O Milk - >8 - 16 Oz" TaxVendorTransactionCode1="610702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610703 Less Than 25% Juice or Sweetened Other Than Tea And W/O Milk - >16 - <26 Oz" TaxVendorTransactionCode1="610703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610704 Less Than 25% Juice or Sweetened Other Than Tea And W/O Milk - 26 - <32 Oz" TaxVendorTransactionCode1="610704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610705 Less Than 25% Juice or Sweetened Other Than Tea And W/O Milk - 32 Oz or More" TaxVendorTransactionCode1="610705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610706 25-50% Juice - 8 Oz or Less" TaxVendorTransactionCode1="610706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610707 25-50% Juice - >8 - 16 Oz" TaxVendorTransactionCode1="610707" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610708 25-50% Juice - >16 - <26 Oz" TaxVendorTransactionCode1="610708" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610709 25-50% Juice - 26 - <32 Oz" TaxVendorTransactionCode1="610709" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610710 25-50% Juice - 32 Oz or More" TaxVendorTransactionCode1="610710" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610711 50 To Less Than 70% Juice - 8 Oz or Less" TaxVendorTransactionCode1="610711" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610712 50 To Less Than 70% Juice - >8 - 16 Oz" TaxVendorTransactionCode1="610712" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610713 50 To Less Than 70% Juice - >16 - <26 Oz" TaxVendorTransactionCode1="610713" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610714 50 To Less Than 70% Juice - 26 - <32 Oz" TaxVendorTransactionCode1="610714" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610715 50 To Less Than 70% Juice - 32 Oz or More" TaxVendorTransactionCode1="610715" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610716 70 To Less Than 100% Juice - 8 Oz or Less" TaxVendorTransactionCode1="610716" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610717 70 To Less Than 100% Juice - >8 - 16 Oz" TaxVendorTransactionCode1="610717" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610718 70 To Less Than 100% Juice - >16 - <26 Oz" TaxVendorTransactionCode1="610718" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610719 70 To Less Than 100% Juice - 26 - <32 Oz" TaxVendorTransactionCode1="610719" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610720 70 To Less Than 100% Juice - 32 Oz or More" TaxVendorTransactionCode1="610720" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610721 100% Juice - 8 Oz or Less" TaxVendorTransactionCode1="610721" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610722 100% Juice - >8 - 16 Oz" TaxVendorTransactionCode1="610722" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610723 100% Juice - >16 - <26 Oz" TaxVendorTransactionCode1="610723" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610724 100% Juice - 26 - <32 Oz" TaxVendorTransactionCode1="610724" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610725 100% Juice - 32 Oz or More" TaxVendorTransactionCode1="610725" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610726 Sweetened Tea - 8 Oz or Less" TaxVendorTransactionCode1="610726" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610727 Sweetened Tea - >8 - 16 Oz" TaxVendorTransactionCode1="610727" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610728 Sweetened Tea - >16 - <26 Oz" TaxVendorTransactionCode1="610728" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610729 Sweetened Tea - 26 - <32 Oz" TaxVendorTransactionCode1="610729" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610730 Sweetened Tea - 32 Oz or More" TaxVendorTransactionCode1="610730" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610731 Unsweetened Tea - 8 Oz or Less" TaxVendorTransactionCode1="610731" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610732 Unsweetened Tea - >8 - 16 Oz" TaxVendorTransactionCode1="610732" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610733 Unsweetened Tea - >16 - <26 Oz" TaxVendorTransactionCode1="610733" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610734 Unsweetened Tea - 26 - <32 Oz" TaxVendorTransactionCode1="610734" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610735 Unsweetened Tea - 32 Oz or More" TaxVendorTransactionCode1="610735" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610736 Contains Milk - 8 Oz or Less" TaxVendorTransactionCode1="610736" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610737 Contains Milk - >8 - 16 Oz" TaxVendorTransactionCode1="610737" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610738 Contains Milk - >16 - <26 Oz" TaxVendorTransactionCode1="610738" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610739 Contains Milk - 26 - <32 Oz" TaxVendorTransactionCode1="610739" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610740 Contains Milk - 32 Oz or More" TaxVendorTransactionCode1="610740" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610741 Unsweetened Water - 8 Oz or Less" TaxVendorTransactionCode1="610741" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610742 Unsweetened Water - >8 - 16 Oz" TaxVendorTransactionCode1="610742" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610743 Unsweetened Water - >16 - <26 Oz" TaxVendorTransactionCode1="610743" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610744 Unsweetened Water - 26 - <32 Oz" TaxVendorTransactionCode1="610744" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610745 Unsweetened Water - 32 Oz or More" TaxVendorTransactionCode1="610745" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610746 Near Beer - 8 Oz or Less" TaxVendorTransactionCode1="610746" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610747 Near Beer - >8 - 16 Oz" TaxVendorTransactionCode1="610747" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610748 Near Beer - >16 - <26 Oz" TaxVendorTransactionCode1="610748" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610749 Near Beer - 26 - <32 Oz" TaxVendorTransactionCode1="610749" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610750 Near Beer - 32 Oz or More" TaxVendorTransactionCode1="610750" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610751 Flavored Unsweetened Water - 8 Oz or Less" TaxVendorTransactionCode1="610751" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610752 Flavored Unsweetened Water - >8 - 16 Oz" TaxVendorTransactionCode1="610752" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610753 Flavored Unsweetened Water - >16 - <26 Oz" TaxVendorTransactionCode1="610753" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610754 Flavored Unsweetened Water - 26 - <32 Oz" TaxVendorTransactionCode1="610754" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610755 Flavored Unsweetened Water - 32 Oz or More" TaxVendorTransactionCode1="610755" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610806 Candy-Coated Popcorn - Prepackaged - Single Serving" TaxVendorTransactionCode1="610806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610807 Candy-Coated Popcorn - Prepackaged - 2 or 3 Servings" TaxVendorTransactionCode1="610807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610808 Candy-Coated Popcorn - Prepackaged - 4 Servings" TaxVendorTransactionCode1="610808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610809 Candy-Coated Popcorn - Prepackaged - 5 Servings" TaxVendorTransactionCode1="610809" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610810 Candy-Coated Popcorn - Prepackaged - 6 or More Servings" TaxVendorTransactionCode1="610810" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610811 Candy - Under 4 Servings" TaxVendorTransactionCode1="610811" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610812 Candy - 4 or More Servings" TaxVendorTransactionCode1="610812" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610813 Candy - Contains Flour - Under 4 Servings" TaxVendorTransactionCode1="610813" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610814 Candy - Contains Flour - 4 or More Servings" TaxVendorTransactionCode1="610814" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610815 Gum" TaxVendorTransactionCode1="610815" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610816 Snacks - Individual Serving" TaxVendorTransactionCode1="610816" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610817 Snacks - Package Of 2 or 3 Servings" TaxVendorTransactionCode1="610817" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610818 Snacks - Package Of 4 Servings" TaxVendorTransactionCode1="610818" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610819 Snacks - Package Of 5 Servings" TaxVendorTransactionCode1="610819" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610820 Snacks - Package Of 6 or More Servings" TaxVendorTransactionCode1="610820" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610821 Groceries - Under 4 Servings" TaxVendorTransactionCode1="610821" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610822 Groceries - 4 or More Servings" TaxVendorTransactionCode1="610822" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610901 Sweet Individual-Sized Portion Sold Individually-Prepared By Retailer" TaxVendorTransactionCode1="610901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610902 Sweet Individual-Sized Portions Sold In Quantities Of 2-Prepared By Retailer" TaxVendorTransactionCode1="610902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610903 Sweet Individual-Sized Portions Sold In Quantities Of 3 - Prepared By Retailer" TaxVendorTransactionCode1="610903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610904 Sweet Individual-Sized Portions Sold In Quantities Of 4 or 5 - Prepared By Retailer" TaxVendorTransactionCode1="610904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610905 Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Retailer" TaxVendorTransactionCode1="610905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610906 Sweet Individual-Sized Portion Sold Individually-Prepared By Third Party" TaxVendorTransactionCode1="610906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610907 Sweet Individual-Sized Portions Sold In Quantities Of 2-Prepared By Third Party" TaxVendorTransactionCode1="610907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610908 Sweet Individual-Sized Portions Sold In Quantities Of 3-Prepared By Third Party" TaxVendorTransactionCode1="610908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610909 Sweet Individual-Sized Portions Sold In Quantities Of 4 or 5-Prepared By Third Party" TaxVendorTransactionCode1="610909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610910 Sweet Individual-Sized Portions Sold In Quantities Of 6 or More-Prepared By Third Party" TaxVendorTransactionCode1="610910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610911 Sweet Other Bakery Items - Prepared By Third Party" TaxVendorTransactionCode1="610911" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610912 Sweet Other Bakery Items - Prepared By Retailer" TaxVendorTransactionCode1="610912" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610913 Sweet Retailer Prepared Baked Goods - 6 or More Servings - Sold With Utensils" TaxVendorTransactionCode1="610913" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610914 Sweet Retailer Prepared Baked Goods - 4 or 5 Servings - Sold With Utensils" TaxVendorTransactionCode1="610914" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610915 Sweet Retailer Prepared Baked Goods - 3 Servings - Sold With Utensils" TaxVendorTransactionCode1="610915" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610916 Sweet Retailer Prepared Baked Goods - 1 or 2 Servings - Sold With Utensils" TaxVendorTransactionCode1="610916" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610917 Non-Sweet Individual-Sized Portion Sold Individually-Prepared By Retailer" TaxVendorTransactionCode1="610917" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610918 Non-Sweet Individual-Sized Portions Sold In Quantities Of 2-Prepared By Retailer" TaxVendorTransactionCode1="610918" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610919 Non-Sweet Individual-Sized Portions Sold In Quantities Of 3 - Prepared By Retailer" TaxVendorTransactionCode1="610919" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610920 Non-Sweet Individual-Sized Portions Sold In Quantities Of 4 or 5 - Prepared By Retailer" TaxVendorTransactionCode1="610920" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610921 Non-Sweet Individual-Sized Portions Sold In Quantities Of 6 or More - Prepared By Retailer" TaxVendorTransactionCode1="610921" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610922 Non-Sweet Individual-Sized Portion Sold Individually-Prepared By Third Party" TaxVendorTransactionCode1="610922" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610923 Non-Sweet Individual-Sized Portions Sold In Quantities Of 2-Prepared By Third Party" TaxVendorTransactionCode1="610923" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610924 Non-Sweet Individual-Sized Portions Sold In Quantities Of 3-Prepared By Third Party" TaxVendorTransactionCode1="610924" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610925 Non-Sweet Individual-Sized Portions Sold In Quantities Of 4 or 5-Prepared By Third Party" TaxVendorTransactionCode1="610925" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610926 Non-Sweet Individual-Sized Portions Sold In Quantities Of 6 or More-Prepared By Third Party" TaxVendorTransactionCode1="610926" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610927 Non-Sweet Other Bakery Items - Prepared By Third Party" TaxVendorTransactionCode1="610927" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610928 Non-Sweet Other Bakery Items - Prepared By Retailer" TaxVendorTransactionCode1="610928" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610929 Non-Sweet Retailer Prepared Baked Goods - 6 or More Servings - Sold With Utensils" TaxVendorTransactionCode1="610929" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610930 Non-Sweet Retailer Prepared Baked Goods - 4 or 5 Servings - Sold With Utensils" TaxVendorTransactionCode1="610930" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610931 Non-Sweet Retailer Prepared Baked Goods - 3 Servings - Sold With Utensils" TaxVendorTransactionCode1="610931" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="610932 Non-Sweet Retailer Prepared Baked Goods - 1 or 2 Servings - Sold With Utensils" TaxVendorTransactionCode1="610932" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611001 Prepackaged Individual Ice Cream Sundries - Single Serving" TaxVendorTransactionCode1="611001" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611002 Prepackaged Individual Ice Cream Sundries - Package Of 2 or 3" TaxVendorTransactionCode1="611002" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611003 Prepackaged Individual Ice Cream Sundries - Package Of 4 or More" TaxVendorTransactionCode1="611003" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611004 Prepackaged Individual Ices - Single Serving" TaxVendorTransactionCode1="611004" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611005 Prepackaged Individual Ices - Package Of 2 or 3" TaxVendorTransactionCode1="611005" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611006 Prepackaged Individual Ices - Package Of 4 or More" TaxVendorTransactionCode1="611006" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611007 Prepackaged Half Pint To Less Than 1 Pint" TaxVendorTransactionCode1="611007" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611008 Prepackaged Pint To Less Than 1 Quart" TaxVendorTransactionCode1="611008" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611009 Prepackaged Quart or Larger" TaxVendorTransactionCode1="611009" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611010 Prepared By Third Party, Hand-Dipped, Half-Pint To Less Than 1 Pint" TaxVendorTransactionCode1="611010" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611011 Prepared By Third Party, Hand-Dipped, Pint To Less Than 1 Quart" TaxVendorTransactionCode1="611011" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611012 Prepared By Third Party, Hand-Dipped, Quart or Larger" TaxVendorTransactionCode1="611012" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611013 Prepared By Retailer, Hand-Dipped, Half-Pint To Less Than 1 Pint" TaxVendorTransactionCode1="611013" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611014 Prepared By Retailer, Hand-Dipped, Pint To Less Than 1 Quart" TaxVendorTransactionCode1="611014" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611015 Prepared By Retailer, Hand-Dipped, Quart or Larger" TaxVendorTransactionCode1="611015" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611101 Hot Food - No Beverage" TaxVendorTransactionCode1="611101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611102 Cold Sandwich - Retailer Prepared" TaxVendorTransactionCode1="611102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611103 Cold Sandwich - Third Party Prepared" TaxVendorTransactionCode1="611103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611104 Retailer Prepared Combination With Carbonated Sweetened Beverage With Milk or >50% Juice" TaxVendorTransactionCode1="611104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611105 Retailer Prepared Combination With Carbonated Sweetened Beverage With No Milk/<50% Juice" TaxVendorTransactionCode1="611105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611106 Retailer Prepared Combination With Carbonated Unsweetened Beverage" TaxVendorTransactionCode1="611106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611107 Retailer Prepared Combination With Noncarbonated Sweetened Beverage With Milk/>50% Juice" TaxVendorTransactionCode1="611107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611108 Retailer Prepared Combination With Noncarbonated Sweetened Beverage With No Milk/<50%Juice" TaxVendorTransactionCode1="611108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611109 Retailer Prepared Combination With Noncarbonated Unsweetened Beverage" TaxVendorTransactionCode1="611109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611110 Retailer Prepared Combination Without Beverage" TaxVendorTransactionCode1="611110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611111 Third Party Combination With Carbonated Sweetened Beverage With Milk or >50% Juice" TaxVendorTransactionCode1="611111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611112 Third Party Combination With Carbonated Sweetened Beverage With No Milk/<50% Juice" TaxVendorTransactionCode1="611112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611113 Third Party Combination With Carbonated Unsweetened Beverage" TaxVendorTransactionCode1="611113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611114 Third Party Combination With Noncarbonated Sweetened Beverage With Milk/>50% Juice" TaxVendorTransactionCode1="611114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611115 Third Party Combination With Noncarbonated Sweetened Beverage With No Milk/<50%Juice" TaxVendorTransactionCode1="611115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611116 Third Party Combination With Noncarbonated Unsweetened Beverage" TaxVendorTransactionCode1="611116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611117 Third Party Combination Without Beverage" TaxVendorTransactionCode1="611117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611118 Third Party Sandwich Combination With Carbonated Sweetened Beverage With Milk or >50% Juice" TaxVendorTransactionCode1="611118" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611119 Third Party Sandwich Combination With Carbonated Sweetened Beverage With No Milk/<50% Juice" TaxVendorTransactionCode1="611119" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611120 Third Party Sandwich Combination With Carbonated Unsweetened Beverage" TaxVendorTransactionCode1="611120" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611121 Third Party Sandwich Combination With Noncarbonated Sweetened Beverage With Milk or >50% Juice" TaxVendorTransactionCode1="611121" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611122 Third Party Sandwich Combination With Noncarbonated Sweetened Beverage With No Milk/<50%Juice" TaxVendorTransactionCode1="611122" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611123 Third Party Sandwich Combination With Noncarbonated Unsweetened Beverage" TaxVendorTransactionCode1="611123" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611124 Third Party Sandwich Combination Without Beverage" TaxVendorTransactionCode1="611124" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611125 Hot Combination Including Beverage - Unsweetened or With Milk/>50% Juice" TaxVendorTransactionCode1="611125" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611126 Hot Combination Including Sweetened Beverage With No Milk/<50% Juice" TaxVendorTransactionCode1="611126" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611127 Hot Drink/ Sweetened With No Milk/<50%Juice" TaxVendorTransactionCode1="611127" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611128 Hot Drink/ Unsweetened or Contains Milk/>50%Juice" TaxVendorTransactionCode1="611128" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611129 Fountain Drink/ Noncarbonated/ Sweetened With No Milk/<50%Juice" TaxVendorTransactionCode1="611129" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611130 Fountain Drink/ Noncarbonated/ Unsweetened or Contains Milk/>50%Juice" TaxVendorTransactionCode1="611130" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611131 Fountain Drink/ Carbonated/ Sweetened With No Milk/<50%Juice" TaxVendorTransactionCode1="611131" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611132 Fountain Drink/ Carbonated/ Unsweetened or Contains Milk/>50%Juice" TaxVendorTransactionCode1="611132" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611133 Hot Sandwich" TaxVendorTransactionCode1="611133" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611134 Hot Sandwich Combination Including Beverage - Unsweetened or With Milk or >50% Juice" TaxVendorTransactionCode1="611134" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611135 Hot Sandwich Combination Including Sweetened Beverage With No Milk or >50% Juice" TaxVendorTransactionCode1="611135" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611136 Hot Combination Including Dispensed Beverage - Unsweetened or With Milk or >50% Juice" TaxVendorTransactionCode1="611136" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611137 Hot Combination Including Dispensed Sweetened Beverage With No Milk or >50% Juice" TaxVendorTransactionCode1="611137" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611201 TPP + Candy => 50%; TPP => 50%" TaxVendorTransactionCode1="611201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611202 TPP + Candy => 50%; TPP < 50%" TaxVendorTransactionCode1="611202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611203 TPP + Candy > 25% But < 50%" TaxVendorTransactionCode1="611203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611204 TPP + Candy => 10% But <= 25%" TaxVendorTransactionCode1="611204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611301 Equipment That Processes Food" TaxVendorTransactionCode1="611301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611302 Equipment That Stores or Maintains Food" TaxVendorTransactionCode1="611302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611303 Hand Tools" TaxVendorTransactionCode1="611303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611304 Oven, Microwave, Stove, Grill, Griddle, Range, etc" TaxVendorTransactionCode1="611304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611305 Refrigerator, Cooler, Freezer - Food - Kitchen" TaxVendorTransactionCode1="611305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611306 Refrigerator - Display" TaxVendorTransactionCode1="611306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611307 Refrigerator - Alcohol And Soft Drinks" TaxVendorTransactionCode1="611307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611308 Stove/Grill/Fryer Hood - Exhaust" TaxVendorTransactionCode1="611308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611309 Stove/Grill/Fryer Hood - Fire Suppression" TaxVendorTransactionCode1="611309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611310 Work, Prep, Steam-Prep Table" TaxVendorTransactionCode1="611310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611311 Steam Table, Steam Pans, Salad Bar - Display" TaxVendorTransactionCode1="611311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611312 Dishwasher or Dish Sink" TaxVendorTransactionCode1="611312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611313 Hand or Mop Sink" TaxVendorTransactionCode1="611313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611314 Pots, Pans, Kettles, etc" TaxVendorTransactionCode1="611314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611315 Electric Appliances - Toasters, Mixers, Slicers, etc" TaxVendorTransactionCode1="611315" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611316 Racks And Shelves - Food Storage" TaxVendorTransactionCode1="611316" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611317 Racks And Shelves - Nonfood or Display" TaxVendorTransactionCode1="611317" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="611318 Proofer - Retarder" TaxVendorTransactionCode1="611318" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620101 General Clothing" TaxVendorTransactionCode1="620101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620102 Fur Clothing (Fur Represents More Than 50% Of The Garment's Value)" TaxVendorTransactionCode1="620102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620103 Formal Wear" TaxVendorTransactionCode1="620103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620104 Notions" TaxVendorTransactionCode1="620104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620105 Belt Buckles" TaxVendorTransactionCode1="620105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620106 Children's Costumes" TaxVendorTransactionCode1="620106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620107 Adult Costumes" TaxVendorTransactionCode1="620107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620108 Hair bows" TaxVendorTransactionCode1="620108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620109 Handkerchiefs" TaxVendorTransactionCode1="620109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620110 Synthetic Fur" TaxVendorTransactionCode1="620110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620111 Receiving Blankets" TaxVendorTransactionCode1="620111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620112 Crib Blankets" TaxVendorTransactionCode1="620112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620113 Childrens Clothing" TaxVendorTransactionCode1="620113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620201 Specialized Athletic Clothing" TaxVendorTransactionCode1="620201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620203 Athletic Uniforms" TaxVendorTransactionCode1="620203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620204 Batting Gloves/Golf Gloves" TaxVendorTransactionCode1="620204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620205 Cleated/Athletic Shoes" TaxVendorTransactionCode1="620205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620206 Bathing Caps" TaxVendorTransactionCode1="620206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620207 Bathing Suits" TaxVendorTransactionCode1="620207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620208 Ski Pants" TaxVendorTransactionCode1="620208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620209 Athletic Supporters" TaxVendorTransactionCode1="620209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620210 Tennis Clothing" TaxVendorTransactionCode1="620210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620211 Hunting Apparel- Blaze Orange/Reflecting" TaxVendorTransactionCode1="620211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620301 Safety Clothing/Equipment/Footwear" TaxVendorTransactionCode1="620301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620302 Protective Clothing-Designed To Protect Product Or Wearer's Clothes" TaxVendorTransactionCode1="620302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630101 Books" TaxVendorTransactionCode1="630101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630102 Bibles" TaxVendorTransactionCode1="630102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630201 Mandatory Insurance Fee Added To Invoice" TaxVendorTransactionCode1="630201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630202 Optional Insurance Fee Added To Invoice" TaxVendorTransactionCode1="630202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630301 Newspaper Newsstand Sales Daily" TaxVendorTransactionCode1="630301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630302 Newspaper Newsstand Sales Weekly" TaxVendorTransactionCode1="630302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630303 Newspaper Newsstand Sales Biweekly" TaxVendorTransactionCode1="630303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630304 Newspaper Newsstand Sales Monthly" TaxVendorTransactionCode1="630304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630305 Newspaper Prepaid Subscription Us Mail Daily" TaxVendorTransactionCode1="630305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630306 Newspaper Prepaid Subscription Us Mail Weekly" TaxVendorTransactionCode1="630306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630307 Newspaper Prepaid Subscription Us Mail Biweekly" TaxVendorTransactionCode1="630307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630308 Newspaper Prepaid Subscription Us Mail Monthly" TaxVendorTransactionCode1="630308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630309 Newspaper Prepaid Subscription Home Delivery Daily" TaxVendorTransactionCode1="630309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630310 Newspaper Prepaid Subscription Home Delivery Weekly" TaxVendorTransactionCode1="630310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630311 Newspaper Prepaid Subscription Home Delivery Biweekly" TaxVendorTransactionCode1="630311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630312 Newspaper Prepaid Subscription Home Delivery Monthly" TaxVendorTransactionCode1="630312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630313 Newspaper Vending Machine Sales Daily" TaxVendorTransactionCode1="630313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630314 Newspaper Vending Machine Sales Weekly" TaxVendorTransactionCode1="630314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630315 Newspaper Vending Machine Sales Biweekly" TaxVendorTransactionCode1="630315" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630316 Newspaper Vending Machine Sales Monthly" TaxVendorTransactionCode1="630316" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630317 Magazines Newsstand Sales" TaxVendorTransactionCode1="630317" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630318 Magazines Prepaid Subscription General Interest" TaxVendorTransactionCode1="630318" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630319 Magazines Prepaid Subscription Journals" TaxVendorTransactionCode1="630319" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630320 Periodical Delivered Electronically" TaxVendorTransactionCode1="630320" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630321 Newsletter - Tangible Print Format" TaxVendorTransactionCode1="630321" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630322 Newsletter - Qualifies As Second Class Mail" TaxVendorTransactionCode1="630322" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630323 Loose-leaf Subscription Service" TaxVendorTransactionCode1="630323" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="630324 Loose-leaf - Initial Sale With Binders" TaxVendorTransactionCode1="630324" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210901 Customize Canned O/S" TaxVendorTransactionCode1="210901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210902 Above Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Tangible Storage Media" TaxVendorTransactionCode1="210902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210903 Above Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Electronic Delivery" TaxVendorTransactionCode1="210903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210904 Above Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Load & Leave" TaxVendorTransactionCode1="210904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210905 Below Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Tangible Storage Media" TaxVendorTransactionCode1="210905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210906 Below Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Electronic Delivery" TaxVendorTransactionCode1="210906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210907 Below Threshold/ In Connection W/ Sale & Analysis Of Cust. Requirements/ Via Load & Leave" TaxVendorTransactionCode1="210907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210908 Performed By Third Party With Analysis Of Customer Requirements/ Via Tangible Storage Media" TaxVendorTransactionCode1="210908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210909 Performed By Third Party With Analysis Of Customer Requirements/ Via Electronic Delivery" TaxVendorTransactionCode1="210909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="210910 Performed By Third Party With Analysis Of Customer Requirements/ Via Load & Leave" TaxVendorTransactionCode1="210910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980601 Video And Gaming Rental" TaxVendorTransactionCode1="980601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980602 Rent To Own Less Than 30 Days" TaxVendorTransactionCode1="980602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980701 Garments Rented For Business Use" TaxVendorTransactionCode1="980701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980702 Garment Rental Stated Separately In An L&G Contract Of 30 Days Or More" TaxVendorTransactionCode1="980702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980801 Garment Supply Contract Of 30 Days Or More-Not Using Dry Cleaning Solvents" TaxVendorTransactionCode1="980801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980802 Other Textile Supply Contract Of 30 Days Or More-Not Using Dry Cleaning Solvents" TaxVendorTransactionCode1="980802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980901 Garment Rental Stated Separately In An L&G Contract Of 30 Days Or More" TaxVendorTransactionCode1="980901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980902 Other Textile Rental Stated Separately In An L&G Contract Of Less Than 30 Days" TaxVendorTransactionCode1="980902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="980903 Other Textile Rental Stated Separately In An L&G Contract Of 30 Days Or More" TaxVendorTransactionCode1="980903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960101 General Services - Default" TaxVendorTransactionCode1="960101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960102 Cleaning Services - Janitorial" TaxVendorTransactionCode1="960102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960103 Listed Services" TaxVendorTransactionCode1="960103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960201 Transportation Service - Intrastate" TaxVendorTransactionCode1="960201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960202 Transportation Service - Interstate" TaxVendorTransactionCode1="960202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960203 Courier Services" TaxVendorTransactionCode1="960203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960204 Armored Car Service" TaxVendorTransactionCode1="960204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960301 Professional Services-Relating To Health" TaxVendorTransactionCode1="960301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960302 Professional Services-Other" TaxVendorTransactionCode1="960302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960303 Laundry Service" TaxVendorTransactionCode1="960303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960304 Dry Cleaning Service" TaxVendorTransactionCode1="960304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960305 Personal Services" TaxVendorTransactionCode1="960305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960306 Temporary Staffing - Work On Site" TaxVendorTransactionCode1="960306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960307 Temporary Staffing - Work Done Remotely" TaxVendorTransactionCode1="960307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960308 Alterations - New Clothing" TaxVendorTransactionCode1="960308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960309 Alterations-Repairs - Used Clothing" TaxVendorTransactionCode1="960309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960310 Shoe Repair Service" TaxVendorTransactionCode1="960310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960401 Lawn Care Service" TaxVendorTransactionCode1="960401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960402 Snow Removal Service" TaxVendorTransactionCode1="960402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700101 Incorporated In Final Product" TaxVendorTransactionCode1="700101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700102 Consumed In Production But Not Incorporated" TaxVendorTransactionCode1="700102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700203 Mfg Mixed Usage More Than 50% Portion Used In Mfg" TaxVendorTransactionCode1="700203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700204 Mfg Mixed Usage More Than 50% Portion Not Used In Mfg" TaxVendorTransactionCode1="700204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700205 Mfg Mixed Usage Between 1/3 And 1/2 Portion Used In Mfg" TaxVendorTransactionCode1="700205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700206 Mfg Mixed Usage Between 1/3 And 1/2 Portion Not Used In Mfg" TaxVendorTransactionCode1="700206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700207 Mfg Mixed Usage Below 1/3 Portion Used In Mfg" TaxVendorTransactionCode1="700207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700208 Mfg Mixed Usage Below 1/3 Portion Not Used In Mfg" TaxVendorTransactionCode1="700208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700209 Mfg Exclusive Usage" TaxVendorTransactionCode1="700209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="700210 Default Machinery" TaxVendorTransactionCode1="700210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="890101 Radio And Television" TaxVendorTransactionCode1="890101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="890102 Print Newspapers And Magazines" TaxVendorTransactionCode1="890102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="890103 Internet Web Page" TaxVendorTransactionCode1="890103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="890104 Outdoor Advertising" TaxVendorTransactionCode1="890104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="890105 Indoor-Outdoor Place Displays" TaxVendorTransactionCode1="890105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880101 Photo Studio/ Sale Of Original Photographs On TPP" TaxVendorTransactionCode1="880101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880102 Photo Studio/ Sale Of Reproduced Photographs On TPP" TaxVendorTransactionCode1="880102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880103 Photo Studio/ Rendering Proofs To Customer" TaxVendorTransactionCode1="880103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880104 Photo Studio/ Sale Of Photographs Delivered Electronically" TaxVendorTransactionCode1="880104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880105 Photo Studio/ Photo Finishing Services On Customer Owned TPP" TaxVendorTransactionCode1="880105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880106 Photo Studio/ Model Sitting Fee. No TPP" TaxVendorTransactionCode1="880106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="880107 Retail Photographic Negative Development" TaxVendorTransactionCode1="880107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="870101 Medical Device - With Prescription" TaxVendorTransactionCode1="870101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="870102 Medical Device - Without Prescription" TaxVendorTransactionCode1="870102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900101 Reading Glasses" TaxVendorTransactionCode1="900101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900102 Therapeutic Hot & Cold, Disposable" TaxVendorTransactionCode1="900102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900103 Therapeutic Hot & Cold, Reusable" TaxVendorTransactionCode1="900103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900104 Braces & Supports, Elastic" TaxVendorTransactionCode1="900104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900105 Braces & Supports, Non-Elastic" TaxVendorTransactionCode1="900105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900201 Car Seat" TaxVendorTransactionCode1="900201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900202 Us Flag- Regulation Size" TaxVendorTransactionCode1="900202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900203 Us Flag- Regulation Size- Sold As A Unit With Kit/Accessories- Value Of Flag Is = Or > 50%" TaxVendorTransactionCode1="900203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900204 Us Flag- Regulation Size- Sold As A Unit With Kit/Accessories- Value Of Flag Is < 50%" TaxVendorTransactionCode1="900204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900205 Us Flag- Non Regulation Size" TaxVendorTransactionCode1="900205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900206 Us Flag- Non Regulation Size- Sold As A Unit With Kit/Accessories- Value Of Flag Is = Or > 50%" TaxVendorTransactionCode1="900206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900207 Us Flag- Non Regulation Size- Sold As A Unit With Kit/Accessories- Value Of Flag Is < 50%" TaxVendorTransactionCode1="900207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900208 Former Us Flag" TaxVendorTransactionCode1="900208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900209 Former Us Flag- Sold As A Unit With Kit/Accessories" TaxVendorTransactionCode1="900209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900210 Pow/Mia Flag" TaxVendorTransactionCode1="900210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900211 Pow/Mia Flag- Sold As A Unit With Kit/Accessories- Value Of Flag Is = Or > 50%" TaxVendorTransactionCode1="900211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900212 Pow/Mia Flag- Sold As A Unit With Kit/Accessories- Value Of Flag Is < 50%" TaxVendorTransactionCode1="900212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900301 Self-Storage - Warehouse Space" TaxVendorTransactionCode1="900301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="900302 Self-Storage - Vehicle Storage" TaxVendorTransactionCode1="900302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910201 Filing Fee - Hard Copy" TaxVendorTransactionCode1="910201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910202 Filing Fee - By Fax" TaxVendorTransactionCode1="910202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910203 Filing Fee - Electronic Delivery" TaxVendorTransactionCode1="910203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910204 Printing Fee" TaxVendorTransactionCode1="910204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910205 Restocking Fee" TaxVendorTransactionCode1="910205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910206 Check Fee" TaxVendorTransactionCode1="910206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970301 FREIGHT-FROM SUPPLIER TO VENDOR - FREIGHT IN" TaxVendorTransactionCode1="970301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970401 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970402 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970403 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970404 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970405 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970406 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970407 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970408 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970409 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970410 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970411 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970411" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970412 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970412" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970413 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970413" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970414 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970414" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970415 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970415" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970416 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970416" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970501 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970502 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970503 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970504 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970505 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970506 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970507 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970508 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970509 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970510 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970511 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970511" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970512 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970512" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970513 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970513" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970514 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970514" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970515 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970515" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970516 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970516" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970601 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970602 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970603 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970604 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970605 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970606 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970607 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970608 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970608" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970609 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970609" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970610 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970610" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970611 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970611" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970612 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970612" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970613 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970613" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970614 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970614" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970615 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970615" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970616 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970616" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970701 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970702 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970703 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970704 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970705 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970706 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970707 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970707" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970708 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970708" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970709 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970709" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970710 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970710" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970711 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970711" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970712 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970712" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970713 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970713" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970714 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970714" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970715 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970715" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970716 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970716" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970801 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970802 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970803 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970804 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970805 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970805" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970806 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970807 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970808 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970809 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970809" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970810 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970810" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970811 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970811" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970812 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970812" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970813 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970813" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970814 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970814" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970815 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970815" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970816 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970816" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970901 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970902 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970903 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970904 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970905 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="970905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970906 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970907 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970908 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970909 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970910 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970911 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970911" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970912 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970912" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970913 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="970913" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970914 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970914" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970915 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="970915" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="970916 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="970916" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971001 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971001" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971002 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971002" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971003 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971003" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971004 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971004" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971005 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="971005" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971006 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971006" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971007 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971007" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971008 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971008" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971009 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971009" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971010 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971010" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971011 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971011" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971012 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971012" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971013 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971013" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971014 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971014" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971015 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971015" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971016 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971016" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971101 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971102 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971103 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971104 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971105 F.O.B. ORIGIN-CHARGE SEP. STATED-SHIPPING ACTUAL COST-CHARGE IS OPT.& VENDOR ACTS AS AGENT IS PROVEN" TaxVendorTransactionCode1="971105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971106 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971107 F.O.B. ORIGIN - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971108 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971109 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971110 F.O.B. DESTINATION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971111 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING & HANDLING - CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971112 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING ACTUAL COST ONLY-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971113 F.O.B. DEST./PURCHASERS OPTION-CHARGE SEP. STATED-SHIPPING VENDOR MARKUP ADDED-CHARGE IS OPTIONAL" TaxVendorTransactionCode1="971113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971114 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING & HANDLING - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971115 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING ACTUAL COST ONLY- CHARGE IS MANDATORY" TaxVendorTransactionCode1="971115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971116 F.O.B. PURCHASERS OPTION - CHARGE SEP. STATED - SHIPPING VENDOR MARKUP ADDED - CHARGE IS MANDATORY" TaxVendorTransactionCode1="971116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971201 US To Canada - FOB Origin" TaxVendorTransactionCode1="971201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971202 US To Canada - FOB Destination" TaxVendorTransactionCode1="971202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971301 Handling Charge Separately Stated" TaxVendorTransactionCode1="971301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971302 Uncancelled Postage Sold In Conjunction With Sale Of Taxable TPP Or Services" TaxVendorTransactionCode1="971302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971303 Uncancelled Postage Sold In Conjunction With Sale Of Nontaxable TPP Or Services" TaxVendorTransactionCode1="971303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971304 Cancelled Postage Sold In Conjunction With Sale Of Taxable TPP Or Services" TaxVendorTransactionCode1="971304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="971305 Cancelled Postage Sold In Conjunction With Sale Of Nontaxable TPP Or Services" TaxVendorTransactionCode1="971305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050217 Non-Interconnected VoIP - Usage Based Charges (Undetermined) - Nomadic VoIP Service" TaxVendorTransactionCode1="050217" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050157 Usage-Based Charges - Fixed VOIP Service - Intrastate" TaxVendorTransactionCode1="050157" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="999998 Tax Exempt - Not Mapped" TaxVendorTransactionCode1="999998" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010209 800 Number Service - Intrastate/Interstate (Undetermined)" TaxVendorTransactionCode1="010209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="730101 Prime Contracting - Time and Materials - Labor" TaxVendorTransactionCode1="730101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="730102 Prime Contracting - Time and Materials - Materials" TaxVendorTransactionCode1="730102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="730201 Subcontracting - Sub Time and Materials - Labor" TaxVendorTransactionCode1="730201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="730202 Subcontracting - Sub Time and Materials - Materials" TaxVendorTransactionCode1="730202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930301 Parts Used Under Mandatory Warranty" TaxVendorTransactionCode1="930301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930302 Parts Used Under Optional/Extended Warranty" TaxVendorTransactionCode1="930302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930303 Parts Used Under Mandatory Maintenance Contract" TaxVendorTransactionCode1="930303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930304 Parts Used Under Optional Maintenance Contract" TaxVendorTransactionCode1="930304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930305 Parts Used in Lump Sum Repair - Insignificant Value" TaxVendorTransactionCode1="930305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="930306 Parts Used in Lump Sum Repair - Significant Value" TaxVendorTransactionCode1="930306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910207 Discount Club Membership Fee" TaxVendorTransactionCode1="910207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="998999 Non-Taxable Products and Services" TaxVendorTransactionCode1="998999" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720102 COMML-NEW-PRIME-LUMP SUM" TaxVendorTransactionCode1="720102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720101 COMML-NEW-PRIME-T&M" TaxVendorTransactionCode1="720101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720103 COMML-NEW-SUB-LUMP SUM" TaxVendorTransactionCode1="720103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720104 COMML-NEW-SUB-T&M" TaxVendorTransactionCode1="720104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720105 COMML-REMODEL-PRIME-LUMP SUM" TaxVendorTransactionCode1="720105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720106 COMML-REMODEL-PRIME-T&M" TaxVendorTransactionCode1="720106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720107 COMML-REMODEL-SUB-LUMP SUM" TaxVendorTransactionCode1="720107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720108 COMML-REMODEL-SUB-T&M" TaxVendorTransactionCode1="720108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720109 COMML-REPAIR-PRIME-LUMP SUM" TaxVendorTransactionCode1="720109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720110 COMML-REPAIR-PRIME-T&M" TaxVendorTransactionCode1="720110" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720111 COMML-REPAIR-SUB-LUMP SUM" TaxVendorTransactionCode1="720111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720112 COMML-REPAIR-SUB-T&M" TaxVendorTransactionCode1="720112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720113 RESID-NEW-PRIME-LUMP SUM" TaxVendorTransactionCode1="720113" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720114 RESID-NEW-PRIME-T&M" TaxVendorTransactionCode1="720114" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720115 RESID-NEW-SUB-LUMP SUM" TaxVendorTransactionCode1="720115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720116 RESID-NEW-SUB-T&M" TaxVendorTransactionCode1="720116" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720117 RESID-REMODEL-PRIME-LUMP SUM" TaxVendorTransactionCode1="720117" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720118 RESID-REMODEL-PRIME-T&M" TaxVendorTransactionCode1="720118" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720119 RESID-REMODEL-SUB-LUMP SUM" TaxVendorTransactionCode1="720119" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720120 RESID-REMODEL-SUB-T&M" TaxVendorTransactionCode1="720120" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720121 RESID-REPAIR-PRIME-LUMP SUM" TaxVendorTransactionCode1="720121" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720122 RESID-REPAIR-PRIME-T&M" TaxVendorTransactionCode1="720122" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720123 RESID-REPAIR-SUB-LUMP SUM" TaxVendorTransactionCode1="720123" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720124 RESID-REPAIR-SUB-T&M" TaxVendorTransactionCode1="720124" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720201 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720202 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="720202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720203 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="720203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720204 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="720204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720205 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720206 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="720206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720207 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="720207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720208 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="720208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720209 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="720209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720301 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720302 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="720302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720303 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="720303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720304 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="720304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720305 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720306 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="720306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720307 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="720307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720308 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="720308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720309 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="720309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720401 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720402 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720403 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720404 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720405 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720406 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720407 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720408 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720409 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720410 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720411 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720411" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720412 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720412" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720413 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720413" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720414 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720414" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720415 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720415" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720416 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720416" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720417 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720417" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720418 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720418" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720419 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720419" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720420 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720420" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720421 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720421" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720422 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720422" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720501 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720502 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720503 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720504 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720505 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720506 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720507 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720508 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720509 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720510 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720511 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720511" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720512 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720512" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720513 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720513" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720514 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720514" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720515 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720515" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720516 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720516" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720517 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720517" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720518 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720518" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720519 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720519" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720520 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720520" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720521 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720521" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720522 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720522" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720601 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="720601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720602 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="720602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720603 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720604 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="720604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720605 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="720605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720606 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="720606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720607 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720608 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="720608" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720609 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="720609" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720701 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="720701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720702 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="720702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720703 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720704 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="720704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720705 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="720705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720706 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="720706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720707 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="720707" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720708 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="720708" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720709 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="720709" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720801 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720802 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720803 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720804 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720805 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720805" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720806 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720807 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720808 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720809 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720809" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720810 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720810" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720811 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720811" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720812 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720812" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720813 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720813" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720814 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720814" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720815 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720815" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720816 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720816" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720817 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720817" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720818 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720818" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720819 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720819" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720820 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720820" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720821 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720821" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720822 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720822" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720901 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720902 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720903 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720904 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720905 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720906 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720907 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720908 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720909 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720910 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="720910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720911 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="720911" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720912 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="720912" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720913 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="720913" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720914 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="720914" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720915 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="720915" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720916 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="720916" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720917 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="720917" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720918 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="720918" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720919 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720919" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720920 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720920" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720921 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720921" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="720922 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="720922" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721001 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="721001" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721002 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="721002" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721003 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721003" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721004 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="721004" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721005 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="721005" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721006 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="721006" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721007 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721007" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721008 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="721008" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721009 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="721009" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721101 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="721101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721102 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="721102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721103 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721104 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="721104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721105 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="721105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721106 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="721106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721107 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721108 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="721108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721109 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="721109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721201 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721201" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721202 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721202" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721203 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721203" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721204 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721204" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721205 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721205" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721206 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721206" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721207 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721207" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721208 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721208" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721209 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721209" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721210 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721211 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721211" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721212 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721212" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721213 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721213" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721214 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721214" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721215 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721215" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721216 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721216" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721217 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721217" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721218 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721218" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721219 BILL TO PRIM FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721219" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721220 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721220" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721221 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721221" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721222 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721222" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721301 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721302 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721303 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721304 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721305 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721306 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721307 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721307" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721308 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721308" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721309 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721309" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721310 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721310" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721311 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721312 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721313 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721314 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721315 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721315" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721316 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721316" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721317 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721317" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721318 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721318" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721319 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721319" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721320 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721320" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721321 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721321" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721322 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721322" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721401 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="721401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721402 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="721402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721403 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721404 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="721404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721405 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="721405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721406 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="721406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721407 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721408 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="721408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721409 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="721409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721501 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721501" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721502 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721502" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721503 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721503" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721504 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721504" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721505 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721505" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721506 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721506" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721507 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721507" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721508 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721508" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721509 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721509" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721510 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721510" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721511 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721511" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721512 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721512" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721513 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721513" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721514 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721514" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721515 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721515" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721516 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721516" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721517 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721517" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721518 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721518" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721519 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721519" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721520 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721520" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721521 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721521" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721522 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721522" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721601 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="721601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721602 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="721602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721603 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721604 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="721604" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721605 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="721605" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721606 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="721606" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721607 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721607" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721608 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="721608" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721609 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="721609" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721701 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721701" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721702 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721702" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721703 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721703" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721704 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721704" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721705 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721705" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721706 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721706" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721707 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721707" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721708 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721708" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721709 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721709" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721710 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721710" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721711 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721711" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721712 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721712" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721713 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721713" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721714 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721714" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721715 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721715" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721716 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721716" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721717 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721717" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721718 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721718" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721719 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721719" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721720 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721720" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721721 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721721" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721722 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721722" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721801 LUMP SUM - PORTION FOR LABOR PROVIDED" TaxVendorTransactionCode1="721801" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721802 LUMP SUM - PORTION FOR REBILLED LABOR" TaxVendorTransactionCode1="721802" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721803 LUMP SUM - PORTION FOR MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721803" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721804 LUMP SUM - PORTION FOR REBILLED MATERIALS" TaxVendorTransactionCode1="721804" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721805 TIME & MATERIALS - LABOR PROVIDED" TaxVendorTransactionCode1="721805" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721806 TIME & MATERIALS - LABOR REBILLED FROM SUB" TaxVendorTransactionCode1="721806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721807 TIME & MATERIALS - MATERIALS USED BY CONTRACTOR" TaxVendorTransactionCode1="721807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721808 TIME & MATERIALS - MATERIALS REBILLED FROM SUB" TaxVendorTransactionCode1="721808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721809 LUMP SUM - UNAPPORTIONED" TaxVendorTransactionCode1="721809" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721901 BILL TO PRIME FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721901" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721902 BILL TO PRIME FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721902" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721903 BILL TO PRIME FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721903" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721904 BILL TO PRIME FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721904" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721905 BILL TO PRIME FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721905" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721906 BILL TO PRIME FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721906" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721907 BILL TO PRIME FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721907" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721908 BILL TO PRIME FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721908" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721909 BILL TO PRIME - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721909" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721910 BILL TO SUB FOR LABOR PROVIDED-LUMP SUM" TaxVendorTransactionCode1="721910" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721911 BILL TO SUB FOR LABOR REBILLED-LUMP SUM" TaxVendorTransactionCode1="721911" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721912 BILL TO SUB FOR MATERIALS USED-LUMP SUM" TaxVendorTransactionCode1="721912" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721913 BILL TO SUB FOR MATERIALS REBILLED-LUMP SUM" TaxVendorTransactionCode1="721913" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721914 BILL TO SUB FOR LABOR PROVIDED-T&M" TaxVendorTransactionCode1="721914" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721915 BILL TO SUB FOR LABOR REBILLED-T&M" TaxVendorTransactionCode1="721915" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721916 BILL TO SUB FOR MATERIALS USED-T&M" TaxVendorTransactionCode1="721916" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721917 BILL TO SUB FOR MATERIALS REBILLED-T&M" TaxVendorTransactionCode1="721917" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721918 BILL TO SUB - UNAPPORTIONED - LUMP SUM" TaxVendorTransactionCode1="721918" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721919 BILL TO PRIME FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721919" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721920 BILL TO PRIME FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721920" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721921 BILL TO SUB FOR MATERIALS USED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721921" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="721922 BILL TO SUB FOR MATERIALS REBILLED-T&M DOWNSTREAM T&M" TaxVendorTransactionCode1="721922" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="270101 INTERNET PROTOCOL TV SERVICE" TaxVendorTransactionCode1="270101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920111 Extended Warranty Sold After the Purchase of TPP" TaxVendorTransactionCode1="920111" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="920112 Extended Warranty - Does Not Include Parts - Sold After the Purchase of TPP" TaxVendorTransactionCode1="920112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050305 Non-interconnected VoIP - Usage Based Charges - Undetermined" TaxVendorTransactionCode1="050305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="050306 Non-interconnected VoIP - Activation/Deactivation Charges" TaxVendorTransactionCode1="050306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601805 Menstrual Cups" TaxVendorTransactionCode1="601805" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601806 Condoms, Non-Medicated" TaxVendorTransactionCode1="601806" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601807 Condoms, Medicated" TaxVendorTransactionCode1="601807" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="601808 Family Planning, Medicated" TaxVendorTransactionCode1="601808" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310108 Infrastructure as a Service" TaxVendorTransactionCode1="310108" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="310109 Platform as a Service" TaxVendorTransactionCode1="310109" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="620115 Cloth Diapers" TaxVendorTransactionCode1="620115" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770101 Machinery and Equipment" TaxVendorTransactionCode1="770101" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770102 Supplies" TaxVendorTransactionCode1="770102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770103 Computers" TaxVendorTransactionCode1="770103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770104 Canned Software" TaxVendorTransactionCode1="770104" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770105 Canned Software Delivered Electronically" TaxVendorTransactionCode1="770105" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770106 Custom Software Delivered via TPP" TaxVendorTransactionCode1="770106" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="770107 Custom Software Delivered Electronically" TaxVendorTransactionCode1="770107" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910301 White Goods" TaxVendorTransactionCode1="910301" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910302 US Video Display>4 But <15 Inches" TaxVendorTransactionCode1="910302" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910303 US Video Display>15 But <35 Inches" TaxVendorTransactionCode1="910303" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910304 US Video Display>35 Inches" TaxVendorTransactionCode1="910304" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910305 Canada Video Display <= 29 Inches" TaxVendorTransactionCode1="910305" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910306 Canada Video Display >= 30 Inches But <=45 Inches" TaxVendorTransactionCode1="910306" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910311 Desktop Computer" TaxVendorTransactionCode1="910311" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910312 Laptop Computer" TaxVendorTransactionCode1="910312" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910313 Printer" TaxVendorTransactionCode1="910313" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910314 Peripheral" TaxVendorTransactionCode1="910314" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910315 Personal Audio Video" TaxVendorTransactionCode1="910315" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910316 Home Audio Video" TaxVendorTransactionCode1="910316" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910317 Home Theater" TaxVendorTransactionCode1="910317" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910318 NonCellular Phone" TaxVendorTransactionCode1="910318" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910319 Vehicle Audio" TaxVendorTransactionCode1="910319" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910320 Floor Standing Printer-Copier" TaxVendorTransactionCode1="910320" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910321 Cellular Phone or Pager" TaxVendorTransactionCode1="910321" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910322 E-Toys" TaxVendorTransactionCode1="910322" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910323 Countertop Microwave <1.0 Cu Ft" TaxVendorTransactionCode1="910323" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910324 Countertop Microwave =>1.0 Cu Ft" TaxVendorTransactionCode1="910324" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910325 Canada Video Display >=46 Inches" TaxVendorTransactionCode1="910325" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910326 Mattress" TaxVendorTransactionCode1="910326" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="910327 Checkout Bag" TaxVendorTransactionCode1="910327" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="211601 Via Tangible Storage Media" TaxVendorTransactionCode1="211601" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="211602 Via Electronic Delivery" TaxVendorTransactionCode1="211602" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="211603 Via Load & Leave" TaxVendorTransactionCode1="211603" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010112 WATS - Interstate - Originates in the State and Billed to a Service Address in the State" TaxVendorTransactionCode1="010112" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010210 800 Number Service - Intrastate/Interstate - Undetermined - Usage-Based Charge" TaxVendorTransactionCode1="010210" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982401 Lease Contract - Personal Use - Less than 30 Days - Inception" TaxVendorTransactionCode1="982401" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982402 Lease Contract - Personal Use - Less than 30 Days - Stream" TaxVendorTransactionCode1="982402" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982403 Lease Contract - Personal Use - 30 Days - Inception" TaxVendorTransactionCode1="982403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982404 Lease Contract - Personal Use - 30 Days - Stream" TaxVendorTransactionCode1="982404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982405 Lease Contract - Personal Use - 31 to 60 Days - Inception" TaxVendorTransactionCode1="982405" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982406 Lease Contract - Personal Use - 31 to 60 Days - Stream" TaxVendorTransactionCode1="982406" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982407 Lease Contract - Personal Use - 61 to 92 Days - Inception" TaxVendorTransactionCode1="982407" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982408 Lease Contract - Personal Use - 61 to 92 Days - Stream" TaxVendorTransactionCode1="982408" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982409 Lease Contract - Personal Use - 93 Days to 6 Months - Inception" TaxVendorTransactionCode1="982409" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982410 Lease Contract - Personal Use - 93 Days to 6 Months - Stream" TaxVendorTransactionCode1="982410" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982411 Lease Contract - Personal Use - Greater Than 6 Months - Inception" TaxVendorTransactionCode1="982411" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982412 Lease Contract - Personal Use - Greater Than 6 Months - Stream" TaxVendorTransactionCode1="982412" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="982413 Lease Contract - Personal Use - Short Term Lease Less than 30 Days" TaxVendorTransactionCode1="982413" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010158 WATS - Intrastate" TaxVendorTransactionCode1="010158" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="010159 WATS - Interstate - Terminates in the State and Billed to a Service Address in the State" TaxVendorTransactionCode1="010159" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960403 Pest Control" TaxVendorTransactionCode1="960403" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="960404 Waste Removal" TaxVendorTransactionCode1="960404" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="270102 STREAMING VIDEO - ON DEMAND" TaxVendorTransactionCode1="270102" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="270103 STREAMING VIDEO MONTHLY CHARGE BASIC SERVICE" TaxVendorTransactionCode1="270103" TaxVendorTransactionCode2=""/> <TaxType Owner="Logisense Corporation" Name="270104 STREAMING VIDEO MONTHLY CHARGE PREMIUM SERVICE" TaxVendorTransactionCode1="270104" TaxVendorTransactionCode2=""/> <TaxType/> </Import>
6. Configure the TaxCode to Default
7. Delete all the TaxCodes for the Owner or change existing so it is set to Default and the TaxVendor is SureTax
8. Add Service Tax Category to a Service
9. Server Configuration of Live or Test dataTo enter in the live account data or test data do the following:
a. Click on Setup tab
b. Click Servers
c. Click on 'SureTax' server
d. Define the three profile answers:
i. Client Number
ii. ValidationKey
iii. URL (Testing URL: https://testapi.taxrating.net/Services/V01/SureTax.asmx )
iv. LIVE URL: https://api.taxrating.net/Services/V01/SureTax.asmx
e. Finally, do an IISRest to be sure the configuration is read
f. Also restart service that will tax such as Billing, Event Manager, RatingThe server config should look
similar to below:
10. Ensure Billing Contact's are setup with addresses
Tax Log Reporting
The tax log in the database can be used to reconcile or trouble shoot applied taxes. A custom report can be made using the below VIEW create query to return results from the tax log in a custom report format.
CREATE VIEW [dbo].[CR_SureTax_TaxLog] AS SELECT u.Name AS [User], u.ID AS UserID, tl.ID, tl.Name, tl.PCode, tl.PCodeTax, tl.Amount, tl.AmountExemption, tl.AmountProcessed, tl.CreatedDate, tl.Date, tl.Rate, tl.Type, tl.[Level], tl.TransactionType, tl.ServiceType, tl.UserID AS Expr1, tl.StatementDetailsID, tl.UDRID, tl.TypeName, tl.CategoryDescription, tl.Description, tl.UDRBillerID, tl.OriginatingIdentifier, tl.TerminatingIdentifier, tl.Incorporated, tl.BusinessUser, tl.TerminationType, tl.Reverse, tl.ReferenceID, tl.UniquenessIdentifier, tl.TaxableMeasure, tl.BatchIdentifier, tl.Billable FROM dbo.TaxLog AS tl WITH (nolock) INNER JOIN dbo.[User] AS u WITH (nolock) ON u.ID = tl.UserID WHERE (tl.CreatedDate >= '8-Jun-2017') GO
Reconciling Suretax Granular report to Taxlog:
To reconcile Suretax and Taxlog - you must first export the 'granular' report from the suretax interface. This has the 'TransID' which relates to the 'ReferenceID' in the taxlog.
NOTE: Any reversed or voided transactions will be in the taxlog as positive and then negative (reversing) records. When exported from Suretax, these transactions will not be in the dataset as they zero out.
Steps (example for March data from Suretax):
Go to Suretax Taxlog Report
Filter by 3/1 to 3/31, and set dropdown as month (this groups the report per image
Remove check marks on all columns except for Amount, AmountExemption,AmountProcessed and Created Date
Click update
Log into Suretax web interface, export the 'Granular' report from the reports menu for March
Open this in Excel and compare the totals at the bottom of the report to the 'Amount' returned in the EngageIP Taxlog custom report
Testing
If you are using one of SureTax's test servers (i.e. testapi), then the you will need to enable TestMode (see below), if you are testing in a production environment you should not enable TestMode.
Enabling TestMode sets the month to a value of -1 overriding EngageIP's default behavior of posting to the current month/year. This avoids problems with the EngageIP posting date being mismatched with the SureTax test server date. Instructions on enabling TestMode can be found below.
Warning: TestMode should never be used to apply taxes to production data (or more simply, TestMode should only be used in your test environment never in your production environment)
Enabling TestMode:
Access your EngageIP test environment
Load the Setup tab and under the Communication Services heading click on Server Types
Click on the SureTax server type and once the edit page loads scroll down to the Components heading at the bottom click the Add button
Select Profile Question
On the Add Profile Question page enter:
the Name as TestMode
set type 'Select from List with options 'True,False' (this enforces a boolean value when entered)
Restart IIS and the EngageIp Billing Service for TestMode to take effect (note: this must also be done when disabling TestMode)
That will set the Month to a value of -1, and allow you to apply taxes regardless of the date set in the test environment. At this point you can add a UserPackage or Transaction and the tax should be shown:
UDR / CDR Taxing
To turn on UDR and CDR level taxing using AvaTax, execute the following SQL:
1 | INSERT INTO EngageIPOption (Name,VALUE) VALUES ('CDRLevelTax','true') |
If this setting is not present, it effectively means that its OFF or FALSE.
If this setting is false the system will calculate tax and insert it into the statementdetailstax table and use that for invoice presentation. Tax will be calculated based on the Service Tax Category of the service which is stamped on the Telecom Usage transaction.
If the setting is true EngageIP will use the tax found (previously calculated during rating) in the UDRBillerTax table. It will sum up the UDRBillerTax value and then stamp that as the statementdetailsTaxID on the associated statementdetail record.
If this setting does not exist the system will use the TaxTypeID on the UDRBiller table. The TaxTypeID is set by the rating service, this is found by looking at the service where the rateplan exists on the User that is associated and uses the Service Tax Category from that service.
The UDRBiller.TaxTypeID comes from the ServiceAttributeTaxType of that User’s UserService listed in UUIH or UserserviceAttributeUDRBucket(USAUB). Depending on the rules set in your specific UUIH script that might be the Userservice related to the RatePlan OR the Userservice where the DID/UUIH.Identifier was located, and those could be different….If the UserID has multiple valid entries in UUIH each UUIH.Userservice’s TaxTypeID will have a UDRBiller for it.
UDRBillers are also created for USAUBs and reflect their Userservice-ServiceAttributeTaxType.
Note: UDRBillerTax and StatementdetailsTax may both contain information, however only one is referenced based on the CDRLevelTax configuration described above
UDRBiller Taxing Requirements (not UDR level taxing)
If you are taxing simply at the statementdetails / transactions level and not using the UDRLevelTax flag as mentioned above, there are some key items to configure:
UDRBillers will need taxcodeID populated for historical data
Services will all need Service Attribute Tax Code component added with the Suretax taxcode selected (usually 'Default'). This will be the config that allows UDRBiller.create events to associate the taxcodeID for new udrbillers going forward
You will need a custom Suretax taxvendor script - existing one for statementdetails level taxing relies on 'serviceid' in the statementdetails record which does not exist in UDR deployments and so returns zero taxes. The custom script will tell sure tax that IF the transaction detail starts with 'Telecom Usage', to look up the taxtype to be relayed to Suretax from the udrbiller table taxtype.
Suretax Tax Vendor code in this case:
Troubleshooting
If the system is not calculating tax, ensure that you have reset IIS, and restarted all services
If you add a new owner or partner, make sure to restart IIS and services to be sure the system starts taxing according to configuration
ReferenceID in the taxlog matches the 'Trans ID' in Suretax reports at the granular level
To see transactions, use Granular report option (needs to be turned on by Suretax if its not in the dropdown for reports available). The granular report gets you the referenceID that you can link to taxlog / associate. If you are using 'TEST' mode on servers on setup tab, that sets the period date back one month so if you added transaction dated in April, run report for March (one month prior) to see the data
Reversed or voided transactions will exist in taxlog per referenceID but the granular report excludes these reversed transactions. Taxlog has positive and negative items for the same referenceID
CreatedDate in taxlog is the date used in the granular report to group items by