PmtCurrency Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

PmtCurrency Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

PmtCurrency Table

Collapse All Expand All

iVend Database Database : PmtCurrency Table

Description

Define a list of all currecies defined in the system.

Properties

Creation Date

6/5/2015 4:14 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

5

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

CurrencyKey

Primary key

VarWChar

50

 

 

 

 

Id

Id for currency

VarWChar

20

 

 

 

 

Description

Description for currency

VarWChar

100

dbimages_tick

 

 

 

CultureInfo

Descriptive information about culture

VarWChar

20

dbimages_tick

 

 

 

IsBaseCurrency

Specifies whether the currency is the System base currency or not. Only one currency can be defined as the base currency.

Boolean

1

 

 

 

 

AccountingID

Maps with the unique id of the ERP system

VarWChar

50

 

 

 

 

CreatedBy

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

VarWChar

50

 

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

 

 

 

 

ModifiedBy

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

VarWChar

50

 

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

 

 

 

 

IsDeleted

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

Boolean

1

 

 

 

Indexes

Index

Description

Primary

Unique

PK_PmtCurrency

 

dbimages_tick

dbimages_tick

Objects that depend on PmtCurrency

 

Database Object

Object Type

Description

Dep Level

CreateTillCount procedure

CreateTillCount

Stored Procedure

 

1

DailySaleSummary function

DailySaleSummary

User Defined Function

 

1

GetExchangeRate function

GetExchangeRate

User Defined Function

 

1

GetMobileReplicationData procedure

GetMobileReplicationData

Stored Procedure

 

1

GetTransactionLinkDocument procedure

GetTransactionLinkDocument

Stored Procedure

 

1

GetUOMPriceMatrix procedure

GetUOMPriceMatrix

Stored Procedure

 

1

Integration_ARPayment procedure

Integration_ARPayment

Stored Procedure

 

1

Integration_Consolidated_Transaction procedure

Integration_Consolidated_Transaction

Stored Procedure

 

1

Integration_GoodsReceipt procedure

Integration_GoodsReceipt

Stored Procedure

 

1

Integration_GoodsReturn procedure

Integration_GoodsReturn

Stored Procedure

 

1

Integration_PurchaseOrder procedure

Integration_PurchaseOrder

Stored Procedure

 

1

Loyalty_ActiveBillValue view

Loyalty_ActiveBillValue

View

 

1

Loyalty_GenderInfo view

Loyalty_GenderInfo

View

 

1

RPT_ABCAnalysis procedure

RPT_ABCAnalysis

Stored Procedure

 

1

Rpt_ActiveLoyalty function

Rpt_ActiveLoyalty

User Defined Function

 

1

rpt_LayAway procedure

rpt_LayAway

Stored Procedure

 

1

RPT_StoreAnalysis procedure

RPT_StoreAnalysis

Stored Procedure

 

1

rptSalesData function

rptSalesData

User Defined Function

 

1

rptSalesTransactionData function

rptSalesTransactionData

User Defined Function

 

1

rptSalesTransactionDataWithSalesPerson function

rptSalesTransactionDataWithSalesPerson

User Defined Function

 

1

uspGetItemPriceForNAV procedure

uspGetItemPriceForNAV

Stored Procedure

 

1

uspGetPurchasePriceForNAV procedure

uspGetPurchasePriceForNAV

Stored Procedure

 

1

uspTapeReport procedure

uspTapeReport

Stored Procedure

 

1

vw_GrossProfit view

vw_GrossProfit

View

 

1

vw_InventoryCost view

vw_InventoryCost

View

 

1

vw_SalesReportData view

vw_SalesReportData

View

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[PmtCurrency](

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

[Id] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[CultureInfo] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[IsBaseCurrency] [bit] NOT NULL,

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

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

[Created] [datetime] NOT NULL,

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

[Modified] [datetime] NOT NULL,

[IsDeleted] [bit] NOT NULL,

CONSTRAINT [PK_PmtCurrency] PRIMARY KEY CLUSTERED

(

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