PrcPurchasePrice Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

PrcPurchasePrice Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

PrcPurchasePrice Table

Collapse All Expand All

iVend Database Database : PrcPurchasePrice Table

Description

Stores the Purchase price related details. Used in Navision Integration only

Properties

Creation Date

9/18/2015 10:05 AM

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

PurchasePriceKey

Value is the system generated Primary Key of the table.

VarWChar

50

 

 

 

 

Id

Refers to the PurchasePrice's Id

VarWChar

20

 

 

 

 

ProductKey

Reference key of product. See also Product

VarWChar

50

 

 

 

 

VendorKey

Refers to the Vendor applicable to the PurchasePrice. See also Vendor

VarWChar

50

dbimages_tick

 

 

 

CurrencyKey

Refers to the Currency applicable to the PurchasePrice. See also Currency

VarWChar

50

dbimages_tick

 

 

 

DirectUnitCost

NULL

Numeric

9 (20,5)

 

 

 

 

MinimumQuantity

Minimum Quantity on which Purchase applicable

Numeric

9 (20,5)

 

 

 

 

StartDate

Date from which the Purchase price would be applicable

DBTimeStamp

4

dbimages_tick

 

 

 

EndDate

Date to which the PurchasePrice would be applicable

DBTimeStamp

4

dbimages_tick

 

 

 

UOMKey

Refers to the UOM applicable to the PurchasePrice. See also UOM

VarWChar

50

dbimages_tick

 

 

 

VariantCode

Unique Code for PurchasePrice

VarWChar

20

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 created 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

 

 

 

Indexes

Index

Description

Primary

Unique

PK_PrcPurchasePrice

 

dbimages_tick

dbimages_tick

Objects that depend on PrcPurchasePrice

 

Database Object

Object Type

Description

Dep Level

uspGetPurchasePriceForNAV procedure

uspGetPurchasePriceForNAV

Stored Procedure

 

1

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[PrcPurchasePrice](

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

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

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

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

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

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

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

[StartDate] [datetime] NULL,

[EndDate] [datetime] NULL,

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

[VariantCode] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS 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,

CONSTRAINT [PK_PrcPurchasePrice] PRIMARY KEY CLUSTERED

(

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