PrnLabelPrinting Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

PrnLabelPrinting Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

PrnLabelPrinting Table

Collapse All Expand All

iVend Database Database : PrnLabelPrinting Table

Properties

Creation Date

10/8/2018 5:57 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

LabelPrintingKey

 

VarWChar

50

 

(newid())

 

 

MachineName

 

VarWChar

100

 

 

 

 

ProductKey

 

VarWChar

50

 

 

 

 

QuantityToPrint

 

Numeric

9 (20,0)

 

 

 

 

UPC

 

VarWChar

100

 

 

 

 

Price

 

Numeric

9 (20,5)

dbimages_tick

 

 

 

Weight

 

Numeric

9 (20,5)

dbimages_tick

 

 

 

UOMId

 

VarWChar

50

dbimages_tick

((0))

 

 

SerialBatchNumber

 

VarWChar

50

dbimages_tick

 

 

 

RetailPrice

 

Numeric

9 (20,5)

dbimages_tick

 

 

 

StoreKey

 

VarWChar

50

dbimages_tick

 

 

 

GoodsReceiptKey

 

VarWChar

50

dbimages_tick

((0))

 

Indexes

Index

Description

Primary

Unique

PK_PrnLabelPrinting

 

dbimages_tick

dbimages_tick

Objects that depend on PrnLabelPrinting

 

Database Object

Object Type

Description

Dep Level

CustomeLabelReport procedure

CustomeLabelReport

Stored Procedure

 

2

GenerateLabelData procedure

GenerateLabelData

Stored Procedure

Generates label data depending on the parameter specified

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[PrnLabelPrinting](

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

[MachineName] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

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

[QuantityToPrint] [decimal](20, 0) NOT NULL,

[UPC] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Price] [decimal](20, 5) NULL,

[Weight] [decimal](20, 5) NULL,

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

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

[RetailPrice] [decimal](20, 5) NULL,

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

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

CONSTRAINT [PK_PrnLabelPrinting] PRIMARY KEY CLUSTERED

(

[LabelPrintingKey] 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].[PrnLabelPrinting] ADD CONSTRAINT [DF_PrnLabelPrinting_LabelPrintingKey] DEFAULT (newid()) FOR [LabelPrintingKey]

ALTER TABLE [dbo].[PrnLabelPrinting] ADD CONSTRAINT [DF_PrnLabelPrinting_UoMKey] DEFAULT ((0)) FOR [UOMId]

ALTER TABLE [dbo].[PrnLabelPrinting] ADD CONSTRAINT [DF_PrnLabelPrinting_GoodsReceiptKey] DEFAULT ((0)) FOR [GoodsReceiptKey]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.