ConTrxARPayment Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

ConTrxARPayment Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

ConTrxARPayment Table

Collapse All Expand All

iVend Database Database : ConTrxARPayment Table

Description

Stores the Consolidated Transaction AR Payment values

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

PRIMARY

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

ARPaymentKey

System - generated Primary Key

VarWChar

50

 

 

 

 

TransactionKey

Reference Key of Transaction

VarWChar

50

dbimages_tick

 

 

 

CustomerKey

Reference key of customer. Also see Customer

VarWChar

50

dbimages_tick

 

 

 

Amount

Refers to the amount being settled

Numeric

9 (20,5)

 

 

 

 

CommentKey

Reference key of Comment. Also see Comment

VarWChar

50

dbimages_tick

 

 

 

PaymentType

Type of tender type in which AR payment accepted

Integer

4

 

 

 

 

DetailKey

Reference key of AR Payment. See also AR Payment.

VarWChar

50

dbimages_tick

 

 

 

Comments

 

VarWChar

4000

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK_ConTrxARPayment

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[ConTrxARPayment](

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

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

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

[Amount] [decimal](20, 5) NOT NULL,

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

[PaymentType] [int] NOT NULL,

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

[Comments] [nvarchar](4000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

CONSTRAINT [PK_ConTrxARPayment] PRIMARY KEY CLUSTERED

(

[ARPaymentKey] 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

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.