RtlPrintProfileDetail Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RtlPrintProfileDetail Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RtlPrintProfileDetail Table

Collapse All Expand All

iVend Database Database : RtlPrintProfileDetail Table

Description

Contains the details for the print profile created. Contains format information about the different types of the printouts.

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

12

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

PrintDetailKey

Value is the system generated Primary Key of the table.

VarWChar

50

 

 

 

 

PrintProfileKey

Value is the print profile key whose details are here. See also Print Profile

VarWChar

50

 

 

 

 

Type

Value is the print profile key whose details are defined.

Valid values are:

LaborChit = 1

DayLaborChit = 2 TransactionReceipt = 3

DrawerCountChit = 4

XTapeReport = 5

Integer

4

 

 

 

 

PrintFormatKey

Value is the print format key. See also Print Format

VarWChar

50

 

 

 

 

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

 

 

 

 

NumberOfCopies

Number of copies to be print for current receipt

Integer

4

 

 

 

 

CopiesToReprint

Number of copies to be re-print for current receipt

Integer

4

 

((1))

 

 

PrintType

Stores the value for printing reports in different formats. The valid values are XML Report = 1 Crystal Report = 2 Show Printer Selection =3

Integer

4

 

((1))

 

 

ReportKey

Stores report key. See also CfgReport

VarWChar

50

dbimages_tick

((0))

 

Indexes

Index

Description

Primary

Unique

PK_RtlPOSPrintProfileDetail

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RtlPrintProfileDetail](

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

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

[Type] [int] NOT NULL,

[PrintFormatKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS 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,

[NumberOfCopies] [int] NOT NULL,

[CopiesToReprint] [int] NOT NULL,

[PrintType] [int] NOT NULL,

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

CONSTRAINT [PK_RtlPOSPrintProfileDetail] PRIMARY KEY CLUSTERED

(

[PrintDetailKey] 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].[RtlPrintProfileDetail] ADD CONSTRAINT [DF_RtlPrintProfileDetail_CopiesToReprint] DEFAULT ((1)) FOR [CopiesToReprint]

ALTER TABLE [dbo].[RtlPrintProfileDetail] ADD CONSTRAINT [DF_RtlPrintProfileDetail_PrintType] DEFAULT ((1)) FOR [PrintType]

ALTER TABLE [dbo].[RtlPrintProfileDetail] ADD CONSTRAINT [DF__RtlPrintP__Repor__0BC78F95] DEFAULT ((0)) FOR [ReportKey]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.