vw_RtlPrintFormat View

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Views >

vw_RtlPrintFormat View

Navigation: iVend Database Database > Views >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

vw_RtlPrintFormat View

Collapse All Expand All

iVend Database Database : vw_RtlPrintFormat View

Properties

Creation Date

6/21/2016 6:14 PM

Is Schema Bound

dbimages_boolean-false

Encrypted

dbimages_boolean-false

Ansi Nulls

dbimages_boolean-true

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

 

PrintFormatKey

 

BigInt

8

 

 

 

 

FollowUpFormatKey

 

BigInt

8

dbimages_tick

 

 

 

Description

 

VarWChar

100

dbimages_tick

 

 

 

FollowUpFormat

 

VarWChar

20

dbimages_tick

 

 

Objects that vw_RtlPrintFormat depends on

 

Database Object

Object Type

Description

Dep Level

RtlPrintFormat table

RtlPrintFormat

Table

Stores the format for types of printing that is done in POS. E.g Transaction Receipt, X-Tape Report.

1

View Definition

CREATE VIEW [dbo].[vw_RtlPrintFormat]

AS

SELECT        rtf.PrintFormatKey,

             rtf.FollowUpFormatKey,

             rtf1.Description,

             rtf1.Id AS FollowUpFormat

FROM          dbo.RtlPrintFormat AS rtf LEFT OUTER JOIN

             dbo.RtlPrintFormat AS rtf1

            ON rtf.FollowUpFormatKey = rtf1.PrintFormatKey

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.