|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgPOSLayout Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgPOSLayout Table
Collapse All Expand All
iVend Database Database : CfgPOSLayout Table |
Description
Stores the header level details for the POS Layout
Properties
Creation Date |
9/13/2016 11:04 AM |
File Group |
PRIMARY |
Text File Group |
PRIMARY |
System Object |
|
Published for Replication |
|
Rows |
6 |
Data Space Used |
640.00 KB |
Index Space Used |
8.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
POSLayoutKey |
System generated Primary key of the table. |
VarWChar |
50 |
|
|
|
|
Description |
Refers to the layout's description. |
VarWChar |
100 |
|
|
|
|
POSButtonGrid1Key |
Contains The unique key of Button Grid panel1. |
VarWChar |
50 |
|
|
|
|
POSButtonGrid2Key |
Contains The unique key of Button Grid panel2. |
VarWChar |
50 |
|
|
|
|
POSButtonGrid3Key |
Contains The unique key of Button Grid panel3. |
VarWChar |
50 |
|
|
|
|
POSButtonGrid4Key |
Contains The unique key of Button Grid panel4. |
VarWChar |
50 |
|
|
|
|
POSButtonGrid5Key |
Contains The unique key of Button Grid panel5. |
VarWChar |
50 |
|
|
|
|
IsDefault |
Value is True if the layout is a default layout |
Boolean |
1 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
ModifiedBy |
Reference of user who has modified this record. See also Security User |
VarWChar |
50 |
|
|
|
|
IsDeleted |
Value is True if the record has been deleted from the system. Record is always Soft Deleted |
Boolean |
1 |
|
|
|
|
Id |
Refers to the POSLayout Code. |
VarWChar |
20 |
|
|
|
|
Layout |
Contains the Layout in XML Format. |
Xml |
16 |
|
|
|
|
Image |
Specifies the image to be set for layout. |
LongVarBinary |
16 |
|
|
|
|
HeaderForeColor |
Specifies Header Fore color for the secondary screen |
Integer |
4 |
|
|
|
|
HeaderBackColor |
Specifies Header Back color for the secondary screen |
Integer |
4 |
|
|
|
|
FooterColor |
Specifies Footer color for the secondary screen |
Integer |
4 |
|
|
|
|
RTLConversionRequired |
Indicates if the RTL conversion would be done on the POS or not. If the template is created in RTL mode then this value would remain as false. |
Boolean |
1 |
|
((1)) |
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgPOSLayout]( [POSLayoutKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [POSButtonGrid1Key] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [POSButtonGrid2Key] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [POSButtonGrid3Key] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [POSButtonGrid4Key] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [POSButtonGrid5Key] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [IsDefault] [bit] NOT NULL, [Created] [datetime] NOT NULL, [Modified] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [IsDeleted] [bit] NOT NULL, [Id] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Layout] [xml] NULL, [Image] [image] NULL, [HeaderForeColor] [int] NULL, [HeaderBackColor] [int] NULL, [FooterColor] [int] NULL, [RTLConversionRequired] [bit] NOT NULL, CONSTRAINT [PK__CfgCusto__9248353B9B43265E] PRIMARY KEY CLUSTERED ( [POSLayoutKey] 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].[CfgPOSLayout] ADD CONSTRAINT [DF_CfgPOSLayout_RTLConversionRequired] DEFAULT ((1)) FOR [RTLConversionRequired] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.