TX
TaxBucketLine
A detail of TaxBucket. It implements the many-to-many relationship between TaxReportLine and TaxBucket. The records of this type are also created for the report lines that are detailed by tax zones.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BucketID | int | TaxBucket | ||
Description:The foreign key to the master record (TaxBucket). The field is a part of the primary key. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
LineNbr | int | Report Line | TaxReportLine | |
Description:The reference to the report line (TaxReportLine), which is included in the reporting group (TaxBucket). The field is a part of the primary key. | ||||
TaxReportRevisionID | int | Report Version | - | |
Description:No description available | ||||
VendorID | int | Vendor | ||
Description:The foreign key to AP.Vendor. It specifies a tax agency to which the report line belongs. The field is a part of the primary key. | ||||
tstamp | timestamp | - | ||
Description:No description available | ||||