CfgThermalLabel Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgThermalLabel Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgThermalLabel Table

Collapse All Expand All

iVend Database Database : CfgThermalLabel Table

Description

Table used for the thermal label configuration

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

6

Data Space Used

48.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

ThermalLabelKey

Primary key for the table

VarWChar

50

 

 

 

 

Id

Id is the value of the thermal label

VarWChar

50

 

 

 

 

Description

Stores the description for the thermal label

VarWChar

100

 

 

 

 

Width

Stores the width for the thermal label to print

Integer

4

 

 

 

 

Height

Stores the value used for the height for the thermal label to print per row

Integer

4

 

 

 

 

LabelXML

Stores the XML that will be use for the label printing

LongVarWChar

16

 

 

 

 

LabelsPerRow

Stores the values displaying the no of labels per row

Integer

4

 

((1))

 

 

IsContinuous

Whether this label will be printed on a continuous media roll i.e. labels are not separated by gaps, spaces, notches, slots, or holes.

Boolean

1

 

((0))

 

 

GapLength

Stores the value used for the Gap for the thermal label to print per row

Numeric

9 (18,0)

 

((0))

 

 

LabelsHorizontalGapLength

Stores the values used for the horizontal gap for labels per row

Numeric

9 (18,0)

 

((0))

 

 

MarkLength

Stores the Mark length for the thermal label to print

Numeric

9 (18,0)

 

((0))

 

 

OffsetLength

Stores the offset length for the thermal label to print

Numeric

9 (18,0)

 

((0))

 

 

CreatedBy

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

VarWChar

50

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

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

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

IsDeleted

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

Boolean

1

 

 

 

Indexes

Index

Description

Primary

Unique

PK_CfgLabel

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgThermalLabel](

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

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

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

[Width] [int] NOT NULL,

[Height] [int] NOT NULL,

[LabelXML] [ntext] COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[LabelsPerRow] [int] NOT NULL,

[IsContinuous] [bit] NOT NULL,

[GapLength] [decimal](18, 0) NOT NULL,

[LabelsHorizontalGapLength] [decimal](18, 0) NOT NULL,

[MarkLength] [decimal](18, 0) NOT NULL,

[OffsetLength] [decimal](18, 0) NOT NULL,

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

[Created] [datetime] NOT NULL,

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

[Modified] [datetime] NOT NULL,

[IsDeleted] [bit] NOT NULL,

CONSTRAINT [PK_CfgLabel] PRIMARY KEY CLUSTERED

(

[ThermalLabelKey] ASC

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

) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_LabelsPerRow] DEFAULT ((1)) FOR [LabelsPerRow]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_IsContinuous] DEFAULT ((0)) FOR [IsContinuous]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_GapLength] DEFAULT ((0)) FOR [GapLength]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_LabelsHorizontalGapLength] DEFAULT ((0)) FOR [LabelsHorizontalGapLength]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_MarkLength] DEFAULT ((0)) FOR [MarkLength]

ALTER TABLE [dbo].[CfgThermalLabel] ADD CONSTRAINT [DF_CfgThermalLabel_OffsetLength] DEFAULT ((0)) FOR [OffsetLength]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.