ArrAccountsReceivable Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

ArrAccountsReceivable Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

ArrAccountsReceivable Table

Collapse All Expand All

iVend Database Database : ArrAccountsReceivable Table

Description

Defines the on Credit details of all Customers

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

205

Data Space Used

56.00 KB

Index Space Used

48.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

AccountsReceivableKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

CustomerKey

Refers to the customer.See also Customer

VarWChar

50

 

 

 

 

Balance

Refers to the balance remaining.

Numeric

9 (20,5)

 

 

 

 

CreditLimit

Refers to the credit limit of the customer.

Numeric

9 (20,5)

 

 

 

 

CreditWarningLevel

Amount at which the system would prompt a warning.

Numeric

9 (20,5)

 

 

 

 

BankCountry

Refers to the country in which the bank is located.

VarWChar

50

dbimages_tick

 

 

 

Bank

Refers to the bank.

VarWChar

50

dbimages_tick

 

 

 

BankAccount

Refers to the bank account.

VarWChar

50

dbimages_tick

 

 

 

BankBranch

Refers to the branch of the bank.

VarWChar

50

dbimages_tick

 

 

 

AgingAmount1

For future use

Numeric

9 (20,5)

 

 

 

 

AgingAmount2

For future use

Numeric

9 (20,5)

 

 

 

 

AgingAmount3

For future use

Numeric

9 (20,5)

 

 

 

 

AgingAmount4

For future use

Numeric

9 (20,5)

 

 

 

 

LastPaymentAmount

Refers to the last amount that was paid.

Numeric

9 (20,5)

 

 

 

 

LastPaymentDate

Refers to the date of the last payment made.

DBTimeStamp

4

dbimages_tick

 

 

 

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

 

 

 

 

IsDeleted

Value is True if the record has been deleted from the system. Record is always Soft Deleted

Boolean

1

 

 

 

 

OrderBalance

Value is the Sales Transaction Balance

Numeric

9 (20,5)

dbimages_tick

((0))

 

 

LayawayBalance

Value is the Layaway Transaction Balance

Numeric

9 (20,5)

dbimages_tick

 

 

 

SubsidiaryKey

Reference key of the Subsidiary. See also Subsidiary

VarWChar

50

dbimages_tick

 

 

 

SalesTaxCodeKey

Refers to the sales tax code key. See also Tax

VarWChar

50

dbimages_tick

 

 

 

PriceListKey

Refers to the pricelist applicable to the Customer, for particular Subsidiary.See also Price List

VarWChar

50

dbimages_tick

 

 

 

IsTaxExempt

Flag to check whether the customer is tax exempted or not for the Subsidiary Customer

Boolean

1

dbimages_tick

 

 

 

TaxNumber

Customer tax number or Federal tax id

VarWChar

40

dbimages_tick

 

 

 

ElectronicId

Customer Electronic Id

VarWChar

80

dbimages_tick

 

 

 

PaymentTypeKey

Refers to the preferred Payment Type for the Subsidiary Customer. See also Payment Type

VarWChar

50

 

((0))

 

 

IsActive

Value is True if the Customer is active for the Subsidiary Customer

Boolean

1

 

((1))

 

 

OnHold

Value is True if the Customer is on hold or not for the Subsidiary Customer

Boolean

1

 

((0))

 

 

IsTaxFree

Value is True if the Customer is TaxFree for the Subsidiary Customer

Boolean

1

 

((0))

 

Indexes

Index

Description

Primary

Unique

IX_ArrAccountsReceivable

 

 

dbimages_tick

PK_ArrAccountsReceivable

 

dbimages_tick

dbimages_tick

Objects that depend on ArrAccountsReceivable

 

Database Object

Object Type

Description

Dep Level

BarCodeResolution procedure

BarCodeResolution

Stored Procedure

 

1

RepUpdateCustomerBalance procedure

RepUpdateCustomerBalance

Stored Procedure

Updates the customer balances in iVend Unplugged

1

Trg_ReplicationTransactionMobile trigger

Trg_ReplicationTransactionMobile

Trigger

 

1

TrxCompleteTransactionUpdates procedure

TrxCompleteTransactionUpdates

Stored Procedure

 

2

TrxUpdateCustomerBalance procedure

TrxUpdateCustomerBalance

Stored Procedure

 

1

uspGetItemPrice procedure

uspGetItemPrice

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[ArrAccountsReceivable](

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[LastPaymentDate] [datetime] 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,

[IsDeleted] [bit] NOT NULL,

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

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

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

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

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

[IsTaxExempt] [bit] NULL,

[TaxNumber] [nvarchar](40) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[ElectronicId] [nvarchar](80) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

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

[IsActive] [bit] NOT NULL,

[OnHold] [bit] NOT NULL,

[IsTaxFree] [bit] NOT NULL,

CONSTRAINT [PK_ArrAccountsReceivable] PRIMARY KEY CLUSTERED

(

[AccountsReceivableKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[ArrAccountsReceivable] ADD CONSTRAINT [DF_ArrAccountsReceivable_OrderBalance] DEFAULT ((0)) FOR [OrderBalance]

ALTER TABLE [dbo].[ArrAccountsReceivable] ADD CONSTRAINT [DF__ArrAccoun__Payme__7933DE0E] DEFAULT ((0)) FOR [PaymentTypeKey]

ALTER TABLE [dbo].[ArrAccountsReceivable] ADD CONSTRAINT [DF__ArrAccoun__IsAct__025333F4] DEFAULT ((1)) FOR [IsActive]

ALTER TABLE [dbo].[ArrAccountsReceivable] ADD CONSTRAINT [DF__ArrAccoun__OnHol__0347582D] DEFAULT ((0)) FOR [OnHold]

ALTER TABLE [dbo].[ArrAccountsReceivable] ADD CONSTRAINT [DF_ArrAccountsReceivable_IsTaxFree] DEFAULT ((0)) FOR [IsTaxFree]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.