|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > PrnLabelPrinting Table |
Navigation: iVend Database Database > Tables >
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 |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
LabelPrintingKey |
|
VarWChar |
50 |
|
(newid()) |
|
|
MachineName |
|
VarWChar |
100 |
|
|
|
|
ProductKey |
|
VarWChar |
50 |
|
|
|
|
QuantityToPrint |
|
Numeric |
9 (20,0) |
|
|
|
|
UPC |
|
VarWChar |
100 |
|
|
|
|
Price |
|
Numeric |
9 (20,5) |
|
|
|
|
Weight |
|
Numeric |
9 (20,5) |
|
|
|
|
UOMId |
|
VarWChar |
50 |
|
((0)) |
|
|
SerialBatchNumber |
|
VarWChar |
50 |
|
|
|
|
RetailPrice |
|
Numeric |
9 (20,5) |
|
|
|
|
StoreKey |
|
VarWChar |
50 |
|
|
|
|
GoodsReceiptKey |
|
VarWChar |
50 |
|
((0)) |
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
Objects that depend on PrnLabelPrinting
|
Database Object |
Object Type |
Description |
Dep Level |
|
Stored Procedure |
|
2 |
|
|
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
© 2019 All Rights Reserved.
Send comments on this topic.