|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > TrxTransactionPrinting Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
TrxTransactionPrinting Table
Collapse All Expand All
iVend Database Database : TrxTransactionPrinting Table |
Description
Stores the Transaction printing details for a transaction
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
TransactionPrintingKey |
Primary key |
VarWChar |
50 |
|
|
|
|
TransactionKey |
Reference Key of Transaction. See also Transaction |
VarWChar |
50 |
|
|
|
|
ReceiptNumber |
Stores the Receipt number printed |
VarWChar |
50 |
|
|
|
|
PrinterNumber |
Used for Fiscal printer |
VarWChar |
50 |
|
|
|
|
CompanyRegisterationId |
Used for Fiscal printer |
VarWChar |
50 |
|
|
|
|
NCFNumberOfSale |
Used for Fiscal printer |
VarWChar |
50 |
|
|
|
|
NCFNumberOfRefund |
Used for Fiscal printer |
VarWChar |
50 |
|
|
|
|
ZReportNumber |
Used for Fiscal printer |
VarWChar |
50 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
|
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[TrxTransactionPrinting]( [TransactionPrintingKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [TransactionKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ReceiptNumber] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [PrinterNumber] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [CompanyRegisterationId] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [NCFNumberOfSale] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [NCFNumberOfRefund] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [ZReportNumber] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_TrxTransactionPrinting] PRIMARY KEY CLUSTERED ( [TransactionPrintingKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.