InvProductBuildBreak Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

InvProductBuildBreak Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

InvProductBuildBreak Table

Collapse All Expand All

iVend Database Database : InvProductBuildBreak Table

Description

Stores the information when the product is Build or Broken into its components

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

PRIMARY

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

ProductBuildBreakKey

Primary Key

VarWChar

50

 

 

 

 

ProductKey

Reference Key of Product . See also Product

VarWChar

50

 

 

 

 

Quantity

Product Quantity which is Build or Break

Numeric

9 (20,5)

 

 

 

 

Type

Stores the type of action.

Valid values are:

KitBuild = 0

KitBreak = 1

Integer

4

 

 

 

 

BusinessDate

Date of Business

DBTimeStamp

4

 

 

 

 

CommentKey

Reference Key of Comment. See also Comment

VarWChar

50

dbimages_tick

 

 

 

ReasonKey

Reference Key of Reason Code. See also Reason Code

VarWChar

50

 

 

 

 

SiteId

Site id where the transaction took place

Integer

4

 

 

 

 

WarehouseKey

Reference Key of Warehouse. See also Warehouse

VarWChar

50

 

 

 

 

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

 

 

 

 

KitLocationKey

Reference Key for the location. See Location

VarWChar

50

dbimages_tick

 

 

 

BuildLocationKey

Reference Key for the location. See Location

VarWChar

50

dbimages_tick

 

 

 

Comments

Stores comments.

VarWChar

4000

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK_InvProductBuildBreak

 

dbimages_tick

dbimages_tick

Objects that depend on InvProductBuildBreak

 

Database Object

Object Type

Description

Dep Level

Rpt_ItemWithoutSale function

Rpt_ItemWithoutSale

User Defined Function

 

2

rptClosingBalanceQuantity function

rptClosingBalanceQuantity

User Defined Function

 

1

rptOpeningBalance function

rptOpeningBalance

User Defined Function

 

1

rptOpeningBalance_dailyClosingBal function

rptOpeningBalance_dailyClosingBal

User Defined Function

 

1

rptOpeningBalance_Location function

rptOpeningBalance_Location

User Defined Function

 

1

rptOpeningBalance_Stock function

rptOpeningBalance_Stock

User Defined Function

 

1

vw_InventoryMovement view

vw_InventoryMovement

View

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[InvProductBuildBreak](

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

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

[Quantity] [decimal](20, 5) NOT NULL,

[Type] [int] NOT NULL,

[BusinessDate] [datetime] NOT NULL,

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

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

[SiteId] [int] NOT NULL,

[WarehouseKey] [nvarchar](50) 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,

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

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

[Comments] [nvarchar](4000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

CONSTRAINT [PK_InvProductBuildBreak] PRIMARY KEY CLUSTERED

(

[ProductBuildBreakKey] ASC

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

) ON [PRIMARY]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.