TrxTransactionStatus Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

TrxTransactionStatus Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

TrxTransactionStatus Table

Collapse All Expand All

iVend Database Database : TrxTransactionStatus Table

Description

Defines the transaction status with respect to various amounts that are affected by it.

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

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

TransactionStatusKey

System generated Primary Key

VarWChar

50

 

 

 

 

TransactionKey

Reference Key of Transaction

VarWChar

50

 

 

 

 

SalePayableAmount

Refers to the actual payable amount of the sale

Numeric

9 (20,5)

 

 

 

 

SaleAmount

Refers to the total sale amount

Numeric

9 (20,5)

 

 

 

 

PaidAmount

Refers to the actual amount that has been paid

Numeric

9 (20,5)

 

 

 

 

BalanceAmount

Refers to the balance amount

Numeric

9 (20,5)

 

 

 

 

SpecialOrderAmount

Refers to the amount of the special order

Numeric

9 (20,5)

 

 

 

 

SpecialOrderPaidAmount

Refers to the amount paid against the special order

Numeric

9 (20,5)

 

 

 

 

SpecialOrderBalanceAmount

Refers to the balance amount of the special order

Numeric

9 (20,5)

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

CreatedBy

Reference of user who has created this record. See also Security User

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

Reference of user who has modified this record. See also Security User

VarWChar

50

 

 

 

 

LayawayPayableAmount

Stores the Layaway Transaction Total Due Amount

Numeric

9 (20,5)

dbimages_tick

 

 

 

LayawayPaidAmount

Stores the Layaway Transaction Paid Amount

Numeric

9 (20,5)

dbimages_tick

 

 

 

LayawayBalanceAmount

Stores the Layaway Transaction Balance Amount

Numeric

9 (20,5)

dbimages_tick

 

 

 

LayawayDepositAmount

Stores the Layaway Transaction Deposit Amount

Numeric

9 (20,5)

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

IX_TrxTransactionStatus

 

 

 

PK_TrxTransactionStatus

 

dbimages_tick

dbimages_tick

Objects that depend on TrxTransactionStatus

 

Database Object

Object Type

Description

Dep Level

TrxCompleteTransactionUpdates procedure

TrxCompleteTransactionUpdates

Stored Procedure

 

1

TrxGenerateLayawayInstallmentsForSaleLevel procedure

TrxGenerateLayawayInstallmentsForSaleLevel

Stored Procedure

Generates Layaway installments for the Layaway transaction

1

TrxHandleARPayments procedure

TrxHandleARPayments

Stored Procedure

Handles updates related to On Account payments

1

TrxInventoryUpdateLaybyCancellationItem procedure

TrxInventoryUpdateLaybyCancellationItem

Stored Procedure

 

1

TrxInventoryUpdateOrder procedure

TrxInventoryUpdateOrder

Stored Procedure

Handles updates related to Order item

1

TrxInventoryUpdatePaymentDiscount procedure

TrxInventoryUpdatePaymentDiscount

Stored Procedure

Handles updates related to sale item

1

TrxUpdateCustomerBalance procedure

TrxUpdateCustomerBalance

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[TrxTransactionStatus](

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

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

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

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

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

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

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

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

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

[Created] [datetime] NOT NULL,

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

[Modified] [datetime] NOT NULL,

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

[LayawayPayableAmount] [decimal](20, 5) NULL,

[LayawayPaidAmount] [decimal](20, 5) NULL,

[LayawayBalanceAmount] [decimal](20, 5) NULL,

[LayawayDepositAmount] [decimal](20, 5) NULL,

CONSTRAINT [PK_TrxTransactionStatus] PRIMARY KEY CLUSTERED

(

[TransactionStatusKey] 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.