Venture ERP Documentation : TableDefinitionZipcodeTax

Venture :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Return to: Database Reference Home Page
Return to: Table Definitions Master List

*Table Name*

zipcode_tax_lookup

*Description*

Zipcode tax association

This lookup table was deprecated prior to Venture 3.5 but remained in the documentation erroneously.

*Schema*

CREATE TABLE zipcode_tax_lookup (
    "zipcode" varchar(5) NOT NULL
        PRIMARY KEY,              -- Deprecated
    "rate" numeric(5,5)                         -- Deprecated
);

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0453 seconds