TilCountInventory Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

TilCountInventory Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

TilCountInventory Table

Collapse All Expand All

iVend Database Database : TilCountInventory Table

Description

Speifies the till inventory with serial no

Properties

Creation Date

4/13/2015 12:00 PM

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

CountInventoryKey

Primary key for the table

VarWChar

50

 

 

 

 

TillCountKey

Reference key for the till count

VarWChar

50

 

 

 

 

ProductKey

Reference key for the product

VarWChar

50

 

 

 

 

WarehouseKey

Reference key for the warehouse

VarWChar

50

 

 

 

 

InventoryItemKey

Reference key for the Inventory

VarWChar

50

 

 

 

 

SerialKey

Value is the serail key for the inventory count

VarWChar

50

 

 

 

 

SerialNumber

Value is the serail number for the the inventory count

VarWChar

50

 

 

 

Indexes

Index

Description

Primary

Unique

PK_TilCountInventory

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[TilCountInventory](

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

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

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

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

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

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

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

CONSTRAINT [PK_TilCountInventory] PRIMARY KEY CLUSTERED

(

[CountInventoryKey] 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.