|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Views > vw_RtlPrintFormat View |
Navigation: iVend Database Database > Views >
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 |
|
Encrypted |
|
Ansi Nulls |
|
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
PrintFormatKey |
|
BigInt |
8 |
|
|
|
|
FollowUpFormatKey |
|
BigInt |
8 |
|
|
|
|
Description |
|
VarWChar |
100 |
|
|
|
|
FollowUpFormat |
|
VarWChar |
20 |
|
|
|
Objects that vw_RtlPrintFormat depends on
|
Database Object |
Object Type |
Description |
Dep Level |
|
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
© 2019 All Rights Reserved.
Send comments on this topic.