User Tools

Site Tools


dynamiczip:troubleshooting:issues:zero_rate_county_overrides

This is an old revision of the document!


Zero Rate County Overrides

This issue affects DynamicZip Build 73 and prior. This issue is limited to zero rate county overrides.

The ZIPsales Database uses overrides when the normal city, county or state tax rate does not apply to a particular jurisdiction.

When a county tax rate is reduced to zero for one or more cities, DynamicZip build 73 and prior failed to zero out or remove the standard county tax rate. This results in overstating the tax schedules' rate.

Counties where this issue is known to exist include:

  • Las Angeles
  • Santa Cruz

This query returns the details with a city override of LA county tax:

select * from TX00201 where TXDTLDSC like 'LOS ANGELES/T:%'

This statement will update their tax rates to zero: update TX00201 set TXDTLPCT = 0 where TXDTLDSC like 'LOS ANGELES/T:%'

dynamiczip/troubleshooting/issues/zero_rate_county_overrides.1558527927.txt.gz · Last modified: 2019/05/22 12:25 by chuck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki