PartnerTax

TypeTable
PartnerTaxgdata_partner_tax

Refers to the tax details applicable to the menus under your account. This includes specifics like the tax type (e.g. VAT, sales tax) and the corresponding rates. By managing this, we ensure accurate calculation and application of taxes to each menu item. This aids in compliance with local tax regulations and providing clear cost breakdowns to your customers.

Field NameData TypeDescription
idvarchar(255)The unique identifier for the tax detail.
createdattimestampThe timestamp of when the tax detail was created.
createdbyvarchar(255)The email or identifier of the user who created the tax detail.
modifiedattimestampThe timestamp of when the tax detail was last modified.
modifiedbyvarchar(255)The email or identifier of the user who last modified the tax detail.
statusvarchar(255)The current status of the tax detail (e.g., ACTIVE, DELETED).
tagsvarchar(255)Any additional labels or tags associated with the tax detail.
namevarchar(255)The name of the tax (e.g., VAT, Sales Tax).
partneridvarchar(255)The unique identifier associated with the partner (company) this tax detail refers to.
percentagefloat8The percentage rate of the tax.

Associations for Account data:

  • The public.gdata_partner_tax table is directly associated with the public.gdata_company table through the partnerid field.
  • Several other tables (public.gdata_brand, public.gdata_location, and public.gdata_station) are also associated with public.gdata_company via the partnerid field.
  • There's an association between public.gdata_location and public.gdata_station via the locationid field.