Table core.sales_tax_exempt_details
This table stores information on sales tax exemption and other information associated with it.
# Column Name Nullable Data Type Max Length Description
1sales_tax_exempt_detail_idinteger0
2sales_tax_exempt_idinteger0
3entity_idinteger0
4industry_idinteger0
5party_idbigint0
6party_type_idinteger0
7item_idinteger0Foreign key to the table core.items.
8item_group_idinteger0
9audit_user_idinteger0Contains the id of the user who last inserted or updated the corresponding row.
10audit_tstimestamp with time zone0Contains the date and timestamp of the last insert or update action.

Foreign Keys

# Column Name Key Name References
2 sales_tax_exempt_id sales_tax_exempt_details_sales_tax_exempt_id_fkey core.sales_tax_exempts.sales_tax_exempt_id
3 entity_id sales_tax_exempt_details_entity_id_fkey core.entities.entity_id
4 industry_id sales_tax_exempt_details_industry_id_fkey core.industries.industry_id
5 party_id sales_tax_exempt_details_party_id_fkey core.parties.party_id
6 party_type_id sales_tax_exempt_details_party_type_id_fkey core.party_types.party_type_id
7 item_id sales_tax_exempt_details_item_id_fkey core.items.item_id
8 item_group_id sales_tax_exempt_details_item_group_id_fkey core.item_groups.item_group_id
9 audit_user_id sales_tax_exempt_details_audit_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
sales_tax_exempt_details_pkey postgres btree sales_tax_exempt_detail_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 sales_tax_exempt_detail_id nextval('core.sales_tax_exempt_details_sales_tax_exempt_detail_id_seq'::regclass)
10 audit_ts now()

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description