PurVendorWarehouseItem Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

PurVendorWarehouseItem Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

PurVendorWarehouseItem Table

Collapse All Expand All

iVend Database Database : PurVendorWarehouseItem Table

Description

Stores Vendor details for each Subsidiary

Properties

Creation Date

12/9/2015 9:40 AM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

VendorWarehouseItemKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

VendorKey

Refers to the Vendor for the Subsidiary Vendor. See also Vendor

VarWChar

50

 

 

 

 

PurchaseTaxCodeKey

Refers to the Purchase tax code key. See also Tax

VarWChar

50

 

 

 

 

PriceListKey

Refers to the pricelist applicable to the Vendor, for particular Subsidiary.See also Price List

VarWChar

50

 

 

 

 

IsTaxExempt

Flag to check whether the vendor is tax exempted or not, for the Subsidiary Vendor

Boolean

1

 

 

 

 

TaxNumber

Refers to the tax number of the vendor, for particular Subsidiary

VarWChar

40

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

CreatedBy

Reference of user who has created this record. See also Security User

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

Reference of user who has modified this record. See also Security User

VarWChar

50

 

 

 

 

IsDeleted

Value is True if the record has been deleted from the system. Record is always Soft Deleted

Boolean

1

 

((0))

 

 

SubsidiaryKey

Reference key of the Subsidiary. See also Subsidiary

VarWChar

50

dbimages_tick

((0))

 

 

IsActive

Value is True if the Vendor is active for the Subsidiary Vendor

Boolean

1

dbimages_tick

((0))

 

 

OnHold

Value is True if the Vendor is on hold for the Subsidiary Vendor

Boolean

1

dbimages_tick

((0))

 

Indexes

Index

Description

Primary

Unique

VendorWarehouseItemKey

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[PurVendorWarehouseItem](

[VendorWarehouseItemKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[VendorKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[PurchaseTaxCodeKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[PriceListKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[IsTaxExempt] [bit] NOT NULL,

[TaxNumber] [nvarchar](40) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Created] [datetime] NOT NULL,

[CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Modified] [datetime] NOT NULL,

[ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[IsDeleted] [bit] NOT NULL,

[SubsidiaryKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[IsActive] [bit] NULL,

[OnHold] [bit] NULL,

CONSTRAINT [VendorWarehouseItemKey] PRIMARY KEY CLUSTERED

(

[VendorWarehouseItemKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[PurVendorWarehouseItem] ADD CONSTRAINT [DF__PurVendor__IsDel__0F582957] DEFAULT ((0)) FOR [IsDeleted]

ALTER TABLE [dbo].[PurVendorWarehouseItem] ADD CONSTRAINT [DF__PurVendor__Subsi__25476A76] DEFAULT ((0)) FOR [SubsidiaryKey]

ALTER TABLE [dbo].[PurVendorWarehouseItem] ADD CONSTRAINT [DF__PurVendor__IsAct__006AEB82] DEFAULT ((0)) FOR [IsActive]

ALTER TABLE [dbo].[PurVendorWarehouseItem] ADD CONSTRAINT [DF__PurVendor__OnHol__015F0FBB] DEFAULT ((0)) FOR [OnHold]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.